blob: e98c2ff5a18f691479723a0b14ec68333faa9834 [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 Hughese14c76c2024-02-22 18:20:26 +000013 "name": "CtsBionicAppTestCases"
14 },
15 {
Elliott Hughesf05dd832019-02-14 15:31:23 -080016 "name": "CtsBionicTestCases"
Christopher Ferrise4619f72019-11-11 14:17:44 -080017 },
18 {
Mitch Phillips40d96222022-03-24 23:23:53 +000019 "name": "CtsGwpAsanTestCases"
20 },
21 {
Mitch Phillipsa78ace92021-03-10 18:43:48 +000022 "name": "CtsTaggingHostTestCases"
23 },
24 {
25 "name": "debuggerd_test"
26 },
27 {
Josh Gaoad8f02d2020-01-28 13:54:00 -080028 "name": "fdtrack_test"
29 },
30 {
Mitch Phillipscbf01652020-03-26 13:08:21 -070031 "name": "gwp_asan_unittest"
32 },
33 {
Colin Cross0cc60af2021-09-30 14:04:39 -070034 "name": "malloc_debug_unit_tests"
35 },
36 {
Christopher Ferrise4619f72019-11-11 14:17:44 -080037 "name": "malloc_debug_system_tests"
38 },
39 {
40 "name": "malloc_hooks_system_tests"
Christopher Ferris0442b9f2019-12-19 14:58:38 -080041 },
42 {
43 "name": "memunreachable_unit_test"
Elliott Hughes8fda8fc2022-06-23 22:31:57 +000044 },
45 {
46 "name": "toybox-tests"
Elliott Hughesf05dd832019-02-14 15:31:23 -080047 }
Evgenii Stepanov1d7077a2021-09-24 13:17:48 -070048 ],
Florian Mayercb6f86a2022-04-15 04:02:52 +000049 "hwasan-presubmit": [
50 {
51 "name": "bionic-unit-tests"
52 },
53 {
Florian Mayer7eb82692024-06-13 21:21:01 +000054 "name": "bionic-unit-tests-static"
55 },
56 {
Florian Mayercb6f86a2022-04-15 04:02:52 +000057 "name": "linker-unit-tests"
58 },
Evgenii Stepanov1d7077a2021-09-24 13:17:48 -070059 {
Elliott Hughese14c76c2024-02-22 18:20:26 +000060 "name": "CtsBionicAppTestCases"
61 },
62 {
Evgenii Stepanov1d7077a2021-09-24 13:17:48 -070063 "name": "CtsBionicTestCases"
Florian Mayercb6f86a2022-04-15 04:02:52 +000064 },
65 {
66 "name": "CtsGwpAsanTestCases"
67 },
68 {
Florian Mayerab364322022-04-18 17:39:30 +000069 "name": "debuggerd_test"
70 },
71 {
Florian Mayercb6f86a2022-04-15 04:02:52 +000072 "name": "fdtrack_test"
73 },
74 {
75 "name": "gwp_asan_unittest"
76 },
77 {
78 "name": "malloc_debug_unit_tests"
79 },
80 {
81 "name": "malloc_debug_system_tests"
82 },
83 {
84 "name": "malloc_hooks_system_tests"
Florian Mayer44e30ee2022-04-22 16:22:14 +000085 },
86 {
87 "name": "memunreachable_unit_test"
Elliott Hughes8fda8fc2022-06-23 22:31:57 +000088 },
89 {
90 "name": "toybox-tests"
Florian Mayerbd6cc772024-09-17 14:17:32 -070091 },
92 {
93 "name": "hwasan_test"
94 },
95 {
96 "name": "hwasan_test_static"
Evgenii Stepanov1d7077a2021-09-24 13:17:48 -070097 }
Edward Liaw4a8d7d72022-11-11 18:10:17 +000098 ],
99 "kernel-presubmit": [
100 {
101 "name": "CtsBionicTestCases"
102 }
Elliott Hughesf05dd832019-02-14 15:31:23 -0800103 ]
104}