• 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.lang.ref.ReferenceQueueTest#testRemoveWithDelayedResultAndTimeout",
14          "libcore.java.text.DecimalFormatTest#testWhitespaceError",
15          "libcore.java.text.DecimalFormatTest#testWhitespaceTolerated",
16          "libcore.java.text.DecimalFormatTest#test_exponentSeparator",
17          "libcore.java.text.DecimalFormatTest#test_setMaximumFractionDigitsAffectsRoundingMode",
18          "libcore.java.util.jar.OldJarFileTest#test_ConstructorLjava_io_File",
19          "libcore.java.util.jar.OldJarFileTest#test_ConstructorLjava_lang_StringZ",
20          "libcore.java.util.jar.OldJarInputStreamTest#test_read$ZII",
21          "libcore.java.util.TimeZoneTest#testSetDefaultDeadlock",
22          "libcore.javax.crypto.CipherBasicsTest#testBasicEncryption",
23          "org.apache.harmony.tests.java.lang.ref.ReferenceQueueTest#test_removeJ",
24          "org.apache.harmony.tests.java.text.MessageFormatTest#test_parseLjava_lang_String",
25          "org.apache.harmony.tests.java.util.ControlTest#test_toBundleName_LStringLLocale",
26          "org.apache.harmony.tests.java.util.TimerTest#testThrowingTaskKillsTimerThread"
27        ]
28},
29{
30  description: "Timeouts on host with gcstress and debug.",
31  result: EXEC_FAILED,
32  modes: [host],
33  names: ["jsr166.ForkJoinPoolTest#testIsQuiescent",
34          "jsr166.ScheduledExecutorSubclassTest#testTimedInvokeAll4",
35          "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          "jsr166.TreeSetTest#testRecursiveSubSets",
42          "libcore.java.lang.OldThreadTest#test_getState",
43          "libcore.java.lang.StringTest#testFastPathString_wellFormedUtf8Sequence",
44          "libcore.java.math.BigIntegerTest#test_Constructor_IILjava_util_Random",
45          "libcore.java.math.BigIntegerTest#test_probablePrime",
46          "libcore.java.util.concurrent.ReentrantReadWriteLockTest#testGetQueuedReaderThreads",
47          "libcore.java.util.stream.CollectorsTest#counting_largeStream",
48          "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testUsingProxy",
49          "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testUsingProxySelector",
50          "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testConsequentProxyConnection",
51          "org.apache.harmony.tests.java.lang.ref.ReferenceQueueTest#test_removeJ",
52          "org.apache.harmony.tests.java.lang.ProcessManagerTest#testSleep",
53          "org.apache.harmony.tests.java.util.TimerTest#testOverdueTaskExecutesImmediately",
54          "org.apache.harmony.tests.java.util.WeakHashMapTest#test_keySet_hasNext"
55  ]
56},
57{
58  description: "Stack unwinding failures on LUCI hosts with gcstress and debug.",
59  bug: 189826569,
60  result: ERROR,
61  modes: [host],
62  names: ["libcore.java.lang.ThreadTest#nativeThreadNames",
63          "jsr166.ThreadLocalTest#testGenericITL"
64  ]
65},
66{
67  description: "Time-sensitive test fails check of elapsed time with gcstress",
68  result: EXEC_FAILED,
69  bug: 205007075,
70  names: ["jsr166.CompletableFutureTest#testCompleteOnTimeout_completed",
71          "jsr166.CompletableFutureTest#testDelayedExecutor"
72         ]
73},
74{
75  description: "SocketTimeout test gcstress and debug.",
76  result: EXEC_FAILED,
77  bug: 259530489,
78  names: ["org.apache.harmony.luni.tests.java.net.URLConnectionTest#test_setReadTimeoutI_SocketTimeoutException"]
79}
80]
81