[llvm] b869dfc - [lit] Remove buildbot debug commands

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 5 21:04:18 PDT 2025


Author: Aiden Grossman
Date: 2025-09-06T04:04:10Z
New Revision: b869dfc9fb4cc085733b8f16201a5d972f3e7265

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

LOG: [lit] Remove buildbot debug commands

125c74bc56926d42251d17c661e6ecad21dd45d7 added these commands eight
years ago to aid in debugging that is presumably done at this point.
Removing them to make the test a bit cleaner.

Added: 
    

Modified: 
    llvm/utils/lit/tests/shtest-shell.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/lit/tests/shtest-shell.py b/llvm/utils/lit/tests/shtest-shell.py
index 8f2b865f333a5..b8bdc6e532e3d 100644
--- a/llvm/utils/lit/tests/shtest-shell.py
+++ b/llvm/utils/lit/tests/shtest-shell.py
@@ -1,17 +1,11 @@
 # Check the internal shell handling component of the ShTest format.
 
 # RUN: not %{lit} -v %{inputs}/shtest-shell > %t.out
-# FIXME: Temporarily dump test output so we can debug failing tests on
-# buildbots.
-# RUN: cat %t.out
 # RUN: FileCheck --input-file %t.out %s
 #
 # Test again in non-UTF shell to catch potential errors with python 2 seen
 # on stdout-encoding.txt
 # RUN: env PYTHONIOENCODING=ascii not %{lit} -a %{inputs}/shtest-shell > %t.ascii.out
-# FIXME: Temporarily dump test output so we can debug failing tests on
-# buildbots.
-# RUN: cat %t.ascii.out
 # RUN: FileCheck --input-file %t.ascii.out %s
 #
 # END.


        


More information about the llvm-commits mailing list