diff options
| -rw-r--r-- | test/knownfailures.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index b38f9147d4..b39d6072fa 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -648,6 +648,13 @@ "bug": "b/64683522" }, { + "tests": ["628-vdex", + "629-vdex-speed", + "634-vdex-duplicate"], + "variant": "cdex-fast", + "description": ["Tests that depend on input-vdex are not supported with compact dex"] + }, + { "tests": "661-oat-writer-layout", "variant": "interp-ac | interpreter | jit | no-dex2oat | no-prebuild | no-image | trace | redefine-stress | jvmti-stress", "description": ["Test is designed to only check --compiler-filter=speed"] |