summaryrefslogtreecommitdiff
path: root/misc/cgo/testcshared/cshared_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: disable tests that fail on AlpineRuss Cox2022-08-021-0/+6
* misc/cgo/testcshared: don't rely on an erroneous install target in testsBryan C. Mills2022-07-131-10/+25
* cmd/go: cgo export header to be compatible with MSVC complex typesqmuntal2022-04-081-0/+49
* misc/cgo: fix aliasing bugs in parallel tests that append to shared slicesBryan C. Mills2022-02-071-0/+3
* misc/cgo/testcshared: skip TestGo2C2Go on WindowsIan Lance Taylor2021-11-221-3/+3
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-2/+2
* misc/cgo: generate Windows import libraries for clangJason A. Donenfeld2021-06-131-1/+55
* cmd/go, misc/cgo: skip test if no .edataJason A. Donenfeld2021-06-131-1/+1
* all: update references to symbols moved from io/ioutil to ioKimMachineGun2021-04-051-9/+8
* cmd/link: avoid exporting all symbols on windows buildmode=pieQuim Muntal2020-11-021-4/+5
* cmd/cgo: avoid exporting all symbols on windows buildmode=c-sharedQuim Muntal2020-10-221-0/+96
* all: add GOOS=iosCherry Zhang2020-09-231-4/+4
* all: remove scattered remnants of darwin/armAustin Clements2020-04-081-1/+1
* misc/cgo/testcshared: avoid writing to GOROOT in testsBryan C. Mills2019-11-221-15/+28
* cmd/link/internal/ld,misc/cgo/testcshared: don't -fuse-ld=gold on AndroidElias Naur2019-11-141-1/+1
* misc/cgo: disable testcarchive, testplugin during -short test (including all....Russ Cox2019-05-161-0/+6
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-1/+1
* misc/cgo/testcshared: support testing on self-hosted androidElias Naur2019-04-161-4/+5
* misc/cgo/testcshared: use adb exec-out instead of adb shellElias Naur2019-04-081-3/+3
* misc/cgo/testcshared: delete temporary directory in testIan Lance Taylor2019-03-011-1/+1
* misc/cgo: skip cgotest.TestCrossPackageTests on iOS and set PWDBryan C. Mills2019-02-261-0/+1
* misc/cgo/testcshared: fix tests in module modeBryan C. Mills2019-02-221-67/+77
* misc/cgo/testcshared: skip TestGo2C2Go on AndroidIan Lance Taylor2018-12-031-1/+4
* misc/cgo/testcshared: don't run TestGo2C2Go on DarwinIan Lance Taylor2018-12-031-0/+6
* cmd/cgo: use preprocessor macros to avoid prolog redefinitionsIan Lance Taylor2018-12-011-0/+43
* misc/cgo/testcshared: force descriptor 30 to be closed when execing testIan Lance Taylor2018-08-011-0/+10
* all: enable c-shared/c-archive support for freebsd/amd64Tim Wright2018-03-211-2/+10
* misc,src: add support for specifying adb flags to the android harnessElias Naur2018-01-201-5/+15
* cmd/go: correct buildmode test (from "c-header" to "c-shared")Ian Lance Taylor2018-01-111-0/+97
* cmd/go: do not install dependencies during "go install"Russ Cox2017-11-031-1/+1
* misc/cgo/testcshared: don't overwrite cc in parallel runsIan Lance Taylor2017-10-091-1/+3
* misc/cgo/testcshared: use correct install directory on windowsAlex Brainman2017-10-081-2/+2
* misc/cgo/testcshared: delete testp0.exe not testp0 fileAlex Brainman2017-10-071-10/+15
* misc/cgo/testcshared: skip all but TestExportedSymbols on windowsAlex Brainman2017-10-051-2/+27
* misc/cgo/testcshared: actually run test executable on androidAlex Brainman2017-09-111-2/+2
* misc/cgo/testcshared: simlpify cshared_test.goAlex Brainman2017-09-111-89/+34
* misc/cgo/testcshared: run tests in parallelAlex Brainman2017-09-101-33/+25
* misc/cgo/testcshared: use TestMainAlex Brainman2017-09-101-61/+84
* Revert "misc/cgo/testcshared: temporarily skip testing on android"Elias Naur2017-08-191-21/+0
* misc/cgo/testcshared: fix tests on androidElias Naur2017-08-191-19/+28
* misc/cgo/testcshared: temporarily skip testing on androidAlex Brainman2017-08-191-0/+21
* misc/cgo/testcshared: cd into work directory before running android commandAlex Brainman2017-08-191-1/+2
* misc/cgo/testcshared: fix syntax error in the testAlex Brainman2017-08-181-2/+2
* misc/cgo/testcshared: use adb instead of ./adb on androidAlex Brainman2017-08-181-2/+2
* misc/cgo/testcshared: rewrite test.bash in GoChristopher Nelson2017-08-181-0/+477