Bug 47527
| Summary: | new-run-webkit-tests: should be able to run multiple test-webkitpy's concurrently | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dirk Pranke <dpranke> |
| Component: | Tools / Tests | Assignee: | Dirk Pranke <dpranke> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | abarth, eric, ojan, tony |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
| Bug Depends on: | 48072 | ||
| Bug Blocks: | |||
Dirk Pranke
There are probably a few tests that will break if you try to run two or more test-webkitpy's concurrently on the same machine. There have been requests for this, so we should probably fix it ;)
At the very least, we try to start up the web server, which we probably shouldn't do.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dirk Pranke
see also:
https://bugs.webkit.org/show_bug.cgi?id=46322
https://bugs.webkit.org/show_bug.cgi?id=46320
which may be related.
Dirk Pranke
Closing ... I believe this should be possible as of r76326.