[llvm] 413d84f - [lit] Remove unnecessary testcases from lit-quoting.txt that fail on macOS
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 14 05:09:52 PDT 2021
Author: Martin Storsjö
Date: 2021-04-14T15:09:42+03:00
New Revision: 413d84fb5c6d18efc0c3f478071a11c7c3542fd0
URL: https://github.com/llvm/llvm-project/commit/413d84fb5c6d18efc0c3f478071a11c7c3542fd0
DIFF: https://github.com/llvm/llvm-project/commit/413d84fb5c6d18efc0c3f478071a11c7c3542fd0.diff
LOG: [lit] Remove unnecessary testcases from lit-quoting.txt that fail on macOS
These were added in 37935405efbebc4bd9f1ffac9152571c6a8469dc,
but they fail on macOS (and on Windows with MSYS based tools, before
relanding D98859). Remove the tests that exercise "not not echo", as
the primary thing to test is the plain echo patterns above.
Added:
Modified:
llvm/test/Other/lit-quoting.txt
Removed:
################################################################################
diff --git a/llvm/test/Other/lit-quoting.txt b/llvm/test/Other/lit-quoting.txt
index c263d8f4a85a..48a72e20e460 100644
--- a/llvm/test/Other/lit-quoting.txt
+++ b/llvm/test/Other/lit-quoting.txt
@@ -4,12 +4,6 @@ RUN: echo 'a[b\c' | FileCheck %s --check-prefix=CHECK2
RUN: echo "a[b\\c" | FileCheck %s --check-prefix=CHECK2
RUN: echo 'a\b\\c\\\\d' | FileCheck %s --check-prefix=CHECK3
RUN: echo "a\\b\\\\c\\\\\\\\d" | FileCheck %s --check-prefix=CHECK3
-RUN: not not echo "\"" | FileCheck %s --check-prefix=CHECK1
-RUN: not not echo '"' | FileCheck %s --check-prefix=CHECK1
-RUN: not not echo 'a[b\c' | FileCheck %s --check-prefix=CHECK2
-RUN: not not echo "a[b\\c" | FileCheck %s --check-prefix=CHECK2
-RUN: not not echo 'a\b\\c\\\\d' | FileCheck %s --check-prefix=CHECK3
-RUN: not not echo "a\\b\\\\c\\\\\\\\d" | FileCheck %s --check-prefix=CHECK3
CHECK1: {{^"$}}
CHECK2: {{^a\[b\\c$}}
CHECK3: {{^a\\b\\\\c\\\\\\\\d$}}
More information about the llvm-commits
mailing list