[llvm-bugs] [Bug 24830] New: parallel test runner drops signal-based inferior exit statuses on the floor

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 15 14:33:38 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24830

            Bug ID: 24830
           Summary: parallel test runner drops signal-based inferior exit
                    statuses on the floor
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: todd.fiala at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

We do not emit any kind of error if the parallel test runner's inferior
dotest.py generates some kind of exceptional exit.  We simply scan stderr as
normal, and if there's no error/failure in it, we get nothing for the fact that
we --- perhaps --- core dumped or did something else like a SIGINT.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150915/e1f5e207/attachment.html>


More information about the llvm-bugs mailing list