summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Orion Hodson <oth@google.com> 2022-10-07 14:10:23 +0100
committer Orion Hodson <oth@google.com> 2022-10-09 16:09:23 +0000
commit81f1cc9ed5ee68ba3bf5163b78151d09ec560e77 (patch)
treec1a37a957a3af3fc75e1cc3065bdba7a0b13d731
parente60131ae4004795c4f11d412f6d12cdf9ea37f03 (diff)
libcore_failures.txt: Remove failure expectation for MethodTypeTest
Test should not longer failure due to Android specific changes to the test. Bug: 231283845 Test: art/tools/run-libcore-tests.sh --mode=host \ test.java.lang.invoke.MethodTypeTest Change-Id: Ia47ba594465082348d8f2c5702d7cc631c2dbfd2
-rw-r--r--tools/libcore_failures.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt
index dec53a4c8d..c31e88ef00 100644
--- a/tools/libcore_failures.txt
+++ b/tools/libcore_failures.txt
@@ -332,13 +332,6 @@
"test.java.time"]
},
{
- description: "vogar does not respect '@BeforeMethod' and '@AfterMethod' annotations yet",
- result: ERROR,
- bug: 231283845,
- names: ["test.java.lang.invoke.MethodTypeTest#testGeneric",
- "test.java.lang.invoke.MethodTypeTest#testMakeGeneric"]
-},
-{
description: "Timing out after ojluni tests were enabled",
result: ERROR,
bug: 231439593,