diff options
| author | 2018-03-16 16:42:12 +0000 | |
|---|---|---|
| committer | 2018-03-16 16:42:12 +0000 | |
| commit | f3d06779dda02510eaf8433b78e89464bb73fa2b (patch) | |
| tree | 6f0aa78f6a11f9d3c2963bec8007f73367cb1493 | |
| parent | aae3435b642dbf3196ef47e8ec48ec3ca2a84d4b (diff) | |
| parent | 91a834ef4ceea87c08a555fd27df356cd5927db1 (diff) | |
Merge "Disable failing test on table lookup."
| -rw-r--r-- | test/knownfailures.json | 3 |
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"} }, { |