From 0817645643832d7161d16a15f7bf21b158db9d38 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 1 Feb 2018 20:52:19 +0000 Subject: Blacklist 674-HelloWorld-Dm test on device. The test requires the zip tool. Test: test.py Change-Id: I486d86550b8648b8ad1e4eb567aebb1eb6ea28df --- test/knownfailures.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"] } - ] -- cgit v1.2.3-59-g8ed1b