diff options
| -rw-r--r-- | tools/libcore_fugu_failures.txt | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tools/libcore_fugu_failures.txt b/tools/libcore_fugu_failures.txt index 406767fab5..e02e3ff4c5 100644 --- a/tools/libcore_fugu_failures.txt +++ b/tools/libcore_fugu_failures.txt @@ -150,6 +150,7 @@ "test.java.lang.Float", "test.java.lang.Integer", "test.java.lang.Long", + "test.java.lang.StackWalker#main", "test.java.lang.StrictMath.CubeRootTests", "test.java.lang.StrictMath.ExactArithTests", "test.java.lang.StrictMath.Expm1Tests", @@ -229,14 +230,5 @@ "test.java.util.stream", "test.java.util.zip.ZipFile" ] -}, -{ - description: "Test aborted due to unknown error. Disable the test temporarily.", - result: ERROR, - bug: 241766511, - modes: [device], - names: [ - "test.java.lang.StackWalker" - ] } ] |