This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][OMPT] Expect failure from tool_available_search.c on macOS
ClosedPublic

Authored by tianshilei1992 on Jan 18 2023, 10:50 AM.

Details

Summary

D91464 introduced verbose tool loading, but the test check only considers Linux.
On macOS, the outputs are totally different, causing the regression afterwards.
This patch simply sets the test to XFAIL on macOS.

Fix #56833.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2023, 10:50 AM
tianshilei1992 requested review of this revision.Jan 18 2023, 10:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2023, 10:50 AM
tianshilei1992 edited the summary of this revision. (Show Details)Jan 18 2023, 10:50 AM
This revision is now accepted and ready to land.Jan 18 2023, 3:59 PM

Since you seem to have access to a Mac, can you at least paste the output?

Since you seem to have access to a Mac, can you at least paste the output?

I put it in the original review.