[Mlir-commits] [mlir] [MLIR] Fix use-after-free in Remark by owning string data (PR #179889)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Feb 5 01:09:48 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 7457 tests passed
* 600 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### MLIR-Unit
<details>
<summary>MLIR-Unit.IR/_/MLIRIRTests/Remark/TestRemarkOwnsStringData</summary>
```
Script:
--
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/unittests/IR/./MLIRIRTests --gtest_filter=Remark.TestRemarkOwnsStringData
--
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/unittests/IR/RemarkTest.cpp:481
Expected: (errOut.find(expectedCategory)) != (std::string::npos), actual: 18446744073709551615 vs 18446744073709551615
Expected category not found in output. Got:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/unittests/IR/RemarkTest.cpp:483
Expected: (errOut.find(expectedName)) != (std::string::npos), actual: 18446744073709551615 vs 18446744073709551615
Expected name not found in output. Got:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/unittests/IR/RemarkTest.cpp:485
Expected: (errOut.find(expectedFunction)) != (std::string::npos), actual: 18446744073709551615 vs 18446744073709551615
Expected function not found in output. Got:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/unittests/IR/RemarkTest.cpp:487
Expected: (errOut.find(expectedMessage)) != (std::string::npos), actual: 18446744073709551615 vs 18446744073709551615
Expected message not found in output. Got:
```
</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/179889
More information about the Mlir-commits
mailing list