diff options
author | 2025-02-21 16:27:25 -0800 | |
---|---|---|
committer | 2025-02-26 10:44:37 -0800 | |
commit | db1c46ea7fd365284e68e2e328d2dbb1248ac730 (patch) | |
tree | feca36d90ab77051c5c0572eb1b7970d61fe7778 /TEST_MAPPING | |
parent | af9a9ce3f96c6a31684f3b5885722919a1f5ec62 (diff) |
Add postsubmit mappings in frameworks/native to run tests on real devices.
Flag: EXEMPT TEST_MAPPING changes only.
Test: Manual with atest --test-mapping *:postsubmit
Bug: 399409055
Change-Id: Ie419bf88f93fe3012d137441a6efea78ae2ce410
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 07d16f7a4d..a4a22a0f1d 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -22,5 +22,21 @@ { "name": "SurfaceFlinger_test" } + ], + "postsubmit": [ + { + "name": "SurfaceFlinger_test", + "keywords": [ "primary-device" ], + "options": [ + // TODO(b/328119950) Known to be broken. + { + "exclude-filter": "LayerCallbackTest#SetNullBuffer" + }, + // TODO(b/398306512) Flaky on real device. + { + "exclude-filter": "LayerRenderTypeTransactionTests/LayerRenderTypeTransactionTest#SetRelativeZBasic_BufferQueue/*" + } + ] + } ] } |