Temporarily disable art-tests for userfaultfd GC am: a8760e2839
Original change: https://android-review.googlesource.com/c/platform/art/+/2191948
Change-Id: Ic193e8ee99ef3fc26b36191255d303d8290066c8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 0808ee7..9b73518 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -1333,6 +1333,16 @@
"description": ["Test containing Checker assertions expecting Baker read barriers."]
},
{
+ "tests": ["2009-structural-local-ref",
+ "2035-structural-native-method",
+ "2036-structural-subclass-shadow",
+ "2040-huge-native-alloc",
+ "905-object-free"],
+ "env_vars": {"ART_USE_READ_BARRIER": "false"},
+ "bug": "b/242181443",
+ "description": ["Tests temporarily disabled for userfaultfd GC. Remove once native GC-root updation is implemented."]
+ },
+ {
"tests": ["1004-checker-volatile-ref-load"],
"env_vars": {"ART_READ_BARRIER_TYPE": "TABLELOOKUP"},
"bug": "b/140507091",