Silent failing TestWatchpointCount.py aarch64/linux

Skip TestWatchpointCount.py for aarch64-linux to fix lldb aarch64 linux buildbot.

http://lab.llvm.org:8011/builders/lldb-aarch64-ubuntu/
This commit is contained in:
Muhammad Omair Javaid 2020-04-01 16:01:36 +05:00
parent 9beba4245a
commit c9d1588054
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ class TestWatchpointCount(TestBase):
def setUp(self):
TestBase.setUp(self)
@skipIf(oslist=["linux"], archs=["aarch64"])
def test_watchpoint_count(self):
self.build()
(_, process, thread, _) = lldbutil.run_to_source_breakpoint(self, "patatino", lldb.SBFileSpec("main.c"))