https://llvm.org/bugs/show_bug.cgi?id=27652
Bug ID: 27652
Summary: Tests with syntax errors don't get flagged as
erroneous
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
If a test case has syntax errors in it, it will fail, but this will not be
reported as a failure in the overall summary (probably because the
report-test-results-over-socket logic doesn't even get a chance to run). This
means the the failure can easily go on unnoticed.
The failure should be easily detectable by the fact that the subprocess test
runner returns a non-zero exit status. We should probably detect this and flag
any test with non-zero return as failed.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev