• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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": "binderHostDeviceTest"
20    },
21    {
22      "name": "binderTextOutputTest"
23    },
24    {
25      "name": "binderUnitTest"
26    },
27    {
28      "name": "binderLibTest"
29    },
30    {
31      "name": "binderRpcTest"
32    },
33    {
34      "name": "binderStabilityTest"
35    },
36    {
37      "name": "binderRpcWireProtocolTest"
38    },
39    {
40      "name": "binderUtilsHostTest"
41    },
42    {
43      "name": "libbinder_ndk_unit_test"
44    },
45    {
46      "name": "CtsNdkBinderTestCases"
47    },
48    {
49      "name": "aidl_lazy_test"
50    },
51    {
52      "name": "aidl_integration_test"
53    },
54    {
55      "name": "memunreachable_binder_test"
56    },
57    {
58      "name": "libbinderthreadstateutils_test"
59    },
60    {
61      "name": "CtsOsTestCases",
62      "options": [
63        {
64          "exclude-annotation": "android.platform.test.annotations.LargeTest"
65        },
66        {
67          "exclude-filter": "android.os.cts.BuildTest#testSdkInt"
68        },
69        {
70          "exclude-filter": "android.os.cts.StrictModeTest#testNonSdkApiUsage"
71        }
72      ]
73    },
74    {
75      "name": "libbinder_rs-internal_test"
76    },
77    {
78      "name": "rustBinderTest"
79    },
80    {
81      "name": "binderRustNdkInteropTest"
82    },
83    {
84      "name": "rustBinderSerializationTest"
85    }
86  ]
87}
88