diff options
-rw-r--r-- | lldb/test/functionalities/launch_with_glob/TestLaunchWithGlob.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/launch_with_glob/TestLaunchWithGlob.py b/lldb/test/functionalities/launch_with_glob/TestLaunchWithGlob.py index cabe3995a10..314dc4fd380 100644 --- a/lldb/test/functionalities/launch_with_glob/TestLaunchWithGlob.py +++ b/lldb/test/functionalities/launch_with_glob/TestLaunchWithGlob.py @@ -21,6 +21,7 @@ class LaunchWithGlobTestCase(TestBase): self.do_test () + @expectedFailureFreeBSD("llvm.org/pr22627 process launch w/ glob not working") @dwarf_test def test_with_dwarf (self): self.buildDwarf() |