Skip to content

Commit

Permalink
Revert "ipv4, ipv6, internal/netreflect, bpf: fix the x/net build"
Browse files Browse the repository at this point in the history
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 <iant@golang.org>
  • Loading branch information
cixtor committed May 24, 2017
1 parent e1564c3 commit aa0b216
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 106 deletions.
3 changes: 0 additions & 3 deletions bpf/vm_bpf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ func testOSVM(t *testing.T, filter []bpf.Instruction) (virtualMachine, func()) {

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

Expand Down
37 changes: 0 additions & 37 deletions internal/netreflect/socket_19.go

This file was deleted.

11 changes: 0 additions & 11 deletions ipv4/go19_test.go

This file was deleted.

22 changes: 0 additions & 22 deletions ipv4/ipv4_test.go

This file was deleted.

11 changes: 0 additions & 11 deletions ipv6/go19_test.go

This file was deleted.

22 changes: 0 additions & 22 deletions ipv6/ipv6_test.go

This file was deleted.

0 comments on commit aa0b216

Please sign in to comment.