[Lldb-commits] [lldb] c9d1588 - Silent failing TestWatchpointCount.py aarch64/linux
Muhammad Omair Javaid via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 1 04:31:53 PDT 2020
Author: Muhammad Omair Javaid
Date: 2020-04-01T16:31:37+05:00
New Revision: c9d15880542ef483470ee33dbd055b68396d4537
URL: https://github.com/llvm/llvm-project/commit/c9d15880542ef483470ee33dbd055b68396d4537
DIFF: https://github.com/llvm/llvm-project/commit/c9d15880542ef483470ee33dbd055b68396d4537.diff
LOG: 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/
Added:
Modified:
lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py
Removed:
################################################################################
diff --git a/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py b/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py
index 18667e913a94..9ad21522b4aa 100644
--- a/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py
+++ b/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py
@@ -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"))
More information about the lldb-commits
mailing list