From 99d99134a573dd4c6e64b098578d01c188bc421b Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Fri, 26 Apr 2024 11:03:37 +0200 Subject: 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 --- test/knownfailures.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"] }, -- cgit v1.2.3