blob: 9ca52c5f326452d05a5a4ad4580ee3352b3c6284 [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: "Class cannot be instantiated, cannot find resources android/icu/dev/test/serializable/data",
name: "android.icu.dev.test.serializable.CompatibilityTest",
bug: "27310873"
},
{
description: "Cannot find any classes to test because .class files are not treated as resources in APK",
name: "android.icu.dev.test.serializable.CoverageTest",
bug: "27666677"
},
{
description: "Serialized forms have not been converted to use repackaged classes",
name: "android.icu.dev.test.format.NumberFormatRegressionTest#TestSerialization",
bug: "27374606"
},
{
description: "android.icu.charset package not available in repackaged Android library",
name: "android.icu.dev.test.charset.TestAll",
bug: "27373370"
},
{
description: "A completely empty test case",
name: "android.icu.dev.test.duration.PeriodBuilderTest"
},
{
description: "Fails on host and on device in same way before and after packaging",
name: "android.icu.dev.test.bidi.TestCompatibility#testCompatibility",
bug: "23995372"
},
{
description: "Problem with negative multiplier, not a regression",
name: "android.icu.dev.test.format.NumberFormatTest#TestNonpositiveMultiplier",
bug: "19185440"
},
{
description: "Wrong case for exponent separator",
name: "android.icu.dev.test.format.PluralRulesTest#testOverUnderflow",
bug: "27566754"
},
{
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"
}
]