summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alex Light <allight@google.com> 2019-06-25 13:21:48 -0700
committer Treehugger Robot <treehugger-gerrit@google.com> 2019-06-26 06:02:23 +0000
commit5be5260cfec2fc0a8c21ef1a08e7144523a8bfcd (patch)
treeec182cc36841e8cedb49416675a75cd4ed0822de
parent1e52a07b4de0f000028e55c332aa46495f60879c (diff)
Add 122-npe to knownfailures on debuggable jit-on-first-use
The test fails due to `Unexpected vreg location Kind<-1>` for unknown reasons. Test: ./test/testrunner/testrunner.py --host \ --jit --jit-on-first-use \ --debuggable --ndebuggable \ -t 122 Bug: 136021898 Change-Id: I52e14d800767885543ebd026e0c77b53a098f8f1
-rw-r--r--test/knownfailures.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index ad0cbe875d..2c67b8ccac 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -1220,6 +1220,12 @@
"Requires zip, which isn't available on device"]
},
{
+ "tests": ["122-npe"],
+ "variant": "jit-on-first-use & debuggable",
+ "description": ["Fails due to `Unexpected vreg location Kind<-1>` for unknown reasons."],
+ "bug": "http://b/136021898"
+ },
+ {
"tests": ["004-ReferenceMap",
"449-checker-bce",
"466-get-live-vreg",