diff options
author | Jordan Rupprecht <rupprecht@google.com> | 2025-08-08 16:56:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-08 16:56:48 -0500 |
commit | 88b791593941e1a94499e58cb73a080b928c46d1 (patch) | |
tree | a6b7e5c07809e26bceea716c26ca4cad1ae19303 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 246f92324f98f07a363909c6ef9e515b64a6f228 (diff) | |
download | llvm-88b791593941e1a94499e58cb73a080b928c46d1.zip llvm-88b791593941e1a94499e58cb73a080b928c46d1.tar.gz llvm-88b791593941e1a94499e58cb73a080b928c46d1.tar.bz2 |
[mlir][linalg][test] Fix flaky test linalg-morph-multi-step.mlir (#152805)
This test runs `mlir-opt %s | mlir-opt %s | FileCheck` to test the round
trip behavior, but the second command takes input from the pipe, not the
lit test, so it should be `mlir-opt %s | mlir-opt | FileCheck`.
For some reason I haven't figured out, this causes ~50% flakiness when
testing in certain environments (not reproducible in my shell, but
reproduces in an internal buildbot), due to the pipeline raising
`SIGPIPE`.
Test added in #148424.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions