blob: 8173c8927ec2d15a733288b5673aa6365586eb42 [file] [log] [blame]
easoncylee771463e2019-11-26 10:55:53 +08001{
2 "presubmit": [
3 {
4 "name": "SurfaceFlinger_test",
5 "options": [
6 {
7 "include-filter": "*CredentialsTest.*"
8 },
9 {
10 "include-filter": "*SurfaceFlingerStress.*"
11 },
12 {
13 "include-filter": "*SurfaceInterceptorTest.*"
14 },
15 {
16 "include-filter": "*LayerTransactionTest.*"
17 },
18 {
19 "include-filter": "*LayerTypeTransactionTest.*"
20 },
21 {
22 "include-filter": "*LayerUpdateTest.*"
23 },
24 {
25 "include-filter": "*GeometryLatchingTest.*"
26 },
27 {
28 "include-filter": "*CropLatchingTest.*"
29 },
30 {
31 "include-filter": "*ChildLayerTest.*"
32 },
33 {
34 "include-filter": "*ScreenCaptureTest.*"
35 },
36 {
37 "include-filter": "*ScreenCaptureChildOnlyTest.*"
38 },
39 {
40 "include-filter": "*DereferenceSurfaceControlTest.*"
41 },
42 {
43 "include-filter": "*BoundlessLayerTest.*"
44 },
45 {
46 "include-filter": "*MultiDisplayLayerBoundsTest.*"
47 },
48 {
49 "include-filter": "*InvalidHandleTest.*"
50 },
51 {
52 "include-filter": "*VirtualDisplayTest.*"
53 },
54 {
55 "include-filter": "*RelativeZTest.*"
56 }
57 ]
58 },
59 {
60 "name": "libsurfaceflinger_unittest"
61 }
62 ]
63}