[libcxx patch] Modify testit to allow filtering tests by prefixes

Marshall Clow mclow.lists at gmail.com
Fri Jan 3 11:27:36 PST 2014


On Dec 31, 2013, at 5:06 AM, Albert Wong (王重傑) <ajwong at google.com> wrote:

> Hello!
> 
> This was a simple modification to testit which allows for filtering test based on an environment variable. It was originally done to the android ndk variant of this script (where it was very useful for reducing compile/run/debug cycle times) so I thought I'd backport it incase anyone wanted it. 
> 
> Usage would be:
> libcxx/test/language.support/support.dynamic/new.delete/new.delete.single$ TEST_PREFIX=new_replace ../../../../testit

Albert —

I see no patch here.

Also, are you aware that you can invoke the test it script from anywhere in the test directory hierarchy, and it will test “from there down”?

— Marshall


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140103/919192cb/attachment.html>


More information about the cfe-commits mailing list