RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1270765 - pygobject3 tests fail after gdk-pixbuf rebase
Summary: pygobject3 tests fail after gdk-pixbuf rebase
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: pygobject3
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Matthew Barnes
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-12 10:49 UTC by Vadim Rutkovsky
Modified: 2019-10-25 14:59 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Rebase: Bug Fixes and Enhancements
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-10-25 14:59:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Vadim Rutkovsky 2015-10-12 10:49:40 UTC
Description of problem:
Make check stops at compat_test_pygtk.TestGTKCompat.test_pixbuf_loader after gdk-pixbuf was updated to 2.31.6-3 in rhel7
	

Version-Release number of selected component (if applicable):
pygobject3-3.14.0-3.el7.x86_64
gdk-pixbuf2-2.31.6-3.el7.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Run 'make check' in pygobject3 build dir


Actual results:
        test_object (compat_test_pygtk.TestATKCompat) ... ok
	test_alignment (compat_test_pygtk.TestGTKCompat) ... ok
	test_box (compat_test_pygtk.TestGTKCompat) ... ok
	test_buttons (compat_test_pygtk.TestGTKCompat) ... ok
	test_combobox_entry (compat_test_pygtk.TestGTKCompat) ... ok
	test_enums (compat_test_pygtk.TestGTKCompat) ... ok
	test_flags (compat_test_pygtk.TestGTKCompat) ... ok
	test_gdk_window (compat_test_pygtk.TestGTKCompat) ... ok
	test_keysyms (compat_test_pygtk.TestGTKCompat) ... ok
	test_pixbuf (compat_test_pygtk.TestGTKCompat) ... ok
	test_pixbuf_formats (compat_test_pygtk.TestGTKCompat) ... ok
	test_pixbuf_loader (compat_test_pygtk.TestGTKCompat) ... ERROR
	test_size_request (compat_test_pygtk.TestGTKCompat) ... ok
	test_style (compat_test_pygtk.TestGTKCompat) ... ok
	test_error_underline_path (compat_test_pygtk.TestPangoCairoCompat) ... ok
	test_layout (compat_test_pygtk.TestPangoCompat) ... ok
	
	======================================================================
	ERROR: test_pixbuf_loader (compat_test_pygtk.TestGTKCompat)
	----------------------------------------------------------------------
	Traceback (most recent call last):
	  File "/home/test/rpmbuild/BUILD/pygobject-3.14.0/tests/compat_test_pygtk.py", line 147, in test_pixbuf_loader
	    loader.close()
	Error: gdk-pixbuf-error-quark: Premature end-of-file encountered (0)
	
	----------------------------------------------------------------------

Expected results:
All tests pass

Additional info:
All tests pass in gdk-pixbuf2-2.31.6-2.el7
This seems to be caused by https://git.gnome.org/browse/gdk-pixbuf/commit/?id=447bd32650af6be56993c474d3ad64d58cc0a7d2


Note You need to log in before you can comment on or make changes to this bug.