]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert TestGoBuildGOPATHOrder to the script framework
authorMichael Matloob <matloob@golang.org>
Mon, 13 Jan 2020 18:51:14 +0000 (13:51 -0500)
committerMichael Matloob <matloob@golang.org>
Thu, 27 Feb 2020 21:31:52 +0000 (21:31 +0000)
commit2cfc5e2b2fb14cde51702cd124f0c9b324c8066e
treed642e5660f5eb00420a017b011080cbaff0bd56a
parent4d6c171a1b355fe209a630e299a419a0cdb04253
cmd/go: convert TestGoBuildGOPATHOrder to the script framework

It looks like TestGoBuildGOPATHOrderBroken has been fixed so I've converted
that too, without the skip.

Part of converting all tests to script framework to improve
test parallelism.

Updates #36320
Updates #17751

Change-Id: I7ee77f22fb888811c175bcdc5eb814c80fbec420
Reviewed-on: https://go-review.googlesource.com/c/go/+/214432
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/go_test.go
src/cmd/go/testdata/script/build_gopath_order.txt [new file with mode: 0644]