summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/knownfailures.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 6d207766f2..3fdd9b3eb6 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -659,9 +659,10 @@
"969-iface-super",
"981-dedup-original-dex",
"984-obsolete-invoke",
- "985-re-obsolete"
+ "985-re-obsolete",
+ "987-stack-trace-dumping"
],
- "description": "Tests that use javac/dx to build (not jack).",
+ "description": "The tests above fail with --build-with-javac-dx.",
"env_vars": {"ANDROID_COMPILE_WITH_JACK": "false"},
"bug": "b/37636792"
},