blob: f81d3487508d0f99265bdf047ffe0594a2f902cb [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 {
Elliott Hughesd288a512025-02-14 11:13:27 -080022 "name": "CtsSeccompHostTestCases"
23 },
24 {
Mitch Phillipsa78ace92021-03-10 18:43:48 +000025 "name": "CtsTaggingHostTestCases"
26 },
27 {
28 "name": "debuggerd_test"
29 },
30 {
Josh Gaoad8f02d2020-01-28 13:54:00 -080031 "name": "fdtrack_test"
32 },
33 {
Mitch Phillipscbf01652020-03-26 13:08:21 -070034 "name": "gwp_asan_unittest"
35 },
36 {
Colin Cross0cc60af2021-09-30 14:04:39 -070037 "name": "malloc_debug_unit_tests"
38 },
39 {
Christopher Ferrise4619f72019-11-11 14:17:44 -080040 "name": "malloc_debug_system_tests"
41 },
42 {
43 "name": "malloc_hooks_system_tests"
Christopher Ferris0442b9f2019-12-19 14:58:38 -080044 },
45 {
46 "name": "memunreachable_unit_test"
Elliott Hughes8fda8fc2022-06-23 22:31:57 +000047 },
48 {
49 "name": "toybox-tests"
Elliott Hughesf05dd832019-02-14 15:31:23 -080050 }
Evgenii Stepanov1d7077a2021-09-24 13:17:48 -070051 ],
Florian Mayercb6f86a2022-04-15 04:02:52 +000052 "hwasan-presubmit": [
53 {
54 "name": "bionic-unit-tests"
55 },
56 {
Florian Mayer7eb82692024-06-13 21:21:01 +000057 "name": "bionic-unit-tests-static"
58 },
59 {
Florian Mayercb6f86a2022-04-15 04:02:52 +000060 "name": "linker-unit-tests"
61 },
Evgenii Stepanov1d7077a2021-09-24 13:17:48 -070062 {
Elliott Hughese14c76c2024-02-22 18:20:26 +000063 "name": "CtsBionicAppTestCases"
64 },
65 {
Evgenii Stepanov1d7077a2021-09-24 13:17:48 -070066 "name": "CtsBionicTestCases"
Florian Mayercb6f86a2022-04-15 04:02:52 +000067 },
68 {
69 "name": "CtsGwpAsanTestCases"
70 },
71 {
Florian Mayerab364322022-04-18 17:39:30 +000072 "name": "debuggerd_test"
73 },
74 {
Florian Mayercb6f86a2022-04-15 04:02:52 +000075 "name": "fdtrack_test"
76 },
77 {
78 "name": "gwp_asan_unittest"
79 },
80 {
81 "name": "malloc_debug_unit_tests"
82 },
83 {
84 "name": "malloc_debug_system_tests"
85 },
86 {
87 "name": "malloc_hooks_system_tests"
Florian Mayer44e30ee2022-04-22 16:22:14 +000088 },
89 {
90 "name": "memunreachable_unit_test"
Elliott Hughes8fda8fc2022-06-23 22:31:57 +000091 },
92 {
93 "name": "toybox-tests"
Florian Mayerbd6cc772024-09-17 14:17:32 -070094 },
95 {
96 "name": "hwasan_test"
97 },
98 {
99 "name": "hwasan_test_static"
Evgenii Stepanov1d7077a2021-09-24 13:17:48 -0700100 }
Edward Liaw4a8d7d72022-11-11 18:10:17 +0000101 ],
102 "kernel-presubmit": [
103 {
104 "name": "CtsBionicTestCases"
105 }
Elliott Hughesf05dd832019-02-14 15:31:23 -0800106 ]
107}