Title: [147516] trunk/LayoutTests
Revision
147516
Author
[email protected]
Date
2013-04-02 20:46:01 -0700 (Tue, 02 Apr 2013)

Log Message

[EFL] Unskip and update inspector tests
https://bugs.webkit.org/show_bug.cgi?id=113840

Unreviewed gardening.

Patch by Seokju Kwon <[email protected]> on 2013-04-02

* platform/efl/TestExpectations:
* platform/efl/http/tests/inspector/console-websocket-error-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (147515 => 147516)


--- trunk/LayoutTests/ChangeLog	2013-04-03 02:50:24 UTC (rev 147515)
+++ trunk/LayoutTests/ChangeLog	2013-04-03 03:46:01 UTC (rev 147516)
@@ -1,3 +1,13 @@
+2013-04-02  Seokju Kwon  <[email protected]>
+
+        [EFL] Unskip and update inspector tests
+        https://bugs.webkit.org/show_bug.cgi?id=113840
+
+        Unreviewed gardening.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/http/tests/inspector/console-websocket-error-expected.txt: Added.
+
 2013-04-02  Benjamin Poulain  <[email protected]>
 
         Unskip filter-fallback-to-software.html on Mac WK2 Release

Modified: trunk/LayoutTests/platform/efl/TestExpectations (147515 => 147516)


--- trunk/LayoutTests/platform/efl/TestExpectations	2013-04-03 02:50:24 UTC (rev 147515)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2013-04-03 03:46:01 UTC (rev 147516)
@@ -275,7 +275,7 @@
 xmlviewer/extensions-api.html
 
 # These test -apple- and -khtml- prefixed CSS properties, which we don't support.
-inspector/styles/vendor-prefixes.html
+inspector/styles/vendor-prefixes.html [ WontFix ]
 
 # There are no expected result set yet.
 editing/unsupported-content/list-delete-001.html 
@@ -309,8 +309,6 @@
 
 # following tests started failing on EFL afrer r122952.
 http/tests/inspector/resource-parameters.html
-http/tests/inspector/compiler-source-mapping-debug.html
-http/tests/inspector/console-websocket-error.html
 inspector/styles/svg-style.xhtml
 inspector/debugger/live-edit.html
 inspector/debugger/live-edit-breakpoints.html

Added: trunk/LayoutTests/platform/efl/http/tests/inspector/console-websocket-error-expected.txt (0 => 147516)


--- trunk/LayoutTests/platform/efl/http/tests/inspector/console-websocket-error-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/http/tests/inspector/console-websocket-error-expected.txt	2013-04-03 03:46:01 UTC (rev 147516)
@@ -0,0 +1,15 @@
+CONSOLE MESSAGE: line 32: testDNSLookup: Test started.
+CONSOLE MESSAGE: WebSocket network error: Error resolving 'nonexistent.domain.invalid': No address associated with hostname
+CONSOLE MESSAGE: line 43: testDNSLookup: onclose is called.
+CONSOLE MESSAGE: line 50: testSSLCertificate: Test started.
+CONSOLE MESSAGE: WebSocket network error: Unacceptable TLS certificate
+CONSOLE MESSAGE: line 64: testSSLCertificate: onclose is called.
+WebSocket's network errors should be logged to console.
+
+testDNSLookup: Test started. console-websocket-error.html:32
+WebSocket network error: Error resolving 'nonexistent.domain.invalid': No address associated with hostname http://127.0.0.1:8000/inspector/console-websocket-error.html
+testDNSLookup: onclose is called. console-websocket-error.html:43
+testSSLCertificate: Test started. console-websocket-error.html:50
+WebSocket network error: Unacceptable TLS certificate http://127.0.0.1:8000/inspector/console-websocket-error.html
+testSSLCertificate: onclose is called. console-websocket-error.html:64
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to