]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/crash_cgo_test.go
misc/cgo/testsigfwd: move to runtime/testprog/testprogcgo
[gostls13.git] / src / runtime / crash_cgo_test.go
2022-10-17 Austin Clementsmisc/cgo/testsigfwd: move to runtime/testprog/testprogcgo
2022-09-30 doujiang24runtime/trace: skip tests if parsing fails with timesta...
2022-09-27 doujiang24runtime/trace: add missing events for the locked g...
2022-09-21 Ian Lance Taylorruntime: treat SI_TKILL like SI_USER on Linux
2022-09-19 Cuong Manh LeRevert "runtime: treat SI_TKILL like SI_USER on Linux"
2022-09-17 Ian Lance Taylorruntime: treat SI_TKILL like SI_USER on Linux
2022-08-15 Cuong Manh LeRevert "runtime/trace: add missing events for the locke...
2022-08-12 doujiang24runtime/trace: add missing events for the locked g...
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-10 Michael Prattruntime: fix SegvInCgo skip check
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-04 eric fangruntime: support cgo traceback on linux arm64
2022-02-11 Bryan C. Millsruntime: skip TestSegv/SegvInCgo failures with "runtime...
2022-02-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-03 Michael Prattruntime: regression test for issue 50936
2022-02-03 Bryan C. Millsruntime: skip TestSegv failures with "morestack on...
2022-01-20 Ian Lance Taylorruntime: remove -tags=threadprof in tests
2022-01-14 Bryan C. Millsruntime: skip known TestSegv failure mode on linux...
2022-01-07 Michael Prattruntime: skip TestSegv traceback check on 386
2021-12-08 Rhys Hiltnerruntime: fix flake in TestCgoPprofThread
2021-11-23 Ian Lance Taylorruntime: run the right test in TestCgoExternalThreadSignal
2021-11-23 Bryan C. Millsruntime: skip TestCgoCallbackGC on darwin-amd64-10_14...
2021-11-12 Michael Prattruntime: drop cgoTraceback call assumptions from CgoPpr...
2021-11-11 Cherry Muiruntime: bypass scheduler when doing traceback for...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-28 Russ Coxall: go fix -fix=buildtag std cmd (except for bootstrap...
2021-10-28 Michael Prattruntime: fix backward error message
2021-10-28 Michael Prattruntime: disable TestSegv panic check on darwin, illumo...
2021-10-26 Michael Prattruntime: handle async fatal signals in VDSO
2021-10-26 Michael Prattruntime: fix cgo signals detection
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-14 Michael Prattruntime: avoid loop variable capture in test
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (46fd547...
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-29 Ian Lance Taylorruntime: avoid possible preemption when returning from...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-02-20 Russ Coxall: go fmt std cmd (but revert vendor)
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-25 Russ Cox[dev.typeparams] merge dev.regabi 40f5bc4d556a into...
2020-11-25 Russ Cox[dev.regabi] merge master 4481ad6eb6 into dev.regabi
2020-11-24 Austin Clementsruntime: use inlined function name for traceback elision
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-28 Ian Lance Taylorruntime: move TestNeedmDeadlock to crash_cgo_test.go
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-20 Ian Lance Taylorruntime: use GOTRACEBACK=system for TestCgoExecSignalMask
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-14 Jeremy Faller[dev.link] all: merge master to dev.link
2020-05-11 Ian Lance Taylorinternal/poll, os: loop on EINTR
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-23 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-22 Ian Lance Taylorruntime: crash on SI_USER SigPanic signal
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-03-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-01 Mark Pulfordruntime: deflake CGO traceback tests
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-04-16 Josh Bleecher Snyderruntime: print more information when testCgoPprof fails
2019-03-26 Clément Chigotruntime: improve sigtramp on aix/ppc64 to handle SIGPROF
2019-03-19 Clément Chigotruntime: enable external linker tests for aix/ppc64
2019-03-19 Clément Chigotruntime: disable pprof test with cgo on aix/ppc64
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-12-10 Mark Pulfordruntime: fix CGO traceback frame count
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-07-04 Nikhil Beneschruntime: support capturing C backtrace from signal...
2018-07-02 Austin Clementsruntime: query thread stack size from OS on Windows
2018-06-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-29 Brad Fitzpatrickall: remove support for macOS 10.9 and earlier
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-03-27 Tim Wrightcmd/go, cmd/link, runtime: enable PIE build mode, cgo...
2018-02-07 Russ Coxall: merge master into release-branch.go1.10, for go1...
2018-01-31 Austin Clementsruntime: fail silently if we unwind over sigpanic into...
2017-12-13 Russ Coxall: fix t.Skipf formats
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-12-01 Austin Clementsruntime: restore the Go-allocated signal stack in unminit
2017-11-14 Alex Brainmanruntime: make TestWindowsStackMemory build even with...
2017-11-04 Alex Brainmanruntime: skip flaky TestWindowsStackMemoryCgo
2017-11-03 Alex Brainmancmd/link: restore windows stack commit size back to 4KB
2017-10-30 Lynn Bogerruntime: use -buildmode=pie in testCgoPprofPIE instead...
2017-10-21 Cherry Zhangruntime: support cgo traceback on PPC64LE
2017-10-11 Austin Clementsruntime: terminate locked OS thread if its goroutine...
2017-09-13 Daniel Martícmd/compile: add TestIntendedInlining from runtime
2017-08-29 Elias Naurruntime: forward crashing signals to late handlers
2017-08-11 Austin ClementsMerge remote-tracking branch 'origin/dev.debug' into...
2017-08-10 Elias Naurruntime: when dying from a signal use the previous...
2017-07-13 Ian Lance Taylorruntime: don't call t.Parallel in TestCgoSignalDeadlock
2017-06-14 Ian Lance Taylorruntime: don't run TestCgoNumGoroutine on Windows or...
2017-06-07 Austin Clementsruntime: mark extra M's G as dead when not in use
2017-04-25 Brad Fitzpatrickruntime: ignore TestCgoPprofPIE test failures on Alpine...
2017-04-25 Brad Fitzpatrickruntime: ignore TestCgoPprofPIE test failures on Alpine
2017-02-24 Russ Coxruntime: check that pprof accepts but doesn't need...
2016-12-05 Ian Lance Taylorruntime: don't skip TestCgoCallbackGC on FreeBSD
2016-11-04 Brad Fitzpatrickall: sprinkle t.Parallel on some slow tests
next