Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/integration/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ config.substitutions.append(('%COMPARE_EXEC', "{}/tests/integration/tools/compar
config.substitutions.append(('%FILECHECK_TESTER_EXEC', "{}/tests/integration/tools/FileCheck/FileCheck".format(current_dir)))

if real_only:
config.suffixes = ['.itest', '.c']
config.suffixes = ['.itest', '.itest-llvm', '.c']
else:
config.suffixes = ['.itest', '.c', '.py-itest']
config.suffixes = ['.itest', '.itest-py', '.c']
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
; CHECK: {{.*}}CHECK.check:2:8: error: CHECK: expected string not found in input
; CHECK: CHECK: String2
; CHECK: ^
; TODO
; CHECK <stdin>:1:8: note: scanning from here
; CHECK String1
; CHECK: ^
; CHECK: <stdin>:2:1: note: scanning from here
; CHECK-EMPTY:
; CHECK: ^
; CHECK-EMPTY:
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
; RUN: echo -e "String1" | (%FILECHECK_EXEC %S/CHECK.check 2>&1; test $? = 1;) | %FILECHECK_EXEC %s --strict-whitespace --match-full-lines
; CHECK:{{^.*}}FileCheck{{(\.py)?$}}
// TODO: Something wrong with the greediness here:
; CHECK***:{{^.*}}CHECK.check:2:8: error: CHECK***: expected string not found in input
; CHECK:{{^.*}}
// TODO: And here:
; CHECK:{{.*}}String2
; CHECK: ^
; CHECK:<stdin>:1:8: note: scanning from here
; CHECK:String1
; CHECK: ^
; CHECK-EMPTY: