Skip to content

Commit

Permalink
[GWP-ASan] Add gwp_asan_unittest to bionic presubmit.
Browse files Browse the repository at this point in the history
bionic libc has a dependency on GWP-ASan. Changes in bionic can also
affect GWP-ASan (e.g. GWP-ASan requires some headers from bionic for
tests). Resultingly, we shouldn't accidentally break GWP-ASan through
changes to bionic by adding this as a presubmit check.

Bug: 152414185
Test: cd bionic && atest
Change-Id: I15dac9da6a7b8dbba453cfabec995d79a0f71924
Merged-In: I15dac9da6a7b8dbba453cfabec995d79a0f71924
  • Loading branch information
hctim committed Mar 26, 2020
1 parent b11f7ff commit 72a3f36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TEST_MAPPING
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
{
"name": "fdtrack_test"
},
{
"name": "gwp_asan_unittest"
},
{
"name": "malloc_debug_system_tests"
},
Expand Down

0 comments on commit 72a3f36

Please sign in to comment.