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>
2 weeks ago
..
clean.go
clean_test.go
netstat.go
netstat_test.go
poller.go
portlist.go
portlist_linux.go
portlist_linux_test.go
portlist_macos.go
portlist_plan9.go
portlist_test.go portlist: skip tests on Linux 6.14.x with /proc/net/tcp bug (#18185) 2 weeks ago
portlist_windows.go