index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
cgo
/
testcshared
/
cshared_test.go
Age
Commit message (
Expand
)
Author
2023-05-12
misc/cgo: move easy tests to cmd/cgo/internal
Austin Clements
2022-11-22
misc/cgo/testcshared: reapply CL 451816
Bryan C. Mills
2022-11-21
cmd/go: do not install .a files for packages in std
Bryan C. Mills
2022-11-19
misc/cgo/testcshared: handle unsuffixed dlltool path
Than McIntosh
2022-08-02
all: disable tests that fail on Alpine
Russ Cox
2022-07-13
misc/cgo/testcshared: don't rely on an erroneous install target in tests
Bryan C. Mills
2022-04-08
cmd/go: cgo export header to be compatible with MSVC complex types
qmuntal
2022-02-07
misc/cgo: fix aliasing bugs in parallel tests that append to shared slices
Bryan C. Mills
2021-11-22
misc/cgo/testcshared: skip TestGo2C2Go on Windows
Ian Lance Taylor
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-06-13
misc/cgo: generate Windows import libraries for clang
Jason A. Donenfeld
2021-06-13
cmd/go, misc/cgo: skip test if no .edata
Jason A. Donenfeld
2021-04-05
all: update references to symbols moved from io/ioutil to io
KimMachineGun
2020-11-02
cmd/link: avoid exporting all symbols on windows buildmode=pie
Quim Muntal
2020-10-22
cmd/cgo: avoid exporting all symbols on windows buildmode=c-shared
Quim Muntal
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-04-08
all: remove scattered remnants of darwin/arm
Austin Clements
2019-11-22
misc/cgo/testcshared: avoid writing to GOROOT in tests
Bryan C. Mills
2019-11-14
cmd/link/internal/ld,misc/cgo/testcshared: don't -fuse-ld=gold on Android
Elias Naur
2019-05-16
misc/cgo: disable testcarchive, testplugin during -short test (including all....
Russ Cox
2019-04-30
all: add new GOOS=illumos, split out of GOOS=solaris
Joshua M. Clulow
2019-04-16
misc/cgo/testcshared: support testing on self-hosted android
Elias Naur
2019-04-08
misc/cgo/testcshared: use adb exec-out instead of adb shell
Elias Naur
2019-03-01
misc/cgo/testcshared: delete temporary directory in test
Ian Lance Taylor
2019-02-26
misc/cgo: skip cgotest.TestCrossPackageTests on iOS and set PWD
Bryan C. Mills
2019-02-22
misc/cgo/testcshared: fix tests in module mode
Bryan C. Mills
2018-12-03
misc/cgo/testcshared: skip TestGo2C2Go on Android
Ian Lance Taylor
2018-12-03
misc/cgo/testcshared: don't run TestGo2C2Go on Darwin
Ian Lance Taylor
2018-12-01
cmd/cgo: use preprocessor macros to avoid prolog redefinitions
Ian Lance Taylor
2018-08-01
misc/cgo/testcshared: force descriptor 30 to be closed when execing test
Ian Lance Taylor
2018-03-21
all: enable c-shared/c-archive support for freebsd/amd64
Tim Wright
2018-01-20
misc,src: add support for specifying adb flags to the android harness
Elias Naur
2018-01-11
cmd/go: correct buildmode test (from "c-header" to "c-shared")
Ian Lance Taylor
2017-11-03
cmd/go: do not install dependencies during "go install"
Russ Cox
2017-10-09
misc/cgo/testcshared: don't overwrite cc in parallel runs
Ian Lance Taylor
2017-10-08
misc/cgo/testcshared: use correct install directory on windows
Alex Brainman
2017-10-07
misc/cgo/testcshared: delete testp0.exe not testp0 file
Alex Brainman
2017-10-05
misc/cgo/testcshared: skip all but TestExportedSymbols on windows
Alex Brainman
2017-09-11
misc/cgo/testcshared: actually run test executable on android
Alex Brainman
2017-09-11
misc/cgo/testcshared: simlpify cshared_test.go
Alex Brainman
2017-09-10
misc/cgo/testcshared: run tests in parallel
Alex Brainman
2017-09-10
misc/cgo/testcshared: use TestMain
Alex Brainman
2017-08-19
Revert "misc/cgo/testcshared: temporarily skip testing on android"
Elias Naur
2017-08-19
misc/cgo/testcshared: fix tests on android
Elias Naur
2017-08-19
misc/cgo/testcshared: temporarily skip testing on android
Alex Brainman
2017-08-19
misc/cgo/testcshared: cd into work directory before running android command
Alex Brainman
2017-08-18
misc/cgo/testcshared: fix syntax error in the test
Alex Brainman
2017-08-18
misc/cgo/testcshared: use adb instead of ./adb on android
Alex Brainman
2017-08-18
misc/cgo/testcshared: rewrite test.bash in Go
Christopher Nelson