summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2024-04-22 14:06:51 +0200
committerVladimĂ­r Marko <vmarko@google.com>2024-04-22 13:29:16 +0000
commita9e7ce337ae8226ea8b9f86ea101bae47bbf684b (patch)
tree4c7784772fe9ecab73d0b13329a62d705382aaf7
parentd229e50a7cf690dd6183efb4dad56ccb90349a71 (diff)
downloadart-a9e7ce337ae8226ea8b9f86ea101bae47bbf684b.tar.gz
Disable run-test 732 for `optimizing & no-image`.
This test requires a boot image for checker tests. Test: testrunner.py --host --picimage --no-image -t 732 Bug: 38313278 Change-Id: I01e9894d712d9177cf10b208d25353cf8caf3ecc
-rw-r--r--test/knownfailures.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index b2348f67bc..ea124d0218 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -1502,7 +1502,8 @@
"603-checker-instanceof",
"623-checker-loop-regressions",
"639-checker-code-sinking",
- "640-checker-integer-valueof"],
+ "640-checker-integer-valueof",
+ "732-checker-app-image"],
"variant": "optimizing & no-image",
"description": ["Expected failures when compiling without a boot image"]
},