mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
wpt: check for wpt-prefs.json in "./servo" sub-directory (#33202)
The current working directory when running on WPT runners is not the folder with the servo binary, but a parent folder into which the servo nightly tar is extracted. This means the binary is `$PWD/servo/servo` and resources directory in in `$PWD/servo/resources`, so the current hardcoded relative path `resources/wpt-prefs.json` will not work on WPT runners. This is causing crashes in WPT runner: https://github.com/web-platform-tests/wpt/runs/29284407168 https://community-tc.services.mozilla.com/tasks/J7MqNwJGQRSkIWlvB5ktPQ/runs/0/logs/live/public/logs/live.log Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
7fce24f9d5
commit
173b6f183c
2 changed files with 17 additions and 2 deletions
2
tests/wpt/meta/MANIFEST.json
vendored
2
tests/wpt/meta/MANIFEST.json
vendored
|
@ -490288,7 +490288,7 @@
|
|||
[]
|
||||
],
|
||||
"executorservo.py": [
|
||||
"c23f7632c9ef5f0acbdbb569db41f741ccf9de89",
|
||||
"90251c1e4c6b6ffd150184005466aecdc76d180d",
|
||||
[]
|
||||
],
|
||||
"executorservodriver.py": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue