tensorflow / mlir

"Multi-Level Intermediate Representation" Compiler Infrastructure
1.73k stars 257 forks source link

Failing test pipeline-stats.mlir #296

Closed bondhugula closed 4 years ago

bondhugula commented 4 years ago

The following test fails on the trunk: 85cafc8a9c1b399ed5ad6c75b9f10893b47f2505

******************** TEST 'MLIR :: Pass/pipeline-stats.mlir' FAILED ********************
Script:
--
: 'RUN: at line 1';   /home/uday/llvm-project-bondhugula/build.release/bin/mlir-opt /home/uday/llvm-project-bondhugula/llvm/projects/mlir/test/Pass/pipeline-stats.mlir -verify-each=true -pass-pipeline='func(test-stats-pass,test-stats-pass)' -pass-statistics -pass-statistics-display=list 2>&1 | /home/uday/llvm-project-bondhugula/build.release/bin/FileCheck -check-prefix=LIST /home/uday/llvm-project-bondhugula/llvm/projects/mlir/test/Pass/pipeline-stats.mlir
: 'RUN: at line 2';   /home/uday/llvm-project-bondhugula/build.release/bin/mlir-opt /home/uday/llvm-project-bondhugula/llvm/projects/mlir/test/Pass/pipeline-stats.mlir -verify-each=true -pass-pipeline='func(test-stats-pass,test-stats-pass)' -pass-statistics -pass-statistics-display=pipeline 2>&1 | /home/uday/llvm-project-bondhugula/build.release/bin/FileCheck -check-prefix=PIPELINE /home/uday/llvm-project-bondhugula/llvm/projects/mlir/test/Pass/pipeline-stats.mlir
--
Exit Code: 1

Command Output (stderr):
--
/home/uday/llvm-project-bondhugula/llvm/projects/mlir/test/Pass/pipeline-stats.mlir:6:15: error: LIST-NEXT: expected string not found in input
// LIST-NEXT: (S) 8 num-ops - Number of operations counted
              ^
<stdin>:5:2: note: scanning from here
 (S) 0 num-ops - Number of operations counted
 ^

--

********************

Testing Time: 1.63s
********************
Failing Tests (1):
    MLIR :: Pass/pipeline-stats.mlir

  Expected Passes    : 318
  Unsupported Tests  : 42
  Unexpected Failures: 1