diff options
| author | 2017-06-10 14:33:17 +0100 | |
|---|---|---|
| committer | 2017-06-10 14:33:17 +0100 | |
| commit | 9a18396b3f02602c17928e37a557005f8123822c (patch) | |
| tree | ec44a6c6c5f4e772ae91f3a6a672f90af3e333a9 | |
| parent | fbb22de21c30b1233aa32b56b0c92b2bd0ec2b47 (diff) | |
Update test expectation for no-image.
no-image acts like no-prebuild in the context of
OatFileAssistant's default compiler filter change.
Test: test.py --no-image
Change-Id: If3c1fea74bc4eb4ea94752d6d69cf72f18934d65
| -rw-r--r-- | test/knownfailures.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index 41e41d7a83..f51522669c 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -715,7 +715,7 @@ { "tests": ["137-cfi", "629-vdex-speed"], "description": [ "Tests require speed compilation which is no longer the default for", - "no-prebuild configs."], - "variant": "no-prebuild" + "no-prebuild or no-image configs."], + "variant": "no-prebuild | no-image" } ] |