diff options
| author | 2022-08-16 11:58:27 +0100 | |
|---|---|---|
| committer | 2022-08-16 13:43:43 +0000 | |
| commit | cb5a4fa007e8be0ea886320abefa8834c9752d05 (patch) | |
| tree | 478c8ac28145399dcdf4cc3a1e761eeaa77b8649 | |
| parent | 0e520aadebc54aa8ee6cb91e1ab47b94f8ff3024 (diff) | |
Adjust test expectations on Fugu w.r.t. `test.java.lang.StackWalker`.
Exclude method `test.java.lang.StackWalker#main` instead of the whole
`test.java.lang.StackWalker` class in an attempt to please Vogar.
Also consolidate "testng" expectations pertaining to `getrandom()`.
Side note: Ideally, we should have testng test failures reported
`EXEC_FAILED`, not `ERROR`.
Test: Run `art/tools/run-libcore-tests.sh` on Fugu device
Bug: 241766511
Bug: 141230711
Change-Id: I8742a60af71526f51e27265fa0bbe1a2cfb990a3
| -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" - ] } ] |