summaryrefslogtreecommitdiff
path: root/test/knownfailures.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/knownfailures.json')
-rw-r--r--test/knownfailures.json18
1 files changed, 12 insertions, 6 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index b47a1a1b35..31158e31ca 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -58,12 +58,6 @@
"loaded systems."]
},
{
- "tests": "569-checker-pattern-replacement",
- "variant": "target",
- "description": ["569-checker-pattern-replacement tests behaviour",
- "present only on host."]
- },
- {
"tests": ["116-nodex2oat",
"118-noimage-dex2oat"],
"variant": "prebuild",
@@ -1576,5 +1570,17 @@
"description": ["Test relies on profiling done by baseline compiled code. Meanwhile, it",
"can't use --baseline because it has a test case checking the behavior when",
"a method is optimized compiled."]
+ },
+ {
+ "tests": ["004-ThreadStress",
+ "050-sync-test",
+ "083-compiler-regressions",
+ "137-cfi",
+ "913-heaps",
+ "2043-reference-pauses",
+ "2239-varhandle-perf"],
+ "bug": "b/328023607",
+ "description": ["Fails on QEMU"],
+ "env_vars": {"ART_TEST_ON_VM": "true"}
}
]