[Lldb-commits] [lldb] r229738 - Add decorator for process launch w/ glob not working on FreeBSD

Ed Maste emaste at freebsd.org
Wed Feb 18 12:17:21 PST 2015


Author: emaste
Date: Wed Feb 18 14:17:21 2015
New Revision: 229738

URL: http://llvm.org/viewvc/llvm-project?rev=229738&view=rev
Log:
Add decorator for process launch w/ glob not working on FreeBSD

Modified:
    lldb/trunk/test/functionalities/launch_with_glob/TestLaunchWithGlob.py

Modified: lldb/trunk/test/functionalities/launch_with_glob/TestLaunchWithGlob.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/launch_with_glob/TestLaunchWithGlob.py?rev=229738&r1=229737&r2=229738&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/launch_with_glob/TestLaunchWithGlob.py (original)
+++ lldb/trunk/test/functionalities/launch_with_glob/TestLaunchWithGlob.py Wed Feb 18 14:17:21 2015
@@ -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()





More information about the lldb-commits mailing list