You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fact that there is no view when looking at a single test, but they are visible on the results list implies there is something incorrect with the summary file that populates the results page (example file), since the single test view and the results page are populated from different data.
In the summary file above, the wasm "any.js" results exist, but are marked with an "S" status, which is short for "SKIP".
I still don't know why this would be the case only for wasm/jsapi tests, however.
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: