summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2018-10-09 19:27:23 +0100
committer Roland Levillain <rpl@google.com> 2018-10-09 19:27:23 +0100
commit8b7269002f7fab6e800137e5ab13e83c63e3822c (patch)
treef825825a8b3a853cdf2e207f5a9743390172d3db
parent1f0133bc00f96316224a7547bbe4ecc6b406c46e (diff)
Update expected ART test failures for `jit-on-first-use` test targets.
Test: art/test/testrunner/run_build_test_target.py -j40 art-jit-on-first-use Test: art/test/testrunner/run_build_test_target.py -j40 art-jit-on-first-use-gcstress Bug: 62611253 Bug: 116190506 Change-Id: I5d73a00ce9ad453b6e94cf5c2eba128a3194cfce
-rw-r--r--test/knownfailures.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 61810f1681..d641b226f2 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -295,7 +295,7 @@
"685-deoptimizeable"],
"description": ["Tests that should fail when the optimizing compiler ",
"compiles them non-debuggable."],
- "variant": "optimizing & ndebuggable | regalloc_gc & ndebuggable | speed-profile & ndebuggable | jit & ndebuggable"
+ "variant": "optimizing & ndebuggable | regalloc_gc & ndebuggable | speed-profile & ndebuggable | jit & ndebuggable | jit-on-first-use & ndebuggable"
},
{
"tests": "596-app-images",
@@ -702,7 +702,7 @@
},
{
"tests": ["661-oat-writer-layout"],
- "variant": "interp-ac | interpreter | jit | no-prebuild | no-image | trace | redefine-stress | jvmti-stress",
+ "variant": "interp-ac | interpreter | jit | jit-on-first-use | no-prebuild | no-image | trace | redefine-stress | jvmti-stress",
"description": ["Test is designed to only check --optimizing"]
},
{