After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 664659 - pygtk test_dialog.py fails
pygtk test_dialog.py fails
Status: RESOLVED WONTFIX
Product: pygtk
Classification: Bindings
Component: general
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
gnome[unmaintained]
: 664660 664661 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-11-23 18:12 UTC by Pacho Ramos
Modified: 2018-08-17 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2011-11-23 18:12:51 UTC
We get the following error downstream:
https://bugs.gentoo.org/show_bug.cgi?id=391309

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


Comment 1 André Klapper 2011-11-24 11:56:34 UTC
*** Bug 664660 has been marked as a duplicate of this bug. ***
Comment 2 André Klapper 2011-11-24 11:56:38 UTC
*** Bug 664661 has been marked as a duplicate of this bug. ***
Comment 3 Dieter Verfaillie 2011-11-26 22:10:03 UTC
With what PyGObject 2.28.x version are you encountering this test failure? Did it also happen with previous versions like 2.28.3?
Comment 4 Pacho Ramos 2011-11-27 12:13:22 UTC
I am running 2.28.6, but I don't know if it failed with older versions as we were having some permission problems downstream to run previous tests for pygtk :S
Comment 5 André Klapper 2018-08-17 13:38:59 UTC
pygtk is not under active development anymore and had its last code changes
in 2013. Its codebase has been archived:
https://gitlab.gnome.org/Archive/pygtk/commits/master

PyGObject at https://gitlab.gnome.org/GNOME/pygobject is its successor. See https://pygobject.readthedocs.io/en/latest/guide/porting.html for porting info.

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect
reality. Feel free to open a task in GNOME Gitlab if the issue described in this task still applies to a recent version of PyGObject. Thanks!