<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 --- - test_with_dwarf (TestCommandScript.CmdPythonTestCase) failing on FreeBSD" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D23686&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=DDUMf06MYELAe1Nlv7KChiwJLLHbYha4jtK_AOiWqwQ&m=IwQf-JQRRI6OsuqS32f_mt92z4bW8P116M9_YNDnJYE&s=uOzz7GqBzbXwsXhrYVTjS9BPhvwghvflv5JfLr_259w&e=">23686</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>test_with_dwarf (TestCommandScript.CmdPythonTestCase) failing on FreeBSD
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>FreeBSD
          </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@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>emaste@freebsd.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>['dotest.py', '--executable', '/tank/emaste/src/llvm/build-nodebug/bin/lldb',
'-C', '/usr/bin/clang', '-v', '-t', '-f', 'CmdPythonTestCase.test_with_dwarf']
...
runCmd: command source py_import
output: 

python2.7 SBCommandReturnObject(0x801c27b80)::GetError () => ""
python2.7 SBCommandInterpreter(0x801c6ae00)::HandleCommand
(command="targetname", SBCommandReturnObject(0x801c27b80), add_to_history=0)
python2.7 SBDebugger(0x801d0b800)::GetSelectedTarget () => SBTarget(0x0): No
value
python2.7 SBTarget(0x0)::GetExecutable () => SBFileSpec(0x80c15b700)
python2.7 SBFileSpec(0x80c15b700)::GetFilename () => NULL
Traceback (most recent call last):
  File
"/tank/emaste/src/llvm/tools/lldb/test/functionalities/command_script/welcome.py",
line 21, in __call__
    print >>result,  ('Current target ' + file.GetFilename())
TypeError: cannot concatenate 'str' and 'NoneType' objects
python2.7 SBCommandInterpreter(0x801c6ae00)::HandleCommand
(command="targetname", SBCommandReturnObject(0x801c27b80): Status:  Success,
add_to_history=0) => 1
python2.7 SBCommandReturnObject(0x801c27b80)::GetOutput () => ""
runCmd: targetname
check of return status not required
output: 

python2.7 SBCommandReturnObject(0x801c27b80)::GetError () => ""
FAILURE

os command: gmake clean 
with pid: 50310
stdout: rm -f "a.out"  main.o main.d main.d.tmp  

stderr: 
retcode: 0


Restore dir to: /tank/emaste/src/llvm/tools/lldb/test

======================================================================
FAIL: test_with_dwarf (TestCommandScript.CmdPythonTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 516, in
wrapper
    return func(self, *args, **kwargs)
  File
"/tank/emaste/src/llvm/tools/lldb/test/functionalities/command_script/TestCommandScript.py",
line 23, in test_with_dwarf
    self.pycmd_tests ()
  File
"/tank/emaste/src/llvm/tools/lldb/test/functionalities/command_script/TestCommandScript.py",
line 29, in pycmd_tests
    substrs = ['a.out'], matching=False, error=True)
  File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 2368, in
expect
    "Command '" + str + "' is expected to fail!")
AssertionError: True is not False : Command 'targetname' is expected to fail!
Config=x86_64-/usr/bin/clang
----------------------------------------------------------------------
Ran 1 test in 0.909s

FAILED (failures=1)
Session logs for test failures/errors/unexpected successes can be found in
directory '2015-05-28-09_51_22'</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>