summaryrefslogtreecommitdiffstats
path: root/expectations/brokentests.txt
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2013-12-19 13:32:14 +0000
committerNarayan Kamath <narayan@google.com>2013-12-19 16:42:22 +0000
commit108a6c5cbecfea0bb2ea15e522b4e5474c4f81bd (patch)
treecb2370106026624570ab8900e1fa5248782ad66c /expectations/brokentests.txt
parent19de2cab2d5dcfeda16aa9d67e058c8646414330 (diff)
downloadlibcore-108a6c5cbecfea0bb2ea15e522b4e5474c4f81bd.zip
libcore-108a6c5cbecfea0bb2ea15e522b4e5474c4f81bd.tar.gz
libcore-108a6c5cbecfea0bb2ea15e522b4e5474c4f81bd.tar.bz2
Fix broken test cases in DeflaterTest & InflaterTest
We explicitly disallow setLevel or setStrategy after setInput. (It's clearly documented in the method docs). Presumably, this is to prevent users from shooting themselves in the foot & causing issues by changing the strategy / level after we've started deflating. Change-Id: Ifd65728ff0ec7e47aeec716aeb6f44242573c491
Diffstat (limited to 'expectations/brokentests.txt')
-rw-r--r--expectations/brokentests.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt
index a99e508..68331cd 100644
--- a/expectations/brokentests.txt
+++ b/expectations/brokentests.txt
@@ -873,13 +873,9 @@
bug: 12189307,
result: EXEC_FAILED,
names: [
- "org.apache.harmony.tests.java.util.jar.AttributesTest#test_putAllLjava_util_Map2",
"org.apache.harmony.tests.java.util.jar.ManifestTest#testNul",
"org.apache.harmony.tests.java.util.jar.ManifestTest#testRead",
- "org.apache.harmony.tests.java.util.jar.ManifestTest#testStreamConstructor",
- "org.apache.harmony.tests.java.util.zip.DeflaterTest#test_setLevelI",
- "org.apache.harmony.tests.java.util.zip.DeflaterTest#test_setStrategyI",
- "org.apache.harmony.tests.java.util.zip.InflaterTest#test_end"
+ "org.apache.harmony.tests.java.util.jar.ManifestTest#testStreamConstructor"
]
}
]