Alan spotted another test failure that was a result of
https://reviews.llvm.org/D148546 when running expensive checks tests
locally on windows.
Details
Details
- Reviewers
ayzhao - Commits
- rGfae136960744: [Demangle] fix another test on windows
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, confirmed this fixes the remaining broken tests on Windows:
C:\src\llvm-project\build-ninja>.\bin\llvm-lit.py ..\llvm\test\Transforms\SampleProfile\remap-2.ll llvm-lit.py: C:\src\llvm-project\llvm\utils\lit\lit\llvm\config.py:46: note: using lit tools: C:\Program Files\Git\usr\bin -- Testing: 1 tests, 1 workers -- PASS: LLVM :: Transforms/SampleProfile/remap-2.ll (1 of 1) Testing Time: 0.44s Passed: 1 C:\src\llvm-project\build-ninja>unittests\ProfileData\ProfileDataTests.exe [==========] Running 197 tests from 10 test suites. [----------] Global test environment set-up. (output redacted for brevity) [----------] Global test environment tear-down [==========] 197 tests from 10 test suites ran. (283 ms total) [ PASSED ] 197 tests.