From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-08-14 01:42:08
|
https://bugzilla.gnome.org/show_bug.cgi?id=626902 gnome-perl | Glib | unspecified Summary: t/64bit.t fails on Win32. Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Windows Status: UNCONFIRMED Severity: normal Priority: Normal Component: Glib AssignedTo: gtk...@li... ReportedBy: sis...@op... QAContact: gtk...@li... GNOME target: --- GNOME version: --- Created an attachment (id=167852) --> (https://bugzilla.gnome.org/attachment.cgi?id=167852) "perl -V" output Hi, Same failures on both perl-5.10.1 and perl-5.12.1: ########################################## C:\_32\comp\Glib-1.223>perl t/64bit.t 1..12 ok 1 - The object isa Glib::Param::Int64 not ok 2 # Failed test at t/64bit.t line 25. # got: '1' # expected: '-9223372036854775807' not ok 3 # Failed test at t/64bit.t line 26. # got: '-1' # expected: '9223372036854775807' ok 4 ok 5 - The object isa Glib::Param::UInt64 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: '1' # expected: '-9223372036854775807' not ok 10 # Failed test at t/64bit.t line 48. # got: '-1' # 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. ####################################### My "perl -V" (5.12.1) output is (hopefully)attached. Note that ivsize=4 and nvsize=8. My Glib-1.223 has been built against libglib-2.0-0.dll Cheers, Rob -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |