This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][OMPT] Update OMPT tests for newly added GOMP interface patches
ClosedPublic

Authored by protze.joachim on Sep 15 2020, 3:27 AM.

Details

Summary

This patch updates the expected results for the GOMP interface patches: D87267, D87269, and D87271.
The taskwait-depend test is changed to really use taskwait-depend and copied to an task_if0-depend test.

The mutexinoutset test currently still fails with gcc-9/10. The runtime thinks, the dependency would be inoutset instread of mutexinoutset.

To pass the tests, the handling of the return address was fixed.

Diff Detail

Event Timeline

protze.joachim created this revision.Sep 15 2020, 3:27 AM
protze.joachim requested review of this revision.Sep 15 2020, 3:27 AM
protze.joachim edited the summary of this revision. (Show Details)Sep 15 2020, 3:30 AM
hbae accepted this revision.Sep 21 2020, 7:03 AM

LGTM.

This revision is now accepted and ready to land.Sep 21 2020, 7:03 AM
jlpeyton accepted this revision.Sep 24 2020, 8:04 AM

LGTM as well.

This revision was landed with ongoing or failed builds.Sep 30 2020, 3:58 PM
This revision was automatically updated to reflect the committed changes.