diff options
| author | 2022-11-17 15:02:00 +0000 | |
|---|---|---|
| committer | 2022-11-17 15:28:43 +0000 | |
| commit | e00c97a5a189a551521f89d97f4c9dd7bab30dfd (patch) | |
| tree | 2cd4afcd64871cb67470bbf9218c513a90985018 | |
| parent | feed4af7209fdb365cfd1927a9e8263e0456521e (diff) | |
Suppress test_setReadTimeoutI_SocketTimeoutException test
Failing on x86+gcstress+debug builds since
https://ci.chromium.org/ui/p/art/builders/ci/host-x86-gcstress-debug/4101
Bug: 259530489
Test: run-libcore-tests.sh --mode host --gcstress --debug
Change-Id: I610dcb4c9aded56a65286378708253e660128f88
| -rw-r--r-- | tools/libcore_gcstress_debug_failures.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/libcore_gcstress_debug_failures.txt b/tools/libcore_gcstress_debug_failures.txt index 4718947a32..c9316106c1 100644 --- a/tools/libcore_gcstress_debug_failures.txt +++ b/tools/libcore_gcstress_debug_failures.txt @@ -70,5 +70,11 @@ names: ["jsr166.CompletableFutureTest#testCompleteOnTimeout_completed", "jsr166.CompletableFutureTest#testDelayedExecutor" ] +}, +{ + description: "SocketTimeout test gcstress and debug.", + result: EXEC_FAILED, + bug: 259530489, + names: ["org.apache.harmony.luni.tests.java.net.URLConnectionTest#test_setReadTimeoutI_SocketTimeoutException"] } ] |