[Lldb-commits] [lldb] r155412 - /lldb/branches/lldb-platform-work/test/functionalities/process_launch/TestProcessLaunch.py

Johnny Chen johnny.chen at apple.com
Mon Apr 23 17:06:50 PDT 2012


Author: johnny
Date: Mon Apr 23 19:06:50 2012
New Revision: 155412

URL: http://llvm.org/viewvc/llvm-project?rev=155412&view=rev
Log:
Command "process launch" with either specified i/o filepaths or working directory are not ready for remote testsuite.
Mark them so.

Modified:
    lldb/branches/lldb-platform-work/test/functionalities/process_launch/TestProcessLaunch.py

Modified: lldb/branches/lldb-platform-work/test/functionalities/process_launch/TestProcessLaunch.py
URL: http://llvm.org/viewvc/llvm-project/lldb/branches/lldb-platform-work/test/functionalities/process_launch/TestProcessLaunch.py?rev=155412&r1=155411&r2=155412&view=diff
==============================================================================
--- lldb/branches/lldb-platform-work/test/functionalities/process_launch/TestProcessLaunch.py (original)
+++ lldb/branches/lldb-platform-work/test/functionalities/process_launch/TestProcessLaunch.py Mon Apr 23 19:06:50 2012
@@ -24,6 +24,7 @@
         self.buildDwarf ()
         self.process_io_test ()
 
+    @not_remote_testsuite_ready
     def process_io_test (self):
         """Test that process launch I/O redirection flags work properly."""
         exe = os.path.join (os.getcwd(), "a.out")
@@ -119,6 +120,7 @@
 
     # rdar://problem/9056462
     # The process launch flag '-w' for setting the current working directory not working?
+    @not_remote_testsuite_ready
     def my_working_dir_test (self):
         """Test that '-w dir' sets the working dir when running the inferior."""
         exe = os.path.join (os.getcwd(), "a.out")





More information about the lldb-commits mailing list