Skip to content

Commit

Permalink
[lldb/Test] Add decorator to the right method
Browse files Browse the repository at this point in the history
  • Loading branch information
JDevlieghere committed Apr 21, 2020
1 parent 1e566f6 commit b707cf0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,6 +16,7 @@ class TestScriptedResolver(TestBase):
NO_DEBUG_INFO_TESTCASE = True

@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24528")
@skipIfReproducer # Unexpected packet during replay
def test_scripted_resolver(self):
"""Use a scripted resolver to set a by symbol name breakpoint"""
self.build()
Expand Down Expand Up @@ -45,7 +46,6 @@ def test_copy_from_dummy_target(self):
self.build()
self.do_test_copy_from_dummy_target()

@skipIfReproducer # Unexpected packet during replay
def make_target_and_import(self):
target = self.make_target()
self.import_resolver_script()
Expand Down

0 comments on commit b707cf0

Please sign in to comment.