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()


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to