[Lldb-commits] [PATCH] D25887: [Test Suite] Pull generateSource into lldbtest

Chris Bieneman via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 21 16:30:24 PDT 2016


beanz created this revision.
beanz added reviewers: tfiala, zturner.
beanz added a subscriber: lldb-commits.

Convert tests using LLDB headers to use generateSource to put the right include paths in place regardless of whether or not you're building a framework.

This also abstracted generateSource out of TestPublicAPIHeaders.py into lldbtest.py.


https://reviews.llvm.org/D25887

Files:
  packages/Python/lldbsuite/test/api/check_public_api_headers/TestPublicAPIHeaders.py
  packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
  packages/Python/lldbsuite/test/api/multithreaded/driver.cpp
  packages/Python/lldbsuite/test/api/multithreaded/driver.cpp.template
  packages/Python/lldbsuite/test/api/multithreaded/listener_test.cpp
  packages/Python/lldbsuite/test/api/multithreaded/listener_test.cpp.template
  packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h
  packages/Python/lldbsuite/test/api/multithreaded/test_breakpoint_callback.cpp
  packages/Python/lldbsuite/test/api/multithreaded/test_breakpoint_callback.cpp.template
  packages/Python/lldbsuite/test/api/multithreaded/test_listener_event_description.cpp
  packages/Python/lldbsuite/test/api/multithreaded/test_listener_event_description.cpp.template
  packages/Python/lldbsuite/test/api/multithreaded/test_listener_event_process_state.cpp
  packages/Python/lldbsuite/test/api/multithreaded/test_listener_event_process_state.cpp.template
  packages/Python/lldbsuite/test/api/multithreaded/test_listener_resume.cpp
  packages/Python/lldbsuite/test/api/multithreaded/test_listener_resume.cpp.template
  packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py
  packages/Python/lldbsuite/test/functionalities/plugins/commands/plugin.cpp
  packages/Python/lldbsuite/test/functionalities/plugins/commands/plugin.cpp.template
  packages/Python/lldbsuite/test/lldbtest.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25887.75506.patch
Type: text/x-patch
Size: 9521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161021/ac535420/attachment-0001.bin>


More information about the lldb-commits mailing list