<html>
    <head>
      <base href="http://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_and_python_api (TestStepAndBreakpoints.TestCStepping) fails on assert "The line stayed the same after expression.""
   href="http://llvm.org/bugs/show_bug.cgi?id=17932">17932</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>test_with_dwarf_and_python_api (TestStepAndBreakpoints.TestCStepping) fails on assert "The line stayed the same after expression."
          </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/tools/lldb/test/../../../build-nodebug/bin/lldb', '-C',
'/usr/bin/clang', '-v', '-t', '-f',
'TestCStepping.test_with_dwarf_and_python_api']
LLDB library dir:
/tank/emaste/src/llvm/tools/lldb/test/../../../build-nodebug/bin
lldb version 3.4 (<a href="mailto:git@github.com">git@github.com</a>:fbsd/lldb.git revision
0e531d37ffe067ffa0936ca483615ebd8b1a5dd5)
lldb.pre_flight: None
lldb.post_flight: None

Session logs for test failures/errors/unexpected successes will go into
directory '2013-11-14-15_16_35'
Command invoked: python dotest.py --executable
/tank/emaste/src/llvm/tools/lldb/test/../../../build-nodebug/bin/lldb -C
/usr/bin/clang -v -t -f TestCStepping.test_with_dwarf_and_python_api
(python2.7)
compilers=['/usr/bin/clang']

Configuration: arch=amd64 compiler=/usr/bin/clang
----------------------------------------------------------------------
Collected 1 test

Change dir to: /tank/emaste/src/llvm/tools/lldb/test/lang/c/stepping
1: test_with_dwarf_and_python_api (TestStepAndBreakpoints.TestCStepping)
   Test stepping over vrs. hitting breakpoints & subsequent stepping in various
forms. ... 
os command: [['/bin/sh', '-c', 'gmake clean;gmake MAKE_DSYM=NO ARCH=amd64
CC=/usr/bin/clang']]
with pid: 33133
stdout: rm -rf "a.out" ""  main.o main.d   *.d.[0-9] *.d.[0-9][0-9]
*.d.[0-9][0-9][0-9] *.d.[0-9][0-9][0-9][0-9] *.d.[0-9][0-9][0-9][0-9][0-9]
gmake: `a.out' is up to date.

stderr: 
retcode: 0


FAILURE

os command: [['/usr/bin/clang', '-v']]
with pid: 33149
stdout: 
stderr: FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
Target: x86_64-unknown-freebsd9.2
Thread model: posix

retcode: 0


<bound method SBProcess.Kill of <lldb.SBProcess; proxy of <Swig Object of type
'lldb::SBProcess *' at 0x80c326ae0> >>: success


os command: [['/bin/sh', '-c', 'gmake clean']]
with pid: 33150
stdout: rm -rf "a.out" ""  main.o main.d   *.d.[0-9] *.d.[0-9][0-9]
*.d.[0-9][0-9][0-9] *.d.[0-9][0-9][0-9][0-9] *.d.[0-9][0-9][0-9][0-9][0-9]

stderr: 
retcode: 0


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

======================================================================
FAIL: test_with_dwarf_and_python_api (TestStepAndBreakpoints.TestCStepping)
   Test stepping over vrs. hitting breakpoints & subsequent stepping in various
forms.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 618, in
expectedFailureLinux_easy_wrapper
    bugnumber(*args, **kwargs)
  File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 319, in
wrapper
    return func(self, *args, **kwargs)
  File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 370, in
wrapper
    return func(self, *args, **kwargs)
  File
"/tank/emaste/src/llvm/tools/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py",
line 31, in test_with_dwarf_and_python_api
    self.step_over_stepping()
  File
"/tank/emaste/src/llvm/tools/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py",
line 119, in step_over_stepping
    self.assertTrue (current_line == frame.GetLineEntry().GetLine(), "The line
stayed the same after expression.")
AssertionError: False is not True : The line stayed the same after expression.
Config=amd64-/usr/bin/clang
----------------------------------------------------------------------
Ran 1 test in 5.060s

FAILED (failures=1)</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>