]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/crash_test.go
runtime: skip TestG0StackOverflow on windows/arm64
[gostls13.git] / src / runtime / crash_test.go
2023-11-09 Cherry Muiruntime: skip TestG0StackOverflow on windows/arm64
2023-11-02 Joel Singruntime: add crash stack support for riscv64
2023-10-31 Cherry Muiruntime: use testenv.Command in TestG0StackOverflow
2023-10-26 Cherry Muiruntime: print a stack trace at "morestack on g0"
2023-09-18 Cherry Muiruntime: skip TestG0StackOverflow on iOS
2023-09-08 Cherry Muiruntime: unskip TestG0StackOverflow
2023-09-05 Dmitri Shuralyovall: use ^TestName$ regular pattern for invoking a...
2023-09-05 Ian Lance Taylorruntime: don't let the tests leave core files behind
2023-07-18 Ian Lance Taylorruntime: decrement netpollWaiters in netpollunblock
2023-07-06 Cherry Muiruntime: print output on failure in TestMemPprof
2023-04-21 Bryan C. Millsruntime: skip TestG0StackOverflow on ios
2023-03-02 Bryan C. Millscmd/link/internal/ld: move more of mustLinkExternal...
2023-02-02 Bryan C. Millsruntime: eliminate arbitrary timeout in TestCgoLockOSTh...
2022-11-04 Bryan C. Millsruntime: eliminate arbitrary timeouts in runBuiltTestPr...
2022-11-01 Bryan C. Millsruntime: check for ErrWaitDelay in runBuiltTestProg
2022-10-31 Bryan C. Millsinternal/testenv: remove RunWithTimout
2022-08-09 Cherry Muiruntime: gofmt
2022-08-08 cuiweixiecmd/compile,runtime: panic when unsafe.Slice param...
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-15 hopehookruntime: don't discard value from panic while panicking
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-07 Michael Prattruntime: print goid when throwing in gentraceback
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-12-12 Austin Clementstestenv: abstract run-with-timeout into testenv
2021-11-24 Tobias Klauserruntime: skip TestTimePprof on illumos
2021-11-24 Ian Lance Taylorruntime: skip TestTimePprof if nanotime calls libc
2021-11-17 Ian Lance Taylorruntime: don't serialize all builds in test
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
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-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-10 Tobias Klausernet, runtime: drop macOS 10.12 skip conditions in tests
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-02 Robert Griesemer[dev.typeparams] all: merge dev.regabi (23b0c1f) into...
2021-02-02 Robert Griesemer[dev.regabi] all: merge master (fca94ab) into dev.regabi
2021-01-27 Dan Scalesruntime: make sure to remove open-coded defer entries...
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-09 Russ Coxall: update to use os.ReadFile, os.WriteFile, os.Create...
2020-12-02 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-09 Emmanuel OdekeRevert "runtime: make stack traces of endless recursion...
2020-11-06 Emmanuel T Odekeruntime: make stack traces of endless recursion print...
2020-10-12 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-09 Cherry Zhangall: enable more tests on macOS/ARM64
2020-10-02 Austin Clementsruntime: add debugging to TestTimePprof
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-29 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-21 Michael Prattruntime: disable preemption in startTemplateThread
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-12-03 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-27 Cherry Zhangruntime: print more information on stack overflow
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-08 Gerrit Code ReviewMerge "cmd: merge branch 'dev.link' into master"
2019-11-06 Dmitry Vyukovruntime: remove stale runtime check in tests
2019-11-05 Cherry Zhangcmd: merge branch 'dev.link' into master
2019-11-04 Dan Scalesruntime: ensure that Goexit cannot be aborted by a...
2019-10-25 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-22 Bryan C. Millsnet: ignore or skip known-flaky localhost Dial operatio...
2019-09-25 Dan Scalesmisc, runtime, test: extra tests and benchmarks for...
2019-09-25 Tobias Klauserruntime: gofmt after CL 192937
2019-09-11 Yuichi Nishiwakiruntime: fix crash during VDSO calls on arm
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-03-26 Clément Chigotruntime: improve sigtramp on aix/ppc64 to handle SIGPROF
2019-03-08 Bryan C. Millsinternal/testenv: remove SetModVendor
2019-03-05 Bryan C. Millsall: add -mod=vendor to GOFLAGS in tests that execute...
2019-02-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-02-13 Cherry Zhangruntime: scan gp._panic in stack scan
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-02 Clément Chigotall: skip unsupported tests on AIX
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-09-14 Ian Lance Taylorruntime: use CleanCmdEnv in TestRuntimePanic
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-07-08 Austin Clementsruntime: skip TestG0StackOverflow on Android
2018-07-08 Austin Clementsruntime: fix TestAbort on non-x86 arches
2018-07-08 David du Colombierruntime: fix TestAbort on Plan 9
2018-07-07 Austin Clementsruntime: handle g0 stack overflows gracefully
2018-07-07 Austin Clementsruntime: fix abort handling on Windows
2018-06-29 Ian Lance Taylorruntime: throw if the runtime panics with out of bounds...
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-03-08 Austin Clementsruntime: ensure abort actually crashes the process
2018-03-07 Ian Lance Taylorruntime: get traceback from VDSO code
2018-01-22 Austin Clementsruntime: print hexdump on traceback failure
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-09 Russ Coxcmd/go: implement per-package asmflags, gcflags, ldflag...
2017-10-31 Russ Coxruntime: shorten tests in all.bash
2017-10-31 Russ Coxall: respect $GO_GCFLAGS during run.bash
2017-10-11 Austin Clementsruntime: terminate locked OS thread if its goroutine...
2017-09-13 Daniel Martícmd/compile: add TestIntendedInlining from runtime
2017-06-07 Ian Lance Taylorruntime: deflake TestPanicRace
2017-06-05 Ian Lance Taylorruntime: delay exiting while panic is running deferred...
2017-04-20 David Lazarruntime: make test independent of inlining
2017-03-03 David Lazarruntime: use inlining tables to generate accurate trace...
2017-03-01 Lynn Bogerruntime, cmd/go: roll back stale message, test detail
2017-02-24 Russ Coxruntime: check that pprof accepts but doesn't need...
next