diff options
| -rw-r--r-- | test/knownfailures.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index a202044786..31a0eef998 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -984,5 +984,11 @@ "991-field-trace-2"], "variant": "gcstress & debug & target", "description": ["Test can time out on gcstress with debug"] + }, + { + "tests": ["080-oom-throw"], + "variant": "jit", + "bug": "b/77567088", + "description": ["Test throws exception before or during OOME."] } ] |