]> Cypherpunks repositories - gostls13.git/commit
test/codegen: remove broken riscv64 test
authorMichael Munday <mike.munday@lowrisc.org>
Wed, 8 Sep 2021 13:57:07 +0000 (13:57 +0000)
committerMichael Munday <mike.munday@lowrisc.org>
Wed, 8 Sep 2021 14:51:22 +0000 (14:51 +0000)
commitfdc2072420d28b761e30dd02e7ed6118cda33f4f
tree03a81b24e783865c4d9441e5d2dfe58907b5aaa0
parent64bdad2011c7450d5f7dd90f992acb057a25a5c2
test/codegen: remove broken riscv64 test

This test is not executed by default (see #48247) and does not
actually pass. It was added in CL 346689. The code generation
changes made in that CL only change how instructions are assembled,
they do not actually affect the output of the compiler. This test
is unfortunately therefore invalid and will never pass.

Updates #48247.

Change-Id: I0c807e4a111336e5a097fe4e3af2805f9932a87f
Reviewed-on: https://go-review.googlesource.com/c/go/+/348390
Trust: Michael Munday <mike.munday@lowrisc.org>
Run-TryBot: Michael Munday <mike.munday@lowrisc.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
test/codegen/arithmetic.go