https://llvm.org/bugs/show_bug.cgi?id=25484
Bug ID: 25484 Summary: TestTerminal.LaunchInTerminalTestCase.test_launch_in_t erminal failing on Darwin Product: lldb Version: unspecified Hardware: Macintosh OS: All Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-...@lists.llvm.org Reporter: todd.fi...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified On OS X 10.11 (10.11.1 (15B42)), using the following build: xcodebuild -scheme desktop -configuration Debug DEBUGSERVER_USE_FROM_SYSTEM=1 I have gotten a test failure on: TestTerminal.LaunchInTerminalTestCase.test_launch_in_terminal 2 out of 2 times. FAIL <bound method SBProcess.Kill of <lldb.SBProcess; proxy of <Swig Object of type 'lldb::SBProcess *' at 0x115949cc0> >>: success Traceback (most recent call last): File "/Users/tfiala/src/lldb/git-svn/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 508, in wrapper return func(self, *args, **kwargs) File "/Users/tfiala/src/lldb/git-svn/lldb/packages/Python/lldbsuite/test/functionalities/tty/TestTerminal.py", line 37, in test_launch_in_terminal self.assertTrue(error.Success(), "Make sure launch happened successfully in a terminal window") AssertionError: False is not True : Make sure launch happened successfully in a terminal window Config=x86_64-clang Session info generated @ Tue Nov 10 19:33:34 2015 To rerun this test, issue the following command from the 'test' directory: ./dotest.py -A x86_64 -C clang -v -t -f LaunchInTerminalTestCase.test_launch_in_terminal -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs