You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
582 B

/*
* This file contains expectations for ART's buildbot when running gcstress in debug mode.
* The script that uses this file is art/tools/run-libcore-tests.sh.
*/
[
{
description: "Timeouts on target with gcstress and debug.",
result: EXEC_FAILED,
modes: [device],
names: ["libcore.icu.TransliteratorTest#testAll",
"libcore.java.lang.ref.ReferenceQueueTest#testRemoveWithDelayedResultAndTimeout",
"libcore.java.util.TimeZoneTest#testSetDefaultDeadlock",
"org.apache.harmony.tests.java.util.TimerTest#testThrowingTaskKillsTimerThread"]
}
]