blob: f56e16af7d05e927cef6f835fa6015cf0fc4ceee [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 Hughes8fda8fc2022-06-23 22:31:57 +000041 },
42 {
43 "name": "toybox-tests"
Elliott Hughesf05dd832019-02-14 15:31:23 -080044 }
Evgenii Stepanov1d7077a2021-09-24 13:17:48 -070045 ],
Florian Mayercb6f86a2022-04-15 04:02:52 +000046 "hwasan-presubmit": [
47 {
48 "name": "bionic-unit-tests"
49 },
50 {
51 "name": "bionic-unit-tests-static"
52 },
53 {
54 "name": "linker-unit-tests"
55 },
Evgenii Stepanov1d7077a2021-09-24 13:17:48 -070056 {
57 "name": "CtsBionicTestCases"
Florian Mayercb6f86a2022-04-15 04:02:52 +000058 },
59 {
60 "name": "CtsGwpAsanTestCases"
61 },
62 {
Florian Mayerab364322022-04-18 17:39:30 +000063 "name": "debuggerd_test"
64 },
65 {
Florian Mayercb6f86a2022-04-15 04:02:52 +000066 "name": "fdtrack_test"
67 },
68 {
69 "name": "gwp_asan_unittest"
70 },
71 {
72 "name": "malloc_debug_unit_tests"
73 },
74 {
75 "name": "malloc_debug_system_tests"
76 },
77 {
78 "name": "malloc_hooks_system_tests"
Florian Mayer44e30ee2022-04-22 16:22:14 +000079 },
80 {
81 "name": "memunreachable_unit_test"
Elliott Hughes8fda8fc2022-06-23 22:31:57 +000082 },
83 {
84 "name": "toybox-tests"
Evgenii Stepanov1d7077a2021-09-24 13:17:48 -070085 }
Edward Liaw4a8d7d72022-11-11 18:10:17 +000086 ],
87 "kernel-presubmit": [
88 {
89 "name": "CtsBionicTestCases"
90 }
Elliott Hughesf05dd832019-02-14 15:31:23 -080091 ]
92}