Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upw3c tests out-of-date and failing #314
Open
Comments
|
The 1st problematic commit is https://github.com/material-foundation/web-platform-tests/commit/c5d333c859075744b3828a2a29057ee456234cb2 |
scottgonzalez
added a commit
to scottgonzalez/PEP
that referenced
this issue
Oct 22, 2016
Ref jquerygh-314
scottgonzalez
added a commit
to scottgonzalez/PEP
that referenced
this issue
Oct 22, 2016
Ref jquerygh-314
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

tests/w3cseems to be populated by the SHA referenced inpackage.json['web-platform-tests'].repo. It's currently pointing at a really old SHA (from 2015). When I try to update it, I receive this error:If I kill the process and run it again, it goes further, but most of the tests fail:
My current strategy is to look at the git history (back 20 pages, back 10 pages, etc.) to figure out which commit broke the PEP tests. It's effectively git bisect, but across repos.