[browser][tests][outerloop] Standup OuterLoop WebSocket tests (#45470)
authorKenneth Pouncey <kjpou@pt.lu>
Fri, 11 Dec 2020 04:37:16 +0000 (05:37 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Dec 2020 04:37:16 +0000 (05:37 +0100)
commit8cd2d3077577bf14ae568f7d2fa9de2f1556d90c
tree0484e8da9d1e475dfbfcda4bf46ae5785a662965
parent56f5a0d2d1e595b2056f0ba2a61809ca9a8f1d5b
[browser][tests][outerloop] Standup OuterLoop WebSocket tests (#45470)

* [browser][tests][outerloop] Standup OuterLoop tests

* Reference issue not PR

* Add active issue for CloseDescription failing tests

* Add active issue for failures for invalid close codes failing tests

* Add active issue for failures when specifying subprotocol by URI Query

* Add active issue for Uncaught RuntimeError: memory access out of bounds

* Remove ActiveIssue and initialize with specific platform detection code

- Removes the necessity of setting up a new test.
- May want to go back to ActiveIssue for tracking purposes.

* Add ActiveIssue for CloseOutputAsync

* Add ActiveIssue for AbortTests

* Remove ActiveIssue and initialize with specific platform detection code

- Removes the necessity of setting up a new test.
- May want to go back to ActiveIssue for tracking purposes.

* Remove Active issue as it was fixed.

* Add ActiveIssue for CancelTests that is part of the Abort tests changes

* Update src/libraries/System.Net.WebSockets.Client/tests/ClientWebSocketOptionsTests.cs

Point to WebProxy support issue

Co-authored-by: Larry Ewing <lewing@microsoft.com>
src/libraries/System.Net.WebSockets.Client/tests/AbortTest.cs
src/libraries/System.Net.WebSockets.Client/tests/CancelTest.cs
src/libraries/System.Net.WebSockets.Client/tests/ClientWebSocketOptionsTests.cs
src/libraries/System.Net.WebSockets.Client/tests/CloseTest.cs
src/libraries/System.Net.WebSockets.Client/tests/ConnectTest.cs
src/libraries/System.Net.WebSockets.Client/tests/KeepAliveTest.cs
src/libraries/System.Net.WebSockets.Client/tests/SendReceiveTest.cs