Skip to content

Commit aa0b216

Browse files
committed
Revert "ipv4, ipv6, internal/netreflect, bpf: fix the x/net build"
This reverts https://go-review.googlesource.com/c/37401 Updates golang/go#19051. Change-Id: Ia3cbc42213e3c519f91650e6308a7ca1f56b6189 Reviewed-on: https://go-review.googlesource.com/37417 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent e1564c3 commit aa0b216

File tree

6 files changed

+0
-106
lines changed

6 files changed

+0
-106
lines changed

bpf/vm_bpf_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ func testOSVM(t *testing.T, filter []bpf.Instruction) (virtualMachine, func()) {
149149

150150
p := ipv4.NewPacketConn(l)
151151
if err = p.SetBPF(prog); err != nil {
152-
if err.Error() == "operation not supported" { // TODO: gross. remove once 19051 fixed.
153-
t.Skip("Skipping until Issue 19051 is fixed.")
154-
}
155152
t.Fatalf("failed to attach BPF program to listener: %v", err)
156153
}
157154

internal/netreflect/socket_19.go

Lines changed: 0 additions & 37 deletions
This file was deleted.

ipv4/go19_test.go

Lines changed: 0 additions & 11 deletions
This file was deleted.

ipv4/ipv4_test.go

Lines changed: 0 additions & 22 deletions
This file was deleted.

ipv6/go19_test.go

Lines changed: 0 additions & 11 deletions
This file was deleted.

ipv6/ipv6_test.go

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)