Skip to content
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

Open
foolip opened this issue Jan 28, 2025 · 3 comments
Open

.any.js results in wasm/ don't show any results #4216

foolip opened this issue Jan 28, 2025 · 3 comments

Comments

@foolip
Copy link
Member

foolip commented Jan 28, 2025

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:

Image

@nairnandu and I were looking at this in preparation for Interop 2025.

cc @ajklein @past @DanielRyanSmith

@past
Copy link
Member

past commented Jan 28, 2025

This seems to be limited to wasm/jsapi tests only, and not the automatically imported ones in wasm/core.

@DanielRyanSmith
Copy link
Contributor

Some initial thoughts after a quick look at this:

  • 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.

@DanielRyanSmith
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants