XPASS a bunch of GdbRemote/LldbGdbServer tests

Depends on r237932
"Fixed intermittent failures in TestGdbRemote*/TestLldbGdbServer"

Test Plan:
Ran dosep 100x, no failures in these tests

Differential Revision: http://reviews.llvm.org/D9892

llvm-svn: 237933
This commit is contained in:
Vince Harron 2015-05-21 18:55:39 +00:00
parent 65f9916370
commit 0289dcbd91
6 changed files with 0 additions and 8 deletions

View File

@ -50,7 +50,6 @@ class TestGdbRemoteAttach(gdbremote_testcase.GdbRemoteTestCaseBase):
self.set_inferior_startup_attach_manually()
self.attach_with_vAttach()
@expectedFailureLinux("https://llvm.org/bugs/show_bug.cgi?id=23250") #intermittent failure on the linux build bot
@llgs_test
@dwarf_test
def test_attach_with_vAttach_llgs_dwarf(self):

View File

@ -112,7 +112,6 @@ class TestGdbRemoteAuxvSupport(gdbremote_testcase.GdbRemoteTestCaseBase):
@llgs_test
@dwarf_test
@expectedFailureLinux('llvm.org/pr22930') # fails 2/34 builds on lldb-x86_64-ubuntu-14.04-cmake
def test_auxv_data_is_correct_size_llgs_dwarf(self):
self.init_llgs_test()
self.buildDwarf()
@ -153,7 +152,6 @@ class TestGdbRemoteAuxvSupport(gdbremote_testcase.GdbRemoteTestCaseBase):
@llgs_test
@dwarf_test
@expectedFailureLinux('http://llvm.org/pr23545') # build failure 1/365 dosep builds
def test_auxv_keys_look_valid_llgs_dwarf(self):
self.init_llgs_test()
self.buildDwarf()
@ -201,7 +199,6 @@ class TestGdbRemoteAuxvSupport(gdbremote_testcase.GdbRemoteTestCaseBase):
@llgs_test
@dwarf_test
@expectedFailureLinux('llvm.org/pr22930') # fails 1/34 builds on lldb-x86_64-ubuntu-14.04-cmake
def test_auxv_chunked_reads_work_llgs_dwarf(self):
self.init_llgs_test()
self.buildDwarf()

View File

@ -100,7 +100,6 @@ class TestGdbRemoteRegisterState(gdbremote_testcase.GdbRemoteTestCaseBase):
self.set_inferior_startup_launch()
self.grp_register_save_restore_works(USE_THREAD_SUFFIX)
@expectedFailureLinux("https://llvm.org/bugs/show_bug.cgi?id=23251") # failing intermittently on the linux build bot
@llgs_test
@dwarf_test
def test_grp_register_save_restore_works_with_suffix_llgs_dwarf(self):

View File

@ -81,7 +81,6 @@ class TestGdbRemote_qThreadStopInfo(gdbremote_testcase.GdbRemoteTestCaseBase):
@debugserver_test
@dsym_test
@expectedFailureDarwin # failed 1/134 dosep runs, make MAKE_DSYM=YES ARCH=x86_64 CC="clang" failed
def test_qThreadStopInfo_works_for_multiple_threads_debugserver_dsym(self):
self.init_debugserver_test()
self.buildDsym()

View File

@ -108,7 +108,6 @@ class TestGdbRemote_vCont(gdbremote_testcase.GdbRemoteTestCaseBase):
@debugserver_test
@dsym_test
@expectedFailureDarwin('http://llvm.org/pr23550') # failed 6/134 dosep runs
def test_single_step_only_steps_one_instruction_with_vCont_s_thread_debugserver_dsym(self):
self.init_debugserver_test()
self.buildDsym()

View File

@ -879,7 +879,6 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase):
@llgs_test
@dwarf_test
@expectedFailureLinux('llvm.org/pr22928') # failed once on builder x86_64-ubuntu-14.04-cmake over 34 builds
def test_Hc_then_Csignal_signals_correct_thread_launch_llgs_dwarf(self):
self.init_llgs_test()
self.buildDwarf()