# New Ticket Created by jerry gay # Please include the string: [perl #37745] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37745 >
test 502 causes parrot to eat all memory and use all cpu (on win32 anyway.) since i've added a special env var to support the running of a single test in this test file, it can be run in isolation like: > set TEST_P5RX=502 > prove t/compilers/pge/p5regexp/p5rx_1.pir unset this environment var to run the whole test file again. i assume this test fails on other platforms... if not, i'll provide a backtrace. ~jerry