[llvm] 88f183c - [lit] Work around another windows issue in new test from 28412d1800e3
Joel E. Denny via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 21 11:08:26 PDT 2022
Author: Joel E. Denny
Date: 2022-09-21T14:08:10-04:00
New Revision: 88f183c0db71579f06cfca606c333bce7084074e
URL: https://github.com/llvm/llvm-project/commit/88f183c0db71579f06cfca606c333bce7084074e
DIFF: https://github.com/llvm/llvm-project/commit/88f183c0db71579f06cfca606c333bce7084074e.diff
LOG: [lit] Work around another windows issue in new test from 28412d1800e3
Based on result shown at:
<https://lab.llvm.org/buildbot/#/builders/216/builds/10123>
Added:
Modified:
llvm/utils/lit/tests/shtest-define.py
Removed:
################################################################################
diff --git a/llvm/utils/lit/tests/shtest-define.py b/llvm/utils/lit/tests/shtest-define.py
index 801c4ca2bed5..1d0997bbbaf8 100644
--- a/llvm/utils/lit/tests/shtest-define.py
+++ b/llvm/utils/lit/tests/shtest-define.py
@@ -165,4 +165,4 @@
# Make sure we didn't forget to run something.
#
# RUN: %{lit} --show-tests %{my-inputs} > %t.tests.expected.txt
-# RUN:
diff -u %t.tests.expected.txt %t.tests.actual.txt
+# RUN:
diff -u -w %t.tests.expected.txt %t.tests.actual.txt
More information about the llvm-commits
mailing list