aboutsummaryrefslogtreecommitdiff
path: root/src/internal/godebug/godebug_test.go
AgeCommit message (Expand)Author
2025-05-21internal/godebug,crypto/fips140: make fips140 setting immutableFilippo Valsorda
2025-02-25all: use testenv.GoToolPath instead of hardcoding goqmuntal
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2025-01-28internal/godebug: check error from os.ReadFile in testIan Lance Taylor
2024-07-25go,internal,io,mime: use slices and maps to clean testsapocelipes
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2023-12-15runtime: add race annotations in IncNonDefaultDavid Chase
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-05-10internal/godebug: make test godebug calls not varyDavid Chase
2023-05-09internal/godebug: add bisect supportRuss Cox
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-10-18internal/godebug: remove dependency on osRuss Cox
2021-11-02net/netip: add new IP address packageBrad Fitzpatrick