<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>49964</bug_id>
          
          <creation_ts>2010-11-23 03:45:52 -0800</creation_ts>
          <short_desc>[gtk] Tests failing due to rounding problems in colors inside pixman</short_desc>
          <delta_ts>2015-07-08 10:47:35 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Gtk, LayoutTestFailure</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Alejandro G. Castro">alex</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cdumez</cc>
    
    <cc>cgarcia</cc>
    
    <cc>clopez</cc>
    
    <cc>leandro</cc>
    
    <cc>mrobinson</cc>
    
    <cc>pnormand</cc>
    
    <cc>rakuco</cc>
    
    <cc>zan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>312744</commentid>
    <comment_count>0</comment_count>
    <who name="Alejandro G. Castro">alex</who>
    <bug_when>2010-11-23 03:45:52 -0800</bug_when>
    <thetext>We have to check if this is a problem in the gtk port, when rendering of getting the results. Skipping until that point.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>318103</commentid>
    <comment_count>1</comment_count>
    <who name="Alejandro G. Castro">alex</who>
    <bug_when>2010-12-07 02:40:18 -0800</bug_when>
    <thetext>I&apos;ve send an email explaining what&apos;s going on in this situations, we can wait for some feedback from cairo people and decide about it:

http://lists.cairographics.org/archives/cairo/2010-December/021295.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>324844</commentid>
    <comment_count>2</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2010-12-20 23:02:36 -0800</bug_when>
    <thetext>The tests this bug refers to may not be failing any longer, because of changes to the tests. In any case, we should list them here:

canvas-scale-drawImage-shadow.html
canvas-scale-fillRect-shadow.html
canvas-scale-fillPath-shadow.html
canvas-scale-strokePath-shadow.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>340194</commentid>
    <comment_count>3</comment_count>
    <who name="Carlos Garcia Campos">cgarcia</who>
    <bug_when>2011-01-26 03:32:43 -0800</bug_when>
    <thetext>The tests failing for me in this moment that seem to be due to this bug are:

fast/canvas/canvas-getImageData.html
fast/canvas/canvas-fillPath-shadow.html
fast/canvas/canvas-strokePath-shadow.html
fast/canvas/canvas-scale-strokePath-shadow.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>364411</commentid>
    <comment_count>4</comment_count>
    <who name="Carlos Garcia Campos">cgarcia</who>
    <bug_when>2011-03-09 03:46:45 -0800</bug_when>
    <thetext>*** Bug 55670 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>477102</commentid>
    <comment_count>5</comment_count>
    <who name="Raphael Kubo da Costa (:rakuco)">rakuco</who>
    <bug_when>2011-10-03 11:29:31 -0700</bug_when>
    <thetext>Right now, only fast/canvas/canvas-fillPath-shadow.html and fast/canvas/canvas-strokePath-shadow.html fail here.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>477113</commentid>
    <comment_count>6</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-10-03 11:51:58 -0700</bug_when>
    <thetext>(In reply to comment #5)
&gt; Right now, only fast/canvas/canvas-fillPath-shadow.html and fast/canvas/canvas-strokePath-shadow.html fail here.

It may vary depending on your processor and Cairo version. :/ This is an annoying issue because it seems like the only way we can know if this is fixed or not is to unskip the tests.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>617009</commentid>
    <comment_count>7</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2012-05-05 09:52:32 -0700</bug_when>
    <thetext>The following tests were found to be passing consistently after moving from using the Skipped list to using test_expectations.txt:
	fast/canvas/canvas-getImageData.html
	fast/canvas/canvas-scale-strokePath-shadow.html
	fast/canvas/canvas-strokePath-shadow.html
	fast/canvas/canvas-transforms-fillRect-shadow.html
	fast/canvas/rgba-parsing.html

Their expectations were removed in r116122[1] (covered by bug #85591). Tests that are covered by this bug and are still failing are the following:
	fast/canvas/canvas-fillPath-shadow.html

1: http://trac.webkit.org/changeset/116122</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1107800</commentid>
    <comment_count>8</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2015-07-08 10:45:20 -0700</bug_when>
    <thetext>The test fast/canvas/canvas-fillPath-shadow.html pass now after the upgrade of GTK+, Cairo, Gdk-Pixbuf and GLib done in r186500 &lt;http://trac.webkit.org/r186500&gt;.

I have updated the expectations file on http://trac.webkit.org/changeset/186513

Should we close this bug as fixed?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1107801</commentid>
    <comment_count>9</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2015-07-08 10:47:28 -0700</bug_when>
    <thetext>(In reply to comment #8)
&gt; The test fast/canvas/canvas-fillPath-shadow.html pass now after the upgrade
&gt; of GTK+, Cairo, Gdk-Pixbuf and GLib done in r186500
&gt; &lt;http://trac.webkit.org/r186500&gt;.
&gt; 
&gt; I have updated the expectations file on
&gt; http://trac.webkit.org/changeset/186513
&gt; 
&gt; Should we close this bug as fixed?

Yes, probably. If the problems reappear is unlikely that people will remember this bug.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>