You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/portlist
Simon Law 6ace3995f0
portlist: skip tests on Linux 6.14.x with /proc/net/tcp bug (#18185)
PR #18033 skipped tests for the versions of Linux 6.6 and 6.12 that
had a regression in /proc/net/tcp that causes seek operations to fail
with “illegal seek”.

This PR skips tests for Linux 6.14.0, which is the default Ubuntu
kernel, that also contains this regression.

Updates #16966

Signed-off-by: Simon Law <sfllaw@tailscale.com>
1 week ago
..
clean.go all: update copyright and license headers 3 years ago
clean_test.go all: update copyright and license headers 3 years ago
netstat.go all: cleanup unused code, part 2 (#10670) 2 years ago
netstat_test.go portlist: add Poller.IncludeLocalhost option 3 years ago
poller.go all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} 2 years ago
portlist.go portlist: populate Pid field on Linux 2 years ago
portlist_linux.go all: fix nilness issues 2 years ago
portlist_linux_test.go all: use Go 1.22 range-over-int 2 years ago
portlist_macos.go portlist: add Poller.IncludeLocalhost option 3 years ago
portlist_plan9.go portlist: add Plan 9 support 9 months ago
portlist_test.go portlist: skip tests on Linux 6.14.x with /proc/net/tcp bug (#18185) 1 week ago
portlist_windows.go portlist: add Poller.IncludeLocalhost option 3 years ago