[Mlir-commits] [mlir] [MLIR] Implement remark emitting policies in	MLIR (PR #160526)
    Florian Hahn 
    llvmlistbot at llvm.org
       
    Thu Sep 25 03:01:29 PDT 2025
    
    
  
fhahn wrote:
Looks like this is failing on some build bots, .e.g
https://lab.llvm.org/buildbot/#/builders/24/builds/12963/steps/11/logs/stdio
```
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: MLIR-Unit :: IR/./MLIRIRTests/101/130 (87606 of 90843)
******************** TEST 'MLIR-Unit :: IR/./MLIRIRTests/101/130' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-aarch64-linux-bootstrap-asan/build/llvm_build_asan/tools/mlir/unittests/IR/./MLIRIRTests-MLIR-Unit-2223635-101-130.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=130 GTEST_SHARD_INDEX=101 /home/b/sanitizer-aarch64-linux-bootstrap-asan/build/llvm_build_asan/tools/mlir/unittests/IR/./MLIRIRTests
--
Note: This is test shard 102 of 130.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from Remark
[ RUN      ] Remark.TestRemarkFinal
--
exit: 1
--
```
https://github.com/llvm/llvm-project/pull/160526
    
    
More information about the Mlir-commits
mailing list