websocket/tests/cookies/httponly-cookie.pl fails every time under run-chromium-webkit-tests The WebSocket server that run-chromium-webkit-tests is running seems to be just returning the contents of the .pl file instead of actually executing the perl.
We probably need to merge http://codereview.chromium.org/565027 upstream (the fix for https://bugs.webkit.org/show_bug.cgi?id=34289).
Created attachment 48852 [details] Patch
Comment on attachment 48852 [details] Patch That seems like the wrong path.
(In reply to comment #3) > (From update of attachment 48852 [details]) > That seems like the wrong path. What do you mean? A path for -x is the relative path to document root, and this path is the same used in WebKitTools/Scripts/run-webkit-websocketserver.
(In reply to comment #4) > (In reply to comment #3) > > (From update of attachment 48852 [details] [details]) > > That seems like the wrong path. > > What do you mean? > A path for -x is the relative path to document root, and this path is the same > used in WebKitTools/Scripts/run-webkit-websocketserver. Note that current chromium would fail this test. need http://codereview.chromium.org/601077 to pass the test.
Comment on attachment 48852 [details] Patch LGTM.
Attachment 48852 [details] was posted by a committer and has review+, assigning to Fumitoshi Ukai for commit.
Committed r54920: <http://trac.webkit.org/changeset/54920>