Subject: | Still some bugs with Win32 (some pre-existing ... some new) |
Hi,
On Windows Vista, perl 5.10.0, glib-2.14.6, Glib-1.164.
Tests 10-15 in t/filename.t fail because we "got" backslashes as the
path separator, but we "expected" forward slashes. Test 32 of t/g.t
fails for the same reason.
t\64bit.t also fails, as earlier reported - though I think the output
might have changed. Running 'perl -Mblib t\64bit.t', I get:
1..12
ok 1 - The object isa Glib::Param::Int6
not ok 2
# Failed test at t\64bit.t line 25.
# got: '-2147483648'
# expected: '-9223372036854775807'
not ok 3
# Failed test at t\64bit.t line 26.
# got: '2147483647'
# expected: '9223372036854775807'
ok 4
ok 5 - The object isa Glib::Param::UInt
ok 6
not ok 7
# Failed test at t\64bit.t line 35.
# got: '4294967295'
# expected: '18446744073709551615'
ok 8
not ok 9
# Failed test at t\64bit.t line 46.
# got: '-2147483648'
# expected: '-9223372036854775807'
not ok 10
# Failed test at t\64bit.t line 48.
# got: '2147483647'
# expected: '9223372036854775807'
ok 11
not ok 12
# Failed test at t\64bit.t line 53.
# got: '4294967295'
# expected: '18446744073709551615'
# Looks like you failed 6 tests of 12.
Cheers,
Rob