summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2019-04-29 15:03:50 +0100
committer David Srbecky <dsrbecky@google.com> 2019-04-30 08:11:03 +0000
commit495ddc8ebf85fa973ea5743e270d62ef844b96bb (patch)
tree67fef1a00d291142103482c42436b49c0ed55bff
parentbce7d84862c33ac70c3a0719a696def83d32de24 (diff)
Disable 570-checker-osr-locals for trace tests.
Same as 570-checker-osr (cherry picked from commit a6b8ebece12d7f34b283ff3b5db3fdd38630a8b0) Bug: 130313339 Test: test.py -r --host --trace -t 570 Change-Id: I0c0b454d82496df9cd1e924705a775dc53f02565 Merged-In: I1be08d72b569710c387e623d3b0df9a6a3a08465
-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",