summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2017-03-22 10:52:08 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2017-03-22 10:52:08 +0000
commit882ea47197b59d812429ea2d788a96d5dcb2b77f (patch)
treec74e136012a87382b1796a597970524d3bdf6c4f
parente21c9af9a8e3493411e718ad1499e1f247f69178 (diff)
Blacklist test that times out.
bug: 36501991 Change-Id: Ibfa6541fdea781fe9862049eccbcacb9b174553f
-rw-r--r--test/knownfailures.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 2de34ca44f..fd2a3178aa 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -362,5 +362,10 @@
"description": ["Disable 638-checker-inline-caches temporarily until a fix",
"arrives."],
"bug": "http://b/36371709"
+ },
+ {
+ "tests": "080-oom-throw",
+ "bug": "http://b/36501991",
+ "variant": "interpreter & target"
}
]