-
- Downloads
test: migrate remaining files to go:build syntax
Most of the test cases in the test directory use the new go:build syntax already. Convert the rest. In general, try to place the build constraint line below the test directive comment in more places. For #41184. For #60268. Change-Id: I11c41a0642a8a26dc2eda1406da908645bbc005b Cq-Include-Trybots: luci.golang.try:gotip-linux-386-longtest,gotip-linux-amd64-longtest,gotip-windows-amd64-longtest Reviewed-on: https://go-review.googlesource.com/c/go/+/536236 Reviewed-by:Ian Lance Taylor <iant@google.com> Reviewed-by:
Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Showing
- src/cmd/compile/internal/types2/stdlib_test.go 1 addition, 1 deletionsrc/cmd/compile/internal/types2/stdlib_test.go
- src/go/types/stdlib_test.go 1 addition, 1 deletionsrc/go/types/stdlib_test.go
- test/abi/bad_internal_offsets.go 0 additions, 1 deletiontest/abi/bad_internal_offsets.go
- test/abi/double_nested_addressed_struct.go 0 additions, 1 deletiontest/abi/double_nested_addressed_struct.go
- test/abi/double_nested_struct.go 0 additions, 1 deletiontest/abi/double_nested_struct.go
- test/abi/f_ret_z_not.go 0 additions, 1 deletiontest/abi/f_ret_z_not.go
- test/abi/fibish.go 0 additions, 1 deletiontest/abi/fibish.go
- test/abi/fibish_closure.go 0 additions, 1 deletiontest/abi/fibish_closure.go
- test/abi/leaf.go 0 additions, 1 deletiontest/abi/leaf.go
- test/abi/leaf2.go 0 additions, 1 deletiontest/abi/leaf2.go
- test/abi/many_int_input.go 0 additions, 1 deletiontest/abi/many_int_input.go
- test/abi/many_intstar_input.go 0 additions, 1 deletiontest/abi/many_intstar_input.go
- test/abi/more_intstar_input.go 0 additions, 1 deletiontest/abi/more_intstar_input.go
- test/abi/named_results.go 0 additions, 1 deletiontest/abi/named_results.go
- test/abi/named_return_stuff.go 0 additions, 1 deletiontest/abi/named_return_stuff.go
- test/abi/reg_not_ssa.go 0 additions, 1 deletiontest/abi/reg_not_ssa.go
- test/abi/return_stuff.go 0 additions, 1 deletiontest/abi/return_stuff.go
- test/abi/s_sif_sif.go 0 additions, 1 deletiontest/abi/s_sif_sif.go
- test/abi/spills3.go 0 additions, 1 deletiontest/abi/spills3.go
- test/abi/spills4.go 0 additions, 1 deletiontest/abi/spills4.go
Please register or sign in to comment