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.

llvm-svn: 374678

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

index fe8f508..4c48009 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 9a6f2aa..adbe4dc 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.