Qemu: Ignore failing/flaky arm tests

Test: art/test.py --target -r --ndebug --64
Change-Id: I251f828a5f76d54cd247672eaa79f76a5fb56ef8
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 5323fd5..31158e3 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -1570,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"}
     }
 ]