[lldb-dev] [Bug 21753] New: Support running with timeout from test runner on Windows

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Dec 4 12:40:53 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=21753

            Bug ID: 21753
           Summary: Support running with timeout from test runner on
                    Windows
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: zturner at google.com
    Classification: Unclassified

In order for a Windows bot to get up and running, it needs to be able to
correctly detect test hangs and timeout accordingly.  

The best solution for this will be to create a separate python module that will
provide an abstraction for platform-specific differences that the test suite
cares about.  Then the test suite can import this module and just call
platform.run_with_timeout(args) or something.

-- 
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/20141204/7b363d63/attachment.html>


More information about the lldb-dev mailing list