summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-04-03 16:31:03 +0100
committerNarayan Kamath <narayan@google.com>2015-04-03 16:31:03 +0100
commit3814e7c484ff04b0cbbdaffaf1907c0f3db426f1 (patch)
treef42709e78a8d2147de7ce555cd01ef13e2a27d40 /expectations
parentf640e5b7bc2a08cd48e9bc691d60e76303417778 (diff)
downloadlibcore-3814e7c484ff04b0cbbdaffaf1907c0f3db426f1.zip
libcore-3814e7c484ff04b0cbbdaffaf1907c0f3db426f1.tar.gz
libcore-3814e7c484ff04b0cbbdaffaf1907c0f3db426f1.tar.bz2
Update test expectations after rename.
Zip64 tests were moved to Zip64FileTest. Change-Id: I653e63268e174d4f70e8eecd2d5535fbf6556588
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt6
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"
]
}
]