This is an archive of the discontinued LLVM Phabricator instance.

[flang][unittest] Add unit tests for runtime's crash handler
AbandonedPublic

Authored by awarzynski on Mar 14 2021, 9:24 AM.

Diff Detail

Event Timeline

awarzynski created this revision.Mar 14 2021, 9:24 AM
awarzynski requested review of this revision.Mar 14 2021, 9:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 14 2021, 9:24 AM

These tests seem to adequately verify the runtime crash mechanism and would support other gtest tests that must catch runtime crashes.

@awarzynski I've actually been working on a similar patch, perhaps we could merge our efforts?

awarzynski abandoned this revision.Mar 15 2021, 1:28 PM

I have submitted D98652 to discuss similar efforts.

Your patch is much more thorough. I'm abandoning this in favor of D98652.