summaryrefslogtreecommitdiff
path: root/test/2005-pause-all-redefine-multithreaded
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2020-10-13 12:10:59 +0100
committer Roland Levillain <rpl@google.com> 2020-10-14 08:01:06 +0000
commit4258f9e2f19016e04a71ec2b5349b707f8f47a18 (patch)
treebd587ca13be99c9c8e1d2781719b75a887ca5897 /test/2005-pause-all-redefine-multithreaded
parent4b9f86bd04a905e6ee6eaf5363b0967315136096 (diff)
Only tag supported ART run-tests as part of `art-target-run-test`.
All ART (target) run-tests supported at the build-level have been tagged as part of the `art-target-run-test` TradeFed test suite; however, only a part of them are actually expected to suceed at run time at the moment, meaning that many tests are currently failing on the postsubmit configuration running tests tagged as `art-target-run-test` (currently running only on crosshatch devices). To avoid this, use a different test configuration template for test expected to succeed and for test expected to fail, and only have the former test configuration template tag the test as part of the `art-target-run-test` test suite. Test: atest --test-mapping art:all Test: Rely on ATP post-submit testing Bug: 152374989 Bug: 147812905 Change-Id: I29ecc1d3021765cb5467f3a6f4e9d64afc4caead
Diffstat (limited to 'test/2005-pause-all-redefine-multithreaded')
-rw-r--r--test/2005-pause-all-redefine-multithreaded/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/2005-pause-all-redefine-multithreaded/Android.bp b/test/2005-pause-all-redefine-multithreaded/Android.bp
index ac7ef4b57f..67aa6f58cd 100644
--- a/test/2005-pause-all-redefine-multithreaded/Android.bp
+++ b/test/2005-pause-all-redefine-multithreaded/Android.bp
@@ -6,6 +6,7 @@
java_test {
name: "art-run-test-2005-pause-all-redefine-multithreaded",
defaults: ["art-run-test-defaults"],
+ test_config_template: ":art-run-test-target-no-test-suite-tag-template",
srcs: ["src/**/*.java"],
data: [":art-run-test-2005-pause-all-redefine-multithreaded-expected"],
}