diff options
author | 2018-10-09 19:27:23 +0100 | |
---|---|---|
committer | 2018-10-09 19:27:23 +0100 | |
commit | 8b7269002f7fab6e800137e5ab13e83c63e3822c (patch) | |
tree | f825825a8b3a853cdf2e207f5a9743390172d3db | |
parent | 1f0133bc00f96316224a7547bbe4ecc6b406c46e (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.json | 4 |
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"] }, { |