Revert "[Test Suite] Pull generateSource into lldbtest"
authorChris Bieneman <beanz@apple.com>
Thu, 27 Oct 2016 23:18:52 +0000 (23:18 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 27 Oct 2016 23:18:52 +0000 (23:18 +0000)
commit614dc150ec761140d21f52c9bb1a1c45db38e12f
tree92f2e6ada3b854e9a2ac00e34d075680d3b09f19
parent75f1de0c1a939258054869ebdbdd7a20b917201b
Revert "[Test Suite] Pull generateSource into lldbtest"

This reverts commit r285357.

I committed this patch accidentally out of order. Will recommit when the change this depends on is landed.

llvm-svn: 285361
12 files changed:
lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/TestPublicAPIHeaders.py
lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
lldb/packages/Python/lldbsuite/test/api/multithreaded/driver.cpp [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/driver.cpp.template with 96% similarity]
lldb/packages/Python/lldbsuite/test/api/multithreaded/listener_test.cpp [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/listener_test.cpp.template with 98% similarity]
lldb/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/api/multithreaded/test_breakpoint_callback.cpp [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/test_breakpoint_callback.cpp.template with 98% similarity]
lldb/packages/Python/lldbsuite/test/api/multithreaded/test_listener_event_description.cpp [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/test_listener_event_description.cpp.template with 98% similarity]
lldb/packages/Python/lldbsuite/test/api/multithreaded/test_listener_event_process_state.cpp [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/test_listener_event_process_state.cpp.template with 98% similarity]
lldb/packages/Python/lldbsuite/test/api/multithreaded/test_listener_resume.cpp [moved from lldb/packages/Python/lldbsuite/test/api/multithreaded/test_listener_resume.cpp.template with 98% similarity]
lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py
lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/plugin.cpp [moved from lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/plugin.cpp.template with 85% similarity]
lldb/packages/Python/lldbsuite/test/lldbtest.py