Title: [228485] branches/safari-605-branch/LayoutTests
Revision
228485
Author
ryanhad...@apple.com
Date
2018-02-14 13:26:53 -0800 (Wed, 14 Feb 2018)

Log Message

Work towards rdar://problem/36837397.

Unreviewed test gardening.

* platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-dispatch-expected.txt: Removed.
* platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-runtime-flag-expected.txt: Removed.
* platform/mac-highsierra-wk1/inspector/canvas/resolveCanvasContext-webgpu-expected.txt: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/workers/interfaces.worker-expected.txt: Added.
* platform/mac-wk1/imported/w3c/web-platform-tests/workers/semantics/interface-objects/001.worker-expected.txt: Added.
* platform/mac-wk1/inspector/canvas/recording-2d-expected.txt: Added.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: branches/safari-605-branch/LayoutTests/ChangeLog (228484 => 228485)


--- branches/safari-605-branch/LayoutTests/ChangeLog	2018-02-14 21:23:21 UTC (rev 228484)
+++ branches/safari-605-branch/LayoutTests/ChangeLog	2018-02-14 21:26:53 UTC (rev 228485)
@@ -1,3 +1,16 @@
+2018-02-14  Ryan Haddad  <ryanhad...@apple.com>
+
+        Work towards rdar://problem/36837397.
+
+        Unreviewed test gardening.
+
+        * platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-dispatch-expected.txt: Removed.
+        * platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-runtime-flag-expected.txt: Removed.
+        * platform/mac-highsierra-wk1/inspector/canvas/resolveCanvasContext-webgpu-expected.txt: Removed.
+        * platform/mac-wk1/imported/w3c/web-platform-tests/workers/interfaces.worker-expected.txt: Added.
+        * platform/mac-wk1/imported/w3c/web-platform-tests/workers/semantics/interface-objects/001.worker-expected.txt: Added.
+        * platform/mac-wk1/inspector/canvas/recording-2d-expected.txt: Added.
+
 2018-02-13  Jason Marcell  <jmarc...@apple.com>
 
         Cherry-pick r228445. rdar://problem/37523940

Deleted: branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/inspector/canvas/resolveCanvasContext-webgpu-expected.txt (228484 => 228485)


--- branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/inspector/canvas/resolveCanvasContext-webgpu-expected.txt	2018-02-14 21:23:21 UTC (rev 228484)
+++ branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/inspector/canvas/resolveCanvasContext-webgpu-expected.txt	2018-02-14 21:26:53 UTC (rev 228485)
@@ -1,8 +0,0 @@
-Tests for the Canvas.resolveCanvasContext command for WebGPU contexts.
-
-
-== Running test suite: Canvas.resolveCanvasContextWebGPU
--- Running test case: Canvas.resolveCanvasContextWebGPU.validIdentifier
-!! EXCEPTION: Missing Canvas.
-Stack Trace: #0: (anonymous) ((unknown))
-

Added: branches/safari-605-branch/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/workers/interfaces.worker-expected.txt (0 => 228485)


