[Lldb-commits] [PATCH] D12329: Skip test which is causing ERRORs in dotest.py on OSX after r237053
Ted Woodward via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 26 09:56:30 PDT 2015
ted added a comment.
The problem with this test is it gets python in a bad state, so after it's run, all tests after error out. It runs fine on its own, but something like:
dotest.py python_api/
will give a lot of errors after this test runs.
Repository:
rL LLVM
http://reviews.llvm.org/D12329
More information about the lldb-commits
mailing list