http://bugs.llvm.org/show_bug.cgi?id=32161
Bug ID: 32161
Summary: FileCheck should output everything between
CHECK-LABELs when it fails
Product: Test Suite
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: lit
Assignee: unassignedb...@nondot.org
Reporter: justin.le...@gmail.com
CC: dan...@zuster.org, llvm-bugs@lists.llvm.org
Currently the output from a failing FileCheck run is basically impossible to
understand without rerunning the test sans FileCheck.
This is annoying when you're developing locally, but it's killer when a test
fails remotely and you get essentially zero information about what broke.
It would be really cool, and save a lot of developer hours, if we modified
FileCheck so that, when it fails, it outputs everything between the last
CHECK-LABEL and the next CHECK-LABEL. If there are no labels, it would just
output the whole test string.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs