Skip tests failing on HWASan presubmit.
Bug: 228373660
Test: presubmit
Change-Id: Ib4eee2bdc9e911d4c987130ec69a180e68db6935
diff --git a/TEST_MAPPING b/TEST_MAPPING
index c101f6d..d606d7c 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2589,9 +2589,6 @@
],
"hwasan-presubmit": [
{
- "name": "CtsJdwpTestCases"
- },
- {
"name": "BootImageProfileTest"
},
{
@@ -3831,9 +3828,6 @@
"name": "art_standalone_cmdline_tests"
},
{
- "name": "art_standalone_compiler_tests"
- },
- {
"name": "art_standalone_dexdump_tests"
},
{
diff --git a/test/utils/regen-test-files b/test/utils/regen-test-files
index 2c683b7..37cc177 100755
--- a/test/utils/regen-test-files
+++ b/test/utils/regen-test-files
@@ -206,6 +206,8 @@
])
known_failing_on_hwasan_tests = frozenset([
+ "CtsJdwpTestCases", # times out
+ "art_standalone_compiler_tests", # b/230392320
"art_standalone_dex2oat_tests", # b/228881278
])