summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lokesh Gidra <lokeshgidra@google.com> 2018-09-18 20:04:45 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-09-18 20:04:45 +0000
commitf035463650ada4a2bc07a38ca23dd96758e3db92 (patch)
tree975df03373d8b36d90ae90371423d180f8380863
parenta93364cbd4ebf4b8c309c4c18f30e16c8f9a8997 (diff)
parentb0d5cc60f2200e4f76d732250fca97c6b080d2df (diff)
Merge "Un-blacklist 080-oom-fragmentation for non-GSS configurations."
-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"
},
{