[all-commits] [llvm/llvm-project] 5faebb: [mlir][shape] fix test added in 9f77909.
Christian Sigg via All-commits
all-commits at lists.llvm.org
Mon Oct 3 06:48:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5faebb562401ad15a0f45094b6d970a7781c6fbb
https://github.com/llvm/llvm-project/commit/5faebb562401ad15a0f45094b6d970a7781c6fbb
Author: Christian Sigg <csigg at google.com>
Date: 2022-10-03 (Mon, 03 Oct 2022)
Changed paths:
M mlir/test/Dialect/Shape/outline-shape-computation.mlir
Log Message:
-----------
[mlir][shape] fix test added in 9f77909.
The stderr to stdout piping results in the two streams being interleaved on Windows.
Write stderr to a temp-file instead and run separate FileCheck on it.
More information about the All-commits
mailing list