[LLVMbugs] [Bug 316] NEW: "FAIL" not always outputted when test crashes
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Apr 12 15:46:11 PDT 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=316
Summary: "FAIL" not always outputted when test crashes
Product: Test Suite
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Programs Tests
AssignedTo: unassignedbugs at nondot.org
ReportedBy: brukman+bugs at uiuc.edu
It would be really nice to be able to do the following:
% cd llvm/test/Programs
% gmake [options] >& test.out
% grep FAIL test.out
and see what was just broken, and compare with the nightly tester.
Unfortunately, that Utopia isn't here yet, because if a test crashes (at
runtime!), the tester doesn't catch it, and just aborts it, instead of printing
a FAIL in the output.
It doesn't affect the nightly tester, and it would be nice to have that
functionality on the command-line as well.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list