summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author David Brazdil <dbrazdil@google.com> 2018-05-16 12:59:32 +0100
committer David Brazdil <dbrazdil@google.com> 2018-05-16 15:19:28 +0100
commit3a4b6c93d0781be95f00812cc31a69a228cb9f91 (patch)
tree10b17a50d87359e58ea7c8ccea526ed7a4840824
parent4a13ed4f3b134e76a4238061952b5d3814750b94 (diff)
Do not run 999-redefine-hiddenapi under jvm/redefine-stress
The recently added run-test is specific to ART and depends on its internal implementation details. Do not run it under JVM, or in configs which stress JVMTI. Bug: 79698297 Test: art/test.py -b -r -t 999-redefine-hiddenapi --jvm Merged-In: I8f34f9ed0c97fa4061cca2e0c9e7b8aa61e1d12b Change-Id: I8f34f9ed0c97fa4061cca2e0c9e7b8aa61e1d12b (cherry picked from commit 90701d5416f800e9865d7dce39b0c4225b35217b)
-rw-r--r--test/knownfailures.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 436ab318ad..43f4c1d310 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -469,7 +469,8 @@
"674-hiddenapi",
"649-vdex-duplicate-method",
"804-class-extends-itself",
- "921-hello-failure"
+ "921-hello-failure",
+ "999-redefine-hiddenapi"
],
"description": [
"Tests that use illegal dex files or otherwise break dexter assumptions"
@@ -486,7 +487,8 @@
"629-vdex-speed",
"647-jni-get-field-id",
"674-hiddenapi",
- "944-transform-classloaders"
+ "944-transform-classloaders",
+ "999-redefine-hiddenapi"
],
"description": [
"Tests that use custom class loaders or other features not supported ",
@@ -895,7 +897,6 @@
"667-jit-jni-stub",
"667-out-of-bounds",
"668-aiobe",
- "674-hiddenapi",
"674-hotness-compiled",
"674-vdex-uncompress",
"675-checker-unverified-method",
@@ -973,8 +974,10 @@
},
{
"tests": ["616-cha-unloading",
+ "674-hiddenapi",
"678-quickening",
- "679-locks"],
+ "679-locks",
+ "999-redefine-hiddenapi"],
"variant": "jvm",
"description": ["Doesn't run on RI."]
},