commit | bfdc6af9de66034701f90c9fcd494bd0d0a309fe | [log] [tgz] |
---|---|---|
author | Mythri Alle <mythria@google.com> | Fri Nov 19 20:35:48 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Nov 19 20:35:48 2021 +0000 |
tree | d5b3c712a314e5c96a46b9cf92a652c39a7d6fd8 | |
parent | 8397f31039fcb661ae7db27ba3b82b4dc2eddb9e [diff] | |
parent | aa9d91ea54484ea9f6f619e1654880932cf2d73e [diff] |
Disables 667-jit-jni on jit-on-first-use configuration am: aa9d91ea54 Original change: https://android-review.googlesource.com/c/platform/art/+/1897058 Change-Id: Iea7068f7eb83fce8c89e402a83ad1e940f7005c7
diff --git a/test/knownfailures.json b/test/knownfailures.json index 89deae5..b256c4d 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json
@@ -1470,5 +1470,10 @@ "variant": "redefine-stress & jit | jvmti-stress & jit", "description": ["Test expects few methods to be interpreted but jvmti enables", "jit-on-first-use which breaks this expectation"] + }, + { + "tests": ["667-jit-jni-stub"], + "variant": "jit-on-first-use", + "description": ["jit-on-first-use disables jit GC but this test requires jit GC"] } ]