This test also relies on the SB API headers. Same logic

llvm-svn: 219147
This commit is contained in:
Enrico Granata 2014-10-06 21:42:22 +00:00
parent b633e43d2b
commit 91c2d6d642
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class SBBreakpointCallbackCase(TestBase):
@skipIfi386
@skipIfRemote
@skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11
@skipIfNoSBHeaders
def test_breakpoint_callback(self):
"""Test the that SBBreakpoint callback is invoked when a breakpoint is hit. """
self.build_and_test('driver.cpp test_breakpoint_callback.cpp',
@ -30,6 +31,7 @@ class SBBreakpointCallbackCase(TestBase):
@skipIfi386
@skipIfRemote
@skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11
@skipIfNoSBHeaders
def test_sb_api_listener_event_description(self):
""" Test the description of an SBListener breakpoint event is valid."""
self.build_and_test('driver.cpp listener_test.cpp test_listener_event_description.cpp',
@ -39,6 +41,7 @@ class SBBreakpointCallbackCase(TestBase):
@skipIfi386
@skipIfRemote
@skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11
@skipIfNoSBHeaders
def test_sb_api_listener_event_process_state(self):
""" Test that a registered SBListener receives events when a process
changes state.
@ -51,6 +54,7 @@ class SBBreakpointCallbackCase(TestBase):
@skipIfi386
@skipIfRemote
@skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11
@skipIfNoSBHeaders
def test_sb_api_listener_resume(self):
""" Test that a process can be resumed from a non-main thread. """
self.build_and_test('driver.cpp listener_test.cpp test_listener_resume.cpp',