This is an archive of the discontinued LLVM Phabricator instance.

[llvm][test] Skip physical filesystem test if unsupported
ClosedPublic

Authored by benlangmuir on May 3 2023, 9:21 AM.

Details

Summary

We are relying on deleting the working directory to trigger a later error in getcwd, but some platforms (e.g. Solaris) disallow deleting the working directory of the process. Skip the test in that case.

Diff Detail

Event Timeline

benlangmuir created this revision.May 3 2023, 9:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2023, 9:21 AM
benlangmuir requested review of this revision.May 3 2023, 9:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2023, 9:21 AM
This revision was not accepted when it landed; it landed in state Needs Review.May 3 2023, 12:14 PM
This revision was automatically updated to reflect the committed changes.
ro added a comment.May 4 2023, 12:48 AM

Both Solaris buildbots are one failure down again. Thanks for the quick fix.