[lldb-dev] [Bug 27652] New: Tests with syntax errors don't get flagged as erroneous

via lldb-dev lldb-dev at lists.llvm.org
Thu May 5 01:28:30 PDT 2016


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 at lists.llvm.org
          Reporter: labath at google.com
                CC: llvm-bugs at lists.llvm.org, todd.fiala at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160505/0d8b2187/attachment.html>


More information about the lldb-dev mailing list