blob: febc48c52654213cb8bd5930bfbc000ba39d2761 [file] [log] [blame]
/*
* This file contains expectations for ART's buildbot. The purpose of this file is
* to temporary and quickly list failing tests and not break the bots, until the
* libcore expectation files get properly updated. The script that uses this file
* is art/tools/run-libcore-tests.sh.
*
* It is also used to enable AOSP experiments, and not mess up with CTS's expectations.
*/
[
{
description: "Assert.java differences between vogar and junit.",
result: EXEC_FAILED,
modes: [host],
name: "libcore.java.math.RunCSVTests#test_csv"
},
{
description: "Test is currently being updated.",
result: EXEC_FAILED,
name: "libcore.java.util.OldTimeZoneTest#test_getDisplayNameZILjava_util_Locale"
},
{
description: "Differences between vogar and cts in user directory",
result: EXEC_FAILED,
modes: [device],
name: "libcore.java.lang.SystemTest#testSystemProperties_mutable"
},
{
description: "Differences between vogar and cts",
result: EXEC_FAILED,
modes: [device],
names: ["libcore.java.lang.OldSystemTest#test_getProperties",
"org.apache.harmony.tests.java.lang.Process2Test#test_getErrorStream",
"org.apache.harmony.tests.java.lang.ProcessTest#test_exitValue"]
}
]