summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lokesh Gidra <lokeshgidra@google.com> 2018-09-17 18:17:30 -0700
committer Lokesh Gidra <lokeshgidra@google.com> 2018-09-18 10:38:54 -0700
commitb0d5cc60f2200e4f76d732250fca97c6b080d2df (patch)
tree04d1b158cae32a9f8ba989611adeb9b14d35f9b5
parent70cf9e4616766c1718145ead09bc974377e1eabc (diff)
Un-blacklist 080-oom-fragmentation for non-GSS configurations.
080-oom-fragmentation test fails with GSS GC due to lack of support for allocations larger than 32MB even with a larger max heap size. Test: test/testrunner/testrunner.py Bug: 33795328 Change-Id: I9b3f323149dcd2a74626275051023c25d4625f58
-rw-r--r--test/knownfailures.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index f0b88e9a32..426bbaf73a 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -13,7 +13,9 @@
},
{
"tests": "080-oom-fragmentation",
- "description": "Disable 080-oom-fragmentation due to flakes.",
+ "description": ["Disable 080-oom-fragmentation for GSS GC due to lack of",
+ "support for allocations larger than 32MB."],
+ "env_vars": {"ART_DEFAULT_GC_TYPE": "GSS"},
"bug": "http://b/33795328"
},
{