diff options
-rw-r--r-- | test/knownfailures.json | 5 |
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" } ] |