diff options
author | 2022-03-16 18:23:01 +0000 | |
---|---|---|
committer | 2022-03-17 00:33:31 +0000 | |
commit | b3fd4bf1f35010d8e01b61c8c7a15318bc169dc9 (patch) | |
tree | 12bcb539b409475b291ceb0b49f1017a2807d2b5 | |
parent | 50861777d5fb968fdc2087b8151017ab02823497 (diff) |
Add hwasan postsubmit tests for surfaceflinger.
Bug: 193568145
Test: Run tests under HWASan.
Change-Id: I69d2f785ce941be1644f7db34ce64de68fd154f6
-rw-r--r-- | TEST_MAPPING | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 4b64203387..260ee8dd4f 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -67,5 +67,66 @@ } ] } + ], + "hwasan-postsubmit": [ + { + "name": "SurfaceFlinger_test", + "options": [ + { + "include-filter": "*CredentialsTest.*" + }, + { + "include-filter": "*SurfaceFlingerStress.*" + }, + { + "include-filter": "*SurfaceInterceptorTest.*" + }, + { + "include-filter": "*LayerTransactionTest.*" + }, + { + "include-filter": "*LayerTypeTransactionTest.*" + }, + { + "include-filter": "*LayerUpdateTest.*" + }, + { + "include-filter": "*GeometryLatchingTest.*" + }, + { + "include-filter": "*CropLatchingTest.*" + }, + { + "include-filter": "*ChildLayerTest.*" + }, + { + "include-filter": "*ScreenCaptureTest.*" + }, + { + "include-filter": "*ScreenCaptureChildOnlyTest.*" + }, + { + "include-filter": "*DereferenceSurfaceControlTest.*" + }, + { + "include-filter": "*BoundlessLayerTest.*" + }, + { + "include-filter": "*MultiDisplayLayerBoundsTest.*" + }, + { + "include-filter": "*InvalidHandleTest.*" + }, + { + "include-filter": "*VirtualDisplayTest.*" + }, + { + "include-filter": "*RelativeZTest.*" + }, + { + "include-filter": "*RefreshRateOverlayTest.*" + } + ] + } ] } |