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 ed98d233c3..c680f53315 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -991,5 +991,11 @@ "variant": "jit", "bug": "b/77567088", "description": ["Test throws exception before or during OOME."] + }, + { + "tests": ["021-string2"], + "variant": "jit & debuggable", + "bug": "b/109791792", + "description": ["Stack too big."] } ] |