Re: [PATCH] rakudo: make target 'spectest_regression'

2008-05-21 Thread chromatic
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

Re: [PATCH] rakudo: make target 'spectest_regression'

2008-05-21 Thread Moritz Lenz
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

Re: [PATCH] rakudo: make target 'spectest_regression'

2008-05-21 Thread Jonathan Worthington
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

[PATCH] rakudo: make target 'spectest_regression'

2008-05-21 Thread Moritz Lenz
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)