]> Cypherpunks.ru repositories - gostls13.git/history - misc/cgo/testsanitizers/test.bash
*.bash: always use the same string equality operator
[gostls13.git] / misc / cgo / testsanitizers / test.bash
2017-03-14 Daniel Martí*.bash: always use the same string equality operator
2017-03-09 Bryan C. Millsruntime/cgo: return correct sa_flags
2017-03-09 Bryan C. Millsruntime: fix _cgo_yield usage with sysmon and on BSD
2017-03-08 Bryan C. Millsruntime: poll libc to deliver signals under TSAN
2017-02-01 Russ Coxall: merge dev.inline into master
2017-01-31 Russ Coxall: merge dev.typealias into master
2017-01-19 Bryan C. Millsruntime: check for nil g and m in msanread
2016-12-16 Ian Lance Taylormisc/cgo/testsanitizer: don't run msan tests if msan...
2016-12-12 Ian Lance Taylorruntime: don't crash if signal delivered on g0 stack
2016-11-16 Bryan C. Millsruntime/cgo: use libc for sigaction syscalls when possible
2016-11-03 Russ Coxmisc/cgo/testsanitizers: skip tests when vm.overcommit_...
2016-08-23 Ian Lance Taylorruntime/cgo: add tsan acquire/release around setenv...
2016-08-23 Ian Lance Taylorruntime: add missing race and msan checks to reflect...
2016-06-14 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-08 Ian Lance Taylormisc/cgo/testsanitizers: don't run some TSAN tests...
2016-06-03 Ian Lance Taylorruntime/cgo: add TSAN locks around mmap call
2016-05-31 Ian Lance Taylorruntime/cgo: add TSAN acquire/release calls
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-25 Ian Lance Taylorcmd/cgo, runtime, runtime/cgo: TSAN support for malloc
2016-05-19 Ian Lance Taylorcmd/cgo: mark stub functions as no_sanitize_thread
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-01 Keith RandallMerge branch 'dev.ssa' into mergebranch
2016-03-01 Ian Lance Taylormisc/cgo/testsanitizers: don't run tsan tests on old...
2016-02-29 Ian Lance Taylormisc/cgo/testsanitizers: test that tsan links
2016-02-29 Ian Lance Taylormisc/cgo/testsanitizers: report stderr if go run tsan...
2016-02-28 Ian Lance Taylorcmd/cgo: add hooks for thread sanitizer
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-01-06 Ian Lance Taylorruntime: call msanwrite on object passed to runtime/cgo
2015-12-03 Mohit Agarwalmisc/cgo/testsanitizers: check linux major/minor versions
2015-12-03 Russ Coxmisc/cgo/testsanitizers: do not run with clang < 3...
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-11 Ian Lance Taylorruntime: don't call msanread when running on the system...
2015-11-11 Ian Lance Taylorruntime: mark cgo callback results as written for msan
2015-11-10 Mohit Agarwalmisc/cgo/testsanitizers: fix check for existence of...
2015-11-03 Ian Lance Taylorcmd/compile: make sure instrumented call has type width
2015-11-03 Ian Lance Taylormisc/cgo/testsanitizers: fix test of whether compiler...
2015-10-21 Ian Lance Taylorcmd/go: add -msan option
2015-10-20 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2015-10-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-10-02 Ian Lance Taylormisc/cgo/testsanitizers: skip test for version of clang...
2015-09-30 Ian Lance Taylorruntime, runtime/cgo: support using msan on cgo code