summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alex Light <allight@google.com> 2017-03-30 16:31:19 -0700
committer Alex Light <allight@google.com> 2017-03-30 16:31:19 -0700
commite79f3293d2da6b312037a7f175fb990d01a4026c (patch)
tree103a6ea0321bf3c4f632d4fab8958c17ad31050c
parent02311bd39d64b1417e8580c2a993620c2234254d (diff)
Re-enable test 983 with speed-profile
We make sure to fixup dex files in all situations before passing it to JVMTI agents. This means that dexlayout won't break this test anymore. Test: stress --cpu 60; \ while ./test/run-test --host --random-profile 983; do; done Change-Id: I047ffcbbba51db4c7bf5c22e482bd5864bc8b6d1
-rw-r--r--test/knownfailures.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index a7b28de73c..deac56d65d 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -369,8 +369,7 @@
},
{
"tests": ["629-vdex-speed",
- "634-vdex-duplicate",
- "983-source-transform-verify"],
+ "634-vdex-duplicate"],
"description": ["Profile driven dexlayout does not work with vdex or dex verifier."],
"variant": "speed-profile"
}