zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.

This lgtm.  If this causes some tests that were previously skipped or xfailed 
to start passing, you can unskip / unxfail them at the same time.



================
Comment at: 
packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py:49
             os.mkdir(newdir)
-        except OSError, e:
+        except OSError as e:
             if e.errno != os.errno.EEXIST:
----------------
Weird, does that comma syntax even do anything or was that just a bug?


Repository:
  rL LLVM

https://reviews.llvm.org/D42994



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

Reply via email to