summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TEST_MAPPING3
-rwxr-xr-xtest/utils/regen-test-files2
2 files changed, 5 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index f09dc685e2..6966c67078 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -5871,6 +5871,9 @@
},
{
"name": "art-run-test-2279-second-inner-loop-references-first"
+ },
+ {
+ "name": "art_standalone_dex2oat_cts_tests"
}
]
}
diff --git a/test/utils/regen-test-files b/test/utils/regen-test-files
index 0f1dbf5232..ee3fe17daf 100755
--- a/test/utils/regen-test-files
+++ b/test/utils/regen-test-files
@@ -254,6 +254,7 @@ art_gtest_user_module_names = [
"art_standalone_artd_tests",
"art_standalone_cmdline_tests",
"art_standalone_compiler_tests",
+ "art_standalone_dex2oat_cts_tests",
"art_standalone_dex2oat_tests",
"art_standalone_dexdump_tests",
"art_standalone_dexlist_tests",
@@ -288,6 +289,7 @@ 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 = [
+ "art_standalone_dex2oat_cts_tests",
]
# ART gtests not supported in MTS.