llvm-capstone/lldb
Pavel Labath 6b42b3b7a3 Fix remote test suite directory creation
r298203 make SBPlatform::MakeDirectory less recursive, which breaks the
test suite creation of test directory hierarchy creation on the remote
target. Since the function was never fully recursive, and the name does
not imply recursiveness, I fix the problem by modifying the test runner
to do the recursion manually.

I also make the runner complain more loudly when it fails to create the
directory -- previously it just printed the error to stdout and caused
most of the tests to hang, which is not very helpful in diagnosing the
problem.

llvm-svn: 298261
2017-03-20 16:07:17 +00:00
..
cmake CMake requires normalized paths when appending. 2017-03-17 16:33:37 +00:00
docs Fix a race condition in FuncUnwinders where the mutex was being 2017-02-24 03:35:46 +00:00
examples Improve crashlog.py so it can handle more iOS crashlog files. 2016-12-08 00:22:45 +00:00
include/lldb Remove FileSystem::Get/SetFilePermissions 2017-03-19 05:49:43 +00:00
lit [test] Fix finding LLDB tools when building stand-alone 2017-02-19 22:11:38 +00:00
lldb.xcodeproj update. 2017-03-14 03:28:27 +00:00
lldb.xcworkspace
packages/Python/lldbsuite Fix remote test suite directory creation 2017-03-20 16:07:17 +00:00
resources
scripts A few improvements to deps analysis scripts. 2017-03-06 17:41:00 +00:00
source Fix syntax error when building with editline support. 2017-03-19 06:00:31 +00:00
test [CMake] Override debugserver to use the build tree on Darwin 2017-03-14 20:04:46 +00:00
third_party/Python/module
tools Remove FileSystem::MakeDirectory. 2017-03-19 05:48:47 +00:00
unittests Fix unit test compilation failure. 2017-03-19 05:48:01 +00:00
utils
www Python commands as first class citizens. 2017-03-02 22:24:01 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Install six.py conditionally 2017-02-04 00:20:24 +00:00
CODE_OWNERS.txt Greg Clayton is no longer working at Apple, he will continue to 2017-03-01 00:00:45 +00:00
INSTALL.txt Changed builld-llvm.py to use .json files 2017-02-23 02:21:34 +00:00
LICENSE.TXT
use_lldb_suite_root.py