Update knownfailures.json.
Extracted from:
https://googleplex-android-review.git.corp.google.com/#/c/2194222/
To avoid the merge conflict.
bug: 37558732
Test: run-test with speed-profile
Change-Id: Ieeae28f2c95870c655055075c4ab2207e58ae335
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 0e42a29..1d2a291 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -602,5 +602,17 @@
],
"bug": "b/37239009",
"variant": "jvmti-stress"
+ },
+ {
+ "tests": [
+ "536-checker-needs-access-check",
+ "537-checker-inline-and-unverified",
+ "569-checker-pattern-replacement",
+ "586-checker-null-array-get"
+ ],
+ "description": [
+ "Tests that have verify-at-runtime classes, but being compiled when using vdex."
+ ],
+ "variant": "speed-profile"
}
]