]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: add register abi tests
authorDavid Chase <drchase@google.com>
Wed, 24 Feb 2021 17:58:01 +0000 (12:58 -0500)
committerDavid Chase <drchase@google.com>
Thu, 4 Mar 2021 23:07:50 +0000 (23:07 +0000)
commit5c5552c5bab55c7233cc0cc105876a982ec25b74
treed6a2331e1386a7637601db69646ea4e99105266d
parent56d52e661114be60fb1893b034ac0c5976b622af
cmd/compile: add register abi tests

Change-Id: I4b2b62a8eb1c4bf47f552214127d4ed5710af196
Reviewed-on: https://go-review.googlesource.com/c/go/+/297030
Trust: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
13 files changed:
test/abi/f_ret_z_not.go
test/abi/many_int_input.go
test/abi/many_intstar_input.go [new file with mode: 0644]
test/abi/many_intstar_input.out [new file with mode: 0644]
test/abi/more_intstar_input.go [new file with mode: 0644]
test/abi/more_intstar_input.out [new file with mode: 0644]
test/abi/named_return_stuff.go [new file with mode: 0644]
test/abi/named_return_stuff.out [new file with mode: 0644]
test/abi/return_stuff.go [new file with mode: 0644]
test/abi/return_stuff.out [new file with mode: 0644]
test/abi/struct_3_string_input.go [new file with mode: 0644]
test/abi/struct_3_string_input.out [new file with mode: 0644]
test/abi/uglyfib.go