diff options
author | Ed Maste <emaste@freebsd.org> | 2015-02-18 20:17:21 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2015-02-18 20:17:21 +0000 |
commit | c566b59a56f892136191b0184062b1676c31c3b4 (patch) | |
tree | 682a2a633d0992a0e794986e1b28dc2819019b6a | |
parent | f490804227d3d620c909079e83dd8331cfcec158 (diff) | |
download | bcm5719-llvm-c566b59a56f892136191b0184062b1676c31c3b4.tar.gz bcm5719-llvm-c566b59a56f892136191b0184062b1676c31c3b4.zip |
Add decorator for process launch w/ glob not working on FreeBSD
llvm-svn: 229738
-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() |