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: lldb-dev@lists.llvm.org Reporter: lab...@google.com CC: llvm-b...@lists.llvm.org, todd.fi...@gmail.com 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 lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev