[Lldb-commits] [Diffusion] rL248048: Added support for resolving symbolic links to FileSpec.
Dawn Perchik via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 23 14:28:12 PDT 2015
dawn added a subscriber: dawn.
dawn added a comment.
Hi Sean,
These 3 tests have been failing on OSX ever since this commit:
Failure-TestLaunchWithShellExpand.LaunchWithShellExpandTestCase.test_with_dsym-x86_64-clang.log
Failure-TestLaunchWithShellExpand.LaunchWithShellExpandTestCase.test_with_dwarf-x86_64-clang.log
Failure-TestTerminal.LaunchInTerminalTestCase.test_launch_in_terminal-x86_64-clang.log
Run as:
./dotest.py -f LaunchWithShellExpandTestCase.test_with_dsym
./dotest.py -f LaunchWithShellExpandTestCase.test_with_dwarf
./dotest.py -f LaunchInTerminalTestCase.test_launch_in_terminal
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:
spyffe (Author)
http://reviews.llvm.org/rL248048
More information about the lldb-commits
mailing list