This is an archive of the discontinued LLVM Phabricator instance.

Disable broken hip test on Windows
AbandonedPublic

Authored by shangwuyao on Feb 24 2022, 5:20 PM.

Details

Reviewers
tra
jlebar
yaxunl
Summary

Disable a hip test that's broken only for Windows at HEAD.

Diff Detail

Event Timeline

shangwuyao requested review of this revision.Feb 24 2022, 5:20 PM
shangwuyao created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2022, 5:20 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Seems like

C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\lit-tmp-4x8dbzx6\\libbc-hipBundled-amdgcn-gfx1030-4b53df.a

somehow got interpreted by filecheck regex as:

C:\\\\\\\\Users\\\\\\\\ContainerAdministrator\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\lit-tmp-4x8dbzx6\\\\\\\\libbc-hipBundled-amdgcn-gfx1030-4b53df\\.a

Sorry I missed this failure. Thanks for disabling it.

I will come up with a fix.

shangwuyao abandoned this revision.Feb 25 2022, 12:33 PM

Closing this since the fix landed with https://reviews.llvm.org/D120563.