Add end to end tests for WebSockets in net/websockets/
commit433bdabf0f4d673b8ce49250849e8571bd93cf1b
authorricea <ricea@chromium.org>
Mon, 26 Jan 2015 07:25:37 +0000 (25 23:25 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 26 Jan 2015 07:26:25 +0000 (26 07:26 +0000)
tree5a9f4d02ec4419a1e5153e7472a8ed0f602caa31
parent2d92972b8b5e90fb3036fe67a2fc8b61a12abb91
Add end to end tests for WebSockets in net/websockets/

Some things (notably proxies) are impossible to test using layout tests,
and expensive and difficult to test using browser_tests.

Add a way to do simple end-to-end tests in net_unittests.

BUG=441709
TEST=net_unittests

Review URL: https://codereview.chromium.org/722343003

Cr-Commit-Position: refs/heads/master@{#313045}
net/BUILD.gn
net/net.gypi
net/websockets/websocket_end_to_end_test.cc [new file with mode: 0644]