# New Ticket Created by James Keenan # Please include the string: [perl #59924] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59924 >
The test below, which always previously passed for me on Linux, started to fail somewhere between r31872 (Oct 10) and r31967 (Oct 14). http://smolder.plusthree.com/app/public_projects/tap_stream/6132/396 1..4 ok 1 - examples/library/getopt_demo.pir ok 2 - examples/library/md5sum.pir 7.4 not ok 3 - examples/library/pcre.pir # Failed test 'examples/library/pcre.pir' # at t/examples/library.t line 67. # got: 'asdf =~ /as/ # 1 match(es): # ' # expected: 'asdf =~ /as/ # 1 match(es): # as # ' not ok 4 - ncurses_life.pir # TODO ncurses_life.pir not testable yet # Failed (TODO) test 'ncurses_life.pir' # at t/examples/library.t line 77. # Looks like you failed 1 test of 4. So far I have not been able to identify any files which changed during this interval and which are obvious candidates for causing this bug. kid51