]> Cypherpunks repositories - gostls13.git/commit
test: in asmcheck, regexp must match from beginning of line
authorGiovanni Bajo <rasky@develer.com>
Thu, 1 Mar 2018 00:55:33 +0000 (01:55 +0100)
committerGiovanni Bajo <rasky@develer.com>
Thu, 1 Mar 2018 18:14:54 +0000 (18:14 +0000)
commit0bcf8bcd998a79f2479c2bb7096eb57a38ffee85
treec99c7ffe7c82975acc3e86f8a8da48d5565cabe8
parent879a1ff1e494188a7aec8f094fac9bd71850d392
test: in asmcheck, regexp must match from beginning of line

This avoid simple bugs like "ADD" matching "FADD". Obviously
"ADD" will still match "ADDQ" so some care is still required
in this regard, but at least a first class of possible errors
is taken care of.

Change-Id: I7deb04c31de30bedac9c026d9889ace4a1d2adcb
Reviewed-on: https://go-review.googlesource.com/97817
Reviewed-by: Giovanni Bajo <rasky@develer.com>
Reviewed-by: Keith Randall <khr@golang.org>
test/run.go