<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - TestTerminal.LaunchInTerminalTestCase.test_launch_in_terminal failing on Darwin"
   href="https://llvm.org/bugs/show_bug.cgi?id=25484">25484</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>TestTerminal.LaunchInTerminalTestCase.test_launch_in_terminal failing on Darwin
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>todd.fiala@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>