<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_sb_api_listener_event_description (TestMultithreaded.SBBreakpointCallbackCase) failing on FreeBSD: expected state running, got state = launching"
   href="http://llvm.org/bugs/show_bug.cgi?id=21211">21211</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>test_sb_api_listener_event_description (TestMultithreaded.SBBreakpointCallbackCase) failing on FreeBSD: expected state running, got state = launching
          </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>Command invoked: dotest.py --executable
/tank/emaste/src/llvm/build-nodebug/bin/lldb -C /usr/bin/clang -v -t -f
SBBreakpointCallbackCase.test_sb_api_listener_event_description
compilers=['/usr/bin/clang']

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

Change dir to: /tank/emaste/src/llvm/tools/lldb/test/api/multithreaded
1: test_sb_api_listener_event_description
(TestMultithreaded.SBBreakpointCallbackCase)
   Test the description of an SBListener breakpoint event is valid. ... 
os command: gmake clean EXE='inferior_program' CXX_SOURCES='inferior.cpp';
gmake ARCH=amd64 CC="/usr/bin/clang" EXE='inferior_program'
CXX_SOURCES='inferior.cpp'
with pid: 47977
stdout: rm -f "inferior_program"  inferior.o inferior.d  
rm -f -r 
rm -rf *.o *.d *.dSYM
/usr/bin/clang++ -std=c++11 -g -O0 -m64  
-I/tank/emaste/src/llvm/tools/lldb/test/make/../../include   -c -o inferior.o
inferior.cpp
/usr/bin/clang++  inferior.o -g -O0 -m64  
-I/tank/emaste/src/llvm/tools/lldb/test/make/../../include  -lpthread  -o
"inferior_program"

stderr: 
retcode: 0


Adding tearDown hook:           self.addTearDownHook(lambda:
os.remove(self.inferior))


Building LLDB Driver (test_listener_event_description) from sources driver.cpp
listener_test.cpp test_listener_event_description.cpp

os command: gmake clean
LD_EXTRAS='-L/tank/emaste/src/llvm/build-nodebug/bin/../lib/python2.7/site-packages/../..
-llldb' EXE='test_listener_event_description' CFLAGS_EXTRAS='-std=c++11
-stdlib=libc++ -I/tank/emaste/src/llvm/tools/lldb/test/../include'
CXX_SOURCES='driver.cpp listener_test.cpp test_listener_event_description.cpp';
gmake ARCH=amd64 CC="/usr/bin/clang"
LD_EXTRAS='-L/tank/emaste/src/llvm/build-nodebug/bin/../lib/python2.7/site-packages/../..
-llldb' EXE='test_listener_event_description' CFLAGS_EXTRAS='-std=c++11
-stdlib=libc++ -I/tank/emaste/src/llvm/tools/lldb/test/../include'
CXX_SOURCES='driver.cpp listener_test.cpp test_listener_event_description.cpp'
with pid: 48227
stdout: rm -f "test_listener_event_description"  driver.o listener_test.o
test_listener_event_description.o driver.d listener_test.d
test_listener_event_description.d  
rm -f -r 
rm -rf *.o *.d *.dSYM
/usr/bin/clang++ -std=c++11 -g -O0 -m64  -std=c++11 -stdlib=libc++
-I/tank/emaste/src/llvm/tools/lldb/test/../include
-I/tank/emaste/src/llvm/tools/lldb/test/make/../../include   -c -o driver.o
driver.cpp
/usr/bin/clang++ -std=c++11 -g -O0 -m64  -std=c++11 -stdlib=libc++
-I/tank/emaste/src/llvm/tools/lldb/test/../include
-I/tank/emaste/src/llvm/tools/lldb/test/make/../../include   -c -o
listener_test.o listener_test.cpp
/usr/bin/clang++ -std=c++11 -g -O0 -m64  -std=c++11 -stdlib=libc++
-I/tank/emaste/src/llvm/tools/lldb/test/../include
-I/tank/emaste/src/llvm/tools/lldb/test/make/../../include   -c -o
test_listener_event_description.o test_listener_event_description.cpp
/usr/bin/clang++  driver.o listener_test.o test_listener_event_description.o -g
-O0 -m64  -std=c++11 -stdlib=libc++
-I/tank/emaste/src/llvm/tools/lldb/test/../include
-I/tank/emaste/src/llvm/tools/lldb/test/make/../../include
-L/tank/emaste/src/llvm/build-nodebug/bin/../lib/python2.7/site-packages/../..
-llldb -lpthread  -o "test_listener_event_description"

stderr: 
retcode: 0


Adding tearDown hook:         self.addTearDownHook(lambda:
os.remove(test_name))


Running test
/tank/emaste/src/llvm/tools/lldb/test/api/multithreaded/test_listener_event_description
inferior_program
ERROR: Event description incorrect: expected state running but desc was
0x809709f20 Event: broadcaster = 0x809138c30 (lldb.process), type = 0x00000001
(state-changed), data = { process = 0x809138c00 (pid = 48750), state =
launching}
ERROR</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>