# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #40791] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40791 >
A month or so ago Jerry Gay (particle) converted the perl-based testing of p6 regexes to be PIR-based instead of Perl based. This greatly sped up the "make test" sequence, because all of the tests could be run from a single Parrot invocation instead of a separate invocation for each test. The same should be done for the p5 regex tests in t/compilers/pge/p5regex/ , to further speed up the testing cycle. Pm
