Created
November 9, 2011 13:52
-
-
Save azbesthu/1351492 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog | |
index cbd1a6f..018f88f 100644 | |
--- a/LayoutTests/ChangeLog | |
+++ b/LayoutTests/ChangeLog | |
@@ -1,3 +1,14 @@ | |
+2011-11-09 Zoltan Arvai <[email protected]> | |
+ | |
+ [Qt] Some passing tests removed from Skipped list | |
+ https://bugs.webkit.org/show_bug.cgi?id=45598 | |
+ https://bugs.webkit.org/show_bug.cgi?id=32961 | |
+ http://bugreports.qt.nokia.com/browse/QTBUG-15566 | |
+ | |
+ Reviewed by NOBODY (OOPS!). | |
+ | |
+ * platform/qt/Skipped: | |
+ | |
2011-11-09 Roland Takacs <[email protected]> | |
[WK2] nrwt pixeltests crash while test | |
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped | |
index f6120c2..a957771 100644 | |
--- a/LayoutTests/platform/qt/Skipped | |
+++ b/LayoutTests/platform/qt/Skipped | |
@@ -373,11 +373,6 @@ http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-o | |
# This needs more attention! | |
http/tests/misc/acid3.html | |
-# Page reload does not send any cache control headers. | |
-# https://bugs.webkit.org/show_bug.cgi?id=45598 | |
-# Fixed in Qt 4.8 | |
-http/tests/misc/refresh-headers.php | |
- | |
# Benign pixel differences except for: | |
# +selection start: position 0 of child 5 {IMG} of body | |
# +selection end: position 1 of child 5 {IMG} of body | |
@@ -388,9 +383,6 @@ http/tests/security/dataTransfer-set-data-file-url.html | |
# We should find out what dumpAsText() is doing wrong | |
http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html | |
-# - FAIL: Subframe did not finish loading. | |
-http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html | |
- | |
# Disabled HTTP subdirs for now, needs investigation. | |
http/tests/media | |
@@ -405,11 +397,6 @@ http/tests/navigation/timerredirect-goback.html | |
# Failing xmlhttprequest tests # | |
# =========================================================================== # | |
-# DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail: | |
-# https://bugs.webkit.org/show_bug.cgi?id=32961 | |
-# Passes against Qt trunk (4e2d549e8b2e34c5bd4c77a4a6eba99ed0912168) but not 4.7.2 | |
-http/tests/xmlhttprequest/basic-auth-default.html | |
- | |
# Skip xmlhttprequest tests - NETWORK_ERR: XMLHttpRequest Exception 101: A network error occured in synchronous requests. | |
http/tests/xmlhttprequest/logout.html | |
http/tests/xmlhttprequest/methods-async.html | |
@@ -421,12 +408,6 @@ http/tests/xmlhttprequest/workers/shared-worker-methods.html | |
http/tests/xmlhttprequest/re-login-async.html | |
http/tests/xmlhttprequest/re-login.html | |
-# DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail: | |
-# https://bugs.webkit.org/show_bug.cgi?id=32961 | |
-# Passes against Qt trunk (4e2d549e8b2e34c5bd4c77a4a6eba99ed0912168) but not 4.7.2 | |
-http/tests/xmlhttprequest/failed-auth.html | |
- | |
- | |
# Still fail with Qt 4.7.1 | |
http/tests/xmlhttprequest/cache-override.html | |
http/tests/xmlhttprequest/cross-origin-authorization.html | |
@@ -450,9 +431,6 @@ svg/text/caret-in-svg-text.xhtml | |
editing/inserting/5994480-2.html | |
editing/inserting/typing-at-end-of-line.html | |
-# http://bugreports.qt.nokia.com/browse/QTBUG-15566 | |
-http/tests/xmlhttprequest/basic-auth-nouser.html | |
- | |
# =========================================================================== # | |
# Failing pasteboard tests. # | |
# =========================================================================== # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment