[LLVMbugs] [Bug 5643] New: CHECK-NOT should be more flexible
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Nov 30 09:16:07 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=5643
Summary: CHECK-NOT should be more flexible
Product: tools
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: gccas
AssignedTo: unassignedbugs at nondot.org
ReportedBy: daniel at zuster.org
CC: llvmbugs at cs.uiuc.edu
I would like these cases to work, simply to avoid needing grep:
--
ddunbar at ozzy:tmp$ cat t.txt
// CHECK: foo
// CHECK-NOT: bar
ddunbar at ozzy:tmp$ echo foo | FileCheck t.txt
error: 'CHECK-NOT:' not supported after last check line.
ddunbar at ozzy:tmp$ cat t.txt
// CHECK-NOT: bar
ddunbar at ozzy:tmp$ echo foo | FileCheck t.txt
error: no check strings found with prefix 'CHECK:'
ddunbar at ozzy:tmp$
--
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list