Title: [117009] trunk/LayoutTests
Revision
117009
Author
[email protected]
Date
2012-05-14 16:11:46 -0700 (Mon, 14 May 2012)

Log Message

Rebaseline http/tests/misc/will-send-request-returns-null-on-redirect on chromium.

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

Unreviewed, baselines change.

* platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
* platform/chromium/test_expectations.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (117008 => 117009)


--- trunk/LayoutTests/ChangeLog	2012-05-14 23:02:20 UTC (rev 117008)
+++ trunk/LayoutTests/ChangeLog	2012-05-14 23:11:46 UTC (rev 117009)
@@ -1,3 +1,14 @@
+2012-05-14  Dirk Pranke  <[email protected]>
+
+        Rebaseline http/tests/misc/will-send-request-returns-null-on-redirect on chromium.
+
+        https://bugs.webkit.org/show_bug.cgi?id=60121
+
+        Unreviewed, baselines change.
+
+        * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
+        * platform/chromium/test_expectations.txt:
+
 2012-05-14  Takashi Sakamoto  <[email protected]>
 
         Crash in WebCore::RenderObject::repaint

Added: trunk/LayoutTests/platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt (0 => 117009)


--- trunk/LayoutTests/platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt	2012-05-14 23:11:46 UTC (rev 117009)
@@ -0,0 +1,8 @@
+http://127.0.0.1:8000/misc/resources/redirect-to-http-url.php - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/misc/resources/redirect-to-http-url.php, main document URL http://127.0.0.1:8000/misc/will-send-request-returns-null-on-redirect.html, http method GET> redirectResponse (null)
+<unknown> - didFinishLoading
+http://127.0.0.1:8000/misc/resources/redirect-to-http-url.php - willSendRequest <NSURLRequest URL http://www.example.com/, main document URL http://127.0.0.1:8000/misc/will-send-request-returns-null-on-redirect.html, http method GET> redirectResponse <NSURLResponse http://127.0.0.1:8000/misc/resources/redirect-to-http-url.php, http status code 302>
+Returning null for this redirect
+http://127.0.0.1:8000/misc/resources/redirect-to-http-url.php - didFailLoadingWithError: <NSError domain WebKit, code -10000, failing URL "(null)">
+https://bugs.webkit.org/show_bug.cgi?id=27595
+This test checks to make sure that things behave as expected when the resource load delegate returns null in response to willSendRequest.
+

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (117008 => 117009)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-05-14 23:02:20 UTC (rev 117008)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-05-14 23:11:46 UTC (rev 117009)
@@ -2654,9 +2654,6 @@
 
 BUGWK56702 WIN DEBUG : http/tests/navigation/ping-cross-origin-from-https.html = PASS TIMEOUT
 
-// broke in r84742 - just needs a new baseline?
-BUGWK60121 : http/tests/misc/will-send-request-returns-null-on-redirect.html = TEXT
-
 BUGCR86338 : fast/loader/file-protocol-fragment.html = TEXT
 BUGCR86340 : fast/filesystem/file-writer-write-overlapped.html = PASS CRASH TEXT
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to