From e25e3d75850113b90314606207b092c5bd707c4f Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Fri, 27 Dec 2019 17:01:52 +0500 Subject: [lldb] Silent random xpass on aarch64-linux buildbot This patch adds skipif decorator to TestWatchLocationWithWatchSet.py. Decorator will trigger for aarch64-linux as this test passes randomly causing buildbot failure. --- .../watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite') diff --git a/lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py b/lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py index b9b11e4b0c5..25ad731d77c 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py +++ b/lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py @@ -27,7 +27,7 @@ class WatchLocationUsingWatchpointSetTestCase(TestBase): # Build dictionary to have unique executable names for each test # method. - @expectedFailureAll( + @skipIf( oslist=["linux"], archs=[ 'aarch64', -- cgit v1.2.3