diff options
author | 2018-06-08 10:36:45 +0100 | |
---|---|---|
committer | 2018-06-08 13:32:24 +0100 | |
commit | 92149d0a8e651a1d0f46bf4c94bdac809aa034ab (patch) | |
tree | 1daf5b0ec482a1069b3fda3bfe85082d4a244c86 | |
parent | e5a0dd8e2a985bd4f6469cf3ab86806b158b2f73 (diff) |
Blacklist test.
bug: 109791792
Test: m
Change-Id: I1332794e8c1ee190ec5683ba5c3dbf519e02a487
-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."] } ] |