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 upWPT sync is busted #27223
WPT sync is busted #27223
Comments
|
|
|
@jgraham I'm finding it difficult to figure out what I can do next here, since this only seems to trigger when I do the sync from upstream, and the code that's causing problems is part of that upstream sync so I can't modify it to add helpful debugging prints. |
|
Ok, I discovered that I can comment out most of https://github.com/web-platform-tests/wpt/blob/ce7bfaec86b1c6c926bdb0f2150e33a3a1bf1f54/tools/wptrunner/wptrunner/update/sync.py#L150-L155 and still reproduce it without overwriting my local changes. So the sourcefile in question has a |
in sync.py needs to be updated to pass in the tests_root as the first argument to the manifest. |
I suspect web-platform-tests/wpt#23733.