summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/TestDeletedExecutable.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/TestDeletedExecutable.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/TestDeletedExecutable.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/TestDeletedExecutable.py b/lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/TestDeletedExecutable.py
index 1eeaeeffa87..3657dd744ca 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/TestDeletedExecutable.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/TestDeletedExecutable.py
@@ -19,6 +19,7 @@ class TestDeletedExecutable(TestBase):
@skipIfWindows # cannot delete a running executable
@expectedFailureAll(oslist=["linux"]) # determining the architecture of the process fails
+ @expectedFailureNetBSD
def test(self):
self.build()
exe = self.getBuildArtifact("a.out")
OpenPOWER on IntegriCloud