https://llvm.org/bugs/show_bug.cgi?id=25703
Bug ID: 25703 Summary: test runner does not feed timeouts through the test event system Product: lldb Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-dev@lists.llvm.org Reporter: todd.fi...@gmail.com CC: llvm-b...@lists.llvm.org Classification: Unclassified The parallel test runner detects timeouts at the level of running the inferior dotest.py process and having that take too long to finish. The code in the parallel test runner that knows about the timeout doesn't have a connection to the test event system. It is the dotest inferior (the thing that timed out and was killed because of it) that had the connection (via socket) to report test events to the event collector. When a timeout occurs, a test event should be generated and sent to the event collector. This likely will involve making a socket and connecting to the event collector. Once this is complete, a basic ResultsFormatter-based test results summary generation should be able to entirely replace the legacy parallel test summary output. (Right now I can replace all of it but the timeout handling). -- 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