diff options
-rw-r--r-- | lldb/test/functionalities/process_launch/TestProcessLaunch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/process_launch/TestProcessLaunch.py b/lldb/test/functionalities/process_launch/TestProcessLaunch.py index 6dc4e3836cf..82ab22f452e 100644 --- a/lldb/test/functionalities/process_launch/TestProcessLaunch.py +++ b/lldb/test/functionalities/process_launch/TestProcessLaunch.py @@ -117,6 +117,7 @@ class ProcessLaunchTestCase(TestBase): self.setTearDownCleanup(self.d) self.my_working_dir_test() + @skipIfFreeBSD # llvm.org/pr16684 @dwarf_test def test_set_working_dir_with_dwarf (self): """Test that '-w dir' sets the working dir when running the inferior.""" |