summaryrefslogtreecommitdiff
path: root/src/run.bat
Commit message (Expand)AuthorAgeFilesLines
* runtime: generate windows callback list with go generateRuss Cox2014-12-051-4/+2
* [dev.cc] build: skip API checks on Windows too (not just Unix)Russ Cox2014-11-211-3/+5
* run.bat: comment text properlyAlex Brainman2014-10-021-1/+1
* runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero2014-09-241-0/+7
* build: remove goplay from run.bash and run.batAndrew Gerrand2014-06-021-5/+0
* run.bash: explain why we set GOMAXPROCS for runtime testDmitriy Vyukov2014-03-061-1/+9
* cmd/gc: fix handling of append with -race.R?my Oudompheng2014-02-191-3/+1
* run.bat: use double-colon to comment textAlex Brainman2014-02-181-4/+4
* build: disable race detector test in run.bat on windowsRuss Cox2014-02-151-1/+5
* runtime/race: add end-to-end test on windowsAlex Brainman2013-08-151-1/+3
* cmd/api: eliminate duplicate package import workRuss Cox2013-08-091-1/+1
* build: change how cmd/api is run in run.bash and run.batBrad Fitzpatrick2013-08-071-1/+1
* build: remove builder from test suite (fix build)Andrew Gerrand2013-08-011-2/+2
* make.bat: incease runtime test timeout to 300s (fixes build)Alex Brainman2013-07-121-1/+1
* api: add go1.1.txt; update cmd/api to use itBrad Fitzpatrick2013-05-061-1/+1
* misc/cgo/testso: enable test on windowsShenghou Ma2013-04-231-0/+8
* run.bat: make windows runtime test timeout same as other osAlex Brainman2013-04-091-1/+1
* all.bat,make.bat,run.bat: make these work even when directory has space in itAlex Brainman2013-03-251-3/+3
* runtime,misc/cgo/test: disable broken tests so we can test the restAlex Brainman2013-03-061-2/+0
* build: disable cgo on windowsRuss Cox2013-03-011-0/+2
* cmd/ld: fix windows buildRuss Cox2013-03-011-2/+0
* run.bat: disable race detector testAlex Brainman2013-03-011-0/+2
* run.{bash,bat,rc}: unset GOMAXPROCS before ../testDave Cheney2012-11-151-0/+7
* runtime/race: add Windows supportDmitriy Vyukov2012-11-071-0/+9
* run.bat: make output consistentAlex Brainman2012-11-011-1/+1
* src/run.bat: add new flag for api toolRob Pike2012-10-041-1/+1
* cmd/go, cmd/ld: fix libgcc order and add __image_base__ symbol for windowsShenghou Ma2012-09-261-5/+4
* misc/cgo/stdio: make it work on Windows and also test itShenghou Ma2012-09-201-5/+4
* misc/cgo/test and test/bench/go1: enable these tests on windowsAlex Brainman2012-09-191-10/+8
* misc/cgo/life: disable it temporarily on windows, because go builder failsAlex Brainman2012-09-111-4/+5
* run.bat: do not run misc\cgo\stdio test on windows (fix build)Alex Brainman2012-09-031-4/+5
* doc/progs: use test/run.go for testing on WindowsShenghou Ma2012-09-031-1/+9
* misc/cgo/test: disable test on windows (attempt to fix windows build)Alex Brainman2012-08-171-4/+5
* cmd/go: new cgo build procedureShenghou Ma2012-08-171-1/+7
* misc/cgo/{life,stdio}, test/run.go: use test/run.go to do the cgo testsShenghou Ma2012-08-071-0/+16
* cmd/api: add api/next.txtBrad Fitzpatrick2012-05-221-1/+1
* build: unset GOROOT_FINAL before testsShenghou Ma2012-04-041-0/+5
* build: unset GOPATH before testsShenghou Ma2012-03-211-0/+4
* run.bat: disable test in test\bench\go1 to fix buildAlex Brainman2012-03-201-4/+5
* build: do more during windows buildAlex Brainman2012-03-201-0/+15
* test: actually run them on windowsAlex Brainman2012-03-131-3/+5
* build: use run.go for running testsRuss Cox2012-03-051-1/+8
* make.bat, run.bat: echo newlinesHector Chu2012-02-161-4/+4
* build: use setlocal in run.batAlex Brainman2012-02-161-0/+7
* build: fix windows buildRuss Cox2012-02-131-7/+0
* build: dist-based build for windowsRuss Cox2012-02-041-0/+47