Title: [263215] trunk/LayoutTests
Revision
263215
Author
dp...@igalia.com
Date
2020-06-18 10:03:08 -0700 (Thu, 18 Jun 2020)

Log Message

[GTK] Unreviewed test gardening. Update test expectations after r263207.

* platform/glib/js/dom/constructor-length-expected.txt: Updated.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-serializable-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (263214 => 263215)


--- trunk/LayoutTests/ChangeLog	2020-06-18 16:52:12 UTC (rev 263214)
+++ trunk/LayoutTests/ChangeLog	2020-06-18 17:03:08 UTC (rev 263215)
@@ -1,5 +1,13 @@
 2020-06-18  Diego Pino Garcia  <dp...@igalia.com>
 
+        [GTK] Unreviewed test gardening. Update test expectations after r263207.
+
+        * platform/glib/js/dom/constructor-length-expected.txt: Updated.
+        * platform/gtk/TestExpectations:
+        * platform/gtk/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-serializable-expected.txt: Added.
+
+2020-06-18  Diego Pino Garcia  <dp...@igalia.com>
+
         [GTK] Unreviewed test gardening. Update status of flaky timeout failures after r263206.
 
         * platform/gtk/TestExpectations:

Modified: trunk/LayoutTests/platform/glib/js/dom/constructor-length-expected.txt (263214 => 263215)


--- trunk/LayoutTests/platform/glib/js/dom/constructor-length-expected.txt	2020-06-18 16:52:12 UTC (rev 263214)
+++ trunk/LayoutTests/platform/glib/js/dom/constructor-length-expected.txt	2020-06-18 17:03:08 UTC (rev 263215)
@@ -4,7 +4,7 @@
 
 
 PASS ArrayBuffer.length is 1
-FAIL AudioContext.length should be 0. Threw exception ReferenceError: Can't find variable: AudioContext
+PASS AudioContext.length is 0
 FAIL AutocompleteErrorEvent.length should be 1. Threw exception ReferenceError: Can't find variable: AutocompleteErrorEvent
 PASS AnimationEvent.length is 1
 PASS Blob.length is 0

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (263214 => 263215)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2020-06-18 16:52:12 UTC (rev 263214)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2020-06-18 17:03:08 UTC (rev 263215)
@@ -3919,6 +3919,8 @@
 
 fast/scrolling/rtl-scrollbars-listbox-scroll.html [ Pass ]
 
+imported/w3c/web-platform-tests/service-workers/service-worker/fetch-audio-tainting.https.html [ Pass ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of PASSING tests. See top of file where to put new expectations.
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -3977,4 +3979,4 @@
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of tests failing due to THREADED COMPOSITOR enablement. Don't put random test
 # failures here. See the top of the file for where to put new expectations.
-#////////////////////////////////////////////////////////////////////////////////////////
\ No newline at end of file
+#////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-serializable-expected.txt (0 => 263215)


--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-serializable-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-serializable-expected.txt	2020-06-18 17:03:08 UTC (rev 263215)
@@ -0,0 +1,14 @@
+
+PASS Serialize ImageBitmap created from an HTMLCanvasElement 
+PASS Serialize ImageBitmap created from an HTMLVideoElement 
+PASS Serialize ImageBitmap created from an HTMLVideoElement from a data URL 
+PASS Serialize ImageBitmap created from a bitmap HTMLImageElement 
+PASS Serialize ImageBitmap created from a vector HTMLImageElement 
+FAIL Serialize ImageBitmap created from a bitmap SVGImageElement promise_test: Unhandled rejection with value: object "TypeError: Type error"
+FAIL Serialize ImageBitmap created from a vector SVGImageElement promise_test: Unhandled rejection with value: object "TypeError: Type error"
+PASS Serialize ImageBitmap created from an OffscreenCanvas 
+FAIL Serialize ImageBitmap created from an ImageData promise_test: Unhandled rejection with value: object "TypeError: createImageBitmap with ImageData is not implemented"
+PASS Serialize ImageBitmap created from an ImageBitmap 
+PASS Serialize ImageBitmap created from a Blob 
+FAIL Serializing a non-origin-clean ImageBitmap throws. assert_throws_dom: function "() => worker.postMessage(bitmap)" did not throw
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to