diff options
author | 2021-11-26 14:29:26 +0000 | |
---|---|---|
committer | 2021-12-02 23:42:15 +0000 | |
commit | fa123f81f64cef8d865ed5ec95b2f44f80ec0d2d (patch) | |
tree | 10e6568bc723f3041f163003091077061fdeb8bd | |
parent | 96919a399508d0082cf800ee5b3c099857fbc692 (diff) |
Regenerate ART test files (2021-11-26 (a)).
This change enables run-time support in automated executions for the
following test:
* `art-run-test-096-array-copy-concurrent-gc`
Output of `art/test/utils/regen-test-files`:
$ art/test/utils/regen-test-files
Generated Blueprint files for 656 ART run-tests out of 946 (69%).
Generated TEST_MAPPING entries for 404 ART run-tests out of 946 (42%):
404 ART run-tests (100%) in `mainline-presubmit` test group.
18 ART gtests (94%) in `mainline-presubmit` test group.
404 ART run-tests (100%) in `presubmit` test group.
19 ART gtests (100%) in `presubmit` test group.
0 ART run-tests (0%) in `postsubmit` test group.
Test: atest -a art-run-test-096-array-copy-concurrent-gc
Test: atest --test-mapping art:presubmit
Bug: 147812905
Bug: 152374989
Change-Id: I860fe2989f2b42eb8445f9a7f3819919e3c84fea
-rw-r--r-- | TEST_MAPPING | 6 | ||||
-rw-r--r-- | test/096-array-copy-concurrent-gc/Android.bp | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index ee2f937c8c..53c8a42f13 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -212,6 +212,9 @@ "name": "art-run-test-095-switch-MAX_INT[com.google.android.art.apex]" }, { + "name": "art-run-test-096-array-copy-concurrent-gc[com.google.android.art.apex]" + }, + { "name": "art-run-test-099-vmdebug[com.google.android.art.apex]" }, { @@ -1489,6 +1492,9 @@ "name": "art-run-test-095-switch-MAX_INT" }, { + "name": "art-run-test-096-array-copy-concurrent-gc" + }, + { "name": "art-run-test-099-vmdebug" }, { diff --git a/test/096-array-copy-concurrent-gc/Android.bp b/test/096-array-copy-concurrent-gc/Android.bp index 1921041613..e65cdfbd8b 100644 --- a/test/096-array-copy-concurrent-gc/Android.bp +++ b/test/096-array-copy-concurrent-gc/Android.bp @@ -15,7 +15,7 @@ package { java_test { name: "art-run-test-096-array-copy-concurrent-gc", defaults: ["art-run-test-defaults"], - test_config_template: ":art-run-test-target-no-test-suite-tag-template", + test_config_template: ":art-run-test-target-template", srcs: ["src/**/*.java"], data: [ ":art-run-test-096-array-copy-concurrent-gc-expected-stdout", |