diff options
| -rw-r--r-- | tools/libcore_failures.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 682a27bd8a..65c3fed4f3 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -137,5 +137,12 @@ result: EXEC_FAILED, bug:22106064, name: "libcore.java.lang.OldThreadGroupTest#test_enumerateLThreadArrayLZtest_enumerateLThreadArrayLZ" +}, +{ + description: "test_xattr fails on arm64 on the buildbots only: needs investigation", + result: EXEC_FAILED, + modes: [device], + names: ["libcore.io.OsTest#test_xattr"], + bug: 22258911 } ] |