Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c87c6 commit 92760bdCopy full SHA for 92760bd
1 file changed
Lib/test/test_math.py
@@ -2722,7 +2722,7 @@ def test_fma_infinities(self):
2722
# gh-73468: On some platforms, libc fma() doesn't implement IEE 754-2008
2723
# properly: it doesn't use the right sign when the result is zero.
2724
@unittest.skipIf(
2725
- sys.platform.startswith(("freebsd", "wasi"))
+ sys.platform.startswith(("freebsd", "wasi", "netbsd"))
2726
or (sys.platform == "android" and platform.machine() == "x86_64"),
2727
f"this platform doesn't implement IEE 754-2008 properly")
2728
def test_fma_zero_result(self):
0 commit comments