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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs