Comment 5 for bug 445621

Revision history for this message
Steve Langasek (vorlon) wrote :

Well, the recent FTBFS has nothing to do with the original bug report from LaMont, but ok.

There are two test failures in the current log.

# Failed test at t/GtkAssistant.t line 42.
# Looks like you failed 1 test of 27.
t/GtkAssistant.t ...................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/27 subtests

[...]

# Failed test at t/GtkBuildableIface.t line 71.
# got: 'TestThingView'
# expected: 'view1'
# Looks like you failed 1 test of 89.
t/GtkBuildableIface.t ..............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/89 subtests

The former is a deliberate behavior change in gtk+2.0 2.19.6, to permit gtk_assistant_get_nth_page(-1) to return the last page; so I think the libgtk-perl test should be corrected.

The latter looks like a genuine gtk bug; get_name() returns the expected output for all the other objects in the tree, with the exception of the TestThingView.

Prospective patch attached for the first issue. Opening a gtk+2.0 task for the second.