diff options
| -rw-r--r-- | test/knownfailures.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index 54786bb772..d4de9beb17 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -616,5 +616,12 @@ ], "bug": "b/37240685 & b/37239009", "variant": "jvmti-stress" + }, + { + "tests": "160-read-barrier-stress", + "description": ["Disable 160-read-barrier-stress temporarily until we find ", + "a fix to avoid the OOME with Jack. Note that it cannot be compiled ", + "by javac either ('error: code too large')"], + "bug": "http://b/37335480" } ] |