Skip to content

Commit ed24744

Browse files
committed
remove tests
1 parent fcf954e commit ed24744

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tokio/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,11 @@
2323
- time: Improve `Instant::now()` perf with test-util ([#5513])
2424

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

3632
### Unstable
3733

@@ -56,7 +52,6 @@
5652
[#5350]: https://github.com/tokio-rs/tokio/pull/5350
5753
[#5351]: https://github.com/tokio-rs/tokio/pull/5351
5854
[#5386]: https://github.com/tokio-rs/tokio/pull/5386
59-
[#5392]: https://github.com/tokio-rs/tokio/pull/5392
6055
[#5394]: https://github.com/tokio-rs/tokio/pull/5394
6156
[#5410]: https://github.com/tokio-rs/tokio/pull/5410
6257
[#5413]: https://github.com/tokio-rs/tokio/pull/5413
@@ -77,12 +72,9 @@
7772
[#5481]: https://github.com/tokio-rs/tokio/pull/5481
7873
[#5483]: https://github.com/tokio-rs/tokio/pull/5483
7974
[#5486]: https://github.com/tokio-rs/tokio/pull/5486
80-
[#5493]: https://github.com/tokio-rs/tokio/pull/5493
8175
[#5494]: https://github.com/tokio-rs/tokio/pull/5494
8276
[#5497]: https://github.com/tokio-rs/tokio/pull/5497
8377
[#5504]: https://github.com/tokio-rs/tokio/pull/5504
84-
[#5506]: https://github.com/tokio-rs/tokio/pull/5506
85-
[#5507]: https://github.com/tokio-rs/tokio/pull/5507
8678
[#5509]: https://github.com/tokio-rs/tokio/pull/5509
8779
[#5511]: https://github.com/tokio-rs/tokio/pull/5511
8880
[#5513]: https://github.com/tokio-rs/tokio/pull/5513

0 commit comments

Comments
 (0)