summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2024-11-01 15:44:17 +0000
committer Roland Levillain <rpl@google.com> 2024-11-01 18:01:25 +0000
commitbbd8e5e4ef5d7b3090c26df55961ac0e66eba51a (patch)
treed492dea43b4f35a6174034146e95a155fa500b41
parent84a268980eadd51394f928f32e6c4540d85c9a0f (diff)
Promote `libnativebridge-lazy-tests` to presubmits.
Promote the following post-submit test to pre-submit test groups in ART's Test Mapping file: * `libnativebridge-lazy-tests` Output of `art/test/utils/regen-test-files`: $ art/test/utils/regen-test-files Generated Blueprint files for 749 ART run-tests out of 1064 (70%). Generated TEST_MAPPING entries for 467 ART run-tests out of 1064 (43%): 465 ART run-tests (99%) in `art-mainline-presubmit` test group. 465 ART run-tests (99%) in `mainline-presubmit` test group. 465 ART run-tests (99%) in `presubmit` test group. 2 ART run-tests (0%) in `postsubmit` test group. 26 ART gtests (100%) in `mainline-presubmit` test group. 26 ART gtests (100%) in `presubmit` test group. 0 ART gtests (0%) in `postsubmit` test group. Note: Tests in `*presubmit` test groups are executed in pre- and post-submit test runs. Tests in the `postsubmit` test group are only executed in post-submit test runs. Test: atest --test-mapping art:presubmit Bug: 152374989 Change-Id: Ifd4c4cef227947ffe99ad647950f0a189169047f
-rw-r--r--TEST_MAPPING15
-rwxr-xr-xtest/utils/regen-test-files1
2 files changed, 12 insertions, 4 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index c574546a09..410e9bd33b 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1473,6 +1473,9 @@
"name": "art_standalone_sigchain_tests"
},
{
+ "name": "libnativebridge-lazy-tests"
+ },
+ {
"name": "libnativebridge-tests"
},
{
@@ -2955,6 +2958,9 @@
"name": "art_standalone_sigchain_tests[com.google.android.art.apex]"
},
{
+ "name": "libnativebridge-lazy-tests[com.google.android.art.apex]"
+ },
+ {
"name": "libnativebridge-tests[com.google.android.art.apex]"
},
{
@@ -4442,6 +4448,9 @@
"name": "art_standalone_sigchain_tests"
},
{
+ "name": "libnativebridge-lazy-tests"
+ },
+ {
"name": "libnativebridge-tests"
},
{
@@ -5923,6 +5932,9 @@
"name": "art_standalone_sigchain_tests"
},
{
+ "name": "libnativebridge-lazy-tests"
+ },
+ {
"name": "libnativebridge-tests"
},
{
@@ -5943,9 +5955,6 @@
},
{
"name": "art-run-test-2283-checker-remove-null-check"
- },
- {
- "name": "libnativebridge-lazy-tests"
}
]
}
diff --git a/test/utils/regen-test-files b/test/utils/regen-test-files
index 3a3bf34e08..a1630e1ef4 100755
--- a/test/utils/regen-test-files
+++ b/test/utils/regen-test-files
@@ -290,7 +290,6 @@ art_gtest_module_names = sorted(art_gtest_user_module_names + art_gtest_eng_only
# removing them from this set (in order to promote them to
# presubmits).
art_gtest_postsubmit_only_module_names = [
- "libnativebridge-lazy-tests",
]
# ART gtests not supported in MTS.