This is an archive of the discontinued LLVM Phabricator instance.

[Asan] Loose call stack CHECK conditions
ClosedPublic

Authored by hauhsu on Jun 14 2023, 10:04 PM.

Details

Summary

These test cases are checking specific functions in call stacks.
But if the call stack order is changed (e.g. another function is not inlined),
the frame number would be different.
This patch loose the frame number checks for those conditions.

Depends on D139827

Diff Detail

Event Timeline

hauhsu created this revision.Jun 14 2023, 10:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2023, 10:04 PM
Herald added a subscriber: Enna1. · View Herald Transcript
hauhsu published this revision for review.Jun 14 2023, 10:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2023, 10:21 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Jun 27 2023, 4:56 PM
This revision is now accepted and ready to land.Jun 27 2023, 4:56 PM
This revision was automatically updated to reflect the committed changes.