Fix buildbot test failures on debug and gcstress host.
This CL moves test expectations from EXEC_FAILED group to ERROR so
buildbot correctly interprets failing tests.
Bug: 234324321
Test: art/tools/run-libcore-tests.sh --mode=host --variant=X64 \
--debug --gcstress
Change-Id: I33b5c598bf6a20c6188407beaea3c255e7020a59
diff --git a/tools/libcore_gcstress_debug_failures.txt b/tools/libcore_gcstress_debug_failures.txt
index ccd8db5..d56c341 100644
--- a/tools/libcore_gcstress_debug_failures.txt
+++ b/tools/libcore_gcstress_debug_failures.txt
@@ -52,12 +52,6 @@
"org.apache.harmony.tests.java.lang.ProcessManagerTest#testSleep",
"org.apache.harmony.tests.java.util.TimerTest#testOverdueTaskExecutesImmediately",
"org.apache.harmony.tests.java.util.WeakHashMapTest#test_keySet_hasNext",
- "test.java.lang.StrictMath.HypotTests_testAgainstTranslit_shard1",
- "test.java.lang.StrictMath.HypotTests_testAgainstTranslit_shard2",
- "test.java.lang.StrictMath.HypotTests_testAgainstTranslit_shard3",
- "test.java.lang.StrictMath.HypotTests_testAgainstTranslit_shard4",
- "test.java.math.BigDecimal",
- "test.java.math.BigInteger_testConstructor"
]
},
{
@@ -76,5 +70,17 @@
names: ["jsr166.CompletableFutureTest#testCompleteOnTimeout_completed",
"jsr166.CompletableFutureTest#testDelayedExecutor"
]
+},
+{
+ description: "Timeouts on host with gcstress and debug",
+ bug: 234324321,
+ result: ERROR,
+ modes: [host],
+ names: ["test.java.lang.StrictMath.HypotTests_testAgainstTranslit_shard1",
+ "test.java.lang.StrictMath.HypotTests_testAgainstTranslit_shard2",
+ "test.java.lang.StrictMath.HypotTests_testAgainstTranslit_shard3",
+ "test.java.lang.StrictMath.HypotTests_testAgainstTranslit_shard4",
+ "test.java.math.BigDecimal",
+ "test.java.math.BigInteger_testConstructor"]
}
]