Skip to content

Commit

Permalink
remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy committed Mar 1, 2023
1 parent fcf954e commit ed24744
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tokio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,11 @@
- time: Improve `Instant::now()` perf with test-util ([#5513])

### Internal Changes
- tests: port proptest fuzz harnesses to use cargo-fuzz ([#5392])
- time: don't store deadline twice in sleep entries ([#5410])
- rt: remove Arc from Clock ([#5434])
- sync: make `notify_waiters` calls atomic ([#5458])
- net: refactor named pipe builders to not use bitfields ([#5477])
- io: use `poll_fn` in `copy_bidirectional` ([#5486])
- fs: add more tests for filesystem functionality ([#5493])
- net: fix test compilation failure ([#5506])
- io: ignore SplitByUtf8BoundaryIfWindows test on miri ([#5507])

### Unstable

Expand All @@ -56,7 +52,6 @@
[#5350]: https:/tokio-rs/tokio/pull/5350
[#5351]: https:/tokio-rs/tokio/pull/5351
[#5386]: https:/tokio-rs/tokio/pull/5386
[#5392]: https:/tokio-rs/tokio/pull/5392
[#5394]: https:/tokio-rs/tokio/pull/5394
[#5410]: https:/tokio-rs/tokio/pull/5410
[#5413]: https:/tokio-rs/tokio/pull/5413
Expand All @@ -77,12 +72,9 @@
[#5481]: https:/tokio-rs/tokio/pull/5481
[#5483]: https:/tokio-rs/tokio/pull/5483
[#5486]: https:/tokio-rs/tokio/pull/5486
[#5493]: https:/tokio-rs/tokio/pull/5493
[#5494]: https:/tokio-rs/tokio/pull/5494
[#5497]: https:/tokio-rs/tokio/pull/5497
[#5504]: https:/tokio-rs/tokio/pull/5504
[#5506]: https:/tokio-rs/tokio/pull/5506
[#5507]: https:/tokio-rs/tokio/pull/5507
[#5509]: https:/tokio-rs/tokio/pull/5509
[#5511]: https:/tokio-rs/tokio/pull/5511
[#5513]: https:/tokio-rs/tokio/pull/5513
Expand Down

0 comments on commit ed24744

Please sign in to comment.