1{ 2 "presubmit": [ 3 { 4 "name": "bionic-unit-tests" 5 }, 6 { 7 "name": "bionic-unit-tests-static" 8 }, 9 { 10 "name": "linker-unit-tests" 11 }, 12 { 13 "name": "CtsBionicTestCases" 14 }, 15 { 16 "name": "CtsGwpAsanTestCases" 17 }, 18 { 19 "name": "CtsTaggingHostTestCases" 20 }, 21 { 22 "name": "debuggerd_test" 23 }, 24 { 25 "name": "fdtrack_test" 26 }, 27 { 28 "name": "gwp_asan_unittest" 29 }, 30 { 31 "name": "malloc_debug_unit_tests" 32 }, 33 { 34 "name": "malloc_debug_system_tests" 35 }, 36 { 37 "name": "malloc_hooks_system_tests" 38 }, 39 { 40 "name": "memunreachable_unit_test" 41 } 42 ], 43 "hwasan-presubmit": [ 44 { 45 "name": "bionic-unit-tests" 46 }, 47 { 48 "name": "bionic-unit-tests-static" 49 }, 50 { 51 "name": "linker-unit-tests" 52 }, 53 { 54 "name": "CtsBionicTestCases" 55 }, 56 { 57 "name": "CtsGwpAsanTestCases" 58 }, 59 { 60 "name": "debuggerd_test" 61 }, 62 { 63 "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" 76 } 77 ] 78} 79