On Wednesday 21 May 2008 08:07:18 Moritz Lenz wrote:
> I just noticed that I screwed up one of the path names, attached patch
> fixes that.
Thanks, applied as r27737.
-- c
Jonathan Worthington wrote:
> Moritz Lenz wrote:
>> rakudo's "make spectest" suffers from too much noise in its output.
>>
>> The attached patch adds a spectest_regression target to Makefile that
>> uses whitelisting to run only those tests that are known to pass.
>>
> This is really useful! App
Moritz Lenz wrote:
rakudo's "make spectest" suffers from too much noise in its output.
The attached patch adds a spectest_regression target to Makefile that
uses whitelisting to run only those tests that are known to pass.
This is really useful! Applied in r27708, thanks. :-)
Jonathan
rakudo's "make spectest" suffers from too much noise in its output.
The attached patch adds a spectest_regression target to Makefile that
uses whitelisting to run only those tests that are known to pass.
The code in t/harness is somewhat ugly now (ok, it was ugly before, but
now it's even uglier)