diff options
author | 2018-02-01 20:53:51 +0000 | |
---|---|---|
committer | 2018-02-01 20:53:51 +0000 | |
commit | 92d0c8b68c24a2fa21f95d63a1ff2fb00fdb9aaf (patch) | |
tree | 4cbd94e546fb7bcd7979e0477903417fd1c45aa7 | |
parent | eeaf87f8590901a5c946c361320a0f237ded2eab (diff) | |
parent | 0817645643832d7161d16a15f7bf21b158db9d38 (diff) |
Merge "Blacklist 674-HelloWorld-Dm test on device."
-rw-r--r-- | test/knownfailures.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index 3a21753f99..83ac068109 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -656,6 +656,10 @@ "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"] + }, + { + "tests": "674-HelloWorld-Dm", + "variant": "target", + "description": ["Requires zip, which isn't available on device"] } - ] |