diff options
author | Reid Kleckner <rnk@google.com> | 2018-04-25 17:30:00 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2018-04-25 17:30:00 +0000 |
commit | 1ca666886f48401e603404e8c932028edcab05a8 (patch) | |
tree | bdac04af50201ef9caf36983239e313811492c33 /llvm/utils/lit/tests/shtest-output-printing.py | |
parent | b180eebed4239e45822b6d20f97241583bdc054b (diff) | |
download | bcm5719-llvm-1ca666886f48401e603404e8c932028edcab05a8.tar.gz bcm5719-llvm-1ca666886f48401e603404e8c932028edcab05a8.zip |
Revert r330755 "[lit] Report line number for failed RUN command"
It is causing many tests to fail on Windows buildbots:
http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/10211
llvm-svn: 330848
Diffstat (limited to 'llvm/utils/lit/tests/shtest-output-printing.py')
-rw-r--r-- | llvm/utils/lit/tests/shtest-output-printing.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/utils/lit/tests/shtest-output-printing.py b/llvm/utils/lit/tests/shtest-output-printing.py index 2344ef20036..2a85cf975c9 100644 --- a/llvm/utils/lit/tests/shtest-output-printing.py +++ b/llvm/utils/lit/tests/shtest-output-printing.py @@ -16,15 +16,12 @@ # # CHECK: Command Output # CHECK-NEXT: -- -# CHECK-NEXT: $ ":" "RUN: at line 1" # CHECK-NEXT: $ "true" -# CHECK-NEXT: $ ":" "RUN: at line 2" # CHECK-NEXT: $ "echo" "hi" # CHECK-NEXT: # command output: # CHECK-NEXT: hi # -# CHECK: $ ":" "RUN: at line 3" -# CHECK-NEXT: $ "wc" "missing-file" +# CHECK: $ "wc" "missing-file" # CHECK-NEXT: # redirected output from '{{.*(/|\\\\)}}basic.txt.tmp.out': # CHECK-NEXT: missing-file{{.*}} No such file or directory # CHECK: note: command had no output on stdout or stderr |