aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata
AgeCommit message (Expand)Author
2023-02-02runtime: eliminate arbitrary timeout in TestCgoLockOSThreadExitBryan C. Mills
2023-01-24runtime: run TestVectoredHandlerDontCrashOnLibrary on 386 and arm64qmuntal
2022-11-01runtime: fix missing error print in TestCgoSigfwdAustin Clements
2022-10-20runtime: fix TestVectoredHandlerExceptionInNonGoThreadqmuntal
2022-10-19runtime: ignore exceptions from non-Go threads on windows arm/arm64qmuntal
2022-10-17runtime: run TestCgoSigfwd on all Unix platformsAustin Clements
2022-10-17runtime: improve coverage of TestCgoSigfwdAustin Clements
2022-10-17misc/cgo/testsigfwd: move to runtime/testprog/testprogcgoAustin Clements
2022-10-02all: use time.Since instead of time.Now().Subhopehook
2022-09-30all: omit comparison bool constant to simplify codecui fliter
2022-09-30runtime/trace: skip tests if parsing fails with timestamp errordoujiang24
2022-09-27runtime: using bytes.CutPrefixcuiweixie
2022-09-27runtime/trace: add missing events for the locked g in extra M.doujiang24
2022-09-27runtime: add cgo guard for exit hooks testThan McIntosh
2022-09-26runtime: add an exit hook facilityThan McIntosh
2022-09-21runtime: treat SI_TKILL like SI_USER on LinuxIan Lance Taylor
2022-09-19Revert "runtime: treat SI_TKILL like SI_USER on Linux"Cuong Manh Le
2022-09-17runtime: treat SI_TKILL like SI_USER on LinuxIan Lance Taylor
2022-08-31cmd/compile: add support for unsafe.{String,StringData,SliceData}cuiweixie
2022-08-15Revert "runtime/trace: add missing events for the locked g in extra M."Cuong Manh Le
2022-08-12runtime/trace: add missing events for the locked g in extra M.doujiang24
2022-08-12runtime: run "gofmt -s -w"Cuong Manh Le
2022-08-08cmd/compile,runtime: panic when unsafe.Slice param is nil and > 0cuiweixie
2022-07-30runtime: fix typoshopehook
2022-06-08runtime: gofmtMichael Pratt
2022-05-17runtime: deflake TestCgoPprofThreadCherry Mui
2022-05-03runtime/debug: export SetMemoryLimitMichael Anthony Knyszek
2022-04-15runtime: don't discard value from panic while panickinghopehook
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-31runtime: remove use of -mnop-fun-dllimport from cgotest win.goThan McIntosh
2022-03-18runtime: allow TestCtrlHandler to run in ConPTYNuno Cruces
2022-02-19testdata: fix typo in commenthopehook
2022-02-03runtime: regression test for issue 50936Michael Pratt
2022-01-24runtime: call fflush before exiting in C testAustin Clements
2022-01-20runtime: remove -tags=threadprof in testsIan Lance Taylor
2021-12-21runtime: check the correct environment variable in TestCgoCallbackGCCherry Mui
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-08runtime: fix flake in TestCgoPprofThreadRhys Hiltner
2021-12-07runtime: fix comments on the behavior of SetGCPercentMichael Anthony Knyszek
2021-12-06runtime: call runtime.GC in several tests that disable GCMichael Anthony Knyszek
2021-11-22runtime: in TestSpuriousWakeupsNeverHangSemasleep, wait for the runtime to re...Bryan C. Mills
2021-11-12runtime: drop cgoTraceback call assumptions from CgoPprof testsMichael Pratt
2021-11-11runtime: adjust TestPhysicalMemoryUtilization to handle large page sizesMichael Anthony Knyszek
2021-11-11runtime: fix C compilation error in TestCgoTracebackGoroutineProfileCherry Mui
2021-11-11runtime: bypass scheduler when doing traceback for goroutine profileCherry Mui
2021-11-10runtime: rewrite TestPhysicalMemoryUtilizationMichael Anthony Knyszek
2021-10-27runtime/testdata/testprogcgo: fix TestCgoPanicCallbackCuong Manh Le
2021-10-26runtime: fix cgo signals detectionMichael Pratt
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-08-28runtime: add test case for checkptr alignment with nested expressionCuong Manh Le