1{ 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 "include-filter": "*RefreshRateOverlayTest.*" 59 } 60 ] 61 }, 62 { 63 "name": "CtsGraphicsTestCases", 64 "options": [ 65 { 66 "include-filter": "android.graphics.cts.VulkanPreTransformTest" 67 } 68 ] 69 } 70 ], 71 "hwasan-postsubmit": [ 72 { 73 "name": "SurfaceFlinger_test", 74 "options": [ 75 { 76 "include-filter": "*CredentialsTest.*" 77 }, 78 { 79 "include-filter": "*SurfaceFlingerStress.*" 80 }, 81 { 82 "include-filter": "*SurfaceInterceptorTest.*" 83 }, 84 { 85 "include-filter": "*LayerTransactionTest.*" 86 }, 87 { 88 "include-filter": "*LayerTypeTransactionTest.*" 89 }, 90 { 91 "include-filter": "*LayerUpdateTest.*" 92 }, 93 { 94 "include-filter": "*GeometryLatchingTest.*" 95 }, 96 { 97 "include-filter": "*CropLatchingTest.*" 98 }, 99 { 100 "include-filter": "*ChildLayerTest.*" 101 }, 102 { 103 "include-filter": "*ScreenCaptureTest.*" 104 }, 105 { 106 "include-filter": "*ScreenCaptureChildOnlyTest.*" 107 }, 108 { 109 "include-filter": "*DereferenceSurfaceControlTest.*" 110 }, 111 { 112 "include-filter": "*BoundlessLayerTest.*" 113 }, 114 { 115 "include-filter": "*MultiDisplayLayerBoundsTest.*" 116 }, 117 { 118 "include-filter": "*InvalidHandleTest.*" 119 }, 120 { 121 "include-filter": "*VirtualDisplayTest.*" 122 }, 123 { 124 "include-filter": "*RelativeZTest.*" 125 }, 126 { 127 "include-filter": "*RefreshRateOverlayTest.*" 128 } 129 ] 130 } 131 ] 132} 133