You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./test/run-test.sh fails with gdk-pixbuf 2.38.1+dfsg-1.
Even though changed to use gdk_pixbuf_read_pixel_bytes in expected, the result of gcut_object_inspect(G_OBJECT(pixbuf1)) is still different. It seems that pixel-bytes are newly allocated implicitly.
Actual
(no modification in test/gdkcutter-pixbuf/test-gdkcut-pixbuf.c)
Problem
./test/run-test.sh fails with gdk-pixbuf 2.38.1+dfsg-1.
Even though changed to use
gdk_pixbuf_read_pixel_bytes
in expected, the result ofgcut_object_inspect(G_OBJECT(pixbuf1))
is still different. It seems that pixel-bytes are newly allocated implicitly.Actual
(no modification in test/gdkcutter-pixbuf/test-gdkcut-pixbuf.c)
Expected
./test/run-test.sh succeeds.
The text was updated successfully, but these errors were encountered: