blob: d176738394dc0ee48366c239f21d275ee1a11c19 [file] [log] [blame]
Nicolas Geoffray622e2e22017-06-15 09:33:01 +01001/*
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,
Nicolas Geoffray31e0dc22020-03-20 15:48:09 +000010 modes: [device],
Nicolas Geoffray178b3ad2017-08-09 09:49:42 +010011 names: ["jsr166.CompletableFutureTest#testCompleteOnTimeout_completed",
Nicolas Geoffraya353ce52018-08-06 09:28:20 +010012 "jsr166.CompletableFutureTest#testDelayedExecutor",
Nicolas Geoffray34cdb542018-08-31 10:19:19 +010013 "jsr166.ExecutorsTest#testTimedCallable",
14 "jsr166.RecursiveActionTest#testJoinIgnoresInterruptsOutsideForkJoinPool",
Nicolas Geoffray622e2e22017-06-15 09:33:01 +010015 "libcore.java.lang.ref.ReferenceQueueTest#testRemoveWithDelayedResultAndTimeout",
Nicolas Geoffray34cdb542018-08-31 10:19:19 +010016 "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",
Nicolas Geoffray622e2e22017-06-15 09:33:01 +010023 "libcore.java.util.TimeZoneTest#testSetDefaultDeadlock",
Nicolas Geoffrayb22a3ed2017-09-07 15:25:53 +010024 "libcore.javax.crypto.CipherBasicsTest#testBasicEncryption",
Nicolas Geoffray34cdb542018-08-31 10:19:19 +010025 "org.apache.harmony.tests.java.lang.ref.ReferenceQueueTest#test_removeJ",
Nicolas Geoffraya353ce52018-08-06 09:28:20 +010026 "org.apache.harmony.tests.java.text.MessageFormatTest#test_parseLjava_lang_String",
Nicolas Geoffray34cdb542018-08-31 10:19:19 +010027 "org.apache.harmony.tests.java.util.ControlTest#test_toBundleName_LStringLLocale",
28 "org.apache.harmony.tests.java.util.TimerTest#testThrowingTaskKillsTimerThread"
29 ]
David Srbeckyb5529ba2018-04-18 18:25:52 +010030},
31{
Nicolas Geoffray35c41c22019-02-01 10:08:08 +000032 description: "Timeouts on host with gcstress and debug.",
33 result: EXEC_FAILED,
34 modes: [host],
Orion Hodson9991a312021-06-02 15:36:14 +010035 names: ["jsr166.ForkJoinPoolTest#testIsQuiescent",
36 "jsr166.StampedLockTest#testWriteAfterReadLock",
Nicolas Geoffray5fdd1e82019-03-29 09:02:18 +000037 "jsr166.StampedLockTest#testReadTryLock_Interruptible",
38 "jsr166.StampedLockTest#testReadLockInterruptibly_Interruptible",
39 "jsr166.StampedLockTest#testReadLockInterruptibly",
Nicolas Geoffrayddcdb9c2019-04-02 09:56:33 +010040 "jsr166.StampedLockTest#testWriteLockInterruptibly",
Nicolas Geoffrayd3e1e4b2020-10-21 15:07:37 +010041 "jsr166.TimeUnitTest#testConvert",
Hans Boehm676a1632020-08-14 15:44:15 -070042 "libcore.java.lang.StringTest#testFastPathString_wellFormedUtf8Sequence",
43 "libcore.java.math.BigIntegerTest#test_Constructor_IILjava_util_Random",
44 "libcore.java.math.BigIntegerTest#test_probablePrime",
David Srbeckyc13227c2021-05-21 11:49:13 +010045 "libcore.java.util.stream.CollectorsTest#counting_largeStream",
Nicolas Geoffrayd3e1e4b2020-10-21 15:07:37 +010046 "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testUsingProxy",
Orion Hodson9991a312021-06-02 15:36:14 +010047 "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testUsingProxySelector",
David Srbecky579bfc82021-06-05 12:22:12 +010048 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testConsequentProxyConnection",
Vladimir Marko10f5f862019-05-30 16:45:41 +010049 "org.apache.harmony.tests.java.lang.ProcessManagerTest#testSleep",
Hans Boehm676a1632020-08-14 15:44:15 -070050 "org.apache.harmony.tests.java.math.BigIntegerConstructorsTest#testConstructorPrime"
Nicolas Geoffray5fdd1e82019-03-29 09:02:18 +000051 ]
Orion Hodson9159d6e2021-06-01 17:22:32 +010052},
53{
54 description: "Stack unwinding failures on LUCI hosts with gcstress and debug.",
55 bug: 189826569,
56 result: ERROR,
57 modes: [host],
58 names: ["libcore.java.lang.ThreadTest#nativeThreadNames",
59 "jsr166.ThreadLocalTest#testGenericITL"
60 ]
Nicolas Geoffray622e2e22017-06-15 09:33:01 +010061}
62]