Bug 87267
| Summary: | [NRWT] REGRESSION(r116021): It made --no-http option broken | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Blocker | CC: | rakuco, tmpsantos, tony |
| Priority: | P1 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 64491, 78628 | ||
Csaba Osztrogonác
http://trac.webkit.org/changeset/116021 added perf subdirs (perf and svg/hixie/perf)
directories to "test requires lock" category to force them run in serial.
But unfortunately after this commit NRWT asserts with --no-http:
File "/home/oszi/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 943, in start_servers_with_lock
assert(self._options.http)
AssertionError
942 def start_servers_with_lock(self):
943 assert(self._options.http) --> this assert hit :-/
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Raphael Kubo da Costa (:rakuco)
*** This bug has been marked as a duplicate of bug 86800 ***