summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/libcore_failures.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt
index 0b40e19dda..dec53a4c8d 100644
--- a/tools/libcore_failures.txt
+++ b/tools/libcore_failures.txt
@@ -343,5 +343,11 @@
result: ERROR,
bug: 231439593,
names: ["org.apache.harmony.tests.java.math.BigIntegerConstructorsTest#testConstructorPrime"]
+},
+{
+ description: "Segfault with poison build on LUCI in multi-threaded MH test",
+ result: ERROR,
+ bug: 241199625,
+ names: ["libcore.java.lang.invoke.MethodHandleCombinersTest#testThrowCatchExceptionMultiThreaded"]
}
]