The test output files whose atime is altered in the test were getting
accessed by Spotlight indexing on macOS, causing them to get an updated
atime and leading to the test not behaving as expected.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
170 ms | linux > Polly.ScopInfo::Unknown Unit Message ("") |
Event Timeline
Comment Actions
Since it is just a change in the directory name, I think this would still work fine on other platforms.
Comment Actions
No issues from my point of view, aside from the suggested comment change.
llvm/test/ThinLTO/X86/cache.ll | ||
---|---|---|
4 | Since this test isn't macOS specific, perhaps it's best to change this comment to: "The .noindex suffix for output dir is to prevent Spotlight on MacOS from indexing it." |
Since this test isn't macOS specific, perhaps it's best to change this comment to:
"The .noindex suffix for output dir is to prevent Spotlight on MacOS from indexing it."