[llvm-bugs] [Bug 25484] New: TestTerminal.LaunchInTerminalTestCase.test_launch_in_terminal failing on Darwin

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Nov 10 19:37:30 PST 2015


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-dev at lists.llvm.org
          Reporter: todd.fiala at gmail.com
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151111/f0913b0d/attachment-0001.html>


More information about the llvm-bugs mailing list