<?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>60176</bug_id>
          
          <creation_ts>2011-05-04 09:18:30 -0700</creation_ts>
          <short_desc>[Qt]http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception.html fails with Qt 4.8</short_desc>
          <delta_ts>2011-09-13 14:22:11 -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>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Qt, QtTriaged</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Pierre Rossi">pierre.rossi</assigned_to>
          <cc>ademar</cc>
    
    <cc>benjamin</cc>
    
    <cc>joel.parks</cc>
    
    <cc>kling</cc>
    
    <cc>laszlo.gombos</cc>
    
    <cc>ossy</cc>
    
    <cc>qi.2.zhang</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>397958</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-05-04 09:18:30 -0700</bug_when>
    <thetext>http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception.html
fails with Qt 4.8 HEAD, but passes with released Qt 4.7.2 .</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>397959</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-05-04 09:18:42 -0700</bug_when>
    <thetext>--- /ramdisk/qt-linux-32-release-qt470/build/layout-test-results/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt	2011-05-04 08:29:22.005729286 -0700
+++ /ramdisk/qt-linux-32-release-qt470/build/layout-test-results/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-actual.txt	2011-05-04 08:29:22.005729286 -0700
@@ -2,7 +2,7 @@
 
 PASS: No exception.
 readyState: 4 (number)
-responseText: Non-empty (string)
+responseText:  (string)
 responseXML: null (object)
 status: 404 (number)
 statusText: Not Found (string)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>401169</commentid>
    <comment_count>2</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-05-10 06:52:10 -0700</bug_when>
    <thetext>Skipped by http://trac.webkit.org/changeset/86148 and http://trac.webkit.org/changeset/86149</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>401171</commentid>
    <comment_count>3</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-05-10 06:57:36 -0700</bug_when>
    <thetext>and http://trac.webkit.org/changeset/86149

Pfff, it isn&apos;t my day .... :((</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>401172</commentid>
    <comment_count>4</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-05-10 06:58:31 -0700</bug_when>
    <thetext>I meant: 
http://trac.webkit.org/changeset/86148
http://trac.webkit.org/changeset/86149
http://trac.webkit.org/changeset/86150</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>411366</commentid>
    <comment_count>5</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-05-27 05:46:52 -0700</bug_when>
    <thetext>Qt bug report filed about it: http://bugreports.qt.nokia.com/browse/QTBUG-19556</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>425196</commentid>
    <comment_count>6</comment_count>
    <who name="Joel Parks">joel.parks</who>
    <bug_when>2011-06-22 07:11:15 -0700</bug_when>
    <thetext>Qt bug report has been set to NEEDS MORE INFO, as the Qt team is apparently unable to proceed with reproducing the problem.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>428165</commentid>
    <comment_count>7</comment_count>
    <who name="Joel Parks">joel.parks</who>
    <bug_when>2011-06-27 12:09:20 -0700</bug_when>
    <thetext>an update in the Qt bug report:

Pierre Rossi added a comment - 27/Jun/11 8:55 PM
@Joel: Could you try if this makes things better for you ?

diff --git a/src/network/access/qnetworkaccesshttpbackend.cpp b/src/network/access/qnetworkaccesshttpbackend.cpp
index 64a22aa..7d49648 100644
--- a/src/network/access/qnetworkaccesshttpbackend.cpp
+++ b/src/network/access/qnetworkaccesshttpbackend.cpp
@@ -653,6 +653,7 @@ void QNetworkAccessHttpBackend::postRequest()
                      delegate-&gt;isPipeliningUsed,
                      QSharedPointer&lt;char&gt;(),
                      delegate-&gt;incomingContentLength);
+            replyDownloadData(delegate-&gt;synchronousDownloadData);
             httpError(delegate-&gt;incomingErrorCode, delegate-&gt;incomingErrorDetail);
         } else {
             replyDownloadMetaData

Is someone in a position to try this and see if it affects the issue?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>428803</commentid>
    <comment_count>8</comment_count>
    <who name="Pierre Rossi">pierre.rossi</who>
    <bug_when>2011-06-28 05:00:59 -0700</bug_when>
    <thetext>This is now fixed in Qt by commit 7590cfcea9d40e59af8edd7cdd3d11ffbc5aaa04 that&apos;ll be in for 4.8.0.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>428806</commentid>
    <comment_count>9</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-06-28 05:07:24 -0700</bug_when>
    <thetext>Reopen not to forget to unskip this test after we updated Qt on the bots.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>437090</commentid>
    <comment_count>10</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-07-14 07:59:35 -0700</bug_when>
    <thetext>Unskipped in trunk by https://trac.webkit.org/changeset/91000</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>447374</commentid>
    <comment_count>11</comment_count>
    <who name="Ademar Reis">ademar</who>
    <bug_when>2011-08-05 13:01:32 -0700</bug_when>
    <thetext>(In reply to comment #10)
&gt; Unskipped in trunk by https://trac.webkit.org/changeset/91000

Closing bug as FIXED, since the it was fixed in Qt and the test was unskipped in trunk.

The unskip has not been cherry-picked into 2.2 yet because we still need to update Qt-4.8 there (non-trivial, involves a lot of test rebasing, we&apos;ll do it once we&apos;re closer to a Qt-4.8 RC).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>447382</commentid>
    <comment_count>12</comment_count>
    <who name="Ademar Reis">ademar</who>
    <bug_when>2011-08-05 13:14:29 -0700</bug_when>
    <thetext>The problem has been fixed in Qt, this bug is now just about a test to be unskipped, not release-critical for qtwebkit-2.2, nice-to-have instead.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>466525</commentid>
    <comment_count>13</comment_count>
    <who name="Ademar Reis">ademar</who>
    <bug_when>2011-09-13 14:22:11 -0700</bug_when>
    <thetext>The test has been skipped in the qtwebkit-2.2 branch as well.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>