Title: [126761] trunk/LayoutTests
Revision
126761
Author
[email protected]
Date
2012-08-27 07:50:03 -0700 (Mon, 27 Aug 2012)

Log Message

[Qt] fast/url/path.html with Qt5 differ results on both WK1 and WK2
https://bugs.webkit.org/show_bug.cgi?id=77380

Reviewed by Kenneth Rohde Christiansen.

* platform/qt-4.8/fast/url/path-expected.txt: Renamed from LayoutTests/platform/qt/fast/url/path-expected.txt.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0/Skipped:

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126760 => 126761)


--- trunk/LayoutTests/ChangeLog	2012-08-27 14:27:50 UTC (rev 126760)
+++ trunk/LayoutTests/ChangeLog	2012-08-27 14:50:03 UTC (rev 126761)
@@ -1,3 +1,14 @@
+2012-08-27  Hugo Parente Lima  <[email protected]>
+
+        [Qt] fast/url/path.html with Qt5 differ results on both WK1 and WK2
+        https://bugs.webkit.org/show_bug.cgi?id=77380
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        * platform/qt-4.8/fast/url/path-expected.txt: Renamed from LayoutTests/platform/qt/fast/url/path-expected.txt.
+        * platform/qt-5.0-wk1/Skipped:
+        * platform/qt-5.0/Skipped:
+
 2012-08-25  Andrey Kosyakov  <[email protected]>
 
         Web Inspector: display cause for style recalculation and layout on Timeline

Deleted: trunk/LayoutTests/platform/qt/fast/url/path-expected.txt (126760 => 126761)


--- trunk/LayoutTests/platform/qt/fast/url/path-expected.txt	2012-08-27 14:27:50 UTC (rev 126760)
+++ trunk/LayoutTests/platform/qt/fast/url/path-expected.txt	2012-08-27 14:50:03 UTC (rev 126761)
@@ -1,48 +0,0 @@
-Canonicalization of paths.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS canonicalize('http://example.com/././foo') is 'http://example.com/foo'
-PASS canonicalize('http://example.com/./.foo') is 'http://example.com/.foo'
-PASS canonicalize('http://example.com/foo/.') is 'http://example.com/foo/'
-PASS canonicalize('http://example.com/foo/./') is 'http://example.com/foo/'
-PASS canonicalize('http://example.com/foo/bar/..') is 'http://example.com/foo/'
-PASS canonicalize('http://example.com/foo/bar/../') is 'http://example.com/foo/'
-PASS canonicalize('http://example.com/foo/..bar') is 'http://example.com/foo/..bar'
-PASS canonicalize('http://example.com/foo/bar/../ton') is 'http://example.com/foo/ton'
-PASS canonicalize('http://example.com/foo/bar/../ton/../../a') is 'http://example.com/a'
-PASS canonicalize('http://example.com/foo/../../..') is 'http://example.com/'
-PASS canonicalize('http://example.com/foo/../../../ton') is 'http://example.com/ton'
-FAIL canonicalize('http://example.com/foo/%2e') should be http://example.com/foo/. Was http://example.com/foo/%2e.
-FAIL canonicalize('http://example.com/foo/%2e%2') should be http://example.com/foo/.%2. Was http://example.com/foo/%2e%2.
-FAIL canonicalize('http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar') should be http://example.com/..bar. Was http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar.
-PASS canonicalize('http://example.com////../..') is 'http://example.com//'
-PASS canonicalize('http://example.com/foo/bar//../..') is 'http://example.com/foo/'
-PASS canonicalize('http://example.com/foo/bar//..') is 'http://example.com/foo/bar/'
-PASS canonicalize('http://example.com/foo/bar/..') is 'http://example.com/foo/'
-PASS canonicalize('http://example.com/foo') is 'http://example.com/foo'
-PASS canonicalize('http://example.com/%20foo') is 'http://example.com/%20foo'
-PASS canonicalize('http://example.com/foo%') is 'http://example.com/foo%'
-PASS canonicalize('http://example.com/foo%2') is 'http://example.com/foo%2'
-PASS canonicalize('http://example.com/foo%2zbar') is 'http://example.com/foo%2zbar'
-PASS canonicalize('http://example.com/foo%2©zbar') is 'http://example.com/foo%2%C3%82%C2%A9zbar'
-FAIL canonicalize('http://example.com/foo%41%7a') should be http://example.com/fooAz. Was http://example.com/foo%41%7a.
-PASS canonicalize('http://example.com/foo	‘%91') is 'http://example.com/foo%C2%91%91'
-FAIL canonicalize('http://example.com/foo%00%51') should be http://example.com/foo%00Q. Was http://example.com/foo%00%51.
-PASS canonicalize('http://example.com/(%28:%3A%29)') is 'http://example.com/(%28:%3A%29)'
-PASS canonicalize('http://example.com/%3A%3a%3C%3c') is 'http://example.com/%3A%3a%3C%3c'
-PASS canonicalize('http://example.com/foo	bar') is 'http://example.com/foobar'
-PASS canonicalize('http://example.com\\foo\\bar') is 'http://example.com/foo/bar'
-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.
-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:/.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Copied: trunk/LayoutTests/platform/qt-4.8/fast/url/path-expected.txt (from rev 126760, trunk/LayoutTests/platform/qt/fast/url/path-expected.txt) (0 => 126761)


