Remove skips for InterruptThread JDWP tests.
We now fully implement that capability so the tests can pass.
Test: ./art/tools/run-prebuilt-libjdwp-tests.sh
Bug: 34415266
Change-Id: Ifcd7fb8084929dc195a57cfc619880290a41e0a5
diff --git a/tools/libjdwp_art_failures.txt b/tools/libjdwp_art_failures.txt
index 1812177..646a96a 100644
--- a/tools/libjdwp_art_failures.txt
+++ b/tools/libjdwp_art_failures.txt
@@ -22,13 +22,6 @@
name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues006Test#testGetValues006"
},
{
- description: "Tests fail due to using the not yet supported interrupt thread functions",
- result: EXEC_FAILED,
- bug: 34415266,
- names: [ "org.apache.harmony.jpda.tests.jdwp.ThreadReference.CurrentContendedMonitorTest#testCurrentContendedMonitor001",
- "org.apache.harmony.jpda.tests.jdwp.ThreadReference.InterruptTest#testInterrupt001" ]
-},
-{
description: "Tests fail with assertion error on slot number",
result: EXEC_FAILED,
bug: 66905468,