emaste added a comment.

Testing this just now I got:

  FAIL: LLDB (/usr/bin/cc-x86_64) :: 
test_attach_to_process_from_different_dir_by_id 
(TestProcessAttach.ProcessAttachTestCase)
  ======================================================================        
  
  ERROR: test_attach_to_process_from_different_dir_by_id 
(TestProcessAttach.ProcessAttachTestCase)
     Test attach by process id                                                  
  
  ----------------------------------------------------------------------        
  
  Traceback (most recent call last):                                            
  
    File 
"/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py",
 line 44, in test_attach_to_process_from_different_dir_by_id
      os.mkdir(os.path.join(os.getcwd(),'newdir'))                              
  
  OSError: [Errno 17] File exists: 
'/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/newdir'
  Config=x86_64-/usr/bin/cc                                                     
  

investigating...


https://reviews.llvm.org/D32522



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to