1/*
2 * This file contains expectations for ART's buildbot when running gcstress in debug mode.
3 * The script that uses this file is art/tools/run-libcore-tests.sh.
4 */
5
6[
7{
8  description: "Timeouts on target with gcstress and debug.",
9  result: EXEC_FAILED,
10  modes: [device],
11  names: ["jsr166.CompletableFutureTest#testCompleteOnTimeout_completed",
12          "jsr166.CompletableFutureTest#testDelayedExecutor",
13          "jsr166.ExecutorsTest#testTimedCallable",
14          "jsr166.RecursiveActionTest#testJoinIgnoresInterruptsOutsideForkJoinPool",
15          "libcore.java.lang.ref.ReferenceQueueTest#testRemoveWithDelayedResultAndTimeout",
16          "libcore.java.text.DecimalFormatTest#testWhitespaceError",
17          "libcore.java.text.DecimalFormatTest#testWhitespaceTolerated",
18          "libcore.java.text.DecimalFormatTest#test_exponentSeparator",
19          "libcore.java.text.DecimalFormatTest#test_setMaximumFractionDigitsAffectsRoundingMode",
20          "libcore.java.util.jar.OldJarFileTest#test_ConstructorLjava_io_File",
21          "libcore.java.util.jar.OldJarFileTest#test_ConstructorLjava_lang_StringZ",
22          "libcore.java.util.jar.OldJarInputStreamTest#test_read$ZII",
23          "libcore.java.util.TimeZoneTest#testSetDefaultDeadlock",
24          "libcore.javax.crypto.CipherBasicsTest#testBasicEncryption",
25          "org.apache.harmony.tests.java.lang.ref.ReferenceQueueTest#test_removeJ",
26          "org.apache.harmony.tests.java.text.MessageFormatTest#test_parseLjava_lang_String",
27          "org.apache.harmony.tests.java.util.ControlTest#test_toBundleName_LStringLLocale",
28          "org.apache.harmony.tests.java.util.TimerTest#testThrowingTaskKillsTimerThread"
29        ]
30},
31{
32  description: "Timeouts on host with gcstress and debug.",
33  result: EXEC_FAILED,
34  modes: [host],
35  names: ["jsr166.StampedLockTest#testWriteAfterReadLock",
36          "jsr166.StampedLockTest#testReadTryLock_Interruptible",
37          "jsr166.StampedLockTest#testReadLockInterruptibly_Interruptible",
38          "jsr166.StampedLockTest#testReadLockInterruptibly",
39          "jsr166.StampedLockTest#testWriteLockInterruptibly",
40          "jsr166.TimeUnitTest#testConvert",
41          "libcore.java.lang.StringTest#testFastPathString_wellFormedUtf8Sequence",
42          "libcore.java.math.BigIntegerTest#test_Constructor_IILjava_util_Random",
43          "libcore.java.math.BigIntegerTest#test_probablePrime",
44          "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testUsingProxy",
45          "org.apache.harmony.tests.java.lang.ProcessManagerTest#testSleep",
46          "org.apache.harmony.tests.java.math.BigIntegerConstructorsTest#testConstructorPrime"
47  ]
48}
49]
50