summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/knownfailures.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 0808ee7a2c..9b73518918 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",