diff options
author | 2016-05-31 11:00:24 +0000 | |
---|---|---|
committer | 2016-05-31 11:00:24 +0000 | |
commit | 0d3eeaecd46e66a7a11038ad8b59290f95b64845 (patch) | |
tree | ecd18b6f279dcf791eb60b94d0ba7c01cd795387 | |
parent | b0ba75063008f5896f0616871bd272883bae3083 (diff) |
Revert "Blacklist test on host."
This reverts commit b0ba75063008f5896f0616871bd272883bae3083.
Change-Id: I58f7ae208b056279f28ba111f20440de93d13e51
-rw-r--r-- | tools/libcore_failures.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 15abdb6208..f25fb98c4d 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -253,11 +253,5 @@ names: ["jsr166.CollectionTest#testEmptyMeansEmpty", "jsr166.Collection8Test#testForEach", "jsr166.Collection8Test#testForEachConcurrentStressTest"] -}, -{ - description: "Test uses a path that does not exist on host", - result: EXEC_FAILED, - modes: [host], - name: "libcore.java.util.zip.ZipFileTest#testOpenDeleteOnExternalStorage" } ] |