Skip to content

Commit

Permalink
Suppress test_setReadTimeoutI_SocketTimeoutException test
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ohodson committed Nov 17, 2022
1 parent feed4af commit e00c97a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/libcore_gcstress_debug_failures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]

0 comments on commit e00c97a

Please sign in to comment.