diff options
| author | 2018-10-12 12:11:05 +0100 | |
|---|---|---|
| committer | 2018-10-12 12:11:05 +0100 | |
| commit | e53e63db1b7f583f739003ebe0b7dedba62bff89 (patch) | |
| tree | 37ee7e0b5206ae0d0fbb161dbbfd726adfe06ff7 | |
| parent | 0b6b0cb6dca3eb9b0423af9d8da381f4d8f6b311 (diff) | |
Disable run-test 920-objects on jit-on-first-use configuration.
Temporarily disable this test to keep the build green, while we
investigate the crashes.
Test: Rely on the Android Build continuous testing
Bug: 117638896
Change-Id: Iec5cab885a99d504fde77aa5ee4ab1af65ff5fa5
| -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 4e3ec24887..8aa59793d5 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -1106,5 +1106,11 @@ "variant": "target & gcstress & debug", "bug": "b/117597114", "description": ["Looks timing dependent"] + }, + { + "tests": ["920-objects"], + "variant": "jit-on-first-use", + "bug": "b/117638896", + "description": ["SIGSEGVs on jit-on-first-use configuration."] } ] |