From e245b644df77bc9a550806e6fc335a0aec16ae1f Mon Sep 17 00:00:00 2001 From: Mitch Phillips Date: Mon, 15 May 2023 14:20:07 -0700 Subject: Ensure GWP-ASan CTS runs in tombstone management presubmit Should hopefully prevent problems like ag/23201137 Bug: 281995627 Test: Presubmit runs the test. Change-Id: I4987685fe0d61f35932989971c0561ed1fb02414 Merged-In: I4987685fe0d61f35932989971c0561ed1fb02414 --- services/core/java/com/android/server/TEST_MAPPING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/core/java/com/android/server/TEST_MAPPING b/services/core/java/com/android/server/TEST_MAPPING index d9da1c7999df..a317d23457be 100644 --- a/services/core/java/com/android/server/TEST_MAPPING +++ b/services/core/java/com/android/server/TEST_MAPPING @@ -48,6 +48,11 @@ } ], "file_patterns": ["BinaryTransparencyService\\.java"] + }, + { + // GWP-ASan's CTS test ensures that recoverable tombstones work, + // which is emitted by the NativeTombstoneManager. + "name": "CtsGwpAsanTestCases" } ], "presubmit-large": [ -- cgit v1.2.3-59-g8ed1b