swift-nio/Tests
Norman Maurer 1bcf85dd24 Correctly fail EventLoopFuture for unsupported operations on ServerSocketChannel (#226)
Motivation:

ServerSocketChannel should just fail the EventLoopFuture for unsupported operations and not crash.

Modifications:

- Correctly fail the EventLoopFuture for unsupported operations
- Add unit test.

Result:

No more crashes when users invoke unsupported operations.
2018-03-23 15:02:31 +00:00
..
NIOConcurrencyHelpersTests Improve Linux test gen script to match current format. (#3) 2018-02-21 20:16:28 +01:00
NIOHTTP1Tests Changed EventLoop{Future,Promise}<()> occurances to EventLoop{Future,Promise}<Void> (#211) (#219) 2018-03-22 17:36:10 +01:00
NIOPriorityQueueTests * removed trailing whitespace (#52) 2018-03-02 15:40:52 +09:00
NIOTLSTests Remove return when possible. (#122) 2018-03-11 22:47:29 +09:00
NIOTests Correctly fail EventLoopFuture for unsupported operations on ServerSocketChannel (#226) 2018-03-23 15:02:31 +00:00
NIOWebSocketTests Add new, better helper method for configuring HTTP servers. (#159) 2018-03-16 02:13:13 +09:00
LinuxMain.swift Guard against the case when a Selectable is deregistered during Selector.whenReady(...) processing. (#210) 2018-03-21 15:32:15 +01:00