--- branches/safari-605-branch/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/workers/interfaces.worker-expected.txt	                        (rev 0)
+++ branches/safari-605-branch/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/workers/interfaces.worker-expected.txt	2018-02-14 21:26:53 UTC (rev 228485)
@@ -0,0 +1,158 @@
+
+PASS EventTarget interface: existence and properties of interface object 
+PASS EventTarget interface object length 
+PASS EventTarget interface object name 
+PASS EventTarget interface: existence and properties of interface prototype object 
+PASS EventTarget interface: existence and properties of interface prototype object's "constructor" property 
+PASS EventTarget interface: operation addEventListener(DOMString, EventListener, [object Object],[object Object]) 
+PASS EventTarget interface: operation removeEventListener(DOMString, EventListener, [object Object],[object Object]) 
+PASS EventTarget interface: operation dispatchEvent(Event) 
+PASS EventListener interface: existence and properties of interface object 
+PASS WorkerGlobalScope interface: existence and properties of interface object 
+PASS WorkerGlobalScope interface object length 
+PASS WorkerGlobalScope interface object name 
+PASS WorkerGlobalScope interface: existence and properties of interface prototype object 
+PASS WorkerGlobalScope interface: existence and properties of interface prototype object's "constructor" property 
+PASS WorkerGlobalScope interface: attribute self 
+PASS WorkerGlobalScope interface: attribute location 
+PASS WorkerGlobalScope interface: attribute navigator 
+PASS WorkerGlobalScope interface: operation importScripts(USVString) 
+PASS WorkerGlobalScope interface: attribute onerror 
+FAIL WorkerGlobalScope interface: attribute onlanguagechange assert_true: The prototype object must have a property "onlanguagechange" expected true got false
+PASS WorkerGlobalScope interface: attribute onoffline 
+PASS WorkerGlobalScope interface: attribute ononline 
+FAIL WorkerGlobalScope interface: attribute onrejectionhandled assert_true: The prototype object must have a property "onrejectionhandled" expected true got false
+FAIL WorkerGlobalScope interface: attribute onunhandledrejection assert_true: The prototype object must have a property "onunhandledrejection" expected true got false
+PASS WorkerGlobalScope interface: attribute origin 
+PASS WorkerGlobalScope interface: operation btoa(DOMString) 
+PASS WorkerGlobalScope interface: operation atob(DOMString) 
+PASS WorkerGlobalScope interface: operation setTimeout(TimerHandler, long, any) 
+PASS WorkerGlobalScope interface: operation clearTimeout(long) 
+PASS WorkerGlobalScope interface: operation setInterval(TimerHandler, long, any) 
+PASS WorkerGlobalScope interface: operation clearInterval(long) 
+FAIL WorkerGlobalScope interface: operation createImageBitmap(ImageBitmapSource, ImageBitmapOptions) assert_own_property: interface prototype object missing non-static operation expected property "createImageBitmap" missing
+FAIL WorkerGlobalScope interface: operation createImageBitmap(ImageBitmapSource, long, long, long, long, ImageBitmapOptions) assert_own_property: interface prototype object missing non-static operation expected property "createImageBitmap" missing
+PASS DedicatedWorkerGlobalScope interface: existence and properties of interface object 
+PASS DedicatedWorkerGlobalScope interface object length 
+PASS DedicatedWorkerGlobalScope interface object name 
+PASS DedicatedWorkerGlobalScope interface: existence and properties of interface prototype object 
+PASS DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of interface prototype object - setting to a new value via Object.setPrototypeOf should throw a TypeError 
+PASS DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of interface prototype object - setting to a new value via __proto__ should throw a TypeError 
+PASS DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of interface prototype object - setting to a new value via Reflect.setPrototypeOf should return false 
+PASS DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of interface prototype object - setting to its original value via Object.setPrototypeOf should not throw 
+PASS DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of interface prototype object - setting to its original value via __proto__ should not throw 
+PASS DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of interface prototype object - setting to its original value via Reflect.setPrototypeOf should return true 
+PASS DedicatedWorkerGlobalScope interface: existence and properties of interface prototype object's "constructor" property 
+FAIL DedicatedWorkerGlobalScope interface: attribute name assert_own_property: The global object must have a property "name" expected property "name" missing
+PASS DedicatedWorkerGlobalScope interface: operation postMessage(any, [object Object]) 
+PASS DedicatedWorkerGlobalScope interface: operation close() 
+PASS DedicatedWorkerGlobalScope interface: attribute onmessage 
+FAIL DedicatedWorkerGlobalScope interface: attribute onmessageerror assert_own_property: The global object must have a property "onmessageerror" expected property "onmessageerror" missing
+PASS DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of global platform object - setting to a new value via Object.setPrototypeOf should throw a TypeError 
+PASS DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of global platform object - setting to a new value via __proto__ should throw a TypeError 
+PASS DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of global platform object - setting to a new value via Reflect.setPrototypeOf should return false 
+PASS DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of global platform object - setting to its original value via Object.setPrototypeOf should not throw 
+PASS DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of global platform object - setting to its original value via __proto__ should not throw 
+PASS DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of global platform object - setting to its original value via Reflect.setPrototypeOf should return true 
+PASS DedicatedWorkerGlobalScope must be primary interface of self 
+PASS Stringification of self 
+FAIL DedicatedWorkerGlobalScope interface: self must inherit property "name" with the proper type assert_own_property: expected property "name" missing
+PASS DedicatedWorkerGlobalScope interface: self must inherit property "postMessage(any, [object Object])" with the proper type 
+PASS DedicatedWorkerGlobalScope interface: calling postMessage(any, [object Object]) on self with too few arguments must throw TypeError 
+PASS DedicatedWorkerGlobalScope interface: self must inherit property "close()" with the proper type 
+PASS DedicatedWorkerGlobalScope interface: self must inherit property "onmessage" with the proper type 
+FAIL DedicatedWorkerGlobalScope interface: self must inherit property "onmessageerror" with the proper type assert_own_property: expected property "onmessageerror" missing
+PASS WorkerGlobalScope interface: self must inherit property "self" with the proper type 
+PASS WorkerGlobalScope interface: self must inherit property "location" with the proper type 
+PASS WorkerGlobalScope interface: self must inherit property "navigator" with the proper type 
+PASS WorkerGlobalScope interface: self must inherit property "importScripts(USVString)" with the proper type 
+PASS WorkerGlobalScope interface: calling importScripts(USVString) on self with too few arguments must throw TypeError 
+PASS WorkerGlobalScope interface: self must inherit property "onerror" with the proper type 
+FAIL WorkerGlobalScope interface: self must inherit property "onlanguagechange" with the proper type assert_inherits: property "onlanguagechange" not found in prototype chain
+PASS WorkerGlobalScope interface: self must inherit property "onoffline" with the proper type 
+PASS WorkerGlobalScope interface: self must inherit property "ononline" with the proper type 
+FAIL WorkerGlobalScope interface: self must inherit property "onrejectionhandled" with the proper type assert_inherits: property "onrejectionhandled" not found in prototype chain
+FAIL WorkerGlobalScope interface: self must inherit property "onunhandledrejection" with the proper type assert_inherits: property "onunhandledrejection" not found in prototype chain
+PASS WorkerGlobalScope interface: self must inherit property "origin" with the proper type 
+PASS WorkerGlobalScope interface: self must inherit property "btoa(DOMString)" with the proper type 
+PASS WorkerGlobalScope interface: calling btoa(DOMString) on self with too few arguments must throw TypeError 
+PASS WorkerGlobalScope interface: self must inherit property "atob(DOMString)" with the proper type 
+PASS WorkerGlobalScope interface: calling atob(DOMString) on self with too few arguments must throw TypeError 
+PASS WorkerGlobalScope interface: self must inherit property "setTimeout(TimerHandler, long, any)" with the proper type 
+PASS WorkerGlobalScope interface: calling setTimeout(TimerHandler, long, any) on self with too few arguments must throw TypeError 
+PASS WorkerGlobalScope interface: self must inherit property "clearTimeout(long)" with the proper type 
+PASS WorkerGlobalScope interface: calling clearTimeout(long) on self with too few arguments must throw TypeError 
+PASS WorkerGlobalScope interface: self must inherit property "setInterval(TimerHandler, long, any)" with the proper type 
+PASS WorkerGlobalScope interface: calling setInterval(TimerHandler, long, any) on self with too few arguments must throw TypeError 
+PASS WorkerGlobalScope interface: self must inherit property "clearInterval(long)" with the proper type 
+PASS WorkerGlobalScope interface: calling clearInterval(long) on self with too few arguments must throw TypeError 
+FAIL WorkerGlobalScope interface: self must inherit property "createImageBitmap(ImageBitmapSource, ImageBitmapOptions)" with the proper type assert_inherits: property "createImageBitmap" not found in prototype chain
+FAIL WorkerGlobalScope interface: calling createImageBitmap(ImageBitmapSource, ImageBitmapOptions) on self with too few arguments must throw TypeError assert_inherits: property "createImageBitmap" not found in prototype chain
+FAIL WorkerGlobalScope interface: self must inherit property "createImageBitmap(ImageBitmapSource, long, long, long, long, ImageBitmapOptions)" with the proper type assert_inherits: property "createImageBitmap" not found in prototype chain
+FAIL WorkerGlobalScope interface: calling createImageBitmap(ImageBitmapSource, long, long, long, long, ImageBitmapOptions) on self with too few arguments must throw TypeError assert_inherits: property "createImageBitmap" not found in prototype chain
+PASS EventTarget interface: self must inherit property "addEventListener(DOMString, EventListener, [object Object],[object Object])" with the proper type 
+PASS EventTarget interface: calling addEventListener(DOMString, EventListener, [object Object],[object Object]) on self with too few arguments must throw TypeError 
+PASS EventTarget interface: self must inherit property "removeEventListener(DOMString, EventListener, [object Object],[object Object])" with the proper type 
+PASS EventTarget interface: calling removeEventListener(DOMString, EventListener, [object Object],[object Object]) on self with too few arguments must throw TypeError 
+PASS EventTarget interface: self must inherit property "dispatchEvent(Event)" with the proper type 
+PASS EventTarget interface: calling dispatchEvent(Event) on self with too few arguments must throw TypeError 
+PASS WorkerNavigator interface: existence and properties of interface object 
+PASS WorkerNavigator interface object length 
+PASS WorkerNavigator interface object name 
+PASS WorkerNavigator interface: existence and properties of interface prototype object 
+PASS WorkerNavigator interface: existence and properties of interface prototype object's "constructor" property 
+PASS WorkerNavigator interface: attribute appCodeName 
+PASS WorkerNavigator interface: attribute appName 
+PASS WorkerNavigator interface: attribute appVersion 
+PASS WorkerNavigator interface: attribute platform 
+PASS WorkerNavigator interface: attribute product 
+PASS WorkerNavigator interface: member productSub 
+PASS WorkerNavigator interface: attribute userAgent 
+PASS WorkerNavigator interface: member vendor 
+PASS WorkerNavigator interface: member vendorSub 
+PASS WorkerNavigator interface: attribute language 
+PASS WorkerNavigator interface: attribute languages 
+PASS WorkerNavigator interface: attribute onLine 
+FAIL WorkerNavigator interface: attribute hardwareConcurrency assert_true: The prototype object must have a property "hardwareConcurrency" expected true got false
+PASS WorkerNavigator must be primary interface of self.navigator 
+PASS Stringification of self.navigator 
+PASS WorkerNavigator interface: self.navigator must inherit property "appCodeName" with the proper type 
+PASS WorkerNavigator interface: self.navigator must inherit property "appName" with the proper type 
+PASS WorkerNavigator interface: self.navigator must inherit property "appVersion" with the proper type 
+PASS WorkerNavigator interface: self.navigator must inherit property "platform" with the proper type 
+PASS WorkerNavigator interface: self.navigator must inherit property "product" with the proper type 
+PASS WorkerNavigatorinterface: self.navigatormust not have property "productSub" 
+PASS WorkerNavigator interface: self.navigator must inherit property "userAgent" with the proper type 
+PASS WorkerNavigatorinterface: self.navigatormust not have property "vendor" 
+PASS WorkerNavigatorinterface: self.navigatormust not have property "vendorSub" 
+PASS WorkerNavigator interface: self.navigator must inherit property "language" with the proper type 
+PASS WorkerNavigator interface: self.navigator must inherit property "languages" with the proper type 
+PASS WorkerNavigator interface: self.navigator must inherit property "onLine" with the proper type 
+FAIL WorkerNavigator interface: self.navigator must inherit property "hardwareConcurrency" with the proper type assert_inherits: property "hardwareConcurrency" not found in prototype chain
+PASS WorkerLocation interface: existence and properties of interface object 
+PASS WorkerLocation interface object length 
+PASS WorkerLocation interface object name 
+PASS WorkerLocation interface: existence and properties of interface prototype object 
+PASS WorkerLocation interface: existence and properties of interface prototype object's "constructor" property 
+PASS WorkerLocation interface: attribute href 
+PASS WorkerLocation interface: stringifier 
+PASS WorkerLocation interface: attribute origin 
+PASS WorkerLocation interface: attribute protocol 
+PASS WorkerLocation interface: attribute host 
+PASS WorkerLocation interface: attribute hostname 
+PASS WorkerLocation interface: attribute port 
+PASS WorkerLocation interface: attribute pathname 
+PASS WorkerLocation interface: attribute search 
+PASS WorkerLocation interface: attribute hash 
+PASS WorkerLocation must be primary interface of self.location 
+PASS Stringification of self.location 
+PASS WorkerLocation interface: self.location must inherit property "href" with the proper type 
+PASS WorkerLocation interface: self.location must inherit property "origin" with the proper type 
+PASS WorkerLocation interface: self.location must inherit property "protocol" with the proper type 
+PASS WorkerLocation interface: self.location must inherit property "host" with the proper type 
+PASS WorkerLocation interface: self.location must inherit property "hostname" with the proper type 
+PASS WorkerLocation interface: self.location must inherit property "port" with the proper type 
+PASS WorkerLocation interface: self.location must inherit property "pathname" with the proper type 
+PASS WorkerLocation interface: self.location must inherit property "search" with the proper type 
+PASS WorkerLocation interface: self.location must inherit property "hash" with the proper type 
+

