blob: 65fc12b4fc03aeae0eaa9dcd0485abad10c7ad9a [file] [log] [blame]
Elliott Hughesf05dd832019-02-14 15:31:23 -08001{
2 "presubmit": [
3 {
Colin Cross0cc60af2021-09-30 14:04:39 -07004 "name": "bionic-unit-tests"
5 },
6 {
7 "name": "bionic-unit-tests-static"
8 },
9 {
10 "name": "linker-unit-tests"
11 },
12 {
Elliott Hughesf05dd832019-02-14 15:31:23 -080013 "name": "CtsBionicTestCases"
Christopher Ferrise4619f72019-11-11 14:17:44 -080014 },
15 {
Mitch Phillips40d96222022-03-24 23:23:53 +000016 "name": "CtsGwpAsanTestCases"
17 },
18 {
Mitch Phillipsa78ace92021-03-10 18:43:48 +000019 "name": "CtsTaggingHostTestCases"
20 },
21 {
22 "name": "debuggerd_test"
23 },
24 {
Josh Gaoad8f02d2020-01-28 13:54:00 -080025 "name": "fdtrack_test"
26 },
27 {
Mitch Phillipscbf01652020-03-26 13:08:21 -070028 "name": "gwp_asan_unittest"
29 },
30 {
Colin Cross0cc60af2021-09-30 14:04:39 -070031 "name": "malloc_debug_unit_tests"
32 },
33 {
Christopher Ferrise4619f72019-11-11 14:17:44 -080034 "name": "malloc_debug_system_tests"
35 },
36 {
37 "name": "malloc_hooks_system_tests"
Christopher Ferris0442b9f2019-12-19 14:58:38 -080038 },
39 {
40 "name": "memunreachable_unit_test"
Elliott Hughesf05dd832019-02-14 15:31:23 -080041 }
Evgenii Stepanov1d7077a2021-09-24 13:17:48 -070042 ],
43
44 "hwasan-postsubmit": [
45 {
46 "name": "CtsBionicTestCases"
47 }
Elliott Hughesf05dd832019-02-14 15:31:23 -080048 ]
49}