summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/longjmp
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2019-05-15 12:13:20 +0000
committerMichal Gorny <mgorny@gentoo.org>2019-05-15 12:13:20 +0000
commit9c7188a08a929832177505a3d2f9571f69ee5e40 (patch)
tree21eafd30016fe0a6b30d1410a5c4a78dc3474817 /lldb/packages/Python/lldbsuite/test/functionalities/longjmp
parentdbc01b4fdc8e9561f9f4644b5b1c798321001890 (diff)
downloadbcm5719-llvm-9c7188a08a929832177505a3d2f9571f69ee5e40.tar.gz
bcm5719-llvm-9c7188a08a929832177505a3d2f9571f69ee5e40.zip
[lldb] [test] Mark frequently failing flaky tests skipped on NetBSD
llvm-svn: 360767
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/longjmp')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/longjmp/TestLongjmp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/longjmp/TestLongjmp.py b/lldb/packages/Python/lldbsuite/test/functionalities/longjmp/TestLongjmp.py
index 9470f5fa3d3..09eac714e93 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/longjmp/TestLongjmp.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/longjmp/TestLongjmp.py
@@ -33,7 +33,7 @@ class LongjmpTestCase(TestBase):
@skipIfFreeBSD # llvm.org/pr17214
@expectedFailureAll(oslist=["linux"], bugnumber="llvm.org/pr20231")
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
- @expectedFlakeyNetBSD
+ @skipIfNetBSD
def test_step_over(self):
"""Test stepping when the inferior calls setjmp/longjmp, in particular, thread step-over a longjmp."""
self.build()
OpenPOWER on IntegriCloud