Skip to content

Commit 4196b86

Browse files
Mitchell KemberRebase bot
Mitchell Kember
authored and
Rebase bot
committed
[net-types] Temporarily disable ip::tests::test_ipv6_display
This CL disables the `test_ipv6_display` test because it fails on the new toolchain. I will fix and re-enable it after the toolchain rolls. The new toolchain includes rust-lang/rust#112606 which changes the way std formats IP addresses. The test asserts that net-types formats the same way as std, hence the failure. After the toolchain rolls, I will change net-types to match std. Bug: 126927 Change-Id: Ie459a53094b958b752e75e5cf86baa6f55bdade6 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/873649 Fuchsia-Auto-Submit: Mitchell Kember <mkember@google.com> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com> Reviewed-by: Joshua Liebow-Feeser <joshlf@google.com> Commit-Queue: Mitchell Kember <mkember@google.com>
1 parent 52f6ca7 commit 4196b86

File tree

1 file changed

+3
-0
lines changed
  • src/connectivity/lib/net-types/src

1 file changed

+3
-0
lines changed

src/connectivity/lib/net-types/src/ip.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3529,6 +3529,9 @@ mod tests {
35293529
}
35303530

35313531
#[test]
3532+
// TODO(fxbug.dev/129316): Temporarily disabled for toolchain roll.
3533+
// Change to match https://github.com/rust-lang/rust/pull/112606 and re-enable.
3534+
#[ignore]
35323535
fn test_ipv6_display() {
35333536
// Test that `addr` is formatted the same by our `Display` impl as by
35343537
// the standard library's `Display` impl. Optionally test that it

0 commit comments

Comments
 (0)