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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/workers/interfaces.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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 Found 124 tests; 111 PASS, 13 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS EventTarget interface: existence and properties of interface object
4 PASS EventTarget interface object length
5 PASS EventTarget interface object name
6 FAIL EventTarget interface: existence and properties of interface prototype obje ct assert_equals: class string of EventTarget.prototype expected "[object EventT argetPrototype]" but got "[object EventTarget]"
7 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property
8 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,b oolean)
9 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene r,boolean)
10 PASS EventTarget interface: operation dispatchEvent(Event)
11 PASS EventListener interface: existence and properties of interface object
12 PASS WorkerGlobalScope interface: existence and properties of interface object
13 PASS WorkerGlobalScope interface object length
14 PASS WorkerGlobalScope interface object name
15 FAIL WorkerGlobalScope interface: existence and properties of interface prototyp e object assert_equals: class string of WorkerGlobalScope.prototype expected "[o bject WorkerGlobalScopePrototype]" but got "[object WorkerGlobalScope]"
16 PASS WorkerGlobalScope interface: existence and properties of interface prototyp e object's "constructor" property
17 PASS WorkerGlobalScope interface: attribute self
18 PASS WorkerGlobalScope interface: attribute location
19 PASS WorkerGlobalScope interface: attribute navigator
20 PASS WorkerGlobalScope interface: operation importScripts(DOMString)
21 PASS WorkerGlobalScope interface: attribute onerror
22 FAIL WorkerGlobalScope interface: attribute onoffline assert_true: The prototype object must have a property "onoffline" expected true got false
23 FAIL WorkerGlobalScope interface: attribute ononline assert_true: The prototype object must have a property "ononline" expected true got false
24 PASS WorkerGlobalScope interface: operation setTimeout(Function,long,any)
25 PASS WorkerGlobalScope interface: operation setTimeout(DOMString,long,any)
26 PASS WorkerGlobalScope interface: operation clearTimeout(long)
27 PASS WorkerGlobalScope interface: operation setInterval(Function,long,any)
28 PASS WorkerGlobalScope interface: operation setInterval(DOMString,long,any)
29 PASS WorkerGlobalScope interface: operation clearInterval(long)
30 PASS WorkerGlobalScope interface: operation btoa(DOMString)
31 PASS WorkerGlobalScope interface: operation atob(DOMString)
32 PASS DedicatedWorkerGlobalScope interface: existence and properties of interface object
33 PASS DedicatedWorkerGlobalScope interface object length
34 PASS DedicatedWorkerGlobalScope interface object name
35 FAIL DedicatedWorkerGlobalScope interface: existence and properties of interface prototype object assert_equals: class string of DedicatedWorkerGlobalScope.prot otype expected "[object DedicatedWorkerGlobalScopePrototype]" but got "[object D edicatedWorkerGlobalScope]"
36 PASS DedicatedWorkerGlobalScope interface: existence and properties of interface prototype object's "constructor" property
37 PASS DedicatedWorkerGlobalScope interface: operation postMessage(any,[object Obj ect])
38 PASS DedicatedWorkerGlobalScope interface: operation close()
39 PASS DedicatedWorkerGlobalScope interface: attribute onmessage
40 PASS DedicatedWorkerGlobalScope must be primary interface of self
41 PASS Stringification of self
42 PASS DedicatedWorkerGlobalScope interface: self must inherit property "postMessa ge" with the proper type (0)
43 PASS DedicatedWorkerGlobalScope interface: calling postMessage(any,[object Objec t]) on self with too few arguments must throw TypeError
44 PASS DedicatedWorkerGlobalScope interface: self must inherit property "close" wi th the proper type (1)
45 PASS DedicatedWorkerGlobalScope interface: self must inherit property "onmessage " with the proper type (2)
46 PASS WorkerGlobalScope interface: self must inherit property "self" with the pro per type (0)
47 PASS WorkerGlobalScope interface: self must inherit property "location" with the proper type (1)
48 PASS WorkerGlobalScope interface: self must inherit property "navigator" with th e proper type (2)
49 PASS WorkerGlobalScope interface: self must inherit property "importScripts" wit h the proper type (3)
50 PASS WorkerGlobalScope interface: calling importScripts(DOMString) on self with too few arguments must throw TypeError
51 PASS WorkerGlobalScope interface: self must inherit property "onerror" with the proper type (4)
52 FAIL WorkerGlobalScope interface: self must inherit property "onoffline" with th e proper type (5) assert_inherits: property "onoffline" not found in prototype c hain
53 FAIL WorkerGlobalScope interface: self must inherit property "ononline" with the proper type (6) assert_inherits: property "ononline" not found in prototype cha in
54 PASS WorkerGlobalScope interface: self must inherit property "setTimeout" with t he proper type (7)
55 PASS WorkerGlobalScope interface: calling setTimeout(Function,long,any) on self with too few arguments must throw TypeError
56 PASS WorkerGlobalScope interface: self must inherit property "setTimeout" with t he proper type (8)
57 PASS WorkerGlobalScope interface: calling setTimeout(DOMString,long,any) on self with too few arguments must throw TypeError
58 PASS WorkerGlobalScope interface: self must inherit property "clearTimeout" with the proper type (9)
59 PASS WorkerGlobalScope interface: calling clearTimeout(long) on self with too fe w arguments must throw TypeError
60 PASS WorkerGlobalScope interface: self must inherit property "setInterval" with the proper type (10)
61 PASS WorkerGlobalScope interface: calling setInterval(Function,long,any) on self with too few arguments must throw TypeError
62 PASS WorkerGlobalScope interface: self must inherit property "setInterval" with the proper type (11)
63 PASS WorkerGlobalScope interface: calling setInterval(DOMString,long,any) on sel f with too few arguments must throw TypeError
64 PASS WorkerGlobalScope interface: self must inherit property "clearInterval" wit h the proper type (12)
65 PASS WorkerGlobalScope interface: calling clearInterval(long) on self with too f ew arguments must throw TypeError
66 PASS WorkerGlobalScope interface: self must inherit property "btoa" with the pro per type (13)
67 PASS WorkerGlobalScope interface: calling btoa(DOMString) on self with too few a rguments must throw TypeError
68 PASS WorkerGlobalScope interface: self must inherit property "atob" with the pro per type (14)
69 PASS WorkerGlobalScope interface: calling atob(DOMString) on self with too few a rguments must throw TypeError
70 PASS EventTarget interface: self must inherit property "addEventListener" with t he proper type (0)
71 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on self with too few arguments must throw TypeError
72 PASS EventTarget interface: self must inherit property "removeEventListener" wit h the proper type (1)
73 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on self with too few arguments must throw TypeError
74 PASS EventTarget interface: self must inherit property "dispatchEvent" with the proper type (2)
75 PASS EventTarget interface: calling dispatchEvent(Event) on self with too few ar guments must throw TypeError
76 PASS WorkerNavigator interface: existence and properties of interface object
77 PASS WorkerNavigator interface object length
78 PASS WorkerNavigator interface object name
79 FAIL WorkerNavigator interface: existence and properties of interface prototype object assert_equals: class string of WorkerNavigator.prototype expected "[objec t WorkerNavigatorPrototype]" but got "[object WorkerNavigator]"
80 PASS WorkerNavigator interface: existence and properties of interface prototype object's "constructor" property
81 PASS WorkerNavigator interface: attribute appCodeName
82 PASS WorkerNavigator interface: attribute appName
83 PASS WorkerNavigator interface: attribute appVersion
84 PASS WorkerNavigator interface: attribute platform
85 PASS WorkerNavigator interface: attribute product
86 PASS WorkerNavigator interface: attribute userAgent
87 FAIL WorkerNavigator interface: attribute language assert_true: The prototype ob ject must have a property "language" expected true got false
88 FAIL WorkerNavigator interface: attribute languages assert_true: The prototype o bject must have a property "languages" expected true got false
89 PASS WorkerNavigator interface: attribute onLine
90 PASS WorkerNavigator must be primary interface of self.navigator
91 PASS Stringification of self.navigator
92 PASS WorkerNavigator interface: self.navigator must inherit property "appCodeNam e" with the proper type (0)
93 PASS WorkerNavigator interface: self.navigator must inherit property "appName" w ith the proper type (1)
94 PASS WorkerNavigator interface: self.navigator must inherit property "appVersion " with the proper type (2)
95 PASS WorkerNavigator interface: self.navigator must inherit property "platform" with the proper type (3)
96 PASS WorkerNavigator interface: self.navigator must inherit property "product" w ith the proper type (4)
97 PASS WorkerNavigator interface: self.navigator must inherit property "userAgent" with the proper type (5)
98 FAIL WorkerNavigator interface: self.navigator must inherit property "language" with the proper type (6) assert_inherits: property "language" not found in proto type chain
99 FAIL WorkerNavigator interface: self.navigator must inherit property "languages" with the proper type (7) assert_inherits: property "languages" not found in pro totype chain
100 PASS WorkerNavigator interface: self.navigator must inherit property "onLine" wi th the proper type (8)
101 PASS WorkerLocation interface: existence and properties of interface object
102 PASS WorkerLocation interface object length
103 PASS WorkerLocation interface object name
104 FAIL WorkerLocation interface: existence and properties of interface prototype o bject assert_equals: class string of WorkerLocation.prototype expected "[object WorkerLocationPrototype]" but got "[object WorkerLocation]"
105 PASS WorkerLocation interface: existence and properties of interface prototype o bject's "constructor" property
106 PASS WorkerLocation interface: attribute href
107 PASS WorkerLocation interface: stringifier
108 PASS WorkerLocation interface: attribute origin
109 PASS WorkerLocation interface: attribute protocol
110 PASS WorkerLocation interface: attribute host
111 PASS WorkerLocation interface: attribute hostname
112 PASS WorkerLocation interface: attribute port
113 PASS WorkerLocation interface: attribute pathname
114 PASS WorkerLocation interface: attribute search
115 PASS WorkerLocation interface: attribute hash
116 PASS WorkerLocation must be primary interface of self.location
117 PASS Stringification of self.location
118 PASS WorkerLocation interface: self.location must inherit property "href" with t he proper type (0)
119 PASS WorkerLocation interface: self.location must inherit property "origin" with the proper type (1)
120 PASS WorkerLocation interface: self.location must inherit property "protocol" wi th the proper type (2)
121 PASS WorkerLocation interface: self.location must inherit property "host" with t he proper type (3)
122 PASS WorkerLocation interface: self.location must inherit property "hostname" wi th the proper type (4)
123 PASS WorkerLocation interface: self.location must inherit property "port" with t he proper type (5)
124 PASS WorkerLocation interface: self.location must inherit property "pathname" wi th the proper type (6)
125 PASS WorkerLocation interface: self.location must inherit property "search" with the proper type (7)
126 PASS WorkerLocation interface: self.location must inherit property "hash" with t he proper type (8)
127 Harness: the test ran to completion.
128
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698