Re: [perl #53390] [BUG] t/op/sysinfo.t reports INTVAL size mismatch on linux/amd64

2008-04-26 Thread Mark Glines
On Sat, 26 Apr 2008 11:40:43 -0700 Mark Glines (via RT) <[EMAIL PROTECTED]> wrote: > # at t/op/sysinfo.t line 53. > # got: '8' > # expected: '4' Found it. The test was checking the op's report of sizeof(INTVAL) against $PConfig{intsize}, but INTVAL isn't necessarily defined to "in

[perl #53390] [BUG] t/op/sysinfo.t reports INTVAL size mismatch on linux/amd64

2008-04-26 Thread via RT
# New Ticket Created by Mark Glines # Please include the string: [perl #53390] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53390 > r27167 added a test (from RT #53362) for the "sysinfo" op. And now that it's being teste