> Perl6 on Win32 MS VC++ gives: > > Failed Test Status Wstat Total Fail Failed List of Failed > -------------------------------------------------------------- > > t/compiler/8.t 1 256 6 1 16.67% 6 > t/compiler/a.t 1 256 3 1 33.33% 2 > t/rx/call.t 1 256 2 1 50.00% 1
After the recent BUFFER_external_FLAG fixes, I now get: Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------- t/compiler/1.t 1 256 12 1 8.33% 11 t/compiler/3.t 1 256 7 1 14.29% 7 t/rx/call.t 1 256 2 1 50.00% 1 Specifically, t/compiler/1........NOK 11# got: '' # expected: '1003.100000 # 1031.000000 # 1310.000000 # 4100.000000 # ' and: t/compiler/3........NOK 7# got: 'Wrong type on top of stack! # ' # expected: '678910 # 1112131415 # ' The first was a GPF, the second was just incorrect output. I'm not sure if this is progress or not, but I believe it might adversely affect other platforms. I don't have time to look into the issue now, but I'll try to do so tomorrow. Mike Lambert