Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/workers/semantics/interface-objects/001.worker-expected.txt

Issue 2767673002: WPTServe: Run .any.js and .worker.js variations (Closed)
Patch Set: TestExpectations hacky fix Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/workers/semantics/interface-objects/001.worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/workers/semantics/interface-objects/001.worker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/workers/semantics/interface-objects/001.worker-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..aa4e25d1a6304edbdb5fc673f1df6353357ce723
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/workers/semantics/interface-objects/001.worker-expected.txt
@@ -0,0 +1,65 @@
+This is a testharness.js-based test.
+Found 61 tests; 57 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN.
+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.
+PASS The ImageBitmap interface object should be exposed.
+FAIL The CanvasPath interface object should be exposed. assert_own_property: expected property "CanvasPath" missing
+PASS The Path2D interface object should be exposed.
+PASS The PromiseRejectionEvent interface object should be exposed.
+PASS The EventSource interface object should be exposed.
+PASS The WebSocket interface object should be exposed.
+PASS The CloseEvent interface object should be exposed.
+PASS The BroadcastChannel interface object should be exposed.
+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.
+PASS The XMLHttpRequestUpload interface object should be exposed.
+PASS The XMLHttpRequest interface object should be exposed.
+PASS The ProgressEvent interface object should be exposed.
+PASS The FormData interface object should be exposed.
+PASS The URL interface object should be exposed.
+PASS The URLSearchParams interface object should be exposed.
+PASS The File interface object should be exposed.
+PASS The Blob interface object should be exposed.
+PASS The FileList interface object should be exposed.
+PASS The FileReader interface object should be exposed.
+PASS The FileReaderSync interface object should be exposed.
+PASS The EventTarget interface object should be exposed.
+FAIL The ErrorEvent interface object should be exposed. assert_own_property: expected property "ErrorEvent" missing
+PASS The Event interface object should be exposed.
+PASS The CustomEvent interface object should be exposed.
+PASS The DOMException interface object should be exposed.
+PASS The ReadableStream interface object should be exposed.
+PASS The WritableStream interface object should be exposed.
+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.
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698