-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from stanislaw/develop-alt
Test: CHECK-NOT/one_string/02-negative_match_whitespaces
- Loading branch information
Showing
18 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...heck_commands/CHECK-NOT/one_string/negative/02-negative_match_whitespaces/filecheck.check
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
; CHECK-NOT: hello world |
1 change: 1 addition & 0 deletions
1
...heck_commands/CHECK-NOT/one_string/negative/02-negative_match_whitespaces/filecheck.input
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
hello world |
9 changes: 9 additions & 0 deletions
9
...s/check_commands/CHECK-NOT/one_string/negative/02-negative_match_whitespaces/sample.itest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
; RUN: cat %S/filecheck.input | (%FILECHECK_EXEC %S/filecheck.check 2>&1; test $? == 1;) | %FILECHECK_TESTER_EXEC %s --strict-whitespace --match-full-lines | ||
; CHECK:{{^.*}}FileCheck{{$}} | ||
; CHECK-NEXT:{{^.*}}filecheck.check:1:14: error: CHECK-NOT: excluded string found in input{{$}} | ||
; CHECK-NEXT:{{^; CHECK-NOT: hello world$}} | ||
; CHECK-NEXT:{{^ \^$}} | ||
; CHECK-NEXT:<stdin>:1:1: note: found here | ||
; CHECK-NEXT:{{^hello world$}} | ||
; CHECK-NEXT:{{^\^~+$}} | ||
; CHECK-EMPTY: |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.