aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testsanitizers
AgeCommit message (Expand)Author
2022-05-25[release-branch.go1.17] misc/cgo/testsanitizers: use buffered channel in tsan...Cherry Mui
2021-08-09runtime/cgo: when using msan explicitly unpoison cgoCallersIan Lance Taylor
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2021-03-11cmd/dist: refactor test constraints for misc/cgo/testsantizersfanzha02
2020-12-03cmd/compile, runtime: use __msan_memmove for moving data, split msanread to f...Cherry Zhang
2019-06-03runtime: save/restore callee saved registers in arm64's sigtrampBen Shi
2019-02-22misc/cgo/testsanitizers: move test source files into testdata directoryBryan C. Mills
2018-11-16misc/cgo/testsanitizers: gofmtTobias Klauser
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-07-20cm/go/internal/test: make vet run when using go test -cLE Manh Cuong
2018-07-05cmd/cgo: mark C result as written for msanIan Lance Taylor
2018-06-15cmd/dist: run msan test only in testsanitizer on arm64Fangming.Fang
2018-01-10all: use Fatalf instead of Fatal if format is givenKunpei Sakai
2017-08-17misc/cgo/testsanitizers: convert test.bash to GoBryan C. Mills
2017-08-04misc/cgo/testsanitizers: also skip tsan11/tsan12 when using GCCIan Lance Taylor
2017-08-02testsanitizers: check that tsan program runs, skip tsan10 on gccIan Lance Taylor
2017-07-20misc/cgo/testsanitizers: add regression test for change 50251Bryan C. Mills
2017-03-14*.bash: always use the same string equality operatorDaniel Martí
2017-03-09runtime/cgo: return correct sa_flagsBryan C. Mills
2017-03-09runtime: fix _cgo_yield usage with sysmon and on BSDBryan C. Mills
2017-03-08runtime: poll libc to deliver signals under TSANBryan C. Mills
2017-01-19runtime: check for nil g and m in msanreadBryan C. Mills
2016-12-16misc/cgo/testsanitizer: don't run msan tests if msan doesn't workIan Lance Taylor
2016-12-15runtime: preserve callee-saved C registers in sigtrampBryan C. Mills
2016-12-12runtime: don't crash if signal delivered on g0 stackIan Lance Taylor
2016-11-16runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills
2016-11-03misc/cgo/testsanitizers: skip tests when vm.overcommit_memory=2Russ Cox
2016-08-23runtime/cgo: add tsan acquire/release around setenv/unsetenvIan Lance Taylor
2016-08-23runtime: add missing race and msan checks to reflect functionsIan Lance Taylor
2016-06-08misc/cgo/testsanitizers: don't run some TSAN tests on GCC < 7Ian Lance Taylor
2016-06-03runtime/cgo: add TSAN locks around mmap callIan Lance Taylor
2016-05-31runtime/cgo: add TSAN acquire/release callsIan Lance Taylor
2016-05-25cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor
2016-05-19cmd/cgo: mark stub functions as no_sanitize_threadIan Lance Taylor
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-03-01misc/cgo/testsanitizers: don't run tsan tests on old clangIan Lance Taylor
2016-02-29misc/cgo/testsanitizers: test that tsan linksIan Lance Taylor
2016-02-29misc/cgo/testsanitizers: report stderr if go run tsan*.go failsIan Lance Taylor
2016-02-28cmd/cgo: add hooks for thread sanitizerIan Lance Taylor
2016-01-06runtime: call msanwrite on object passed to runtime/cgoIan Lance Taylor
2015-12-03misc/cgo/testsanitizers: check linux major/minor versionsMohit Agarwal
2015-12-03misc/cgo/testsanitizers: do not run with clang < 3.8 and Linux ≥ 4.1Russ Cox
2015-11-19cmd/cgo, runtime: exported Go functions can't return a Go pointerIan Lance Taylor
2015-11-11runtime: don't call msanread when running on the system stackIan Lance Taylor
2015-11-11runtime: mark cgo callback results as written for msanIan Lance Taylor
2015-11-10misc/cgo/testsanitizers: fix check for existence of clangMohit Agarwal
2015-11-03cmd/compile: make sure instrumented call has type widthIan Lance Taylor
2015-11-03misc/cgo/testsanitizers: fix test of whether compiler option worksIan Lance Taylor
2015-10-21cmd/go: if -msan, pass -fsanitize=memory to cgo buildsIan Lance Taylor
2015-10-21cmd/go: add -msan optionIan Lance Taylor