[PATCH] D154130: [lit] Avoid os.path.realpath on Windows due to MAX_PATH limitations
Tristan Labelle via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 5 13:10:20 PDT 2023
MrTrillian added a comment.
Herald added a subscriber: wangpc.
How do I take action on the test failure? It runs without issues on my machine:
tristan at nuc-on-wood:~/project-llvm$ python3 build/bin/llvm-lit -sv --filter test.toy build/tools/mlir
/test/
Testing Time: 0.55s
Excluded: 1636
Passed : 1
And I see that the failure is a timeout so I wonder if it's reliable?
Exit Code: -9
Timeout: Reached timeout of 60 seconds
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154130/new/
https://reviews.llvm.org/D154130
More information about the cfe-commits
mailing list