Bug 31501
Summary: | Make WebSocket tests work on Tiger | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | mrowe, ukai, yuzo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | 31603 | ||
Bug Blocks: |
Alexey Proskuryakov
Currently, tests time out, so I'm disabling them back:
websocket/tests .
command timed out: 1200 seconds without output, killing pid 12952
process killed by signal 9
program finished with exit code -1
elapsedTime=1905.071402
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yuzo Fujishima
Assuming Tiger's python doesn't include pyOpenSSL,
this may be fixed by the patch attached to:
https://bugs.webkit.org/show_bug.cgi?id=31479
Yuzo
Alexey Proskuryakov
The patch that disables pyOpenSSL does help.
*** This bug has been marked as a duplicate of bug 31479 ***
Alexey Proskuryakov
This helped on my machine locally, but buildbot still doesn't work: <http://build.webkit.org/builders/Tiger%20Intel%20Release/builds/6222/steps/layout-test/logs/stdio>.
Alexey Proskuryakov
Could be a duplicate of bug 31603.
Alexey Proskuryakov
Still freezes, <http://build.webkit.org/builders/Tiger%20Intel%20Release/builds/6273/steps/layout-test/logs/stdio>.
Alexey Proskuryakov
Something changed on Tiger buildbot slave, and tests pass now.