aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testcshared
AgeCommit message (Expand)Author
2021-06-13misc/cgo: generate Windows import libraries for clangJason A. Donenfeld
2021-06-13cmd/go, misc/cgo: skip test if no .edataJason A. Donenfeld
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2020-11-02cmd/link: avoid exporting all symbols on windows buildmode=pieQuim Muntal
2020-10-22cmd/cgo: avoid exporting all symbols on windows buildmode=c-sharedQuim Muntal
2020-09-23all: add GOOS=iosCherry Zhang
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-11-25misc: remove use of relative directories in overlayDir functionsBryan C. Mills
2019-11-22misc/cgo/testcshared: avoid writing to GOROOT in testsBryan C. Mills
2019-11-14cmd/link/internal/ld,misc/cgo/testcshared: don't -fuse-ld=gold on AndroidElias Naur
2019-11-11misc: ensure that test overlay directories are writableBryan C. Mills
2019-05-16misc/cgo: disable testcarchive, testplugin during -short test (including all....Russ Cox
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-16misc/cgo/testcshared: support testing on self-hosted androidElias Naur
2019-04-08misc/cgo/testcshared: use adb exec-out instead of adb shellElias Naur
2019-03-01misc/cgo/testcshared: delete temporary directory in testIan Lance Taylor
2019-02-26misc/cgo: skip cgotest.TestCrossPackageTests on iOS and set PWDBryan C. Mills
2019-02-22misc/cgo/testcshared: fix tests in module modeBryan C. Mills
2018-12-03misc/cgo/testcshared: skip TestGo2C2Go on AndroidIan Lance Taylor
2018-12-03misc/cgo/testcshared: don't run TestGo2C2Go on DarwinIan Lance Taylor
2018-12-01cmd/cgo: use preprocessor macros to avoid prolog redefinitionsIan Lance Taylor
2018-08-01misc/cgo/testcshared: force descriptor 30 to be closed when execing testIan Lance Taylor
2018-04-21misc/cgo/testcshared: use file descriptor 30 for TestUnexportedSymbolsIan Lance Taylor
2018-03-21all: enable c-shared/c-archive support for freebsd/amd64Tim Wright
2018-02-14misc/cgo/testcshared: increase sleep in TestUnexportedSymbolsIan Lance Taylor
2018-01-20misc,src: add support for specifying adb flags to the android harnessElias Naur
2018-01-11cmd/go: correct buildmode test (from "c-header" to "c-shared")Ian Lance Taylor
2017-11-03cmd/go: do not install dependencies during "go install"Russ Cox
2017-10-09misc/cgo/testcshared: don't overwrite cc in parallel runsIan Lance Taylor
2017-10-08misc/cgo/testcshared: use correct install directory on windowsAlex Brainman
2017-10-07misc/cgo/testcshared: delete testp0.exe not testp0 fileAlex Brainman
2017-10-05misc/cgo/testcshared: skip all but TestExportedSymbols on windowsAlex Brainman
2017-10-03go/printer: fix formatting of three-index slice expressiongriesemer
2017-09-11misc/cgo/testcshared: actually run test executable on androidAlex Brainman
2017-09-11misc/cgo/testcshared: simlpify cshared_test.goAlex Brainman
2017-09-10misc/cgo/testcshared: run tests in parallelAlex Brainman
2017-09-10misc/cgo/testcshared: use TestMainAlex Brainman
2017-08-19Revert "misc/cgo/testcshared: temporarily skip testing on android"Elias Naur
2017-08-19misc/cgo/testcshared: fix tests on androidElias Naur
2017-08-19misc/cgo/testcshared: temporarily skip testing on androidAlex Brainman
2017-08-19misc/cgo/testcshared: cd into work directory before running android commandAlex Brainman
2017-08-18misc/cgo/testcshared: fix syntax error in the testAlex Brainman
2017-08-18misc/cgo/testcshared: use adb instead of ./adb on androidAlex Brainman
2017-08-18misc/cgo/testcshared: rewrite test.bash in GoChristopher Nelson
2017-04-11runtime: use hardware divider to improve performanceBen Shi
2017-03-30cmd/link: make mach-o dwarf segment properly alignedRuss Cox
2017-03-29misc/cgo/testcshared: use the gold linker on android/arm64Elias Naur
2017-03-14*.bash: always use the same string equality operatorDaniel Martí
2016-12-20misc/cgo/testcshared: wait up to 1 second in main2.cIan Lance Taylor
2016-11-19misc/cgo/testcshared: add explicit ./ to shared library argumentIan Lance Taylor