This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Disable new/delete mismatch tests on Android.
ClosedPublic

Authored by cferris on Jun 14 2023, 1:51 PM.

Details

Summary

Android does not do any checking of new/delete mismatches, so disable
this test when compiling for Android.

Diff Detail

Event Timeline

cferris created this revision.Jun 14 2023, 1:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2023, 1:51 PM
cferris requested review of this revision.Jun 14 2023, 1:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2023, 1:51 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
Chia-hungDuan accepted this revision.Jun 14 2023, 4:00 PM
This revision is now accepted and ready to land.Jun 14 2023, 4:00 PM
This revision was automatically updated to reflect the committed changes.