You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
https://bugs.swift.org/browse/SR-15955 precluded tests from running on
Swift 5.6. This has been resolved in Swift 5.6.1.
Modifications:
- Re-enable tests on 5.6
- Disable TSAN on 5.6 (the tests for AsyncServerHandler are abusing
`EmbeddedChannel`; the tests will be rewritten when the handler state
machine is rewritten and the AsyncEmbeddedChannel comes to fruition)
Result:
Tests run on 5.6
0 commit comments