<?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>96360</bug_id>
          
          <creation_ts>2012-09-11 00:30:20 -0700</creation_ts>
          <short_desc>[Qt] New fast/canvas/canvas-lineDash.html introduced in r128116 fails.</short_desc>
          <delta_ts>2014-02-03 03:22:30 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>82560</blocked>
    
    <blocked>87008</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Szilard Ledan">szledan</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>darin</cc>
    
    <cc>junov</cc>
    
    <cc>kadam</cc>
    
    <cc>kkristof</cc>
    
    <cc>ossy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>716902</commentid>
    <comment_count>0</comment_count>
    <who name="Szilard Ledan">szledan</who>
    <bug_when>2012-09-11 00:30:20 -0700</bug_when>
    <thetext>This test fails on Qt.

fast/canvas/canvas-lineDash.html

--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/canvas/canvas-lineDash-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/canvas/canvas-lineDash-actual.txt 
@@ -17,28 +17,28 @@
 PASS lineDash[1] is 2
 PASS ctx.lineDashOffset is 5
 PASS getPixel(25,10) is [0,255,0,255]
-PASS getPixel(35,10) is [0,0,0,0]
+FAIL getPixel(35,10) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(40,25) is [0,255,0,255]
-PASS getPixel(40,35) is [0,0,0,0]
+FAIL getPixel(40,35) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(25,40) is [0,255,0,255]
-PASS getPixel(15,40) is [0,0,0,0]
+FAIL getPixel(15,40) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(10,25) is [0,255,0,255]
-PASS getPixel(10,15) is [0,0,0,0]
-PASS getPixel(55,10) is [0,0,0,0]
+FAIL getPixel(10,15) should be 0,0,0,0. Was 0,255,0,255.
+FAIL getPixel(55,10) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(65,10) is [0,255,0,255]
-PASS getPixel(80,15) is [0,0,0,0]
+FAIL getPixel(80,15) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(80,25) is [0,255,0,255]
-PASS getPixel(75,40) is [0,0,0,0]
+FAIL getPixel(75,40) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(65,40) is [0,255,0,255]
-PASS getPixel(50,35) is [0,0,0,0]
+FAIL getPixel(50,35) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(50,25) is [0,255,0,255]
-PASS getPixel(95,10) is [0,0,0,0]
+FAIL getPixel(95,10) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(105,10) is [0,255,0,255]
-PASS getPixel(120,15) is [0,0,0,0]
+FAIL getPixel(120,15) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(120,25) is [0,255,0,255]
-PASS getPixel(115,40) is [0,0,0,0]
+FAIL getPixel(115,40) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(105,40) is [0,255,0,255]
-PASS getPixel(90,35) is [0,0,0,0]
+FAIL getPixel(90,35) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(90,25) is [0,255,0,255]
 PASS successfullyParsed is true</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>717029</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-09-11 03:49:55 -0700</bug_when>
    <thetext>We skipped it on Qt to paint the bot green - https://trac.webkit.org/changeset/128167

Please unskip it with the proper fix.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>717111</commentid>
    <comment_count>2</comment_count>
    <who name="Justin Novosad">junov</who>
    <bug_when>2012-09-11 06:39:27 -0700</bug_when>
    <thetext>(In reply to comment #1)
&gt; We skipped it on Qt to paint the bot green - https://trac.webkit.org/changeset/128167
&gt; 
&gt; Please unskip it with the proper fix.

These failures are pixel discrepancies in the line dash pattern.  Most probable cause is that GraphicsContext::setLineDash implementation in GraphicsContextQt.cpp does not work as expected.  The failing subtest has to do with a non-zero dash offset.  That is probably what is causing trouble.  I know nothing about drawing with Qt but I suspect the call to QPen::setDashOffset may be the culprit here.  Perhaps an issue with the scale or sign of the offset?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>975553</commentid>
    <comment_count>3</comment_count>
    <who name="Jocelyn Turcotte">jturcotte</who>
    <bug_when>2014-02-03 03:22:30 -0800</bug_when>
    <thetext>=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>