Add bionic tests that pass to hwasan-presubmit.
Currently failing:
* CtsTaggingHostTestCases
* debuggerd_test
* memunreachable_unit_test
Bug: 229317612
Change-Id: I5be1e90a23951e0265e289bfd2dfe11192b49dc3
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 65fc12b..7940b6a 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -40,10 +40,36 @@
"name": "memunreachable_unit_test"
}
],
-
- "hwasan-postsubmit": [
+ "hwasan-presubmit": [
+ {
+ "name": "bionic-unit-tests"
+ },
+ {
+ "name": "bionic-unit-tests-static"
+ },
+ {
+ "name": "linker-unit-tests"
+ },
{
"name": "CtsBionicTestCases"
+ },
+ {
+ "name": "CtsGwpAsanTestCases"
+ },
+ {
+ "name": "fdtrack_test"
+ },
+ {
+ "name": "gwp_asan_unittest"
+ },
+ {
+ "name": "malloc_debug_unit_tests"
+ },
+ {
+ "name": "malloc_debug_system_tests"
+ },
+ {
+ "name": "malloc_hooks_system_tests"
}
]
}