aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2022-01-14runtime: skip known TestSegv failure mode on linux-mips64le-mengzhuoBryan C. Mills
2022-01-14runtime: fix net poll racesRuss Cox
2022-01-13testing: skip flaky TestRaiseException on windows-amd64-2012Patrik Nyblom
2022-01-11runtime: improve asanread/asanwrite nosplit commentAustin Clements
2022-01-10runtime: expand TestGdbPythonCgo skip to include mips64leBryan C. Mills
2022-01-10runtime/pprof: run TestCPUProfileMultithreadMagnitude subtests separatelyMichael Pratt
2022-01-07runtime: skip TestSegv traceback check on 386Michael Pratt
2022-01-06runtime: crash on netbsd-arm64 when setcontext failsBenny Siegert
2022-01-05runtime: ensure that asmsyscall6 follow AIX stack conventionClément Chigot
2022-01-05src/runtime: mark asanread and asanwrite functions as NOSPLITfanzha02
2021-12-29runtime: fix the issue that the -asan option cannot print where the error occ...fanzha02
2021-12-29runtime: invalid negative frequency while tracingMeng Zhuo
2021-12-22runtime: handle stray profiling signal betterCherry Mui
2021-12-21runtime: typo fix cyle -> cycle“kinggo”
2021-12-21runtime: check the correct environment variable in TestCgoCallbackGCCherry Mui
2021-12-19runtime: mgc.go typo fix: becuse -> becauseclamyang
2021-12-15runtime/cgo: fix signature of crosscall_amd64 in commentMoZhonghua
2021-12-14testing: retry spurious errors from RemoveAll for temp directoriesBryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-12runtime: run gdb with a timeout for TestGdbBacktraceAustin Clements
2021-12-12testenv: abstract run-with-timeout into testenvAustin Clements
2021-12-08runtime/pprof: increase systemstack calls in TestLabelSystemstackMichael Pratt
2021-12-08runtime: fix flake in TestCgoPprofThreadRhys Hiltner
2021-12-07runtime/pprof: assert that labelHog samples are always labeledMichael Pratt
2021-12-07runtime/pprof: consume tag for first CPU recordMichael Pratt
2021-12-07runtime: fix comments on the behavior of SetGCPercentMichael Anthony Knyszek
2021-12-07runtime: clean up redundant calls to SetGCPercent in debug_test.goMichael Anthony Knyszek
2021-12-06runtime: call runtime.GC in several tests that disable GCMichael Anthony Knyszek
2021-12-06runtime: set iOS addr space to 40 bits with incremental pageallocMichael Anthony Knyszek
2021-12-03runtime: fix missing pprof labelsFelix Geisendörfer
2021-12-02runtime/race: rebuild darwin syso to work around macOS 12 malloc reserved add...Cherry Mui
2021-12-02runtime: break out new minimum heap size into a goexperimentMichael Anthony Knyszek
2021-12-02runtime: print errno on clock_gettime failure on OpenBSDAustin Clements
2021-12-01runtime: fix racy allgs access on weak memory architecturesAustin Clements
2021-12-01runtime: give the subprocess more time in TestSpuriousWakeupsNeverHangSemasleepBryan C. Mills
2021-12-01runtime: fix riscv64 sigaction mask field offsetRhys Hiltner
2021-12-01runtime: skip TestSignalIgnoreSIGTRAP on all OpenBSD buildersTobias Klauser
2021-11-30runtime: add invalidptr=0 for TestGcZombieReportingChaoqun Han
2021-11-30cmd/go: adjust BuildInfo.SettingsRuss Cox
2021-11-30runtime: keep //go:cgo_unsafe_args arguments alive to prevent GCJason A. Donenfeld
2021-11-29runtime: fix preemption sensitivity in TestTinyAllocIssue37262Austin Clements
2021-11-25runtime: support non-cooperative preemption on windows/arm64Jason A. Donenfeld
2021-11-25runtime: support non-cooperative preemption on windows/armJason A. Donenfeld
2021-11-24runtime: skip TestTimePprof on illumosTobias Klauser
2021-11-24runtime: skip TestTimePprof if nanotime calls libcIan Lance Taylor
2021-11-23runtime: run the right test in TestCgoExternalThreadSignalIan Lance Taylor
2021-11-23runtime: skip TestCgoCallbackGC on darwin-amd64-10_14 builderBryan C. Mills
2021-11-23runtime: ensure no GC is running in TestParallelRWMutexReadersMichael Anthony Knyszek
2021-11-22runtime: execute TestSpuriousWakeupsNeverHangSemasleep in parallelBryan C. Mills
2021-11-22runtime: in TestSpuriousWakeupsNeverHangSemasleep, wait for the runtime to re...Bryan C. Mills