Bug 34882
Summary: | [Qt] perl websocket test(s) time out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, ukai |
Priority: | P3 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All |
Csaba Osztrogonác
websocket/tests/cookies/httponly-cookie.pl introduced in http://trac.webkit.org/changeset/54707 ,
and the new test always time out on Qt buildbot: http://build.webkit.org/results/Qt%20Linux%20Release/r54707%20%287289%29/results.html
There isn't any info in pywebsocket_log.txt. :(
I tried to make a simple hello world perl script in websocket/tests/cookies directory,
but it timed out too. It seems that cgi scripts aren't executed for some reason.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
websocket/tests/cookies/httponly-cookie.pl skipped to make buildbot happy by http://trac.webkit.org/changeset/54708
Csaba Osztrogonác
Fixed by http://trac.webkit.org/changeset/55719, test unskipped by http://trac.webkit.org/changeset/55720.