diff options
| author | 2022-03-21 23:30:16 +0000 | |
|---|---|---|
| committer | 2022-03-21 23:30:16 +0000 | |
| commit | 6dee456064165a6bb745f8a40004e65ccf5698ec (patch) | |
| tree | b3cfece408a0c6e2e34c505ccfad438b7eec5ea7 | |
| parent | c8474c6880350ed86a1aa61d57bc3ee6f68a32fd (diff) | |
| parent | 9d8b4e842754b4eac01fb793f2ce5dafd2d7a56a (diff) | |
Merge "Add hwasan postsubmit tests for surfaceflinger." am: 9d8b4e8427
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2028804
Change-Id: I912619c7ba2dc1317d8f2416e5091a45f8d6c853
| -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.*" + } + ] + } ] } |