[Webkit-unassigned] [Bug 89343] New: fast/files/xhr-response-blob.html differs on all platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 03:56:30 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89343

           Summary: fast/files/xhr-response-blob.html differs on all
                    platform
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: abarth at webkit.org, zandobersek at gmail.com,
                    mrobinson at webkit.org, pnormand at igalia.com,
                    kinuko at chromium.org
            Blocks: 88859


After http://trac.webkit.org/changeset/120574 XHR_RESPONSE_BLOB is enabled 
everywhere, but unfortunately the result of this test is different everywhere.

I updated the Qt results and the platform independent: http://trac.webkit.org/changeset/120584
I think this one is the best one - http://trac.webkit.org/browser/trunk/LayoutTests/fast/files/xhr-response-blob-expected.txt?rev=120584
(But unfortunately it passes only on Mac Lion and Chromium Mac platform - so 
./platform/chromium-mac/fast/files/xhr-response-blob-expected.txt can be removed.)

Here is the platform diffs (compared to the new fast/files/xhr-response-blob-expected.txt)

Group I. (Qt == Chromium == Chromium Mac SnowLeopard)
------------------------------------------------------

--- ./fast/files/xhr-response-blob-expected.txt
+++ ./platform/qt/fast/files/xhr-response-blob-expected.txt
-PASS xhr.response.type is "text/javascript"
+FAIL xhr.response.type should be text/javascript. Was application/x-javascript.

--- ./fast/files/xhr-response-blob-expected.txt
+++ ./platform/chromium/fast/files/xhr-response-blob-expected.txt
-PASS xhr.response.type is "text/javascript"
+FAIL xhr.response.type should be text/javascript. Was application/x-javascript.

--- ./fast/files/xhr-response-blob-expected.txt
+++ ./platform/chromium-mac-snowleopard/fast/files/xhr-response-blob-expected.txt
-PASS xhr.response.type is "text/javascript"
+FAIL xhr.response.type should be text/javascript. Was application/x-javascript.

Group II. (EFL == Chromium Linux == GTK)
-----------------------------------------

--- ./fast/files/xhr-response-blob-expected.txt
+++ ./platform/efl/fast/files/xhr-response-blob-expected.txt
-PASS xhr.response.type is "text/javascript"
+FAIL xhr.response.type should be text/javascript. Was application/javascript.

--- ./fast/files/xhr-response-blob-expected.txt
+++ ./platform/chromium-linux/fast/files/xhr-response-blob-expected.txt
-PASS xhr.response.type is "text/javascript"
+FAIL xhr.response.type should be text/javascript. Was application/javascript.

GTK has same result as Group II, but they don't have checked in expected file.



Have you got any idea why this test has 3 different results 
on different platforms, and how can we fix it?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list