summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mingyao Yang <mingyao@google.com> 2017-12-03 23:25:28 -0800
committer Mingyao Yang <mingyao@google.com> 2017-12-03 23:29:33 -0800
commitfbaf29ea5915e4072584d2288fc8735d01c5b8d7 (patch)
tree843e0ff6c952d6f4de3d58d6b5ce3da10f8e45aa
parentc5bf424c340e5610f6677b1ca0a2ae27df43d0d9 (diff)
Fix test failure of 638-checker-inline-cache-intrinsic
JIT compilation is required for the test. So tracing can not be on. Test: 638-checker-inline-cache-intrinsic Change-Id: I0f2b17656c6dd1b66e3eeecde2e633acb04cc824
-rw-r--r--test/knownfailures.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 5b2ebf58a4..5cd788816a 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -237,7 +237,8 @@
"tests": ["604-hot-static-interface",
"612-jit-dex-cache",
"613-inlining-dex-cache",
- "626-set-resolved-string"],
+ "626-set-resolved-string",
+ "638-checker-inline-cache-intrinsic"],
"variant": "trace | stream",
"description": ["These tests expect JIT compilation, which is",
"suppressed when tracing."]