Title: [102940] trunk/LayoutTests
Revision
102940
Author
[email protected]
Date
2011-12-15 08:40:19 -0800 (Thu, 15 Dec 2011)

Log Message

Unreviewed test expectations fix.

* http/tests/inspector/console-resource-errors-expected.txt:
* http/tests/inspector/console-xhr-logging-expected.txt:
* platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt: Copied from LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt.
* platform/qt/Skipped:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (102939 => 102940)


--- trunk/LayoutTests/ChangeLog	2011-12-15 16:27:55 UTC (rev 102939)
+++ trunk/LayoutTests/ChangeLog	2011-12-15 16:40:19 UTC (rev 102940)
@@ -1,3 +1,12 @@
+2011-12-15  Vsevolod Vlasov  <[email protected]>
+
+        Unreviewed test expectations fix.
+
+        * http/tests/inspector/console-resource-errors-expected.txt:
+        * http/tests/inspector/console-xhr-logging-expected.txt:
+        * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt: Copied from LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt.
+        * platform/qt/Skipped:
+
 2011-12-15  Igor Oliveira  <[email protected]>
 
         [Qt] Support requestAnimationFrame API

Modified: trunk/LayoutTests/http/tests/inspector/console-resource-errors-expected.txt (102939 => 102940)


--- trunk/LayoutTests/http/tests/inspector/console-resource-errors-expected.txt	2011-12-15 16:27:55 UTC (rev 102939)
+++ trunk/LayoutTests/http/tests/inspector/console-resource-errors-expected.txt	2011-12-15 16:40:19 UTC (rev 102940)
@@ -1,8 +1,8 @@
 Tests that errors to load a resource cause error messages to be logged to console.
 
 
-GET http://127.0.0.1:8000/inspector/missing.css 404 (Not Found) console-message console-error-level
-GET http://127.0.0.1:8000/inspector/non-existent-script.js 404 (Not Found) console-message console-error-level
-console-resource-errors.html:18GET http://127.0.0.1:8000/inspector/non-existent-xhr 404 (Not Found) console-message console-error-level
+console-resource-errors-iframe.html:3GET http://127.0.0.1:8000/inspector/missing.css 404 (Not Found) console-message console-error-level
+console-resource-errors-iframe.html:4GET http://127.0.0.1:8000/inspector/non-existent-script.js 404 (Not Found) console-message console-error-level
 non-existent-iframe.html:1GET http://127.0.0.1:8000/inspector/non-existent-iframe.html 404 (Not Found) console-message console-error-level
+non-existent-xhr:1GET http://127.0.0.1:8000/inspector/non-existent-xhr 404 (Not Found) console-message console-error-level
 

Modified: trunk/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt (102939 => 102940)


--- trunk/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt	2011-12-15 16:27:55 UTC (rev 102939)
+++ trunk/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt	2011-12-15 16:40:19 UTC (rev 102940)
@@ -11,17 +11,17 @@
 Tests that XMLHttpRequest Logging works when Enabled and doesn't show logs when Disabled.
 
 console-xhr-logging.html:10sending a GET request to resources/xhr-exists.html
-network-test.js:39XHR finished loading: "http://127.0.0.1:8000/inspector/resources/xhr-exists.html".
+XHR finished loading: "http://127.0.0.1:8000/inspector/resources/xhr-exists.html".
 console-xhr-logging.html:10sending a GET request to resources/xhr-does-not-exist.html
-network-test.js:39GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html 404 (Not Found)
-network-test.js:39XHR finished loading: "http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html".
+resources/xhr-does-not-exist.html:1GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html 404 (Not Found)
+XHR finished loading: "http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html".
 console-xhr-logging.html:10sending a POST request to resources/post-target.cgi
-network-test.js:39XHR finished loading: "http://127.0.0.1:8000/inspector/resources/post-target.cgi".
+XHR finished loading: "http://127.0.0.1:8000/inspector/resources/post-target.cgi".
 console-xhr-logging.html:10sending a GET request to http://localhost:8000/inspector/resources/xhr-exists.html
 XMLHttpRequest cannot load http://localhost:8000/inspector/resources/xhr-exists.html. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin.
 console-xhr-logging.html:10sending a GET request to resources/xhr-exists.html
 console-xhr-logging.html:10sending a GET request to resources/xhr-does-not-exist.html
-network-test.js:39GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html 404 (Not Found)
+resources/xhr-does-not-exist.html:1GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html 404 (Not Found)
 console-xhr-logging.html:10sending a POST request to resources/post-target.cgi
 console-xhr-logging.html:10sending a GET request to http://localhost:8000/inspector/resources/xhr-exists.html
 XMLHttpRequest cannot load http://localhost:8000/inspector/resources/xhr-exists.html. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin.

Copied: trunk/LayoutTests/platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt (from rev 102939, trunk/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt) (0 => 102940)


--- trunk/LayoutTests/platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt	2011-12-15 16:40:19 UTC (rev 102940)
@@ -0,0 +1,28 @@
+CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE MESSAGE: line 1: XMLHttpRequest cannot load http://localhost:8000/inspector/resources/xhr-exists.html. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin.
+CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE MESSAGE: line 10: sending a %s request to %s
+CONSOLE MESSAGE: line 1: XMLHttpRequest cannot load http://localhost:8000/inspector/resources/xhr-exists.html. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin.
+Tests that XMLHttpRequest Logging works when Enabled and doesn't show logs when Disabled.
+
+console-xhr-logging.html:10sending a GET request to resources/xhr-exists.html
+network-test.js:39XHR finished loading: "http://127.0.0.1:8000/inspector/resources/xhr-exists.html".
+console-xhr-logging.html:10sending a GET request to resources/xhr-does-not-exist.html
+network-test.js:39GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html 404 (Not Found)
+network-test.js:39XHR finished loading: "http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html".
+console-xhr-logging.html:10sending a POST request to resources/post-target.cgi
+network-test.js:39XHR finished loading: "http://127.0.0.1:8000/inspector/resources/post-target.cgi".
+console-xhr-logging.html:10sending a GET request to http://localhost:8000/inspector/resources/xhr-exists.html
+XMLHttpRequest cannot load http://localhost:8000/inspector/resources/xhr-exists.html. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin.
+console-xhr-logging.html:10sending a GET request to resources/xhr-exists.html
+console-xhr-logging.html:10sending a GET request to resources/xhr-does-not-exist.html
+network-test.js:39GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html 404 (Not Found)
+console-xhr-logging.html:10sending a POST request to resources/post-target.cgi
+console-xhr-logging.html:10sending a GET request to http://localhost:8000/inspector/resources/xhr-exists.html
+XMLHttpRequest cannot load http://localhost:8000/inspector/resources/xhr-exists.html. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin.
+

Modified: trunk/LayoutTests/platform/qt/Skipped (102939 => 102940)


--- trunk/LayoutTests/platform/qt/Skipped	2011-12-15 16:27:55 UTC (rev 102939)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-12-15 16:40:19 UTC (rev 102940)
@@ -2532,11 +2532,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=74411
 html5lib/runner.html
 
-# http://trac.webkit.org/changeset/102919 broke them
-# https://bugs.webkit.org/show_bug.cgi?id=74521
-http/tests/inspector/console-resource-errors.html
-http/tests/inspector/console-xhr-logging.html
-
 # REGRESSION(r102829): It made fast/images/move-image-to-new-document.html timeout
 # https://bugs.webkit.org/show_bug.cgi?id=74607
 fast/images/move-image-to-new-document.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to