summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2024-04-26 11:03:37 +0200
committerVladimir Marko <vmarko@google.com>2024-04-26 11:23:17 +0200
commit99d99134a573dd4c6e64b098578d01c188bc421b (patch)
tree6319da1cab820b6b7b54247993f8274907edcc5b
parent5117fe6bf9bd58b49b2b7647b148b4c3ea3b17ed (diff)
downloadart-99d99134a573dd4c6e64b098578d01c188bc421b.tar.gz
Skip some simd run-tests for `optimizing & no-image`.
These checker tests fail only for arm and/or arm64 because they do not have corresponding checker statements for x86, x86-64 and riscv64. Given that we continuously test `no-image` run-tests only on host, these failures show up only in manual testing. Test: testrunner.py --target --optimizing --no-image Change-Id: I9764f60498e82e32f4ed689bcd98345bb1490b5e
-rw-r--r--test/knownfailures.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index ea124d0218..89b5196d84 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -1503,7 +1503,11 @@
"623-checker-loop-regressions",
"639-checker-code-sinking",
"640-checker-integer-valueof",
- "732-checker-app-image"],
+ "640-checker-simd",
+ "645-checker-abs-simd",
+ "660-checker-simd-sad",
+ "732-checker-app-image",
+ "2256-checker-vector-replacement"],
"variant": "optimizing & no-image",
"description": ["Expected failures when compiling without a boot image"]
},