Author: Muhammad Omair Javaid Date: 2019-12-27T17:01:58+05:00 New Revision: e25e3d75850113b90314606207b092c5bd707c4f
URL: https://github.com/llvm/llvm-project/commit/e25e3d75850113b90314606207b092c5bd707c4f DIFF: https://github.com/llvm/llvm-project/commit/e25e3d75850113b90314606207b092c5bd707c4f.diff LOG: [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. Added: Modified: lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py Removed: ################################################################################ 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 b9b11e4b0c5b..25ad731d77c7 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 @@ def setUp(self): # Build dictionary to have unique executable names for each test # method. - @expectedFailureAll( + @skipIf( oslist=["linux"], archs=[ 'aarch64', _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits