diff options
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/knownfailures.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 77d301e..c23deff 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1497,9 +1497,9 @@ description: "Zip64 tests take too long to execute and need more than 5GB of space to run.", result: EXEC_FAILED, names: [ - "libcore.java.util.zip.ZipFileTest#testZip64Support_largeNumberOfEntries", - "libcore.java.util.zip.ZipFileTest#testZip64Support_totalLargerThan4G", - "libcore.java.util.zip.ZipFileTest#testZip64Support_hugeEntry" + "libcore.java.util.zip.Zip64FileTest#testZip64Support_largeNumberOfEntries", + "libcore.java.util.zip.Zip64FileTest#testZip64Support_totalLargerThan4G", + "libcore.java.util.zip.Zip64FileTest#testZip64Support_hugeEntry" ] } ] |