Bug 179216
Summary: | [WinCairo] Fix LayoutTests to work with WinCairo port | ||
---|---|---|---|
Product: | WebKit | Reporter: | Basuke Suzuki <basuke> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | basuke, Hironori.Fujii, lforschler, ross.kirsling |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 179217, 179219, 179221, 179344, 179345, 179508, 179541, 179553, 179572, 179637, 181814, 181815, 183265 | ||
Bug Blocks: |
Basuke Suzuki
Many issues exists for LayoutTests for WinCairo. This is the meta bug for that.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Basuke Suzuki
Without cygwin environment.
Basuke Suzuki
First goal is to run following command from PowerShell ( <- no meaning: just my favorite).
$ python .\Tools\Scripts\run-webkit-tests --dump-render-tree --release --64-bit --wincairo --no-http-server --print-expectations | more
Basuke Suzuki
Next goal is to run tests, but no http tests.
> $ python .\Tools\Scripts\run-webkit-tests --dump-render-tree --release --64-bit --wincairo --no-http-server
Basuke Suzuki
Next goal is to run http tests but not launching HTTP server from the script. (launch manually). Also no websocket, no wpt.
Basuke Suzuki
HTTP Tests is now supported in native Windows with WinCairo. Apache Http server and WebSocket server are launched from the script. No wpt support right now.
Next goal will be using WebKitTestRunner.
Basuke Suzuki
And documentation for Layout Tests on WinCairo
Basuke Suzuki
Remainings:
- Add wpt server support
- CGIs are not work well on native Windows. Replace them with PHP.
- Adding enough TestRunner interfaces.
Fujii Hironori
all problems fixed.