]> Cypherpunks repositories - gostls13.git/commit
cmd/asm/internal/asm: add arm64 end to end tests
authorDave Cheney <dave@cheney.net>
Wed, 8 Apr 2015 11:41:47 +0000 (21:41 +1000)
committerDave Cheney <dave@cheney.net>
Wed, 8 Apr 2015 14:42:51 +0000 (14:42 +0000)
commitfb919e3a60ac83c427d470fa3382d8d8b606a369
tree9564ff78ab1966da0cb943d022e2cf55b7e472a5
parent68f57c83274c0f30b94a6adc1668fe034b5780f2
cmd/asm/internal/asm: add arm64 end to end tests

Add end to end tests for arm64 to support CL 8405.

There are several instruction forms commented out at the moment
they will be addressed in CL 8405 or later followups.

Change-Id: I6eeeb810c1e03cd49bb3c881bc46a29cdb817822
Reviewed-on: https://go-review.googlesource.com/8631
Reviewed-by: Aram Hăvărneanu <aram@mgk.ro>
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/asm/internal/asm/endtoend_test.go
src/cmd/asm/internal/asm/testdata/arm64.out [new file with mode: 0644]
src/cmd/asm/internal/asm/testdata/arm64.s [new file with mode: 0644]