Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 391309 - dev-python/pygtk-2.24.0-r2: test_dialog.py fails
Summary: dev-python/pygtk-2.24.0-r2: test_dialog.py fails
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2011-11-21 22:58 UTC by Pacho Ramos
Modified: 2016-02-10 13:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2011-11-21 22:58:09 UTC
Now that permissions problems are finally solved, we discover new failures :S


>>> Source compiled.
 * Testing of dev-python/pygtk-2.24.0-r2 with CPython 2.7...
make -j5 check-local 
..............................................<GType GtkMessageDialog (10713872)>
GtkMessageDialog
F....................................................
======================================================================
FAIL: testSubclass (test_dialog.MessageDialogTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/pygtk-2.24.0-r2/work/pygtk-2.24.0-2.7/tests/test_dialog.py", line 24, in testSubclass
    self.assertEqual(sub.__gtype__.name, 'SubDialog')
AssertionError: 'GtkMessageDialog' != 'SubDialog'

----------------------------------------------------------------------
Ran 99 tests in 0.158s

FAILED (failures=1)

>>> Install pygtk-2.24.0-r2 into /var/tmp/portage/dev-python/pygtk-2.24.0-r2/image/ category dev-python


Reproducible: Always
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2011-12-07 03:56:27 UTC
This ebuild needs alot of work.  It fell over
even before it started.


>>> Source compiled.
 * Testing of dev-python/pygtk-2.24.0-r2 with CPython 2.6...
make -j5 check-local 
...........
GLib-GIO-CRITICAL **: g_loadable_icon_load: assertion `G_IS_LOADABLE_ICON (icon)' failed
make: *** [check-local] Trace/breakpoint trap
 * ERROR: dev-python/pygtk-2.24.0-r2 failed (test phase):
Comment 2 dugz 2016-02-10 13:39:59 UTC
This bug appears to have been resolved with dev-python/pygtk-2.24.0-r4

-----
Ran 99 tests in 0.149s

OK

Since dev-python/pygtk-2.24.0-r2 has been dropped from Portage and the -r4 version passes all tests this bug is OBSOLETE.
Comment 3 Aaron Bauman (RETIRED) gentoo-dev 2016-02-10 13:43:45 UTC
(In reply to dugz from comment #2)
> This bug appears to have been resolved with dev-python/pygtk-2.24.0-r4
> 
> -----
> Ran 99 tests in 0.149s
> 
> OK
> 
> Since dev-python/pygtk-2.24.0-r2 has been dropped from Portage and the -r4
> version passes all tests this bug is OBSOLETE.

Confirmed, bug is OBSOLETE.  Thanks again to dugz.