Skip to content

Commit

Permalink
[lit] Remove unnecessary testcases from lit-quoting.txt that fail on …
Browse files Browse the repository at this point in the history
…macOS

These were added in 3793540,
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.
  • Loading branch information
mstorsjo committed Apr 14, 2021
1 parent 989445f commit 413d84f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions llvm/test/Other/lit-quoting.txt
Expand Up @@ -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$}}
Expand Down

0 comments on commit 413d84f

Please sign in to comment.