[Lldb-commits] [lldb] r186979 - Skip test reported to hang the FreeBSD buildbot

Ed Maste emaste at freebsd.org
Tue Jul 23 12:19:23 PDT 2013


Author: emaste
Date: Tue Jul 23 14:19:23 2013
New Revision: 186979

URL: http://llvm.org/viewvc/llvm-project?rev=186979&view=rev
Log:
Skip test reported to hang the FreeBSD buildbot


Modified:
    lldb/trunk/test/functionalities/process_launch/TestProcessLaunch.py

Modified: lldb/trunk/test/functionalities/process_launch/TestProcessLaunch.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/process_launch/TestProcessLaunch.py?rev=186979&r1=186978&r2=186979&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/process_launch/TestProcessLaunch.py (original)
+++ lldb/trunk/test/functionalities/process_launch/TestProcessLaunch.py Tue Jul 23 14:19:23 2013
@@ -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."""





More information about the lldb-commits mailing list