• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.ExecutorsTest#testTimedCallable",
12          "jsr166.RecursiveActionTest#testJoinIgnoresInterruptsOutsideForkJoinPool",
13          "libcore.java.text.DecimalFormatTest#testWhitespaceError",
14          "libcore.java.text.DecimalFormatTest#testWhitespaceTolerated",
15          "libcore.java.text.DecimalFormatTest#test_exponentSeparator",
16          "libcore.java.text.DecimalFormatTest#test_setMaximumFractionDigitsAffectsRoundingMode",
17          "libcore.java.util.jar.OldJarFileTest#test_ConstructorLjava_io_File",
18          "libcore.java.util.jar.OldJarFileTest#test_ConstructorLjava_lang_StringZ",
19          "libcore.java.util.jar.OldJarInputStreamTest#test_read$ZII",
20          "libcore.java.util.TimeZoneTest#testSetDefaultDeadlock",
21          "libcore.javax.crypto.CipherBasicsTest#testBasicEncryption",
22          "org.apache.harmony.tests.java.lang.ref.ReferenceQueueTest#test_removeJ",
23          "org.apache.harmony.tests.java.text.MessageFormatTest#test_parseLjava_lang_String",
24          "org.apache.harmony.tests.java.util.ControlTest#test_toBundleName_LStringLLocale",
25          "org.apache.harmony.tests.java.util.TimerTest#testThrowingTaskKillsTimerThread"
26        ]
27},
28{
29  description: "Timeouts on host with gcstress and debug.",
30  result: EXEC_FAILED,
31  modes: [host],
32  names: ["jsr166.ForkJoinPoolTest#testIsQuiescent",
33          "jsr166.ScheduledExecutorSubclassTest#testTimedInvokeAll4",
34          "jsr166.StampedLockTest#testWriteAfterReadLock",
35          "jsr166.StampedLockTest#testReadTryLock_Interruptible",
36          "jsr166.StampedLockTest#testReadLockInterruptibly_Interruptible",
37          "jsr166.StampedLockTest#testReadLockInterruptibly",
38          "jsr166.StampedLockTest#testWriteLockInterruptibly",
39          "jsr166.TimeUnitTest#testConvert",
40          "jsr166.TreeSetTest#testRecursiveSubSets",
41          "libcore.java.lang.OldThreadTest#test_getState",
42          "libcore.java.lang.StringTest#testFastPathString_wellFormedUtf8Sequence",
43          "libcore.java.math.BigIntegerTest#test_Constructor_IILjava_util_Random",
44          "libcore.java.math.BigIntegerTest#test_probablePrime",
45          "libcore.java.util.concurrent.ReentrantReadWriteLockTest#testGetQueuedReaderThreads",
46          "libcore.java.util.stream.CollectorsTest#counting_largeStream",
47          "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testUsingProxy",
48          "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testUsingProxySelector",
49          "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testConsequentProxyConnection",
50          "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testHttpsConnection",
51          "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection",
52          "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection_doOutput",
53          "org.apache.harmony.tests.java.lang.ref.ReferenceQueueTest#test_removeJ",
54          "org.apache.harmony.tests.java.lang.ProcessManagerTest#testSleep",
55          "org.apache.harmony.tests.java.util.TimerTest#testOverdueTaskExecutesImmediately",
56          "org.apache.harmony.tests.java.util.WeakHashMapTest#test_keySet_hasNext"
57  ]
58},
59{
60  description: "Stack unwinding failures on LUCI hosts with gcstress and debug.",
61  bug: 189826569,
62  result: ERROR,
63  modes: [host],
64  names: ["libcore.java.lang.ThreadTest#nativeThreadNames",
65          "jsr166.ThreadLocalTest#testGenericITL"
66  ]
67},
68{
69  description: "Failure with gcstress and debug.",
70  bug: 313922528,
71  result: ERROR,
72  modes: [host],
73  names: ["libcore.java.util.jar.OldManifestTest#test_equals",
74          "test.java.util.Collection",
75          "test.java.util.TestFormatter"
76  ]
77},
78{
79  description: "Time-sensitive test fails check of elapsed time with gcstress",
80  result: EXEC_FAILED,
81  bug: 205007075,
82  names: ["jsr166.CompletableFutureTest#testCompleteOnTimeout_completed",
83          "jsr166.CompletableFutureTest#testDelayedExecutor",
84          "org.apache.harmony.tests.java.util.TimerTest#testThrowingTaskKillsTimerThread"
85         ]
86},
87{
88  description: "SocketTimeout test gcstress and debug.",
89  result: EXEC_FAILED,
90  bug: 259530489,
91  names: ["org.apache.harmony.luni.tests.java.net.URLConnectionTest#test_setReadTimeoutI_SocketTimeoutException"]
92}
93]
94