Added: branches/safari-605-branch/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/workers/semantics/interface-objects/001.worker-expected.txt (0 => 228485)


--- branches/safari-605-branch/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/workers/semantics/interface-objects/001.worker-expected.txt	                        (rev 0)
+++ branches/safari-605-branch/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/workers/semantics/interface-objects/001.worker-expected.txt	2018-02-14 21:26:53 UTC (rev 228485)
@@ -0,0 +1,63 @@
+
+PASS The WorkerGlobalScope interface object should be exposed. 
+PASS The DedicatedWorkerGlobalScope interface object should be exposed. 
+FAIL The Worker interface object should be exposed. assert_own_property: expected property "Worker" missing
+FAIL The SharedWorker interface object should be exposed. assert_own_property: expected property "SharedWorker" missing
+PASS The MessagePort interface object should be exposed. 
+PASS The MessageEvent interface object should be exposed. 
+PASS The WorkerNavigator interface object should be exposed. 
+PASS The MessageChannel interface object should be exposed. 
+PASS The WorkerLocation interface object should be exposed. 
+PASS The ImageData interface object should be exposed. 
+FAIL The ImageBitmap interface object should be exposed. assert_own_property: expected property "ImageBitmap" missing
+FAIL The CanvasPath interface object should be exposed. assert_own_property: expected property "CanvasPath" missing
+PASS The Path2D interface object should be exposed. 
+FAIL The PromiseRejectionEvent interface object should be exposed. assert_own_property: expected property "PromiseRejectionEvent" missing
+PASS The EventSource interface object should be exposed. 
+PASS The WebSocket interface object should be exposed. 
+FAIL The CloseEvent interface object should be exposed. assert_own_property: expected property "CloseEvent" missing
+FAIL The BroadcastChannel interface object should be exposed. assert_own_property: expected property "BroadcastChannel" missing
+PASS The ArrayBuffer interface object should be exposed. 
+PASS The Int8Array interface object should be exposed. 
+PASS The Uint8Array interface object should be exposed. 
+PASS The Uint8ClampedArray interface object should be exposed. 
+PASS The Int16Array interface object should be exposed. 
+PASS The Uint16Array interface object should be exposed. 
+PASS The Int32Array interface object should be exposed. 
+PASS The Uint32Array interface object should be exposed. 
+PASS The Float32Array interface object should be exposed. 
+PASS The Float64Array interface object should be exposed. 
+PASS The DataView interface object should be exposed. 
+PASS The XMLHttpRequestEventTarget interface object should be exposed. 
+FAIL The XMLHttpRequestUpload interface object should be exposed. assert_own_property: expected property "XMLHttpRequestUpload" missing
+PASS The XMLHttpRequest interface object should be exposed. 
+PASS The ProgressEvent interface object should be exposed. 
+FAIL The FormData interface object should be exposed. assert_own_property: expected property "FormData" missing
+PASS The URL interface object should be exposed. 
+PASS The URLSearchParams interface object should be exposed. 
+FAIL The File interface object should be exposed. assert_own_property: expected property "File" missing
+PASS The Blob interface object should be exposed. 
+FAIL The FileList interface object should be exposed. assert_own_property: expected property "FileList" missing
+PASS The FileReader interface object should be exposed. 
+PASS The FileReaderSync interface object should be exposed. 
+PASS The EventTarget interface object should be exposed. 
+PASS The ErrorEvent interface object should be exposed. 
+PASS The Event interface object should be exposed. 
+FAIL The CustomEvent interface object should be exposed. assert_own_property: expected property "CustomEvent" missing
+PASS The DOMException interface object should be exposed. 
+PASS The ReadableStream interface object should be exposed. 
+FAIL The WritableStream interface object should be exposed. assert_own_property: expected property "WritableStream" missing
+PASS The ByteLengthQueuingStrategy interface object should be exposed. 
+PASS The CountQueuingStrategy interface object should be exposed. 
+PASS The IDBRequest interface object should be exposed. 
+PASS The IDBOpenDBRequest interface object should be exposed. 
+PASS The IDBVersionChangeEvent interface object should be exposed. 
+PASS The IDBFactory interface object should be exposed. 
+PASS The IDBDatabase interface object should be exposed. 
+PASS The IDBObjectStore interface object should be exposed. 
+PASS The IDBIndex interface object should be exposed. 
+PASS The IDBKeyRange interface object should be exposed. 
+PASS The IDBCursor interface object should be exposed. 
+PASS The IDBCursorWithValue interface object should be exposed. 
+PASS The IDBTransaction interface object should be exposed. 
+

Added: branches/safari-605-branch/LayoutTests/platform/mac-wk1/inspector/canvas/recording-2d-expected.txt (0 => 228485)


--- branches/safari-605-branch/LayoutTests/platform/mac-wk1/inspector/canvas/recording-2d-expected.txt	                        (rev 0)
+++ branches/safari-605-branch/LayoutTests/platform/mac-wk1/inspector/canvas/recording-2d-expected.txt	2018-02-14 21:26:53 UTC (rev 228485)
@@ -0,0 +1,8 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x50
+  RenderBlock {HTML} at (0,0) size 800x50
+    RenderBody {BODY} at (8,16) size 784x18
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 506x18
+          text run at (0,0) width 506: "Test that CanvasManager is able to record actions made to 2D canvas contexts."
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to