Title: [227719] trunk/LayoutTests
Revision
227719
Author
[email protected]
Date
2018-01-28 12:00:07 -0800 (Sun, 28 Jan 2018)

Log Message

Unreviewed GTK+ gardening.

* platform/gtk/TestExpectations: Add failure expectations for three tests.
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-expected.txt:
Added a test baseline due to console messages being output in a slightly different order.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (227718 => 227719)


--- trunk/LayoutTests/ChangeLog	2018-01-28 19:08:08 UTC (rev 227718)
+++ trunk/LayoutTests/ChangeLog	2018-01-28 20:00:07 UTC (rev 227719)
@@ -1,3 +1,11 @@
+2018-01-28  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK+ gardening.
+
+        * platform/gtk/TestExpectations: Add failure expectations for three tests.
+        * platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-expected.txt:
+        Added a test baseline due to console messages being output in a slightly different order.
+
 2018-01-26  Ryosuke Niwa  <[email protected]>
 
         Make accessibility/mac/selection-notification-focus-change.html more reliable and re-enable it

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (227718 => 227719)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2018-01-28 19:08:08 UTC (rev 227718)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2018-01-28 20:00:07 UTC (rev 227719)
@@ -2243,6 +2243,10 @@
 
 webkit.org/b/182109 media/video-fullscreen-reload-crash.html [ Timeout ]
 
+webkit.org/b/182222 http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour.html [ Timeout ]
+webkit.org/b/182222 webkit.org/b/175189 http/tests/resourceLoadStatistics/grandfathering.html [ Timeout ]
+
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests timing out
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -3301,8 +3305,6 @@
 
 webkit.org/b/180805 inspector/canvas/requestContent-bitmaprenderer.html [ Failure ]
 
-webkit.org/b/175189 http/tests/resourceLoadStatistics/grandfathering.html [ Failure ]
-
 webkit.org/b/181659 fast/canvas/webgl/simulated-vertexAttrib0-invalid-indicies.html [ Failure ]
 
 webkit.org/b/181660 webgl/1.0.2/conformance/limits/gl-min-textures.html [ Failure ]
@@ -3320,6 +3322,8 @@
 webkit.org/b/182103 fast/forms/focus-selection-textarea.html [ Failure ]
 webkit.org/b/182103 editing/input/reveal-edit-on-paste-vertically.html [ Failure ]
 
+webkit.org/b/182223 fast/forms/listbox-selection.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of non-crashing, non-flaky tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-expected.txt (0 => 227719)


--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-expected.txt	2018-01-28 20:00:07 UTC (rev 227719)
@@ -0,0 +1,15 @@
+CONSOLE MESSAGE: line 1: SyntaxError: No identifiers allowed directly after numeric literal
+CONSOLE MESSAGE: TypeError: 'text/plain' is not a valid _javascript_ MIME type.
+CONSOLE MESSAGE: TypeError: 'text/plain' is not a valid _javascript_ MIME type.
+CONSOLE MESSAGE: line 1: SyntaxError: No identifiers allowed directly after numeric literal
+CONSOLE MESSAGE: line 1: SyntaxError: No identifiers allowed directly after numeric literal
+CONSOLE MESSAGE: line 1: SyntaxError: No identifiers allowed directly after numeric literal
+html-script-module-errorHandling
+
+
+FAIL IFrame test: 'iframe_parseError_Root' assert_equals: Unexpected _errorReported value expected "error" but got ""
+PASS IFrame test: 'iframe_parseError_Dependent' 
+PASS IFrame test: 'iframe_parseError_DependentMultiple' 
+PASS External root module with non-script mimetype 
+PASS Module with imported non-script mimetype 
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to