summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.