Title: [89477] trunk/LayoutTests
Revision
89477
Author
jber...@webkit.org
Date
2011-06-22 13:55:48 -0700 (Wed, 22 Jun 2011)

Log Message

REGRESSION (r89449): http/tests/inspector/extensions-resources-redirect.html failing on
SnowLeopard Intel Release (Tests), Windows 7 Release (Tests).
https://bugs.webkit.org/show_bug.cgi?id=63178

Add failing expected results in order to get the bots green.

* platform/mac/http/tests/inspector/extensions-resources-redirect-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (89476 => 89477)


--- trunk/LayoutTests/ChangeLog	2011-06-22 20:44:42 UTC (rev 89476)
+++ trunk/LayoutTests/ChangeLog	2011-06-22 20:55:48 UTC (rev 89477)
@@ -1,3 +1,13 @@
+2011-06-22  Jessie Berlin  <jber...@apple.com>
+
+        REGRESSION (r89449): http/tests/inspector/extensions-resources-redirect.html failing on
+        SnowLeopard Intel Release (Tests), Windows 7 Release (Tests).
+        https://bugs.webkit.org/show_bug.cgi?id=63178
+
+        Add failing expected results in order to get the bots green.
+
+        * platform/mac/http/tests/inspector/extensions-resources-redirect-expected.txt: Added.
+
 2011-06-22  Tony Chang  <t...@chromium.org>
 
         Add test that got renamed.  Should have been included with r89466.

Added: trunk/LayoutTests/platform/mac/http/tests/inspector/extensions-resources-redirect-expected.txt (0 => 89477)


--- trunk/LayoutTests/platform/mac/http/tests/inspector/extensions-resources-redirect-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac/http/tests/inspector/extensions-resources-redirect-expected.txt	2011-06-22 20:55:48 UTC (rev 89477)
@@ -0,0 +1,22 @@
+Tests WebInspector extension API
+
+Page reloaded.
+Started extension.
+Running tests...
+RUNNING TEST: extension_testGetRedirectResourceContent
+content: null, encoding: 
+RUNNING TEST: extension_testRedirectResourceFinished
+Finished resource: http://127.0.0.1:8000/loading/resources/redirect-methods-result.php?status=302
+Finished resource: http://127.0.0.1:8000/loading/resources/redirect-methods-result.php?redirected=true
+RUNNING TEST: extension_testRedirectResourcesInHAR
+Resources in HAR:
+http://127.0.0.1:8000/inspector/extensions-resources-redirect.html
+http://127.0.0.1:8000/inspector/extensions-resources-test.js
+http://127.0.0.1:8000/inspector/extensions-test.js
+http://127.0.0.1:8000/inspector/inspector-test.js
+http://127.0.0.1:8000/loading/resources/redirect-methods-result.php?redirected=true
+http://127.0.0.1:8000/loading/resources/redirect-methods-result.php?redirected=true
+http://127.0.0.1:8000/loading/resources/redirect-methods-result.php?status=302
+http://127.0.0.1:8000/loading/resources/redirect-methods-result.php?status=302
+All tests done.
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to