blob: e68fcd9127d52db42172b7d65c58a476bcd905f3 [file] [log] [blame]
/*
* This file contains expectations for tests that are known to fail.
*/
[
// Uncomment this to exclude all tests and then add result: "SUCCESS" to any specific tests that
// need to be run.
/*
{
description: "Exclude all tests",
name: "android.icu.dev.test"
},
*/
{
description: "Serialized forms have not been converted to use repackaged classes",
name: "android.icu.dev.test.format.NumberFormatRegressionTest#TestSerialization",
bug: "27374606"
},
{
description: "Checks differences in DecimalFormat classes from ICU4J and JDK but on Android java.text.DecimalFormat is implemented in terms of ICU4J",
name: "android.icu.dev.test.format.NumberFormatTest#TestDataDrivenJDK",
bug: "27711713"
},
{
description: "Collation rules data has been removed from ICU4J data on Android",
names: [
"android.icu.dev.test.collator.CollationCreationMethodTest#TestRuleVsLocaleCreationMonkey",
"android.icu.dev.test.collator.CollationMiscTest#TestImport",
"android.icu.dev.test.collator.CollationMiscTest#TestImportWithType",
"android.icu.dev.test.collator.CollationMiscTest#TestUCARules",
"android.icu.dev.test.collator.CollationTest#TestDataDriven",
"android.icu.dev.test.collator.G7CollationTest#TestG7Data"
],
bug: "27552651"
},
{
description: "Unknown Language != Unknown language",
name: "android.icu.dev.test.TestLocaleNamePackaging#testLanguageDisplayNames",
bug: "33447162"
}
]