diff options
author | 2022-10-07 14:10:23 +0100 | |
---|---|---|
committer | 2022-10-09 16:09:23 +0000 | |
commit | 81f1cc9ed5ee68ba3bf5163b78151d09ec560e77 (patch) | |
tree | c1a37a957a3af3fc75e1cc3065bdba7a0b13d731 | |
parent | e60131ae4004795c4f11d412f6d12cdf9ea37f03 (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.txt | 7 |
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, |