-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.any.js results in wasm/ don't show any results #4216
Comments
This seems to be limited to wasm/jsapi tests only, and not the automatically imported ones in wasm/core. |
Some initial thoughts after a quick look at this:
I still don't know why this would be the case only for wasm/jsapi tests, however. |
One more interesting note: this seems to be a longstanding issue, as these same "any.js" results are visible on runs from over a year ago: https://wpt.fyi/results/wasm/jsapi?q=any.js&run_id=5160056105992192 |
Hmm, a SKIP seems unlikely to spontaneously appear, I wonder if it's from the original results in wptreport.json files? |
In WPT, .any.js tests generate a number of other tests, like .any.html and .any.worker.html.
In wasm/, for reasons I don't understand yet, the .any.js files are also included in the results:
https://wpt.fyi/results/wasm/jsapi?label=master&label=experimental&aligned&q=any.js
Drilling into one of the tests, it doesn't load any results table or anything:
https://wpt.fyi/results/wasm/jsapi/constructor/compile.any.js
Screenshot:
@nairnandu and I were looking at this in preparation for Interop 2025.
cc @ajklein @past @DanielRyanSmith
The text was updated successfully, but these errors were encountered: