Re: [perl #30683] t/pmc/fixedpmcarray.t test 9 counts system qsort hence fails

2004-07-13 Thread Leopold Toetsch
Brent 'Dax' Royal-Gordon [EMAIL PROTECTED] wrote: See attached patch, which changes the test to use output_like instead of output_is. I really wish qr// worked with heredocs... Thanks, applied. BTW same problem as with b3.py, which compares compares leo

[perl #30683] t/pmc/fixedpmcarray.t test 9 counts system qsort hence fails

2004-07-12 Thread via RT
# New Ticket Created by Nicholas Clark # Please include the string: [perl #30683] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30683 --- osname= darwin osvers= 7.0 arch= darwin-thread-multi-2level cc= cc

Re: [perl #30683] t/pmc/fixedpmcarray.t test 9 counts system qsort hence fails

2004-07-12 Thread Brent 'Dax' Royal-Gordon
Nicholas Clark (via RT) wrote: It seems that the test is trying to count the number of times the libc qsort calls the compare function. This doesn't seem like a fantastically portable idea. I'm not sure of the easiest way to re-write the test to expect that value to be non-zero, which seems like