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.ConcurrentSkipListSetTest#testRecursiveSubSets", 33 "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.TreeMapTest#testRecursiveSubMaps", 42 "jsr166.TreeSetTest#testRecursiveSubSets", 43 "libcore.java.lang.OldThreadTest#test_getState", 44 "libcore.java.lang.StringTest#testFastPathString_wellFormedUtf8Sequence", 45 "libcore.java.math.BigIntegerTest#test_Constructor_IILjava_util_Random", 46 "libcore.java.math.BigIntegerTest#test_probablePrime", 47 "libcore.java.util.concurrent.ReentrantReadWriteLockTest#testGetQueuedReaderThreads", 48 "libcore.java.util.stream.CollectorsTest#counting_largeStream", 49 "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testUsingProxy", 50 "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testUsingProxySelector", 51 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testConsequentProxyConnection", 52 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testHttpsConnection", 53 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection", 54 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection_doOutput", 55 "org.apache.harmony.tests.java.lang.ref.ReferenceQueueTest#test_removeJ", 56 "org.apache.harmony.tests.java.lang.ProcessManagerTest#testSleep", 57 "org.apache.harmony.tests.java.util.TimerTest#testOverdueTaskExecutesImmediately", 58 "org.apache.harmony.tests.java.util.WeakHashMapTest#test_keySet_hasNext", 59 "test.java.util.Collections.RacingCollections#main" 60 ] 61}, 62{ 63 description: "Stack unwinding failures on LUCI hosts with gcstress and debug.", 64 bug: 189826569, 65 result: ERROR, 66 modes: [host], 67 names: ["libcore.java.lang.ThreadTest#nativeThreadNames", 68 "jsr166.ThreadLocalTest#testGenericITL" 69 ] 70}, 71{ 72 description: "Failure with gcstress and debug.", 73 bug: 313922528, 74 result: ERROR, 75 modes: [host], 76 names: ["libcore.java.util.jar.OldManifestTest#test_equals", 77 "test.java.util.Collection", 78 "test.java.util.TestFormatter" 79 ] 80}, 81{ 82 description: "Time-sensitive test fails check of elapsed time with gcstress", 83 result: EXEC_FAILED, 84 bug: 205007075, 85 names: ["jsr166.CompletableFutureTest#testCompleteOnTimeout_completed", 86 "jsr166.CompletableFutureTest#testDelayedExecutor", 87 "org.apache.harmony.tests.java.util.TimerTest#testThrowingTaskKillsTimerThread" 88 ] 89}, 90{ 91 description: "SocketTimeout test gcstress and debug.", 92 result: EXEC_FAILED, 93 bug: 259530489, 94 names: ["org.apache.harmony.luni.tests.java.net.URLConnectionTest#test_setReadTimeoutI_SocketTimeoutException"] 95} 96] 97