[llvm] [AsmParserContext] Fix regression after #174566 (PR #180068)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 11 06:18:17 PST 2026
Albert =?utf-8?q?Havliček?= <ahavlicek at azul.com>,
Albert =?utf-8?q?Havliček?= <ahavlicek at azul.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/180068 at github.com>
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 169532 tests passed
* 3052 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### LLVM-Unit
<details>
<summary>LLVM-Unit.AsmParser/_/AsmParserTests/AsmParserTest/ParserObjectLocations</summary>
```
Script:
--
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/unittests/AsmParser/./AsmParserTests --gtest_filter=AsmParserTest.ParserObjectLocations
--
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/unittests/AsmParser/AsmParserTest.cpp:516
Value of: MainLoc.contains(ExpectedMainLoc) && ExpectedMainLoc.contains(MainLoc)
Actual: false
Expected: true
MainLoc location: 0:0 - 5:0
ExpectedMainLoc location: 0:0 - 4:1
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/unittests/AsmParser/AsmParserTest.cpp:525
Value of: EntryBBLoc.contains(ExpectedEntryBBLoc) && ExpectedEntryBBLoc.contains(EntryBBLoc)
Actual: false
Expected: true
EntryBBLoc location: 1:0 - 4:0
ExpectedEntryBBLoc location: 1:0 - 3:14
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/unittests/AsmParser/AsmParserTest.cpp:537
Value of: InstLoc.contains(ExpectedLoc) && ExpectedLoc.contains(InstLoc)
Actual: false
Expected: true
InstLoc location: 2:4 - 3:4
ExpectedLoc location: 2:4 - 2:24
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/unittests/AsmParser/AsmParserTest.cpp:537
Value of: InstLoc.contains(ExpectedLoc) && ExpectedLoc.contains(InstLoc)
Actual: false
Expected: true
InstLoc location: 3:4 - 4:0
ExpectedLoc location: 3:4 - 3:14
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/180068
More information about the llvm-commits
mailing list