Skip to content

Commit

Permalink
[lldb/test] XFAIL TestHWBreakMultiThread on arch rather platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Italiano committed Jun 25, 2020
1 parent d358ec4 commit 0df7be2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -36,7 +36,7 @@ def test_hw_break_set_disable_multi_thread_linux(self):
# architectures.
@skipUnlessDarwin
@skipIfOutOfTreeDebugserver
@skipIfDarwinEmbedded
@expectedFailureAll(archs=["arm64"])
def test_hw_break_set_delete_multi_thread_macos(self):
self.build()
self.setTearDownCleanup()
Expand All @@ -46,7 +46,7 @@ def test_hw_break_set_delete_multi_thread_macos(self):
# architectures.
@skipUnlessDarwin
@skipIfOutOfTreeDebugserver
@skipIfDarwinEmbedded
@expectedFailureAll(archs=["arm64"])
def test_hw_break_set_disable_multi_thread_macos(self):
self.build()
self.setTearDownCleanup()
Expand Down

0 comments on commit 0df7be2

Please sign in to comment.