dawn added a subscriber: dawn.
dawn added a comment.

These tests have been failing on OSX ever since this commit:

  ./dotest.py -f 
LldbGdbServerTestCase.test_qRegisterInfo_returns_all_valid_results_debugserver_dsym
  ./dotest.py -f 
LldbGdbServerTestCase.test_qRegisterInfo_returns_one_valid_result_debugserver_dsym

I know there's been some discussion on lldb-commits about the lldb-server 
lately, so maybe this is a problem with how I'm building/testing?  Perhaps 
someone can clear things up for me and tell me what I'm doing wrong, or if this 
is a real regression?

I build lldb 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
  ninja
  cd ../tools/lldb/test
  export 
LLDB_DEBUGSERVER_PATH=/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/debugserver
  ./dotest.py --output-on-success -v --executable ~/llvm/build_ninja/bin/lldb

Thanks in advance,
-Dawn


http://reviews.llvm.org/rL247741



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

Reply via email to