aboutsummaryrefslogtreecommitdiff
path: root/src/internal/cpu/cpu_test.go
AgeCommit message (Expand)Author
2025-08-29internal/cpu: inline DebugOptionsTobias Klauser
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-06-14cpu: fix typos in test caseag9920
2022-05-09internal/cpu: revise test to make it work properly with -coverThan McIntosh
2021-11-02cmd/go, internal/cpu: use internal/godebug in testsBrad Fitzpatrick
2021-10-06internal/cpu: remove option to mark cpu features requiredMartin Möhrmann
2020-12-07internal/cpu: add darwin/arm64 CPU feature detection supportMartin Möhrmann
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2018-11-14internal/cpu: move GODEBUGCPU options into GODEBUGMartin Möhrmann
2018-10-28internal/cpu: replace arch dependent with generic minimal feature testMartin Möhrmann
2018-10-24internal/cpu: add options and warnings for required cpu featuresMartin Möhrmann
2018-10-15internal/cpu: add invalid option warnings and support to enable cpu featuresMartin Möhrmann
2018-10-12internal/cpu: use 'off' for disabling cpu capabilities instead of '0'Martin Möhrmann
2018-10-12internal/cpu: enable support for GODEBUGCPU in non-experimental buildsMartin Möhrmann
2018-05-22internal/cpu: add experiment to disable CPU features with GODEBUGCPUMartin Möhrmann
2018-04-08internal/cpu: skip arm64 feature test on unsupported GOOSMeng Zhuo
2018-03-31internal/cpu: update arm64 cpu featuresMeng Zhuo
2017-08-14runtime, internal/cpu: CPU capabilities detection for ppc64xCarlos Eduardo Seo
2017-05-10internal/cpu: new package to detect cpu featuresMartin Möhrmann