aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testcshared
AgeCommit message (Expand)Author
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
2016-11-17misc/cgo: decrease test failure timeoutsElias Naur
2016-11-15misc/cgo/testcarchive, misc/cgo/testcshared: sleep instead of sched_yieldIan Lance Taylor
2016-04-03all: fix spelling mistakesEric Engestrom
2016-02-26misc/cgo: fix wrong quote characterJeff R. Allen
2016-01-13cmd/go: -buildmode=c-shared should work on darwin/386Joe Sylve
2016-01-07misc/cgo/testcarchive,testcshared: deflake testsIan Lance Taylor
2016-01-05misc/cgo/testcshared: print a little more about GOROOT on failureRuss Cox
2016-01-05runtime: disable a signal by restoring the original dispositionIan Lance Taylor
2016-01-04build: prevent the entire repo to be wiped out by cgo test scriptsDidier Spezia
2015-12-18runtime: for c-archive/c-shared, don't install unnecessary signal handlersIan Lance Taylor
2015-12-05misc/cgo/testcshared: use fd 100 instead of fd 10 for back-channel communicationRuss Cox
2015-10-29cmd/go: buildmode=c-shared support for linux/arm64David Crawshaw
2015-10-28cmd/go: enable android/amd64 build.Hyang-Ah Hana Kim
2015-10-13misc/cgo/testcshared: use -pie for android-L.Hyang-Ah Hana Kim
2015-09-08cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a...Michael Hudson-Doyle
2015-09-04Revert "cmd/internal/ld: put read-only relocated data into .data.rel.ro when ...Dave Cheney
2015-09-04cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a...Michael Hudson-Doyle
2015-06-25misc/cgo/testcshared: don't leave garbages after testMikio Hara
2015-06-19cmd/link/internal/ld, cmd/go: -buildmode=c-shared support for darwin/amd64Srdjan Petrovic
2015-05-13misc/cgo/testcshared: remove use of 'env'.Hyang-Ah (Hana) Kim
2015-05-12misc/cgo/testcshared: fix test for android.Hyang-Ah (Hana) Kim
2015-05-07cmd/go: install headers for c-archive/c-shared cgo exportsIan Lance Taylor
2015-04-30misc/cgo/testcshared, misc/cgo/testshared: fix clang warnings and errorsDave Cheney
2015-04-24misc/cgo/testcshared: make test.bash resilient against noise.Hyang-Ah Hana Kim
2015-04-24misc/cgo/testcshared: add a c-shared test for android/arm.Hyang-Ah Hana Kim
2015-04-21misc/cgo/testcshared: add c-shared test with no exportsIan Lance Taylor
2015-04-17misc/cgo/testcshared: test -buildmode=c-sharedHyang-Ah Hana Kim