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@cs.uiuc.edu Reporter: ztur...@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.
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev