[lit] Fix a few oversights in r374651 that broke some bots
authorJoel E. Denny <jdenny.ornl@gmail.com>
Sat, 12 Oct 2019 12:32:00 +0000 (12:32 +0000)
committerJoel E. Denny <jdenny.ornl@gmail.com>
Sat, 12 Oct 2019 12:32:00 +0000 (12:32 +0000)
llvm-svn: 374653

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

index 4c48009..fe8f508 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 %t %t2
+       @RUN: diff --strip-trailing-cr %t %t2
        .text
 
        mov     r0, r0
index adbe4dc..9a6f2aa 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 --dump-input=fail --color -vv --input-file %t.out %s
+# RUN: FileCheck --input-file %t.out %s
 #
 # END.