Source code

Revision control

Copy as Markdown

Other Tools

[idlharness.https.any.sharedworker.html]
[idlharness.https.any.worker.html]
expected:
if debug and (os == "win") and (processor == "x86_64"): CRASH
if debug and (os == "android"): CRASH
[idlharness.https.any.serviceworker.html]
expected:
if asan and fission: CRASH
[ServiceWorker interface: serviceWorker must inherit property "scriptURL" with the proper type]
expected: FAIL
[ServiceWorker interface: calling postMessage(any, sequence<object>) on serviceWorker with too few arguments must throw TypeError]
expected: FAIL
[Stringification of serviceWorker]
expected: FAIL
[FetchEvent interface: attribute replacesClientId]
expected: FAIL
[ServiceWorkerGlobalScope interface: self must inherit property "serviceWorker" with the proper type]
expected: FAIL
[ServiceWorker interface: serviceWorker must inherit property "onstatechange" with the proper type]
expected: FAIL
[ServiceWorker interface: serviceWorker must inherit property "state" with the proper type]
expected: FAIL
[ServiceWorker must be primary interface of serviceWorker]
expected: FAIL
[ServiceWorker interface: serviceWorker must inherit property "postMessage(any, sequence<object>)" with the proper type]
expected: FAIL
[ServiceWorkerGlobalScope interface: attribute serviceWorker]
expected: FAIL
[WindowClient interface: attribute ancestorOrigins]
expected: FAIL
[FetchEvent interface: new FetchEvent("type", { request: new Request("") }) must inherit property "replacesClientId" with the proper type]
expected: FAIL
[ServiceWorker interface: serviceWorker must inherit property "postMessage(any, optional StructuredSerializeOptions)" with the proper type]
expected: FAIL
[ServiceWorker interface: calling postMessage(any, optional StructuredSerializeOptions) on serviceWorker with too few arguments must throw TypeError]
expected: FAIL
[InstallEvent interface: existence and properties of interface object]
expected: FAIL
[InstallEvent interface object length]
expected: FAIL
[InstallEvent interface object name]
expected: FAIL
[InstallEvent interface: existence and properties of interface prototype object]
expected: FAIL
[InstallEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[InstallEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[InstallEvent interface: operation addRoutes((RouterRule or sequence<RouterRule>))]
expected: FAIL
[idlharness.https.any.html]
expected:
if (os == "linux") and not tsan and debug and fission: CRASH
if (os == "linux") and not tsan and not debug and not fission: CRASH
if (os == "mac") and debug: CRASH
if (os == "android") and not debug: [OK, CRASH]