This repository was archived by the owner on Nov 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1627,6 +1627,7 @@ TEST(malloc, zeroed_allocations_small_medium_sizes) {
16271627#if !defined(__BIONIC__)
16281628 GTEST_SKIP () << " Only valid on bionic" ;
16291629#endif
1630+ SKIP_WITH_HWASAN << " Only test system allocator, not hwasan allocator." ;
16301631
16311632 if (IsLowRamDevice ()) {
16321633 GTEST_SKIP () << " Skipped on low memory devices." ;
@@ -1657,6 +1658,7 @@ TEST(malloc, zeroed_allocations_large_sizes) {
16571658#if !defined(__BIONIC__)
16581659 GTEST_SKIP () << " Only valid on bionic" ;
16591660#endif
1661+ SKIP_WITH_HWASAN << " Only test system allocator, not hwasan allocator." ;
16601662
16611663 if (IsLowRamDevice ()) {
16621664 GTEST_SKIP () << " Skipped on low memory devices." ;
@@ -1687,6 +1689,7 @@ TEST(malloc, zeroed_allocations_realloc) {
16871689#if !defined(__BIONIC__)
16881690 GTEST_SKIP () << " Only valid on bionic" ;
16891691#endif
1692+ SKIP_WITH_HWASAN << " Only test system allocator, not hwasan allocator." ;
16901693
16911694 if (IsLowRamDevice ()) {
16921695 GTEST_SKIP () << " Skipped on low memory devices." ;
You can’t perform that action at this time.
0 commit comments