[PATCH] D120529: Disable broken hip test on Windows

2022-02-25 Thread Shangwu Yao via Phabricator via cfe-commits
shangwuyao abandoned this revision. shangwuyao added a comment. Closing this since the fix landed with https://reviews.llvm.org/D120563. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120529/new/ https://reviews.llvm.org/D120529 ___

[PATCH] D120529: Disable broken hip test on Windows

2022-02-25 Thread Yaxun Liu via Phabricator via cfe-commits
yaxunl added a comment. https://reviews.llvm.org/D120563 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120529/new/ https://reviews.llvm.org/D120529 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D120529: Disable broken hip test on Windows

2022-02-25 Thread Yaxun Liu via Phabricator via cfe-commits
yaxunl added a comment. Sorry I missed this failure. Thanks for disabling it. I will come up with a fix. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120529/new/ https://reviews.llvm.org/D120529 ___ cf

[PATCH] D120529: Disable broken hip test on Windows

2022-02-24 Thread Shangwu Yao via Phabricator via cfe-commits
shangwuyao added a comment. 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:UsersContainerAdministratorAppDataLocalTemp\\

[PATCH] D120529: Disable broken hip test on Windows

2022-02-24 Thread Shangwu Yao via Phabricator via cfe-commits
shangwuyao added a comment. See the comments in https://reviews.llvm.org/D120366, an example test failure is in https://reviews.llvm.org/harbormaster/build/224364/. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120529/new/ https://reviews.llvm.org

[PATCH] D120529: Disable broken hip test on Windows

2022-02-24 Thread Shangwu Yao via Phabricator via cfe-commits
shangwuyao created this revision. shangwuyao added reviewers: tra, jlebar, yaxunl. shangwuyao requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Disable a hip test that's broken only for Windows at HEAD. Repository: rG LLVM Github Monorepo