You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
29
external/llvm/test/Other/lit-globbing.ll
vendored
29
external/llvm/test/Other/lit-globbing.ll
vendored
@ -1,29 +0,0 @@
|
||||
RUN: rm -rf %t && mkdir -p %t
|
||||
RUN: echo TA > %t/TA.txt
|
||||
RUN: echo TB > %t/TB.txt
|
||||
RUN: echo TAB > %t/TAB.txt
|
||||
|
||||
RUN: echo %t/TA* | FileCheck -check-prefix=STAR %s
|
||||
RUN: echo %t/'TA'* | FileCheck -check-prefix=STAR %s
|
||||
RUN: echo %t/T'A'* | FileCheck -check-prefix=STAR %s
|
||||
|
||||
RUN: echo %t/T?.txt | FileCheck -check-prefix=QUESTION %s
|
||||
RUN: echo %t/'T'?.txt | FileCheck -check-prefix=QUESTION %s
|
||||
|
||||
RUN: echo %t/T??.txt | FileCheck -check-prefix=QUESTION2 %s
|
||||
RUN: echo %t/'T'??.txt | FileCheck -check-prefix=QUESTION2 %s
|
||||
|
||||
RUN: echo 'T*' 'T?.txt' 'T??.txt' | FileCheck -check-prefix=QUOTEDARGS %s
|
||||
|
||||
STAR-NOT: TB.txt
|
||||
STAR: {{(TA.txt.*TAB.txt|TAB.txt.*TA.txt)}}
|
||||
|
||||
QUESTION-NOT: TAB.txt
|
||||
QUESTION: {{(TA.txt.*TB.txt|TB.txt.*TA.txt)}}
|
||||
|
||||
QUESTION2-NOT: TA.txt
|
||||
QUESTION2-NOT: TB.txt
|
||||
QUESTION2: TAB.txt
|
||||
|
||||
QUOTEDARGS-NOT: .txt
|
||||
QUOTEDARGS: T* T?.txt T??.txt
|
Reference in New Issue
Block a user