blob: 08fac4f09b1116cc39b593524d9d9ecbebab598c [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 ],
Florian Mayercb6f86a2022-04-15 04:02:52 +000043 "hwasan-presubmit": [
44 {
45 "name": "bionic-unit-tests"
46 },
47 {
48 "name": "bionic-unit-tests-static"
49 },
50 {
51 "name": "linker-unit-tests"
52 },
Evgenii Stepanov1d7077a2021-09-24 13:17:48 -070053 {
54 "name": "CtsBionicTestCases"
Florian Mayercb6f86a2022-04-15 04:02:52 +000055 },
56 {
57 "name": "CtsGwpAsanTestCases"
58 },
59 {
Florian Mayerab364322022-04-18 17:39:30 +000060 "name": "debuggerd_test"
61 },
62 {
Florian Mayercb6f86a2022-04-15 04:02:52 +000063 "name": "fdtrack_test"
64 },
65 {
66 "name": "gwp_asan_unittest"
67 },
68 {
69 "name": "malloc_debug_unit_tests"
70 },
71 {
72 "name": "malloc_debug_system_tests"
73 },
74 {
75 "name": "malloc_hooks_system_tests"
Florian Mayer44e30ee2022-04-22 16:22:14 +000076 },
77 {
78 "name": "memunreachable_unit_test"
Evgenii Stepanov1d7077a2021-09-24 13:17:48 -070079 }
Elliott Hughesf05dd832019-02-14 15:31:23 -080080 ]
81}