summaryrefslogtreecommitdiffhomepage
path: root/tstest/log.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-04-25net/portmapper: fix test flakes from logging after test doneBrad Fitzpatrick1-1/+2
2024-04-17wgengine/magicsock: disable portmapper in tunchan-faked testsBrad Fitzpatrick1-1/+3
2023-08-30control/controlclient: remove unused StartLogoutBrad Fitzpatrick1-2/+2
2023-06-28tstest: do not panic when a panic logsMaisem Ali1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-02ipn/ipnlocal: fix test flake when we log after a test completesAndrew Dunham1-0/+47
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-2/+2
2021-09-09tstest: make MemLogger.String acquire its mutexBrad Fitzpatrick1-0/+6
2021-09-07all: update tests to use tstest.MemLoggerBrad Fitzpatrick1-0/+3
2021-09-07tstest: add MemLogger bytes.Buffer wrapper with Logf methodBrad Fitzpatrick1-0/+14
2021-05-05types/logger: add key grinder stats lines to rate-limiting exemption listJosh Bleecher Snyder1-0/+9
2021-01-08ipn: close logger at the end of TestLocalLogLinesJosh Bleecher Snyder1-2/+14
2020-10-28wgengine/magicsock: make test pass on Windows and without firewall dialog boxBrad Fitzpatrick1-1/+12
2020-09-04tstest: make LogLineTracker pass variadic format args throughBrad Fitzpatrick1-1/+1
2020-09-04tstest: rename LogListener to LogLineTrackerBrad Fitzpatrick1-23/+24
2020-08-25ipn: tag and test for grinder log lines (#711)Wendi Yu1-0/+48
2020-05-14tstest: document PanicOnLogBrad Fitzpatrick1-5/+7
2020-05-13magicsock/test: oops, fix a data race in nested-test logf hack.Avery Pennarun1-1/+0
2020-05-13Add tstest.PanicOnLog(), and fix various problems detected by this.Avery Pennarun1-0/+12
2020-04-28tstest: rename from testy.David Anderson1-0/+30