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

"View source on GitHub" is broken for .any.js tests #61

Closed
foolip opened this issue Apr 17, 2018 · 3 comments
Closed

"View source on GitHub" is broken for .any.js tests #61

foolip opened this issue Apr 17, 2018 · 3 comments

Comments

@foolip
Copy link
Member

foolip commented Apr 17, 2018

Moved from web-platform-tests/results-collection#215.

Example: https://wpt.fyi/console/console-count-label-conversion.any.html

MANIFEST.json could probably be used to fix this, as it contains this:

   "console/console-count-label-conversion.any.js": [
    [
     "/console/console-count-label-conversion.any.html",
     {}
    ],
    [
     "/console/console-count-label-conversion.any.worker.html",
     {}
    ]
   ],

See also #56.

@lukebjerring
Copy link
Contributor

Stepping towards supporting this with #101 - need path filtering support next.

@CYBAI
Copy link

CYBAI commented Apr 19, 2019

It seems the View Source on GitHub is still broken for .any.js tests 👀?

I can reproduce 404 GitHub page while clicking View Source on GitHub in https://wpt.fyi/results/xhr/send-usp.any.html .

@lukebjerring
Copy link
Contributor

You can enable the fix if you visit wpt.fyi/flags and enable the manifest fetching feature. Without the manifest we can't be sure what the source file is.

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