summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/knownfailures.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index b76bd5c33a..5e8ac3e7c8 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -234,8 +234,7 @@
"variant": "trace | stream"
},
{
- "tests": ["802-deoptimization",
- "570-checker-osr"],
+ "tests": ["802-deoptimization"],
"description": ["This test dynamically enables tracing to force a",
"deoptimization. This makes the test meaningless",
"when already tracing, and writes an error message",
@@ -243,6 +242,11 @@
"variant": "trace | stream"
},
{
+ "tests": ["570-checker-osr", "570-checker-osr-locals"],
+ "description": ["These tests wait for OSR, which never happens when tracing."],
+ "variant": "trace | stream"
+ },
+ {
"tests": "130-hprof",
"description": "130 occasional timeout",
"bug": "http://b/32383962",