-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
BUG: Integer divide tests fail on 32 bit Windows wheel builds. #20216
Copy link
Copy link
Closed
Description
This is using vs2019 on Windows server 2019.
FAILED core/tests/test_simd.py::Test_SIMD_ALL_256_AVX2_s64::test_arithmetic_intdiv
FAILED core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_arithmetic_intdiv
FAILED core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_arithmetic_intdiv
FAILED core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_arithmetic_intdiv
FAILED core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_arithmetic_intdiv
FAILED core/tests/test_umath.py::TestDivision::test_division_int_boundary[int64-np.arange(fo.max-lsize, fo.max, dtype=dtype),np.arange(lsize, dtype=dtype),range(15)]
FAILED core/tests/test_umath.py::TestDivision::test_division_int_boundary[int64-np.arange(fo.min, fo.min+lsize, dtype=dtype),np.arange(lsize//-2, lsize//2, dtype=dtype),range(fo.min, fo.min + 15)]
FAILED core/tests/test_umath.py::TestDivision::test_division_int_boundary[int64-np.arange(fo.max-lsize, fo.max, dtype=dtype),np.arange(lsize, dtype=dtype),[1,3,9,13,neg, fo.min+1, fo.min//2, fo.max//3, fo.max//4]]
FAILED core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint64-np.arange(fo.max-lsize, fo.max, dtype=dtype),np.arange(lsize, dtype=dtype),range(15)]
FAILED core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint64-np.arange(fo.min, fo.min+lsize, dtype=dtype),np.arange(lsize//-2, lsize//2, dtype=dtype),range(fo.min, fo.min + 15)]
FAILED core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint64-np.arange(fo.max-lsize, fo.max, dtype=dtype),np.arange(lsize, dtype=dtype),[1,3,9,13,neg, fo.min+1, fo.min//2, fo.max//3, fo.max//4]]
FAILED ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_floor_division_scalar_type
= 16 failed, 18166 passed, 429 skipped, 19 xfailed, 1 xpassed in 2506.14s (0:41:46) =
uh-oh, unmatched shift_free(ptr, 8) but allocated 720
uh-oh, unmatched shift_free(ptr, 8) but allocated 720
uh-oh, unmatched shift_free(ptr, 8) but allocated 720
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels