[PATCH] [LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScript`

Daniel Dunbar daniel at zuster.org
Tue Dec 9 19:28:26 PST 2014


LGTM, although it might be good to add a note about how require_script can
be used. To be honest I don't quite understand how you will use this yet.

 - Daniel

On Tue, Dec 9, 2014 at 7:11 PM, Eric Fiselier <eric at efcs.ca> wrote:

> Hi ddunbar,
>
> This patch gives me just enough to leverage the existing functionality in
> `TestRunner` for use in `libc++` and `libc++abi` .
>
> It does the following:
> * Adds the `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScript`.
> * Allows `parseIntegratedTestScript` to return an empty script if a script
> is not required by the caller.
>
> http://reviews.llvm.org/D6589
>
> Files:
>   utils/lit/lit/TestRunner.py
>   utils/lit/lit/util.py
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141209/2a69e891/attachment.html>


More information about the cfe-commits mailing list