Bug 146731

Summary: [GTK] New failures after upgrading GTK+, Cairo, GDK-Pixbuf and Glib
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, jfernandez, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 157848    
Bug Blocks:    

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.