Bug 247010
| Summary: | [WPE][WebDriver] Fix Cog path in capabilities after 252411@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | WPE WebKit | Assignee: | Lauro Moura <lmoura> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=242639 | ||
Lauro Moura
Currently, trying `run-webdriver-tests` with cog fails with:
E webdriver.error.SessionNotCreatedException: session not created (500): Failed to connect to browser: Failed to execute child process “/app/webkit/WebKitBuild/Release/Tools/cog-prefix/src/cog-build/cog”
(No such file or directory)
This started happening after building Cog with meson in 252411@main, which moved the `cog` executable from `.../cog-build/cog` to `.../cog-build/launcher/cog`.
Patch incoming.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
Pull request: https://github.com/WebKit/WebKit/pull/5762
EWS
Committed 255995@main (ea3511fd9cd1): <https://commits.webkit.org/255995@main>
Reviewed commits have been landed. Closing PR #5762 and removing active labels.