- 8c1db77 internal/poll, os: loop on EINTR by Ian Lance Taylor · 4 years, 10 months ago
- e5bd6e1 runtime: crash on SI_USER SigPanic signal by Ian Lance Taylor · 4 years, 11 months ago
- a908e09 runtime: deflake CGO traceback tests by Mark Pulford · 5 years ago
- f248cd3 runtime: print more information when testCgoPprof fails by Josh Bleecher Snyder · 6 years ago
- b5cf035 runtime: improve sigtramp on aix/ppc64 to handle SIGPROF by Clément Chigot · 6 years ago
- d24d25b runtime: enable external linker tests for aix/ppc64 by Clément Chigot · 6 years ago
- 205d62d runtime: disable pprof test with cgo on aix/ppc64 by Clément Chigot · 6 years ago
- 0f0b108 runtime: fix CGO traceback frame count by Mark Pulford · 6 years ago
- 5929ead runtime: support capturing C backtrace from signal handler on darwin/amd64 by Nikhil Benesch · 7 years ago
- 99e9be8 runtime: query thread stack size from OS on Windows by Austin Clements · 7 years ago
- 4790181 all: remove support for macOS 10.9 and earlier by Brad Fitzpatrick · 7 years ago
- 131901e cmd/go, cmd/link, runtime: enable PIE build mode, cgo race tests on FreeBSD by Tim Wright · 7 years ago
- ebe38b8 runtime: fail silently if we unwind over sigpanic into C code by Austin Clements · 7 years ago
- de14b2f all: fix t.Skipf formats by Russ Cox · 7 years ago
- 292558b runtime: restore the Go-allocated signal stack in unminit by Austin Clements · 7 years ago
- cea92e8 runtime: make TestWindowsStackMemory build even with CGO_ENABLED=0 set by Alex Brainman · 7 years ago
- af015b1 runtime: skip flaky TestWindowsStackMemoryCgo by Alex Brainman · 7 years ago
- 923299a cmd/link: restore windows stack commit size back to 4KB by Alex Brainman · 7 years ago
- 58de9f3 runtime: use -buildmode=pie in testCgoPprofPIE instead of -extldflags=-pie by Lynn Boger · 7 years ago
- 6fd1f82 runtime: support cgo traceback on PPC64LE by Cherry Zhang · 7 years ago
- 4f34a52 runtime: terminate locked OS thread if its goroutine exits by Austin Clements · 8 years ago
- 0d8a3b2 cmd/compile: add TestIntendedInlining from runtime by Daniel Martí · 7 years ago
- c3189ce runtime: forward crashing signals to late handlers by Elias Naur · 8 years ago
- 5500c9c runtime: when dying from a signal use the previous signal handler by Elias Naur · 8 years ago
- 7e17250 runtime: don't call t.Parallel in TestCgoSignalDeadlock by Ian Lance Taylor · 8 years ago
- 03a4a5c runtime: don't run TestCgoNumGoroutine on Windows or Plan 9 by Ian Lance Taylor · 8 years ago
- 4e7067c runtime: mark extra M's G as dead when not in use by Austin Clements · 8 years ago
- 34ee8ec runtime: ignore TestCgoPprofPIE test failures on Alpine (take 2) by Brad Fitzpatrick · 8 years ago
- 16271b8 runtime: ignore TestCgoPprofPIE test failures on Alpine by Brad Fitzpatrick · 8 years ago
- 8c24e52 runtime: check that pprof accepts but doesn't need executable by Russ Cox · 8 years ago
- 8c31f40 runtime: don't skip TestCgoCallbackGC on FreeBSD by Ian Lance Taylor · 8 years ago
- 2341631 all: sprinkle t.Parallel on some slow tests by Brad Fitzpatrick · 8 years ago
- 9e227ac Revert "runtime/pprof: write profiles in protobuf format." by Michael Matloob · 8 years ago
- b33030a runtime/pprof: write profiles in protobuf format. by Michael Matloob · 8 years ago
- 14f3284 Revert "runtime/pprof: write profiles in protobuf format." by Austin Clements · 8 years ago
- 7d14401 runtime/pprof: write profiles in protobuf format. by unknown · 8 years ago
- d03e8b2 runtime: record current PC for SIGPROF on non-Go thread by Ian Lance Taylor · 8 years ago
- e5421e2 runtime: add threadprof tag for test that starts busy thread by Ian Lance Taylor · 8 years ago
- 6c13a1d runtime: don't call cgocallback from signal handler by Ian Lance Taylor · 8 years ago
- 9d8522f cmd/compile: don't instrument copy and append in runtime by Ian Lance Taylor · 8 years ago
- 842b058 all: use testing.GoToolPath instead of "go" by Keith Randall · 9 years ago
- 604efe1 runtime: disable TestCgoCallbackGC on FreeBSD by Josh Bleecher Snyder · 9 years ago
- 659b9a1 runtime: set PPROF_TMPDIR before running pprof by Ian Lance Taylor · 9 years ago
- 84d8aff runtime: collect stack trace if SIGPROF arrives on non-Go thread by Ian Lance Taylor · 9 years ago
- 4223294 runtime/pprof, cmd/pprof: fix profiling for PIE by Ian Lance Taylor · 9 years ago
- bcd4b84 runtime: skip TestCgoCallbackGC on linux/mips64x by Cherry Zhang · 9 years ago
- 34f97d2 runtime: put tracebackctxt C functions in .c file by Ian Lance Taylor · 9 years ago
- 4d6788e runtime: clean up profiling data files produced by TestCgoPprof by Mohit Agarwal · 9 years ago
- 84e8080 runtime: use cgo traceback for SIGPROF by Ian Lance Taylor · 9 years ago
- 5f9a870 cmd/cgo, runtime, runtime/cgo: use cgo context function by Ian Lance Taylor · 9 years ago
- ea306ae runtime: support symbolic backtrace of C code in a cgo crash by Ian Lance Taylor · 9 years ago
- 1716162 runtime: fix off-by-one error finding module for PC by Ian Lance Taylor · 9 years ago
- 8d94b9b runtime: more deflaking of TestCgoCheckBytes by Ian Lance Taylor · 9 years ago
- 5c096cc runtime: deflake TestCgoCheckBytes by Ian Lance Taylor · 9 years ago
- e960302 runtime: when crash with panic, call user Error/String methods before freezing the world by Shenghou Ma · 9 years ago
- c8e7b34 runtime: skip cgo check for non-pointer slice elements by Ian Lance Taylor · 9 years ago
- 9270973 runtime: don't run TestEnsureDropM on windows or plan9 by Ian Lance Taylor · 9 years ago
- c02aa46 runtime: fix arm/arm64/ppc64/mips64 to dropm when necessary by Ian Lance Taylor · 9 years ago
- 70c9a81 runtime: set new m signal mask to program startup mask by Ian Lance Taylor · 9 years ago
- 8d5ff2e runtime: move test programs out of source code, coalesce by Russ Cox · 9 years ago
- 9840042 runtime: skip CallbackGC test in short mode on linux/arm by Dave Cheney · 9 years ago
- 58db5fc runtime: run TestCgoExternalThreadSIGPROF on ppc64le by Michael Hudson-Doyle · 9 years ago
- 4f48507 runtime: reduce pthread stack size in TestCgoCallbackGC by Dave Cheney · 10 years ago
- 5e15e28 runtime: skip TestCgoCallbackGC on dragonfly by Mikio Hara · 10 years ago
- fde3926 runtime: ignore arguments in cgocallback_gofunc frame by Russ Cox · 10 years ago
- 872b168 runtime: if we don't handle a signal on a non-Go thread, raise it by Ian Lance Taylor · 10 years ago
- 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
- d6d423b runtime: skip fork test on darwin/arm64 by David Crawshaw · 10 years ago
- 9b69196 runtime: add TestCgoDLLImports by Alex Brainman · 10 years ago
- 95bf77b runtime: skip tests that need fork on darwin/arm by David Crawshaw · 10 years ago
- af7ca8d cmd/cgo, runtime/cgo: support ppc64 by Austin Clements · 10 years ago
- 865e5e9 runtime: fix TestCgoExternalThreadSIGPROF again by Shenghou Ma · 10 years ago
- 2cbe27a runtime: skip TestCgoExternalThreadSIGPROF on OS X 10.6 by Shenghou Ma · 10 years ago
- 5da9c8c runtime: ignore SIGPROF to foreign threads before cgocallback is fully initialized by Shenghou Ma · 10 years ago
- f9c4c16 runtime: make TestCgoExternalThreadPanic run on windows by Alex Brainman · 10 years ago
- 3ce6a4f runtime: fix windows build by Russ Cox · 10 years ago
- c4efaac runtime: fix unrecovered panic on external thread by Russ Cox · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago[Renamed from src/pkg/runtime/crash_cgo_test.go]
- 326ae8d runtime: fix traceback in cgo programs Fixes #6061. by Dmitriy Vyukov · 12 years ago
- 1590abe runtime: do not run TestCgoSignalDeadlock on windows in short mode by Dmitriy Vyukov · 12 years ago
- 6ecb39f cmd/go: fix "go run" cgo source when cgo is disabled by Shenghou Ma · 12 years ago
- 06a488f runtime: fix deadlock detector false negative Fixes #4819. by Dmitriy Vyukov · 12 years ago
- afe0e97 runtime: handle windows exceptions, even in cgo programs by Alex Brainman · 13 years ago