FileCheck.py icon indicating copy to clipboard operation
FileCheck.py copied to clipboard

Feature: "error: CHECK-NEXT: is on the same line as previous match"

Open stanislaw opened this issue 5 years ago • 2 comments

This has to be implemented.

See also: https://reviews.llvm.org/D28896.

stanislaw avatar Nov 19 '19 19:11 stanislaw

One way to trigger:

; CHECK-NEXT: {{^<stdin>:.*:.*: note: possible intended match here$}}
; CHECK: {{^.*$}}
; CHECK: {{^.*$}}
; CHECK-EMPTY:

error: CHECK-EMPTY: is not on the line after the previous match

stanislaw avatar Nov 19 '19 20:11 stanislaw

#52 seems to be a base for this behavior.

stanislaw avatar Dec 13 '19 09:12 stanislaw