[llvm-branch-commits] [lit] Remove external shell tests for shtest-format (PR #209552)

Henrik G. Olsson via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jul 14 14:47:59 PDT 2026


================
@@ -5,47 +5,14 @@
 
 # RUN: rm -f %t.xml
 # RUN: not %{lit} -v %{inputs}/shtest-format --xunit-xml-output %t.xml > %t.out
-# RUN: FileCheck -DERROR_MSG=%errc_ENOENT < %t.out %s \
-# RUN:   %if system-aix %{ --check-prefix=AIX,CHECK %} \
-# RUN:   %else  %{ --check-prefix=NON-AIX,CHECK %}
+# RUN: cp %t.xml /tmp/test
----------------
hnrklssn wrote:

Is this intentional?

https://github.com/llvm/llvm-project/pull/209552


More information about the llvm-branch-commits mailing list