]> Cypherpunks.ru repositories - gostls13.git/commit
test: migrate remaining files to go:build syntax
authorDmitri Shuralyov <dmitshur@golang.org>
Tue, 17 Oct 2023 19:07:58 +0000 (15:07 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 19 Oct 2023 23:33:25 +0000 (23:33 +0000)
commitb2fd76ab8dd72b9f2135c1e9b15130e6028fc838
tree0d37261f11b8c550cd4e3b761798415a1319ee69
parentff6dd7125e70976063c412d9f52f8b19ee2c08fb
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>
127 files changed:
src/cmd/compile/internal/types2/stdlib_test.go
src/go/types/stdlib_test.go
test/abi/bad_internal_offsets.go
test/abi/double_nested_addressed_struct.go
test/abi/double_nested_struct.go
test/abi/f_ret_z_not.go
test/abi/fibish.go
test/abi/fibish_closure.go
test/abi/leaf.go
test/abi/leaf2.go
test/abi/many_int_input.go
test/abi/many_intstar_input.go
test/abi/more_intstar_input.go
test/abi/named_results.go
test/abi/named_return_stuff.go
test/abi/reg_not_ssa.go
test/abi/return_stuff.go
test/abi/s_sif_sif.go
test/abi/spills3.go
test/abi/spills4.go
test/abi/struct_3_string_input.go
test/abi/struct_lower_1.go
test/abi/too_big_to_ssa.go
test/abi/uglyfib.go
test/abi/wrapdefer_largetmp.go
test/chanlinear.go
test/checkbce.go
test/closure3.go
test/codegen/clobberdead.go
test/codegen/clobberdeadreg.go
test/codegen/retpoline.go
test/codegen/spectre.go
test/codegen/structs.go
test/fixedbugs/bug248.go
test/fixedbugs/bug369.go
test/fixedbugs/bug385_32.go
test/fixedbugs/bug385_64.go
test/fixedbugs/bug513.go
test/fixedbugs/issue10607.go
test/fixedbugs/issue10958.go
test/fixedbugs/issue11326b.go
test/fixedbugs/issue11656.dir/asm.go
test/fixedbugs/issue11656.dir/asm_generic.go
test/fixedbugs/issue11656.go
test/fixedbugs/issue11771.go
test/fixedbugs/issue12411.go
test/fixedbugs/issue13265.go
test/fixedbugs/issue13268.go
test/fixedbugs/issue14636.go
test/fixedbugs/issue15002.go
test/fixedbugs/issue15091.go
test/fixedbugs/issue15277.go
test/fixedbugs/issue15609.dir/call.go
test/fixedbugs/issue15609.dir/call_decl.go
test/fixedbugs/issue15609.go
test/fixedbugs/issue15747.go
test/fixedbugs/issue16008.go
test/fixedbugs/issue16037_run.go
test/fixedbugs/issue17449.go
test/fixedbugs/issue19182.go
test/fixedbugs/issue19261.go
test/fixedbugs/issue19507.dir/main.go
test/fixedbugs/issue19507.go
test/fixedbugs/issue20250.go
test/fixedbugs/issue20529.go
test/fixedbugs/issue20780b.go
test/fixedbugs/issue21317.go
test/fixedbugs/issue21576.go
test/fixedbugs/issue22200b.go
test/fixedbugs/issue22660.go
test/fixedbugs/issue22662b.go
test/fixedbugs/issue23781.go
test/fixedbugs/issue24187.go
test/fixedbugs/issue24651a.go
test/fixedbugs/issue26411.go
test/fixedbugs/issue29329.go
test/fixedbugs/issue30908.go
test/fixedbugs/issue33275_run.go
test/fixedbugs/issue33555.go
test/fixedbugs/issue34968.go
test/fixedbugs/issue36437.go
test/fixedbugs/issue36516.go
test/fixedbugs/issue36705.go
test/fixedbugs/issue37513.go
test/fixedbugs/issue38093.go
test/fixedbugs/issue4099.go
test/fixedbugs/issue42284.go
test/fixedbugs/issue46234.go
test/fixedbugs/issue47185.go
test/fixedbugs/issue47227.go
test/fixedbugs/issue52127.go
test/fixedbugs/issue6036.go
test/fixedbugs/issue8606b.go
test/fixedbugs/issue9355.go
test/fixedbugs/issue9604b.go
test/fixedbugs/issue9862_run.go
test/fuse.go
test/gc2.go
test/inline.go
test/inline_math_bits_rotate.go
test/intrinsic.go
test/intrinsic_atomic.go
test/linkmain.go
test/linkmain_run.go
test/linkobj.go
test/linkx_run.go
test/live.go
test/live_regabi.go
test/live_uintptrkeepalive.go
test/loopbce.go
test/maplinear.go
test/newinline.go
test/nilptr.go
test/nilptr3.go
test/nilptr5.go
test/nilptr5_aix.go
test/nilptr5_wasm.go
test/nilptr_aix.go
test/nosplit.go
test/opt_branchlikely.go
test/phiopt.go
test/prove.go
test/prove_constant_folding.go
test/prove_invert_loop_with_unused_iterators.go
test/recover4.go
test/sigchld.go
test/typeparam/issue54765.go