]> granicus.if.org Git - llvm/commitdiff
Revert r374653: "[lit] Fix a few oversights in r374651 that broke some bots"
authorJoel E. Denny <jdenny.ornl@gmail.com>
Sat, 12 Oct 2019 18:51:34 +0000 (18:51 +0000)
committerJoel E. Denny <jdenny.ornl@gmail.com>
Sat, 12 Oct 2019 18:51:34 +0000 (18:51 +0000)
This series of patches still breaks a Windows bot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374678 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/ARM/preserve-comments-arm.s
utils/lit/tests/shtest-shell.py

index fe8f5081bb1152d3c76d3520af5091963f6632b0..4c480096c663735310d8772aa627874dce9b5146 100644 (file)
@@ -1,6 +1,6 @@
        @RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t
        @RUN: sed 's/#[C]omment/@Comment/g' %s > %t2
-       @RUN: diff --strip-trailing-cr %t %t2
+       @RUN: diff %t %t2
        .text
 
        mov     r0, r0
index 9a6f2aac0a43e3e9b9b6c6ea5c3c29e8a72c10e7..adbe4dc56a1e32af30fc07655c891642d786853c 100644 (file)
@@ -4,7 +4,7 @@
 # FIXME: Temporarily dump test output so we can debug failing tests on
 # buildbots.
 # RUN: cat %t.out
-# RUN: FileCheck --input-file %t.out %s
+# RUN: FileCheck --dump-input=fail --color -vv --input-file %t.out %s
 #
 # END.