summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2018-03-16 16:42:12 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-03-16 16:42:12 +0000
commitf3d06779dda02510eaf8433b78e89464bb73fa2b (patch)
tree6f0aa78f6a11f9d3c2963bec8007f73367cb1493
parentaae3435b642dbf3196ef47e8ec48ec3ca2a84d4b (diff)
parent91a834ef4ceea87c08a555fd27df356cd5927db1 (diff)
Merge "Disable failing test on table lookup."
-rw-r--r--test/knownfailures.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 9f0f95411c..8bb3f9ed73 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -337,7 +337,8 @@
"variant": "optimizing | regalloc_gc"
},
{
- "tests": ["537-checker-arraycopy"],
+ "tests": ["537-checker-arraycopy",
+ "641-checker-arraycopy"],
"env_vars": {"ART_READ_BARRIER_TYPE": "TABLELOOKUP"}
},
{