[Webkit-unassigned] [Bug 77380] [Qt] fast/url/path.html with Qt5 differ results on both WK1 and WK2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 07:46:30 PDT 2012


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossy at webkit.org




--- Comment #10 from Csaba Osztrogonac <ossy at webkit.org>  2012-05-24 07:45:32 PST ---
(In reply to comment #7)
> (From update of attachment 143653 [details])
> Clearing flags on attachment: 143653
> 
> Committed r118256: <http://trac.webkit.org/changeset/118256>

I don't understand this unskipping ... this test still fail on WK1 and WK2 too:

Qt 5.0-WK1 fail:
-----------------
--- /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/fast/url/path-expected.txt
+++ /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/fast/url/path-actual.txt
@@ -41,7 +41,7 @@
 PASS canonicalize('http://example.com/‥/foo') is 'http://example.com/%E2%80%A5/foo'
 PASS canonicalize('http://example.com//foo') is 'http://example.com/%EF%BB%BF/foo'
 PASS canonicalize('http://example.com/‮/foo/‭/bar') is 'http://example.com/%E2%80%AE/foo/%E2%80%AD/bar'
-FAIL canonicalize('http://example.com/foo/') should be http://example.com%2Ffoo/. Was http:/.
+FAIL canonicalize('http://example.com/foo/') should be http://example.com%2Ffoo/. Was http://example.com/foo/.
 PASS successfullyParsed is true

 TEST COMPLETE

Qt 5.0-WK2 fail:
-----------------
--- /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/fast/url/path-expected.txt
+++ /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/fast/url/path-actual.txt
@@ -37,11 +37,11 @@
 PASS canonicalize('http://example.com/%7Ffp3%3Eju%3Dduvgw%3Dd') is 'http://example.com/%7Ffp3%3Eju%3Dduvgw%3Dd'
 PASS canonicalize('http://example.com/@asdf%40') is 'http://example.com/@asdf%40'
 PASS canonicalize('http://example.com/你好你好') is 'http://example.com/%E4%BD%A0%E5%A5%BD%E4%BD%A0%E5%A5%BD'
-FAIL canonicalize('http://example.com/?zyx') should be http://example.com/%EF%BF%BDzyx. Was http://example.com/%EF%B7%90zyx.
+FAIL canonicalize('http://example.com/﷐zyx') should be http://example.com/%EF%BF%BDzyx. Was http://example.com/%EF%B7%90zyx.
 PASS canonicalize('http://example.com/‥/foo') is 'http://example.com/%E2%80%A5/foo'
 PASS canonicalize('http://example.com//foo') is 'http://example.com/%EF%BB%BF/foo'
 PASS canonicalize('http://example.com/‮/foo/‭/bar') is 'http://example.com/%E2%80%AE/foo/%E2%80%AD/bar'
-FAIL canonicalize('http://example.com/foo/') should be http://example.com%2Ffoo/. Was http:/.
+FAIL canonicalize('http://example.com/foo/') should be http://example.com%2Ffoo/. Was http://example.com/foo/.
 PASS successfullyParsed is true

 TEST COMPLETE

-- 
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