wpt.fyi icon indicating copy to clipboard operation
wpt.fyi copied to clipboard

any.js files show up as failure

Open evilpie opened this issue 4 years ago • 1 comments

I am not an WPT expert, but from my understanding any.js files aren't supposed to actually run and are used to generate any.html, any.worker.html etc.

On https://wpt.fyi/results/streams/readable-streams?label=experimental&label=master&aligned; async-iterator.any.js, bad-strategies.any.js etc. shows up as failing on all platforms.

evilpie avatar Mar 23 '21 14:03 evilpie

They are runs in the "jsshell" global scope - only spidermonkey supports this, and it is not run with wptrunner.

lucacasonato avatar Jun 09 '21 09:06 lucacasonato