[Lldb-commits] [Diffusion] rL248338: Move the "run" alias from process launch --shell to process launch --shell…

Dawn Perchik via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 23 12:42:41 PDT 2015


dawn added a subscriber: dawn.
dawn raised a concern with this commit.
dawn added a comment.

Hi Enrico,

This commit has caused catasrophic test failures on OSX.  The failure count went
 up by 512.

lldb is built with cmake/ninja, and tests are run in the test dir as follows:

  cd ~/llvm
  mkdir -p build_ninja && cd build_ninja
  cmake -G Ninja .. "-DLLVM_TARGETS_TO_BUILD=ARM;X86;AArch64" -DCMAKE_CXX_FLAGS="-std=c++11 -stdlib=libc++" -DCMAKE_BUILD_TYPE=Release
  security unlock-keychain -p <psw>  /Users/testuser/Library/Keychains/login.keychain
  ninja
  cd ../tools/lldb/test
  ./dotest.py --output-on-success -v

Can you have a look please?

Thanks in advance,
-Dawn


Users:
  dawn (Auditor)

http://reviews.llvm.org/rL248338





More information about the lldb-commits mailing list