[llvm] 80786af - Revert "[lit] Fix yet another test fail under windows"

Joel E. Denny via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 09:36:59 PDT 2023


Author: Joel E. Denny
Date: 2023-09-07T12:35:55-04:00
New Revision: 80786af06da325510eeb6846aeaf964a3214c175

URL: https://github.com/llvm/llvm-project/commit/80786af06da325510eeb6846aeaf964a3214c175
DIFF: https://github.com/llvm/llvm-project/commit/80786af06da325510eeb6846aeaf964a3214c175.diff

LOG: Revert "[lit] Fix yet another test fail under windows"

This reverts commit b6bd9d275f783f8150c8a04145ef2a31edb4fddf.

The reason for the revert is discussed at:
https://discourse.llvm.org/t/rfc-improving-lits-debug-output/72839/52

Added: 
    

Modified: 
    llvm/utils/lit/tests/shtest-output-printing.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/lit/tests/shtest-output-printing.py b/llvm/utils/lit/tests/shtest-output-printing.py
index 129cff981eb5b23..3e49197520a9770 100644
--- a/llvm/utils/lit/tests/shtest-output-printing.py
+++ b/llvm/utils/lit/tests/shtest-output-printing.py
@@ -31,8 +31,8 @@
 #  CHECK-NEXT: # error: command failed with exit status: 1
 #  CHECK-NEXT: # executed command: true
 #  CHECK-NEXT: # RUN: at line 4
-#  CHECK-NEXT: not {{.*}}python{{.*}} {{.*}}write-a-lot.py &> [[FILE:.*]]
-#  CHECK-NEXT: # executed command: not {{.*}}python{{.*}} {{.*}}write-a-lot.py{{.*}}
+#  CHECK-NEXT: not {{.*}}/python{{.*}} {{.*}}/write-a-lot.py &> [[FILE:.*]]
+#  CHECK-NEXT: # executed command: not {{.*}}/python{{.*}} {{.*}}/write-a-lot.py
 #  CHECK-NEXT: # .---redirected output from '[[FILE]]'
 #  CHECK-NEXT: # | All work and no play makes Jack a dull boy.
 #  CHECK-NEXT: # | All work and no play makes Jack a dull boy.


        


More information about the llvm-commits mailing list