diff options
author | 2020-10-13 12:10:59 +0100 | |
---|---|---|
committer | 2020-10-14 08:01:06 +0000 | |
commit | 4258f9e2f19016e04a71ec2b5349b707f8f47a18 (patch) | |
tree | bd587ca13be99c9c8e1d2781719b75a887ca5897 /test/496-checker-inlining-class-loader | |
parent | 4b9f86bd04a905e6ee6eaf5363b0967315136096 (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/496-checker-inlining-class-loader')
-rw-r--r-- | test/496-checker-inlining-class-loader/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/496-checker-inlining-class-loader/Android.bp b/test/496-checker-inlining-class-loader/Android.bp index ee99148a39..48e0591637 100644 --- a/test/496-checker-inlining-class-loader/Android.bp +++ b/test/496-checker-inlining-class-loader/Android.bp @@ -6,6 +6,7 @@ java_test { name: "art-run-test-496-checker-inlining-class-loader", defaults: ["art-run-test-defaults"], + test_config_template: ":art-run-test-target-no-test-suite-tag-template", srcs: ["src/**/*.java"], data: [":art-run-test-496-checker-inlining-class-loader-expected"], // Include the Java source files in the test's artifacts, to make Checker assertions |