Lines Matching refs:SUBST

688 ; RUN: | FileCheck -match-full-lines %s -check-prefix=SUBST-POS
690 ; SUBST-POS:<<<<<<
691 ; SUBST-POS-NEXT: 1: def-match1 def-match2
692 ; SUBST-POS-NEXT:check:1'0 ^~~~~~~~~~~~~~~~~~~~~
693 ; SUBST-POS-NEXT:check:1'1 with "DEF_MATCH1" equal to "def-match1"
694 ; SUBST-POS-NEXT:check:1'2 with "DEF_MATCH2" equal to "def-match2"
695 ; SUBST-POS-NEXT:check:2'0 X error: match failed for invalid pattern
696 ; SUBST-POS-NEXT:check:2'1 undefined variable: UNDEF
697 ; SUBST-POS-NEXT:check:2'2 with "DEF_MATCH1" equal to "def-match1"
698 ; SUBST-POS-NEXT:check:2'3 with "DEF_NOMATCH" equal to "foobar"
699 ; SUBST-POS-NEXT: 2: def-match1 def-nomatch
700 ; SUBST-POS-NEXT:check:2'0 ~~~~~~~~~~~~~~~~~~~~~~~
701 ; SUBST-POS-NEXT:check:2'4 ? possible intended match
702 ; SUBST-POS-NEXT:>>>>>>
720 ; RUN: | FileCheck -match-full-lines %s -check-prefix=SUBST-NEG
722 ; SUBST-NEG:<<<<<<
723 ; SUBST-NEG-NEXT: 1: def-match1 def-nomatch
724 ; SUBST-NEG-NEXT:not:1'0 X~~~~~~~~~~~~~~~~~~~~~~ error: match failed for invalid pattern
725 ; SUBST-NEG-NEXT:not:1'1 undefined variable: UNDEF
726 ; SUBST-NEG-NEXT:not:1'2 with "DEF_MATCH1" equal to "def-match1"
727 ; SUBST-NEG-NEXT:not:1'3 with "DEF_NOMATCH" equal to "foobar"
728 ; SUBST-NEG-NEXT: 2: def-match1 def-match2
729 ; SUBST-NEG-NEXT:not:1'0 ~~~~~~~~~~~~~~~~~~~~~~
730 ; SUBST-NEG-NEXT:not:2'0 !~~~~~~~~~~~~~~~~~~~~ error: no match expected
731 ; SUBST-NEG-NEXT:not:2'1 with "DEF_MATCH1" equal to "def-match1"
732 ; SUBST-NEG-NEXT:not:2'2 with "DEF_MATCH2" equal to "def-match2"
733 ; SUBST-NEG-NEXT: 3: END
734 ; SUBST-NEG-NEXT:check:3 ^~~
735 ; SUBST-NEG-NEXT:>>>>>>