[PATCH] [libcxx] Add better support for custom test runners.

Dan Albert danalbert at google.com
Sat Nov 22 12:43:04 PST 2014


Hi EricWF, jroelofs, mclow.lists,

I finally got around to merging the many, many changes to lit.cfg into
Android's libc++. This patch makes it simpler to actually use a custom
configuration and test format.

First, I've factored out _build, _run, and _clean methods from
_execute_test, since these are the likely parts that will need to be
overridden. This is likely a first step in the work jroelofs has been
doing with improving cross-compiling test execution.

Second, I've added a `configuration_variant` to the config. This
entry, if present, is a string that forms the prefix of the class that
is to be used to configure the test runner. For example, Android sets
`config.configuration_variant = 'Android'`, and this causes an object
of type `AndroidConfiguration` to be constructed.

As an example of how this will be used, see:
https://android-review.googlesource.com/#/c/116022/

http://reviews.llvm.org/D6373

Files:
  test/lit.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6373.16530.patch
Type: text/x-patch
Size: 5554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141122/8e5a20df/attachment.bin>


More information about the cfe-commits mailing list