]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/dist/test.go
runtime: implement wasip1 netpoll
[gostls13.git] / src / cmd / dist / test.go
2023-05-25 Chris O'Hararuntime: implement wasip1 netpoll
2023-05-24 Dmitri Shuralyovcmd/dist: make two related panic messages more consistent
2023-05-19 Dmitri Shuralyovcmd/dist: use "pkg[:variant]" as dist test name
2023-05-19 Austin Clementscmd/dist: remove unused functionality
2023-05-19 Austin Clementscmd/dist: delete moved_goroot test
2023-05-19 Austin Clementscmd/dist: flush incomplete lines in -json mode
2023-05-19 Austin Clementscmd/dist: drop remaining conditions on default cgo...
2023-05-19 Austin Clementscmd/cgo/internal/testnocgo: always run in default confi...
2023-05-19 Austin Clementscmd/cgo/internal/testtls: build and run everywhere
2023-05-19 Austin Clementscmd/dist: don't pass -linkmode=auto
2023-05-19 Austin Clementscmd/dist: let several cgo tests run as regular cmd...
2023-05-19 Austin Clementscmd/dist: refine test conditions and enable more cgo...
2023-05-19 Austin Clementscmd/dist: enable more cgo tests if GO_GCFLAGS != ""
2023-05-18 Austin Clementscmd/dist: tweaks to -json mode
2023-05-17 Austin Clementscmd/dist: add -json flag
2023-05-17 Austin Clementscmd/dist: refactor rtPreFunc to print skips in only...
2023-05-17 Austin Clementscmd/dist: make it possible to filter output of backgrou...
2023-05-17 Austin Clementscmd/dist: simplify work list functions
2023-05-16 Austin Clementscmd/dist: introduce test variants
2023-05-16 Austin Clementscmd/dist: put cgo tests under a "Testing cgo" heading
2023-05-16 Austin Clementscmd/dist: refactor adding to the test list into a method
2023-05-12 Dmitri Shuralyovcmd/dist: use registerStdTestSpecially for normal Go...
2023-05-12 Austin Clementscmd/cgo/internal/testsanitizers: build on all platforms
2023-05-12 Dmitri Shuralyovinternal/testdir: move to cmd/internal/testdir
2023-05-12 Austin Clementscmd/dist: drop goTest.dir
2023-05-12 Austin Clementstest/bench: delete
2023-05-12 Austin Clementsmisc/reboot: move to cmd/internal/bootstrap_test
2023-05-12 Austin Clementscmd/dist: drop host test support
2023-05-12 Austin Clementscmd/dist,internal/testdir: more cooperative host test...
2023-05-12 Austin Clementsmisc/swig: move tests to cmd/cgo/internal
2023-05-12 Austin Clementsmisc/swig: restructure as a driver
2023-05-12 Austin Clementsmisc/cgo: move registerCgoTests tests to cmd/cgo/internal
2023-05-12 Austin Clementsmisc/cgo: move easy tests to cmd/cgo/internal
2023-04-27 Guoqi Chencmd/dist,internal: enable buildmode=c-archive for linux...
2023-04-25 Austin Clementscmd/dist: actually only compile tests with -compile...
2023-04-12 limeidancmd/internal/sys, cmd/dist, misc/cgo/testcshared: enabl...
2023-04-10 WANG Xueruicmd/compile, cmd/dist, internal: enable buildmode=pie...
2023-04-07 Johan Brandhorst... internal: add wasip1 support
2023-04-06 Johan Brandhorst... cmd: add wasip1 support
2023-04-05 Ian Lance Taylorcmd/dist: skip static linking tests for linux boringcrypto
2023-02-28 Cuong Manh Lehash/maphash: add purego implementation
2023-02-28 Dmitri Shuralyovcmd/dist, test: convert test/run.go runner to a cmd...
2023-02-13 Ian Lance Taylorcmd/dist: use a copy of platform.BuildModeSupported
2023-02-10 qmuntalcmd/dist: remove windows-amd64-2008 code path
2023-02-01 Bryan C. Millscmd/dist,internal/platform: reenable the c-archive...
2023-02-01 Ian Lance Taylorcmd/dist, internal/platform: remove some target modes...
2023-01-31 Ian Lance Taylorcmd/dist, internal/platform: test agreement on supporte...
2023-01-31 Ian Lance Taylorcmd/link, cmd/dist, internal/platform: consolidate...
2023-01-31 Ian Lance Taylorcmd/dist: test goos, not gohostos, in tester.extLink
2023-01-31 Bryan C. Millscmd/dist: leave cgo enabled if external linking is...
2023-01-30 Bryan C. Millscmd/dist: skip rebuilding packages during builder testing
2023-01-26 Bryan C. Millscmd/dist: restore the original GOCACHE before building...
2023-01-26 Bryan C. Millscmd/dist: require absolute path to executable in flatte...
2023-01-26 Bryan C. Millscmd/dist: consistently use $GOROOT/bin/go instead of...
2023-01-20 Dmitri Shuralyovcmd/dist: mark linux/sparc64 as a broken port, remove...
2023-01-20 Dmitri Shuralyovcmd/dist: remove GOTESTONLY environment variable
2023-01-20 Dmitri Shuralyovcmd/dist: remove hardcoded timeout scale for arm and...
2023-01-17 Russ Coxcmd/dist: make toolchain build reproducible
2022-12-06 Dmitri Shuralyovrun.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_...
2022-11-28 Russ Coxcmd/api: rewrite as package test
2022-11-22 Than McIntoshcmd/dist: revise skip sequence added in CL 452763
2022-11-22 Than McIntoshcmd/dist: skip -race w/ external linkage on windows...
2022-11-22 Bryan C. Millscmd/dist: skip the staleness check for 'cmd' when testi...
2022-11-21 Martin Möhrmanncmd/dist: update to assume Go 1.17.13 as minimal Go...
2022-11-17 Austin Clementscmd/dist: skip non-race tests
2022-11-16 Austin Clementscmd/dist: simplify old code
2022-11-16 Austin Clementscmd/dist: convert host tests to use goTest
2022-11-16 Austin Clementscmd/dist: convert most remaining tests to use goTest
2022-11-16 Austin Clementscmd/dist: restructure cgo_test
2022-11-16 Austin Clementscmd/dist: make registerTest take a goTest
2022-11-16 Austin Clementscmd/dist: use goTest for manual go test invocations
2022-11-16 Austin Clementscmd/dist: introduce "go test" abstraction
2022-11-16 Austin Clementscmd/go: make testterminal18153 a normal test
2022-11-16 Austin Clementscmd/dist: eliminate "time" special case
2022-11-16 Austin Clementscmd/dist: eliminate registerSeqTest
2022-11-16 Austin Clementscmd/dist: add doc comments to some functions
2022-11-16 Austin Clementscmd/dist: add curiously missing GOOS/GOARCH combinations
2022-11-04 Austin Clementscmd/dist: simplify cgo_test
2022-11-01 Austin Clementstest/bench/go1: eliminate start-up time
2022-10-28 Michael Matloobcmd/go: don't install most GOROOT .a files in pkg
2022-10-17 Austin Clementsmisc/cgo/fortran: convert to Go test
2022-10-17 Austin Clementsmisc/cgo/testsigfwd: move to runtime/testprog/testprogcgo
2022-10-14 Austin Clementsmisc/cgo/testasan: drop test
2022-10-14 Austin Clementscmd/dist: drop support for pre-compiled test binaries
2022-10-14 Dmitri Goutnikcmd/dist, misc/cgo/testsanitizers: enable msan tests...
2022-10-04 Than McIntoshcmd/internal/sys: migrate support.go functions to new...
2022-10-01 Daniel Martícmd/go: remove the -i build flag
2022-09-28 Tobias Klausercmd/dist: test cmd module on js/wasm
2022-09-28 Mikael Urankarcmd/dist: enable cgo tests on freebsd/riscv64
2022-09-27 TomCao New Macbook Proall: replace [0-9] with \d in regexps
2022-09-20 Andy Panall: replace package ioutil with os and io in src
2022-08-31 Cuong Manh Lecmd/dist: disable cgo when testing internal linking...
2022-08-26 Archana Rruntime: add address sanitizer support for ppc64le
2022-08-18 Lynn Bogercmd/dist: enable testsanitizer test on ppc64le
2022-08-17 Cuong Manh Leall: use "noopt" build tag for checking optimization...
2022-08-09 Than McIntoshtest: skip -buildmode=pie tests on alpine
2022-08-05 Russ Coxcmd/dist: do not run on ppc64le
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-07-29 Ian Lance Taylorcmd/dist: always pass -short=true with -quick
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
next