1{ 2 "presubmit": [ 3 { 4 "name": "binderSafeInterfaceTest" 5 }, 6 { 7 "name": "binderVendorDoubleLoadTest" 8 }, 9 { 10 "name": "binderAllocationLimits" 11 }, 12 { 13 "name": "binderClearBufTest" 14 }, 15 { 16 "name": "binderDriverInterfaceTest" 17 }, 18 { 19 "name": "binderTextOutputTest" 20 }, 21 { 22 "name": "binderParcelTest" 23 }, 24 { 25 "name": "binderLibTest" 26 }, 27 { 28 "name": "binderRpcTest" 29 }, 30 { 31 "name": "binderStabilityTest" 32 }, 33 { 34 "name": "libbinder_ndk_unit_test" 35 }, 36 { 37 "name": "CtsNdkBinderTestCases" 38 }, 39 { 40 "name": "aidl_lazy_test" 41 }, 42 { 43 "name": "aidl_integration_test" 44 }, 45 { 46 "name": "memunreachable_binder_test" 47 }, 48 { 49 "name": "libbinderthreadstateutils_test" 50 }, 51 { 52 "name": "CtsOsTestCases", 53 "options": [ 54 { 55 "exclude-annotation": "android.platform.test.annotations.LargeTest" 56 }, 57 { 58 "exclude-filter": "android.os.cts.BuildTest#testSdkInt" 59 }, 60 { 61 "exclude-filter": "android.os.cts.StrictModeTest#testNonSdkApiUsage" 62 } 63 ] 64 }, 65 { 66 "name": "libbinder_rs-internal_test" 67 }, 68 { 69 "name": "rustBinderTest" 70 }, 71 { 72 "name": "binderRustNdkInteropTest" 73 }, 74 { 75 "name": "rustBinderSerializationTest" 76 } 77 ] 78} 79