[Lldb-commits] [PATCH] D32522: Test case for the issue raised in D32271

Ed Maste via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Sep 2 10:09:55 PDT 2017


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





More information about the lldb-commits mailing list