]> Cypherpunks repositories - gostls13.git/commit
reflect: add back signaling NaN test
authorKeith Randall <khr@golang.org>
Tue, 7 Sep 2021 23:24:49 +0000 (16:24 -0700)
committerKeith Randall <khr@golang.org>
Wed, 8 Sep 2021 00:34:17 +0000 (00:34 +0000)
commitbab79dd3627a9c5d4b43ac3f3c2eba4a1f04b813
tree3ff463b90947b22e7a2c6de600c766cca8bfdf42
parent963218cc9c331931c5886f2eb7199e6d0c362e93
reflect: add back signaling NaN test

I was a little too agressive in CL 258957 (removing 387 support) in
removing a signaling NaN test that should probably still exist.
I should have just removed the 387 skip, not the entire test.

Change-Id: I97ca53f190eb0de00e43b96629b2cae677e7dacb
Reviewed-on: https://go-review.googlesource.com/c/go/+/348209
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/reflect/all_test.go