[lldb] Silent random xpass on aarch64-linux buildbot
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Fri, 27 Dec 2019 12:01:52 +0000 (17:01 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Fri, 27 Dec 2019 12:01:58 +0000 (17:01 +0500)
This patch adds skipif decorator to TestWatchLocationWithWatchSet.py.
Decorator will trigger for aarch64-linux as this test passes randomly
causing buildbot failure.

lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py

index b9b11e4..25ad731 100644 (file)
@@ -27,7 +27,7 @@ class WatchLocationUsingWatchpointSetTestCase(TestBase):
         # Build dictionary to have unique executable names for each test
         # method.
 
-    @expectedFailureAll(
+    @skipIf(
         oslist=["linux"],
         archs=[
             'aarch64',