From 2000e83fadee82a9b5d2f642d7c02a2cb907b073 Mon Sep 17 00:00:00 2001 From: Julian Taylor Date: Sat, 13 Sep 2014 14:06:29 +0200 Subject: TST: gnufreebsd has fixed the thread control word loss http://lists.alioth.debian.org/pipermail/glibc-bsd-commits/2014-September/004163.html --- numpy/random/tests/test_random.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'numpy/random/tests/test_random.py') diff --git a/numpy/random/tests/test_random.py b/numpy/random/tests/test_random.py index 1bf25a926..98a40bc71 100644 --- a/numpy/random/tests/test_random.py +++ b/numpy/random/tests/test_random.py @@ -680,9 +680,7 @@ class TestThread(object): function(np.random.RandomState(s), o) # these platforms change x87 fpu precision mode in threads - if (np.intp().dtype.itemsize == 4 and - (sys.platform == "win32" or - sys.platform.startswith("gnukfreebsd"))): + if (np.intp().dtype.itemsize == 4 and sys.platform == "win32"): np.testing.assert_array_almost_equal(out1, out2) else: np.testing.assert_array_equal(out1, out2) -- cgit v1.2.1