[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
eric at webkit.org
eric at webkit.org
Tue Jan 5 23:49:18 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 64c173e871c8b754aac726d3e62c089f73fff309
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Dec 14 20:28:24 2009 +0000
2009-12-14 Robert Hogan <robert at roberthogan.net>
Reviewed by Eric Seidel.
access-control-basic-denied-preflight-cache.html fails manual testing.
LayoutTests/http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache.html
fails manual testing. It passes the automatic layout tests in Qt due to a bug with
notifyDone (see https://bugs.webkit.org/show_bug.cgi?id=32437).
Performing the test manually in QtLauncher shows that an exception is received.
Add access-control-basic-denied-preflight-cache.html to the Qt skipped list.
https://bugs.webkit.org/show_bug.cgi?id=32521
* platform/qt/Skipped:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52109 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 6fe28e7..d75c252 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,21 @@
+2009-12-14 Robert Hogan <robert at roberthogan.net>
+
+ Reviewed by Eric Seidel.
+
+ access-control-basic-denied-preflight-cache.html fails manual testing.
+
+ LayoutTests/http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache.html
+ fails manual testing. It passes the automatic layout tests in Qt due to a bug with
+ notifyDone (see https://bugs.webkit.org/show_bug.cgi?id=32437).
+
+ Performing the test manually in QtLauncher shows that an exception is received.
+
+ Add access-control-basic-denied-preflight-cache.html to the Qt skipped list.
+
+ https://bugs.webkit.org/show_bug.cgi?id=32521
+
+ * platform/qt/Skipped:
+
2009-12-14 Eric Carlson <eric.carlson at apple.com>
Not reviewed, build fix.
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index b80e0fc..be843aa 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -5187,3 +5187,10 @@ http/tests/misc/percent-sign-in-form-field-name.html
# https://bugs.webkit.org/show_bug.cgi?id=32470
http/tests/navigation/dynamic-iframe-dynamic-form-back-entry.html
http/tests/navigation/parsed-iframe-dynamic-form-back-entry.html
+
+# This test actually fails in manual testing.
+# It only passed automatic testing due to a bug in Qt's DRT, filed
+# under https://bugs.webkit.org/show_bug.cgi?id=32437.
+# The bug with this test is tracked under https://bugs.webkit.org/show_bug.cgi?id=32521
+http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache.html
+
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list