1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:21:21 -06:00
go/src/cmd/asm/internal/arch
Russ Cox a5ba581ae0 cmd/asm: simplify golden test maintenance
Instead of two parallel files that look almost identical,
mark the expected differences in the original file.

The annotations being added here keep the tests passing,
but they also make clear a number of printing or parsing
errors that were not as easily seen when the data was
split across two files.

Fix a few diagnostic problems in cmd/internal/obj as well.

A step toward #13822.

Change-Id: I997172681ea6fa7da915ff0f0ab93d2b76f8dce2
Reviewed-on: https://go-review.googlesource.com/18823
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-01-24 05:00:04 +00:00
..
arch.go cmd/internal/obj/x86: add support for TSX instructions 2015-11-26 16:39:00 +00:00
arm64.go
arm.go cmd/asm: simplify golden test maintenance 2016-01-24 05:00:04 +00:00
mips64.go cmd/asm: added support for GOARCH=mips64{,le} 2015-11-12 04:43:42 +00:00
ppc64.go