Bug 146731 - [GTK] New failures after upgrading GTK+, Cairo, GDK-Pixbuf and Glib
Summary: [GTK] New failures after upgrading GTK+, Cairo, GDK-Pixbuf and Glib
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 157848
Blocks:
  Show dependency treegraph
 
Reported: 2015-07-08 09:58 PDT by Carlos Alberto Lopez Perez
Modified: 2017-03-11 10:58 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2015-07-08 09:58:33 PDT
Revision r186500 <http://trac.webkit.org/r186500> upgraded the following libraries on the JHBuild:

* GTK+         (3.6.0  -> 3.16.4)
* Cairo        (1.12.8 -> 1.14.2)
* Gdk-Pixbuf   (2.26.5 -> 2.30.8)
* GLib         (2.41.2 -> 2.44.1)


After this upgrade, I have identified this new failures/timeouts:

Regressions: Unexpected image-only failures (6)
  fast/backgrounds/hidpi-background-image-contain-cover-scale-needs-more-precision.html [ ImageOnlyFailure ]
  fast/hidpi/filters-blur.html [ ImageOnlyFailure ]
  fast/hidpi/filters-hue-rotate.html [ ImageOnlyFailure ]
  fast/hidpi/filters-invert.html [ ImageOnlyFailure ]
  fast/hidpi/filters-multiple.html [ ImageOnlyFailure ]
  fast/hidpi/filters-reference.html [ ImageOnlyFailure ]

Regressions: Unexpected timeouts
  fast/events/touch/tap-highlight-color.html [ Timeout ]
  fast/events/touch/touch-scaled-scrolled.html [ Timeout ]
  fast/events/touch/touch-stale-node-crash.html [ Timeout ]
Comment 1 Martin Robinson 2015-07-08 10:37:32 PDT
(In reply to comment #0)
> Revision r186500 <http://trac.webkit.org/r186500> upgraded the following
> libraries on the JHBuild:
> 
> * GTK+         (3.6.0  -> 3.16.4)
> * Cairo        (1.12.8 -> 1.14.2)
> * Gdk-Pixbuf   (2.26.5 -> 2.30.8)
> * GLib         (2.41.2 -> 2.44.1)
> 
> 
> After this upgrade, I have identified this new failures/timeouts:
> 
> Regressions: Unexpected image-only failures (6)
>  
> fast/backgrounds/hidpi-background-image-contain-cover-scale-needs-more-
> precision.html [ ImageOnlyFailure ]
>   fast/hidpi/filters-blur.html [ ImageOnlyFailure ]
>   fast/hidpi/filters-hue-rotate.html [ ImageOnlyFailure ]
>   fast/hidpi/filters-invert.html [ ImageOnlyFailure ]
>   fast/hidpi/filters-multiple.html [ ImageOnlyFailure ]
>   fast/hidpi/filters-reference.html [ ImageOnlyFailure ]

I wonder if hidpi is still functional.
 
> Regressions: Unexpected timeouts
>   fast/events/touch/tap-highlight-color.html [ Timeout ]
>   fast/events/touch/touch-scaled-scrolled.html [ Timeout ]
>   fast/events/touch/touch-stale-node-crash.html [ Timeout ]

Also touch support. :)
Comment 2 Javier Fernandez 2016-06-24 16:08:01 PDT
It seems the patch for fixing the bug #157848 makes the hidpi tests to pass. I've added a dependency to track the patches fixing this regression.