--- trunk/LayoutTests/platform/qt-4.8/fast/url/path-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt-4.8/fast/url/path-expected.txt	2012-08-27 14:50:03 UTC (rev 126761)
@@ -0,0 +1,48 @@
+Canonicalization of paths.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS canonicalize('http://example.com/././foo') is 'http://example.com/foo'
+PASS canonicalize('http://example.com/./.foo') is 'http://example.com/.foo'
+PASS canonicalize('http://example.com/foo/.') is 'http://example.com/foo/'
+PASS canonicalize('http://example.com/foo/./') is 'http://example.com/foo/'
+PASS canonicalize('http://example.com/foo/bar/..') is 'http://example.com/foo/'
+PASS canonicalize('http://example.com/foo/bar/../') is 'http://example.com/foo/'
+PASS canonicalize('http://example.com/foo/..bar') is 'http://example.com/foo/..bar'
+PASS canonicalize('http://example.com/foo/bar/../ton') is 'http://example.com/foo/ton'
+PASS canonicalize('http://example.com/foo/bar/../ton/../../a') is 'http://example.com/a'
+PASS canonicalize('http://example.com/foo/../../..') is 'http://example.com/'
+PASS canonicalize('http://example.com/foo/../../../ton') is 'http://example.com/ton'
+FAIL canonicalize('http://example.com/foo/%2e') should be http://example.com/foo/. Was http://example.com/foo/%2e.
+FAIL canonicalize('http://example.com/foo/%2e%2') should be http://example.com/foo/.%2. Was http://example.com/foo/%2e%2.
+FAIL canonicalize('http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar') should be http://example.com/..bar. Was http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar.
+PASS canonicalize('http://example.com////../..') is 'http://example.com//'
+PASS canonicalize('http://example.com/foo/bar//../..') is 'http://example.com/foo/'
+PASS canonicalize('http://example.com/foo/bar//..') is 'http://example.com/foo/bar/'
+PASS canonicalize('http://example.com/foo/bar/..') is 'http://example.com/foo/'
+PASS canonicalize('http://example.com/foo') is 'http://example.com/foo'
+PASS canonicalize('http://example.com/%20foo') is 'http://example.com/%20foo'
+PASS canonicalize('http://example.com/foo%') is 'http://example.com/foo%'
+PASS canonicalize('http://example.com/foo%2') is 'http://example.com/foo%2'
+PASS canonicalize('http://example.com/foo%2zbar') is 'http://example.com/foo%2zbar'
+PASS canonicalize('http://example.com/foo%2©zbar') is 'http://example.com/foo%2%C3%82%C2%A9zbar'
+FAIL canonicalize('http://example.com/foo%41%7a') should be http://example.com/fooAz. Was http://example.com/foo%41%7a.
+PASS canonicalize('http://example.com/foo	‘%91') is 'http://example.com/foo%C2%91%91'
+FAIL canonicalize('http://example.com/foo%00%51') should be http://example.com/foo%00Q. Was http://example.com/foo%00%51.
+PASS canonicalize('http://example.com/(%28:%3A%29)') is 'http://example.com/(%28:%3A%29)'
+PASS canonicalize('http://example.com/%3A%3a%3C%3c') is 'http://example.com/%3A%3a%3C%3c'
+PASS canonicalize('http://example.com/foo	bar') is 'http://example.com/foobar'
+PASS canonicalize('http://example.com\\foo\\bar') is 'http://example.com/foo/bar'
+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.
+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:/.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Modified: trunk/LayoutTests/platform/qt-5.0/Skipped (126760 => 126761)


--- trunk/LayoutTests/platform/qt-5.0/Skipped	2012-08-27 14:27:50 UTC (rev 126760)
+++ trunk/LayoutTests/platform/qt-5.0/Skipped	2012-08-27 14:50:03 UTC (rev 126761)
@@ -15,9 +15,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=76897
 fast/events/clear-edit-drag-state.html
 
-# https://bugs.webkit.org/show_bug.cgi?id=77380
-fast/url/path.html
-
 # REGRESSION (r106488): fast/events/remove-target-with-shadow-in-drag.html fails
 # fast/events/remove-target-with-shadow-in-drag.html made fast/events/resize-subframe.html timeout
 fast/events/remove-target-with-shadow-in-drag.html

Modified: trunk/LayoutTests/platform/qt-5.0-wk1/Skipped (126760 => 126761)


--- trunk/LayoutTests/platform/qt-5.0-wk1/Skipped	2012-08-27 14:27:50 UTC (rev 126760)
+++ trunk/LayoutTests/platform/qt-5.0-wk1/Skipped	2012-08-27 14:50:03 UTC (rev 126761)
@@ -27,6 +27,9 @@
 # https://bugs.webkit.org/show_bug.cgi?id=79655
 http/tests/incremental/slow-utf8-text.pl
 
+# https://bugs.webkit.org/show_bug.cgi?id=77380
+fast/url/path.html
+
 # [Qt] REGRESSION: 360 tests started to fail with newer Qt5-WK1
 # https://bugs.webkit.org/show_bug.cgi?id=85631
 fast/css/word-space-extra.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to