diff options
| author | 2023-05-15 14:20:07 -0700 | |
|---|---|---|
| committer | 2023-05-17 10:05:08 -0700 | |
| commit | e245b644df77bc9a550806e6fc335a0aec16ae1f (patch) | |
| tree | 5e884f2c312bb0ed841555ffb65fab2f593526f2 | |
| parent | 44a1a1e0e4eb93be785eb63cbddab8f6dd011a92 (diff) | |
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
| -rw-r--r-- | services/core/java/com/android/server/TEST_MAPPING | 5 |
1 files changed, 5 insertions, 0 deletions
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": [ |