remmina: update to 1.4.37
[oi-userland.git] / components / python / numpy / test / results-all.master
blobf299846f2874bd21e33155c7eb53192bc02a4bb2
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages
5 collecting ... collected 51612 items / 6 deselected / 2 skipped / 51606 selected
7 numpy/_core/tests/test__exceptions.py::TestArrayMemoryError::test_pickling PASSED
8 numpy/_core/tests/test__exceptions.py::TestArrayMemoryError::test_str PASSED
9 numpy/_core/tests/test__exceptions.py::TestArrayMemoryError::test__size_to_string PASSED
10 numpy/_core/tests/test__exceptions.py::TestArrayMemoryError::test__total_size PASSED
11 numpy/_core/tests/test__exceptions.py::TestUFuncNoLoopError::test_pickling PASSED
12 numpy/_core/tests/test__exceptions.py::TestAxisError::test_attr[args0] PASSED
13 numpy/_core/tests/test__exceptions.py::TestAxisError::test_attr[args1] PASSED
14 numpy/_core/tests/test__exceptions.py::TestAxisError::test_attr[args2] PASSED
15 numpy/_core/tests/test__exceptions.py::TestAxisError::test_pickling[args0] PASSED
16 numpy/_core/tests/test__exceptions.py::TestAxisError::test_pickling[args1] PASSED
17 numpy/_core/tests/test__exceptions.py::TestAxisError::test_pickling[args2] PASSED
18 numpy/_core/tests/test_abc.py::TestABC::test_abstract PASSED
19 numpy/_core/tests/test_abc.py::TestABC::test_floats PASSED
20 numpy/_core/tests/test_abc.py::TestABC::test_complex PASSED
21 numpy/_core/tests/test_abc.py::TestABC::test_int PASSED
22 numpy/_core/tests/test_abc.py::TestABC::test_uint PASSED
23 numpy/_core/tests/test_api.py::test_array_array PASSED
24 numpy/_core/tests/test_api.py::test_array_impossible_casts[True] PASSED
25 numpy/_core/tests/test_api.py::test_array_impossible_casts[False] PASSED
26 numpy/_core/tests/test_api.py::test_array_astype PASSED
27 numpy/_core/tests/test_api.py::test_array_astype_to_string_discovery_empty[S] PASSED
28 numpy/_core/tests/test_api.py::test_array_astype_to_string_discovery_empty[U] PASSED
29 numpy/_core/tests/test_api.py::test_array_astype_to_void[d] PASSED
30 numpy/_core/tests/test_api.py::test_array_astype_to_void[f] PASSED
31 numpy/_core/tests/test_api.py::test_array_astype_to_void[S13] PASSED
32 numpy/_core/tests/test_api.py::test_array_astype_to_void[U32] PASSED
33 numpy/_core/tests/test_api.py::test_object_array_astype_to_void PASSED
34 numpy/_core/tests/test_api.py::test_array_astype_warning[uint8] PASSED
35 numpy/_core/tests/test_api.py::test_array_astype_warning[uint16] PASSED
36 numpy/_core/tests/test_api.py::test_array_astype_warning[uint32] PASSED
37 numpy/_core/tests/test_api.py::test_array_astype_warning[uint64] PASSED
38 numpy/_core/tests/test_api.py::test_array_astype_warning[ulonglong] PASSED
39 numpy/_core/tests/test_api.py::test_array_astype_warning[int8] PASSED
40 numpy/_core/tests/test_api.py::test_array_astype_warning[int16] PASSED
41 numpy/_core/tests/test_api.py::test_array_astype_warning[int32] PASSED
42 numpy/_core/tests/test_api.py::test_array_astype_warning[int64] PASSED
43 numpy/_core/tests/test_api.py::test_array_astype_warning[longlong] PASSED
44 numpy/_core/tests/test_api.py::test_array_astype_warning[float16] PASSED
45 numpy/_core/tests/test_api.py::test_array_astype_warning[float32] PASSED
46 numpy/_core/tests/test_api.py::test_array_astype_warning[float64] PASSED
47 numpy/_core/tests/test_api.py::test_array_astype_warning[longdouble] PASSED
48 numpy/_core/tests/test_api.py::test_string_to_boolean_cast[bytes_-bool] PASSED
49 numpy/_core/tests/test_api.py::test_string_to_boolean_cast[str_-bool] PASSED
50 numpy/_core/tests/test_api.py::test_string_to_boolean_cast[dtype2-out_dtype2] PASSED
51 numpy/_core/tests/test_api.py::test_string_to_boolean_cast[dtype3-out_dtype3] PASSED
52 numpy/_core/tests/test_api.py::test_string_to_complex_cast[complex64-str] PASSED
53 numpy/_core/tests/test_api.py::test_string_to_complex_cast[complex64-bytes] PASSED
54 numpy/_core/tests/test_api.py::test_string_to_complex_cast[complex64-str_] PASSED
55 numpy/_core/tests/test_api.py::test_string_to_complex_cast[complex128-str] PASSED
56 numpy/_core/tests/test_api.py::test_string_to_complex_cast[complex128-bytes] PASSED
57 numpy/_core/tests/test_api.py::test_string_to_complex_cast[complex128-str_] PASSED
58 numpy/_core/tests/test_api.py::test_string_to_complex_cast[clongdouble-str] PASSED
59 numpy/_core/tests/test_api.py::test_string_to_complex_cast[clongdouble-bytes] PASSED
60 numpy/_core/tests/test_api.py::test_string_to_complex_cast[clongdouble-str_] PASSED
61 numpy/_core/tests/test_api.py::test_none_to_nan_cast[e] PASSED
62 numpy/_core/tests/test_api.py::test_none_to_nan_cast[f] PASSED
63 numpy/_core/tests/test_api.py::test_none_to_nan_cast[d] PASSED
64 numpy/_core/tests/test_api.py::test_none_to_nan_cast[g] PASSED
65 numpy/_core/tests/test_api.py::test_none_to_nan_cast[F] PASSED
66 numpy/_core/tests/test_api.py::test_none_to_nan_cast[D] PASSED
67 numpy/_core/tests/test_api.py::test_none_to_nan_cast[G] PASSED
68 numpy/_core/tests/test_api.py::test_copyto_fromscalar PASSED
69 numpy/_core/tests/test_api.py::test_copyto PASSED
70 numpy/_core/tests/test_api.py::test_copyto_permut PASSED
71 numpy/_core/tests/test_api.py::test_copy_order PASSED
72 numpy/_core/tests/test_api.py::test_contiguous_flags PASSED
73 numpy/_core/tests/test_api.py::test_broadcast_arrays PASSED
74 numpy/_core/tests/test_api.py::test_full_from_list[shape0-fill_value0-expected_output0] PASSED
75 numpy/_core/tests/test_api.py::test_full_from_list[shape1-fill_value1-expected_output1] PASSED
76 numpy/_core/tests/test_api.py::test_astype_copyflag PASSED
77 numpy/_core/tests/test_argparse.py::test_invalid_integers PASSED
78 numpy/_core/tests/test_argparse.py::test_missing_arguments PASSED
79 numpy/_core/tests/test_argparse.py::test_too_many_positional PASSED
80 numpy/_core/tests/test_argparse.py::test_multiple_values PASSED
81 numpy/_core/tests/test_argparse.py::test_string_fallbacks PASSED
82 numpy/_core/tests/test_argparse.py::test_too_many_arguments_method_forwarding PASSED
83 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_basic_stringlength[object] PASSED
84 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_basic_stringlength[1.2] PASSED
85 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_basic_stringlength[10**43] PASSED
86 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_basic_stringlength[None] PASSED
87 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_basic_stringlength[string] PASSED
88 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_nested_arrays_stringlength[object] PASSED
89 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_nested_arrays_stringlength[1.2] PASSED
90 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_nested_arrays_stringlength[10**43] PASSED
91 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_nested_arrays_stringlength[None] PASSED
92 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_nested_arrays_stringlength[string] PASSED
93 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_unpack_first_level[ndarray] PASSED
94 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_unpack_first_level[subclass] PASSED
95 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_unpack_first_level[__array__] PASSED
96 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_unpack_first_level[memoryview] PASSED
97 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_unpack_first_level[__array_interface__] PASSED
98 numpy/_core/tests/test_array_coercion.py::TestStringDiscovery::test_unpack_first_level[__array_struct__] PASSED
99 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_void_special_case PASSED
100 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_char_special_case PASSED
101 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_char_special_case_deep PASSED
102 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_unknown_object PASSED
103 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[float16] PASSED
104 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[float32] PASSED
105 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[float64] PASSED
106 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[longdouble] PASSED
107 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[complex64] PASSED
108 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[complex128] PASSED
109 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[clongdouble] PASSED
110 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[int8] PASSED
111 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[int16] PASSED
112 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[int32] PASSED
113 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[int64] PASSED
114 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[uint8] PASSED
115 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[uint16] PASSED
116 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[uint32] PASSED
117 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[uint64] PASSED
118 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[rational] PASSED
119 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[structured] PASSED
120 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[timedelta64[generic]] PASSED
121 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[timedelta64[s]] PASSED
122 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[timedelta64[s](NaT)] PASSED
123 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[datetime64[generic](NaT)] PASSED
124 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[datetime64[ms]] PASSED
125 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[bytes] PASSED
126 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[unicode] PASSED
127 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar[unstructured_void] PASSED
128 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_promotion PASSED
129 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[float16] PASSED
130 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[float32] PASSED
131 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[float64] PASSED
132 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[longdouble] PASSED
133 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[complex64] PASSED
134 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[complex128] PASSED
135 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[clongdouble] PASSED
136 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[int8] PASSED
137 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[int16] PASSED
138 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[int32] PASSED
139 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[int64] PASSED
140 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[uint8] PASSED
141 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[uint16] PASSED
142 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[uint32] PASSED
143 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[uint64] PASSED
144 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[rational] XFAIL
145 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[structured] PASSED
146 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[timedelta64[generic]] PASSED
147 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[timedelta64[s]] PASSED
148 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[timedelta64[s](NaT)] PASSED
149 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[datetime64[generic](NaT)] PASSED
150 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[datetime64[ms]] PASSED
151 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[bytes] PASSED
152 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[unicode] PASSED
153 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion[unstructured_void] PASSED
154 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[float16] PASSED
155 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[float32] PASSED
156 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[float64] PASSED
157 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[longdouble] PASSED
158 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[complex64] PASSED
159 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[complex128] PASSED
160 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[clongdouble] PASSED
161 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[int8] PASSED
162 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[int16] PASSED
163 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[int32] PASSED
164 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[int64] PASSED
165 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[uint8] PASSED
166 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[uint16] PASSED
167 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[uint32] PASSED
168 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[uint64] PASSED
169 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[rational] PASSED
170 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[structured] PASSED
171 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[timedelta64[generic]] PASSED
172 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[timedelta64[s]] PASSED
173 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[timedelta64[s](NaT)] PASSED
174 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[datetime64[generic](NaT)] PASSED
175 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[datetime64[ms]] PASSED
176 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[bytes] PASSED
177 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[unicode] PASSED
178 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_coercion_same_as_cast_and_assignment[unstructured_void] PASSED
179 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_pyscalar_subclasses[10] PASSED
180 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_pyscalar_subclasses[10.32] PASSED
181 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_pyscalar_subclasses[10.14j] PASSED
182 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_pyscalar_subclasses[10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000] PASSED
183 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[?] PASSED
184 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[b] PASSED
185 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[h] PASSED
186 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[i] PASSED
187 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[l] PASSED
188 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[q] PASSED
189 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[n] PASSED
190 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[p] PASSED
191 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[B] PASSED
192 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[H] PASSED
193 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[I] PASSED
194 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[L] PASSED
195 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[Q] PASSED
196 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[N] PASSED
197 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[P] PASSED
198 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[e] PASSED
199 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[f] PASSED
200 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[d] PASSED
201 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[g] PASSED
202 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[F] PASSED
203 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[D] PASSED
204 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[G] PASSED
205 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[S] PASSED
206 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[U] PASSED
207 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[V] PASSED
208 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[O] PASSED
209 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[M] PASSED
210 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_default_dtype_instance[m] PASSED
211 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_to_int_coerce_does_not_cast[nan-ValueError-b] PASSED
212 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_to_int_coerce_does_not_cast[nan-ValueError-h] PASSED
213 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_to_int_coerce_does_not_cast[nan-ValueError-i] PASSED
214 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_to_int_coerce_does_not_cast[nan-ValueError-l] PASSED
215 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_to_int_coerce_does_not_cast[nan-ValueError-q] PASSED
216 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_to_int_coerce_does_not_cast[nan-ValueError-n] PASSED
217 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_to_int_coerce_does_not_cast[nan-ValueError-p] PASSED
218 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_to_int_coerce_does_not_cast[scalar1-OverflowError-b] PASSED
219 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_to_int_coerce_does_not_cast[scalar1-OverflowError-h] PASSED
220 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_to_int_coerce_does_not_cast[scalar1-OverflowError-i] PASSED
221 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_to_int_coerce_does_not_cast[scalar1-OverflowError-l] PASSED
222 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_to_int_coerce_does_not_cast[scalar1-OverflowError-q] PASSED
223 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_to_int_coerce_does_not_cast[scalar1-OverflowError-n] PASSED
224 numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_to_int_coerce_does_not_cast[scalar1-OverflowError-p] PASSED
225 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_basic[timedelta64[s](NaT)-int64] PASSED
226 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_basic[timedelta64[s](NaT)-float32] PASSED
227 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_basic[timedelta64[s]-int64] PASSED
228 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_basic[timedelta64[s]-float32] PASSED
229 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_basic[datetime64[generic](NaT)-int64] PASSED
230 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_basic[datetime64[generic](NaT)-float32] PASSED
231 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_basic[datetime64[D]-int64] PASSED
232 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_basic[datetime64[D]-float32] PASSED
233 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_timedelta_convert_to_number[timedelta64[ns]-int64] PASSED
234 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_timedelta_convert_to_number[timedelta64[ns]-float32] PASSED
235 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_timedelta_convert_to_number[timedelta64[generic]-int64] PASSED
236 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_timedelta_convert_to_number[timedelta64[generic]-float32] PASSED
237 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_assignment_datetime[[s]-S6] PASSED
238 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_assignment_datetime[[s]-U6] PASSED
239 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_assignment_datetime[[D]-S6] PASSED
240 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_assignment_datetime[[D]-U6] PASSED
241 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_assignment_timedelta[[s]] PASSED
242 numpy/_core/tests/test_array_coercion.py::TestTimeScalars::test_coercion_assignment_timedelta[[D]] PASSED
243 numpy/_core/tests/test_array_coercion.py::TestNested::test_nested_simple PASSED
244 numpy/_core/tests/test_array_coercion.py::TestNested::test_pathological_self_containing PASSED
245 numpy/_core/tests/test_array_coercion.py::TestNested::test_nested_arraylikes[ndarray] PASSED
246 numpy/_core/tests/test_array_coercion.py::TestNested::test_nested_arraylikes[subclass] PASSED
247 numpy/_core/tests/test_array_coercion.py::TestNested::test_nested_arraylikes[__array__] PASSED
248 numpy/_core/tests/test_array_coercion.py::TestNested::test_nested_arraylikes[memoryview] PASSED
249 numpy/_core/tests/test_array_coercion.py::TestNested::test_nested_arraylikes[__array_interface__] PASSED
250 numpy/_core/tests/test_array_coercion.py::TestNested::test_nested_arraylikes[__array_struct__] PASSED
251 numpy/_core/tests/test_array_coercion.py::TestNested::test_uneven_depth_ragged[ndarray] PASSED
252 numpy/_core/tests/test_array_coercion.py::TestNested::test_uneven_depth_ragged[subclass] PASSED
253 numpy/_core/tests/test_array_coercion.py::TestNested::test_uneven_depth_ragged[__array__] PASSED
254 numpy/_core/tests/test_array_coercion.py::TestNested::test_uneven_depth_ragged[memoryview] PASSED
255 numpy/_core/tests/test_array_coercion.py::TestNested::test_uneven_depth_ragged[__array_interface__] PASSED
256 numpy/_core/tests/test_array_coercion.py::TestNested::test_uneven_depth_ragged[__array_struct__] PASSED
257 numpy/_core/tests/test_array_coercion.py::TestNested::test_empty_sequence PASSED
258 numpy/_core/tests/test_array_coercion.py::TestNested::test_array_of_different_depths PASSED
259 numpy/_core/tests/test_array_coercion.py::TestBadSequences::test_growing_list PASSED
260 numpy/_core/tests/test_array_coercion.py::TestBadSequences::test_mutated_list PASSED
261 numpy/_core/tests/test_array_coercion.py::TestBadSequences::test_replace_0d_array PASSED
262 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_0d_object_special_case[ndarray] PASSED
263 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_0d_object_special_case[subclass] PASSED
264 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_0d_object_special_case[__array__] PASSED
265 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_0d_object_special_case[memoryview] PASSED
266 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_0d_object_special_case[__array_interface__] PASSED
267 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_0d_object_special_case[__array_struct__] PASSED
268 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_object_assignment_special_case[arr0-ndarray] PASSED
269 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_object_assignment_special_case[arr0-subclass] PASSED
270 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_object_assignment_special_case[arr0-__array__] PASSED
271 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_object_assignment_special_case[arr0-memoryview] PASSED
272 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_object_assignment_special_case[arr0-__array_interface__] PASSED
273 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_object_assignment_special_case[arr0-__array_struct__] PASSED
274 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_object_assignment_special_case[arr1-ndarray] PASSED
275 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_object_assignment_special_case[arr1-subclass] PASSED
276 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_object_assignment_special_case[arr1-__array__] PASSED
277 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_object_assignment_special_case[arr1-memoryview] PASSED
278 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_object_assignment_special_case[arr1-__array_interface__] PASSED
279 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_object_assignment_special_case[arr1-__array_struct__] PASSED
280 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_0d_generic_special_case PASSED
281 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_arraylike_classes PASSED
282 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_too_large_array_error_paths PASSED
283 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_bad_array_like_attributes[RecursionError-__array_interface__] PASSED
284 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_bad_array_like_attributes[RecursionError-__array__] PASSED
285 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_bad_array_like_attributes[RecursionError-__array_struct__] PASSED
286 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_bad_array_like_attributes[MemoryError-__array_interface__] PASSED
287 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_bad_array_like_attributes[MemoryError-__array__] PASSED
288 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_bad_array_like_attributes[MemoryError-__array_struct__] PASSED
289 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_bad_array_like_bad_length[RecursionError] PASSED
290 numpy/_core/tests/test_array_coercion.py::TestArrayLikes::test_bad_array_like_bad_length[MemoryError] PASSED
291 numpy/_core/tests/test_array_coercion.py::TestAsArray::test_dtype_identity PASSED
292 numpy/_core/tests/test_array_coercion.py::TestSpecialAttributeLookupFailure::test_deprecated PASSED
293 numpy/_core/tests/test_array_coercion.py::test_subarray_from_array_construction PASSED
294 numpy/_core/tests/test_array_coercion.py::test_empty_string PASSED
295 numpy/_core/tests/test_array_interface.py::test_cstruct SKIPPED (lin...)
296 numpy/_core/tests/test_arraymethod.py::TestResolveDescriptors::test_invalid_arguments[args0] PASSED
297 numpy/_core/tests/test_arraymethod.py::TestResolveDescriptors::test_invalid_arguments[args1] PASSED
298 numpy/_core/tests/test_arraymethod.py::TestResolveDescriptors::test_invalid_arguments[args2] PASSED
299 numpy/_core/tests/test_arraymethod.py::TestResolveDescriptors::test_invalid_arguments[args3] PASSED
300 numpy/_core/tests/test_arraymethod.py::TestResolveDescriptors::test_invalid_arguments[args4] PASSED
301 numpy/_core/tests/test_arraymethod.py::TestResolveDescriptors::test_invalid_arguments[args5] PASSED
302 numpy/_core/tests/test_arraymethod.py::TestSimpleStridedCall::test_invalid_arguments[args0-TypeError] PASSED
303 numpy/_core/tests/test_arraymethod.py::TestSimpleStridedCall::test_invalid_arguments[args1-TypeError] PASSED
304 numpy/_core/tests/test_arraymethod.py::TestSimpleStridedCall::test_invalid_arguments[args2-TypeError] PASSED
305 numpy/_core/tests/test_arraymethod.py::TestSimpleStridedCall::test_invalid_arguments[args3-TypeError] PASSED
306 numpy/_core/tests/test_arraymethod.py::TestSimpleStridedCall::test_invalid_arguments[args4-TypeError] PASSED
307 numpy/_core/tests/test_arraymethod.py::TestSimpleStridedCall::test_invalid_arguments[args5-TypeError] PASSED
308 numpy/_core/tests/test_arraymethod.py::TestSimpleStridedCall::test_invalid_arguments[args6-ValueError] PASSED
309 numpy/_core/tests/test_arraymethod.py::TestSimpleStridedCall::test_invalid_arguments[args7-ValueError] PASSED
310 numpy/_core/tests/test_arraymethod.py::TestSimpleStridedCall::test_invalid_arguments[args8-ValueError] PASSED
311 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_class_getitem[ndarray] PASSED
312 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_class_getitem[recarray] PASSED
313 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_class_getitem[chararray] PASSED
314 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_class_getitem[matrix] PASSED
315 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_class_getitem[memmap] PASSED
316 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[0-ndarray] PASSED
317 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[0-recarray] PASSED
318 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[0-chararray] PASSED
319 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[0-matrix] PASSED
320 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[0-memmap] PASSED
321 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[1-ndarray] PASSED
322 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[1-recarray] PASSED
323 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[1-chararray] PASSED
324 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[1-matrix] PASSED
325 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[1-memmap] PASSED
326 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[2-ndarray] PASSED
327 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[2-recarray] PASSED
328 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[2-chararray] PASSED
329 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[2-matrix] PASSED
330 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[2-memmap] PASSED
331 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[3-ndarray] PASSED
332 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[3-recarray] PASSED
333 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[3-chararray] PASSED
334 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[3-matrix] PASSED
335 numpy/_core/tests/test_arraymethod.py::TestClassGetItem::test_subscript_tup[3-memmap] PASSED
336 numpy/_core/tests/test_arrayobject.py::test_matrix_transpose_raises_error_for_1d PASSED
337 numpy/_core/tests/test_arrayobject.py::test_matrix_transpose_equals_transpose_2d PASSED
338 numpy/_core/tests/test_arrayobject.py::test_matrix_transpose_equals_swapaxes[shape0] PASSED
339 numpy/_core/tests/test_arrayobject.py::test_matrix_transpose_equals_swapaxes[shape1] PASSED
340 numpy/_core/tests/test_arrayobject.py::test_matrix_transpose_equals_swapaxes[shape2] PASSED
341 numpy/_core/tests/test_arrayprint.py::TestArrayRepr::test_nan_inf PASSED
342 numpy/_core/tests/test_arrayprint.py::TestArrayRepr::test_subclass PASSED
343 numpy/_core/tests/test_arrayprint.py::TestArrayRepr::test_object_subclass XFAIL
344 numpy/_core/tests/test_arrayprint.py::TestArrayRepr::test_0d_object_subclass PASSED
345 numpy/_core/tests/test_arrayprint.py::TestArrayRepr::test_self_containing PASSED
346 numpy/_core/tests/test_arrayprint.py::TestArrayRepr::test_containing_list PASSED
347 numpy/_core/tests/test_arrayprint.py::TestArrayRepr::test_void_scalar_recursion PASSED
348 numpy/_core/tests/test_arrayprint.py::TestArrayRepr::test_fieldless_structured PASSED
349 numpy/_core/tests/test_arrayprint.py::TestComplexArray::test_str PASSED
350 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_basic PASSED
351 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_unexpected_kwarg PASSED
352 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_format_function PASSED
353 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_structure_format_mixed PASSED
354 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_structure_format_int PASSED
355 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_structure_format_float PASSED
356 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_unstructured_void_repr PASSED
357 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_edgeitems_kwarg PASSED
358 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_summarize_1d PASSED
359 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_summarize_2d PASSED
360 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_summarize_structure PASSED
361 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_linewidth PASSED
362 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_wide_element PASSED
363 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_multiline_repr PASSED
364 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_nested_array_repr PASSED
365 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_any_text PASSED
366 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_refcount PASSED
367 numpy/_core/tests/test_arrayprint.py::TestArray2String::test_with_sign PASSED
368 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_basic PASSED
369 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_precision_zero PASSED
370 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_formatter PASSED
371 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_formatter_reset PASSED
372 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_0d_arrays PASSED
373 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_float_spacing PASSED
374 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_bool_spacing PASSED
375 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_sign_spacing PASSED
376 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_float_overflow_nowarn PASSED
377 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_sign_spacing_structured PASSED
378 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_floatmode PASSED
379 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_legacy_mode_scalars PASSED
380 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_legacy_stray_comma PASSED
381 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_linewidth_wrapping PASSED
382 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_endianness_repr[bool] PASSED
383 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_endianness_repr[uint8] PASSED
384 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_endianness_repr[uint16] PASSED
385 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_endianness_repr[uint32] PASSED
386 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_endianness_repr[uint64] PASSED
387 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_endianness_repr[int8] PASSED
388 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_endianness_repr[int16] PASSED
389 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_endianness_repr[int32] PASSED
390 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_endianness_repr[int64] PASSED
391 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_endianness_repr[float16] PASSED
392 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_endianness_repr[float32] PASSED
393 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_endianness_repr[float64] PASSED
394 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_endianness_repr[U1] PASSED
395 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_linewidth_repr PASSED
396 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_linewidth_str PASSED
397 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_edgeitems PASSED
398 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_edgeitems_structured PASSED
399 numpy/_core/tests/test_arrayprint.py::TestPrintOptions::test_bad_args PASSED
400 numpy/_core/tests/test_arrayprint.py::test_unicode_object_array PASSED
401 numpy/_core/tests/test_arrayprint.py::TestContextManager::test_ctx_mgr PASSED
402 numpy/_core/tests/test_arrayprint.py::TestContextManager::test_ctx_mgr_restores PASSED
403 numpy/_core/tests/test_arrayprint.py::TestContextManager::test_ctx_mgr_exceptions PASSED
404 numpy/_core/tests/test_arrayprint.py::TestContextManager::test_ctx_mgr_as_smth PASSED
405 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-b] PASSED
406 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-h] PASSED
407 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-i] PASSED
408 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-l] PASSED
409 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-q] PASSED
410 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-p] PASSED
411 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-B] PASSED
412 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-H] PASSED
413 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-I] PASSED
414 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-L] PASSED
415 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-Q] PASSED
416 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-P] PASSED
417 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-e] PASSED
418 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-f] PASSED
419 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-d] PASSED
420 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-g] PASSED
421 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-F] PASSED
422 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-D] PASSED
423 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[0-G] PASSED
424 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-b] PASSED
425 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-h] PASSED
426 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-i] PASSED
427 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-l] PASSED
428 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-q] PASSED
429 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-p] PASSED
430 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-B] PASSED
431 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-H] PASSED
432 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-I] PASSED
433 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-L] PASSED
434 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-Q] PASSED
435 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-P] PASSED
436 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-e] PASSED
437 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-f] PASSED
438 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-d] PASSED
439 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-g] PASSED
440 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-F] PASSED
441 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-D] PASSED
442 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_numbers[1-G] PASSED
443 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_special[scalar0-True-np.True_] PASSED
444 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_special[a-b'a'-np.bytes_(b'a')] PASSED
445 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_special[a-'a'-np.str_('a')] PASSED
446 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_special[scalar3-numpy.datetime64('2012')-np.datetime64('2012')] PASSED
447 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_special[scalar4-numpy.timedelta64(1)-np.timedelta64(1)] PASSED
448 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_special[scalar5-(True, 2)-np.void((True, 2), dtype=[('f0', '?'), ('f1', '<i8')])] PASSED
449 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_special[scalar6-(1., 2.)-np.void((1.0, 2.0), dtype=[('f0', '<f8'), ('f1', '>f4')])] PASSED
450 numpy/_core/tests/test_arrayprint.py::test_scalar_repr_special[scalar7-void(b'\\x61')-np.void(b'\\x61')] PASSED
451 numpy/_core/tests/test_arrayprint.py::test_scalar_void_float_str PASSED
452 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[int-to-f2] PASSED
453 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[str-to-f2] PASSED
454 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[float-to-f2_0] PASSED
455 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[longdouble-to-f2_0] PASSED
456 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[double-to-f2_0] PASSED
457 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[float-to-f2_1] PASSED
458 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[int-to-f4] PASSED
459 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[float-to-f2_2] PASSED
460 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[longdouble-to-f2_1] PASSED
461 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[double-to-f2_1] PASSED
462 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[longdouble-to-f8] PASSED
463 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[float-to-c8] PASSED
464 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[complex-to-c8_0] PASSED
465 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[complex-to-c8_1] PASSED
466 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[longdouble-to-c8] PASSED
467 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-b0] PASSED
468 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-b1] PASSED
469 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-b2] PASSED
470 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-b3] PASSED
471 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-b0] PASSED
472 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-b1] PASSED
473 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-b2] PASSED
474 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-b0] PASSED
475 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-b1] PASSED
476 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-b2] PASSED
477 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-b3] PASSED
478 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-b0] PASSED
479 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-b1] PASSED
480 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-b2] PASSED
481 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-B0] PASSED
482 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-B1] PASSED
483 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-B2] PASSED
484 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-B3] PASSED
485 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-B0] PASSED
486 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-B1] PASSED
487 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-B2] PASSED
488 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-B0] PASSED
489 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-B1] PASSED
490 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-B2] PASSED
491 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-B3] PASSED
492 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-B0] PASSED
493 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-B1] PASSED
494 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-B2] PASSED
495 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-h0] PASSED
496 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-h1] PASSED
497 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-h2] PASSED
498 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-h3] PASSED
499 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-h0] PASSED
500 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-h1] PASSED
501 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-h2] PASSED
502 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-h0] PASSED
503 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-h1] PASSED
504 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-h2] PASSED
505 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-h3] PASSED
506 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-h0] PASSED
507 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-h1] PASSED
508 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-h2] PASSED
509 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-H0] PASSED
510 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-H1] PASSED
511 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-H2] PASSED
512 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-H3] PASSED
513 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-H0] PASSED
514 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-H1] PASSED
515 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-H2] PASSED
516 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-H0] PASSED
517 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-H1] PASSED
518 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-H2] PASSED
519 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-H3] PASSED
520 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-H0] PASSED
521 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-H1] PASSED
522 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-H2] PASSED
523 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-i0] PASSED
524 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-i1] PASSED
525 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-i2] PASSED
526 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-i3] PASSED
527 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-i0] PASSED
528 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-i1] PASSED
529 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-i2] PASSED
530 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-i0] PASSED
531 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-i1] PASSED
532 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-i2] PASSED
533 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-i3] PASSED
534 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-i0] PASSED
535 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-i1] PASSED
536 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-i2] PASSED
537 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-I0] PASSED
538 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-I1] PASSED
539 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-I2] PASSED
540 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-I3] PASSED
541 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-I0] PASSED
542 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-I1] PASSED
543 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-I2] PASSED
544 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-I0] PASSED
545 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-I1] PASSED
546 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-I2] PASSED
547 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-I3] PASSED
548 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-I0] PASSED
549 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-I1] PASSED
550 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-I2] PASSED
551 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-l0] PASSED
552 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-l1] PASSED
553 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-l2] PASSED
554 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-l3] PASSED
555 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-l0] PASSED
556 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-l1] PASSED
557 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-l2] PASSED
558 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-l0] PASSED
559 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-l1] PASSED
560 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-l2] PASSED
561 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-l3] PASSED
562 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-l0] PASSED
563 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-l1] PASSED
564 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-l2] PASSED
565 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-L0] PASSED
566 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-L1] PASSED
567 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-L2] PASSED
568 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-L3] PASSED
569 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-L0] PASSED
570 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-L1] PASSED
571 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-L2] PASSED
572 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-L0] PASSED
573 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-L1] PASSED
574 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-L2] PASSED
575 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-L3] PASSED
576 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-L0] PASSED
577 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-L1] PASSED
578 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-L2] PASSED
579 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-q0] PASSED
580 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-q1] PASSED
581 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-q2] PASSED
582 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-q3] PASSED
583 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-q0] PASSED
584 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-q1] PASSED
585 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-q2] PASSED
586 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-q0] PASSED
587 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-q1] PASSED
588 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-q2] PASSED
589 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-q3] PASSED
590 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-q0] PASSED
591 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-q1] PASSED
592 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-q2] PASSED
593 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-Q0] PASSED
594 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-Q1] PASSED
595 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-Q2] PASSED
596 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-Q3] PASSED
597 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-Q0] PASSED
598 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-Q1] PASSED
599 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-Q2] PASSED
600 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-Q0] PASSED
601 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-Q1] PASSED
602 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-Q2] PASSED
603 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-Q3] PASSED
604 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-Q0] PASSED
605 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-Q1] PASSED
606 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-Q2] PASSED
607 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-n0] PASSED
608 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-n1] PASSED
609 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-n2] PASSED
610 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-n3] PASSED
611 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-n0] PASSED
612 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-n1] PASSED
613 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-n2] PASSED
614 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-n0] PASSED
615 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-n1] PASSED
616 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-n2] PASSED
617 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-n3] PASSED
618 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-n0] PASSED
619 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-n1] PASSED
620 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-n2] PASSED
621 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-N0] PASSED
622 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-N1] PASSED
623 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-N2] PASSED
624 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-N3] PASSED
625 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-N0] PASSED
626 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-N1] PASSED
627 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-N2] PASSED
628 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-N0] PASSED
629 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-N1] PASSED
630 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-N2] PASSED
631 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-N3] PASSED
632 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-N0] PASSED
633 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-N1] PASSED
634 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-N2] PASSED
635 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-p0] PASSED
636 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-p1] PASSED
637 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-p2] PASSED
638 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-p3] PASSED
639 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-p0] PASSED
640 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-p1] PASSED
641 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-p2] PASSED
642 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-p0] PASSED
643 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-p1] PASSED
644 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-p2] PASSED
645 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-p3] PASSED
646 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-p0] PASSED
647 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-p1] PASSED
648 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-p2] PASSED
649 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-P0] PASSED
650 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-P1] PASSED
651 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-P2] PASSED
652 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[inf-to-P3] PASSED
653 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-P0] PASSED
654 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-P1] PASSED
655 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(inf+0j)-to-P2] PASSED
656 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-P0] PASSED
657 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-P1] PASSED
658 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-P2] PASSED
659 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[nan-to-P3] PASSED
660 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-P0] PASSED
661 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-P1] PASSED
662 numpy/_core/tests/test_casting_floatingpoint_errors.py::test_floatingpoint_errors_casting[(nan+0j)-to-P2] PASSED
663 numpy/_core/tests/test_casting_unittests.py::TestChanges::test_float_to_string[e-S] PASSED
664 numpy/_core/tests/test_casting_unittests.py::TestChanges::test_float_to_string[e-U] PASSED
665 numpy/_core/tests/test_casting_unittests.py::TestChanges::test_float_to_string[f-S] PASSED
666 numpy/_core/tests/test_casting_unittests.py::TestChanges::test_float_to_string[f-U] PASSED
667 numpy/_core/tests/test_casting_unittests.py::TestChanges::test_float_to_string[d-S] PASSED
668 numpy/_core/tests/test_casting_unittests.py::TestChanges::test_float_to_string[d-U] PASSED
669 numpy/_core/tests/test_casting_unittests.py::TestChanges::test_float_to_string[g-S] PASSED
670 numpy/_core/tests/test_casting_unittests.py::TestChanges::test_float_to_string[g-U] PASSED
671 numpy/_core/tests/test_casting_unittests.py::TestChanges::test_to_void PASSED
672 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[BoolDType] PASSED
673 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[Int8DType] PASSED
674 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[Int16DType] PASSED
675 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[Int32DType] PASSED
676 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[Int64DType] PASSED
677 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[LongLongDType] PASSED
678 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[UInt8DType] PASSED
679 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[UInt16DType] PASSED
680 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[UInt32DType] PASSED
681 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[UInt64DType] PASSED
682 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[ULongLongDType] PASSED
683 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[Float16DType] PASSED
684 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[Float32DType] PASSED
685 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[Float64DType] PASSED
686 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[Complex64DType] PASSED
687 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_cancast[Complex128DType] PASSED
688 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[bool] PASSED
689 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[int8] PASSED
690 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[int16] PASSED
691 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[>i2] PASSED
692 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[int32] PASSED
693 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[>i4] PASSED
694 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[int64_0] PASSED
695 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[>i8_0] PASSED
696 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[int64_1] PASSED
697 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[>i8_1] PASSED
698 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[uint8] PASSED
699 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[uint16] PASSED
700 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[>u2] PASSED
701 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[uint32] PASSED
702 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[>u4] PASSED
703 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[uint64_0] PASSED
704 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[>u8_0] PASSED
705 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[uint64_1] PASSED
706 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[>u8_1] PASSED
707 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[float16] PASSED
708 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[>f2] PASSED
709 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[float32] PASSED
710 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[>f4] PASSED
711 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[float64] PASSED
712 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[>f8] PASSED
713 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[complex64] PASSED
714 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[>c8] PASSED
715 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[complex128] PASSED
716 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_direct_casts[>c16] PASSED
717 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[BoolDType] PASSED
718 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[Int8DType] PASSED
719 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[Int16DType] PASSED
720 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[Int32DType] PASSED
721 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[Int64DType] PASSED
722 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[LongLongDType] PASSED
723 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[UInt8DType] PASSED
724 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[UInt16DType] PASSED
725 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[UInt32DType] PASSED
726 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[UInt64DType] PASSED
727 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[ULongLongDType] PASSED
728 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[Float16DType] PASSED
729 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[Float32DType] PASSED
730 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[Float64DType] PASSED
731 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[Complex64DType] PASSED
732 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_numeric_to_times[Complex128DType] PASSED
733 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[M8[ns]-None-Casting.no-0-1-1] PASSED
734 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[>M8[ns]-None-Casting.equiv-None-1-1] PASSED
735 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[M8-M8[ms]-Casting.safe-0-1-1] PASSED
736 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[M8[ms]-M8-Casting.unsafe-None-1-1] PASSED
737 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[M8[5ms]-M8[5ms]-Casting.no-0-1-1] PASSED
738 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[M8[ns]-M8[ms]-Casting.same_kind-None-1-1000000] PASSED
739 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[M8[ms]-M8[ns]-Casting.safe-None-1000000-1] PASSED
740 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[M8[ms]-M8[7ms]-Casting.same_kind-None-1-7] PASSED
741 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[M8[4D]-M8[1M]-Casting.same_kind-None-None-denom8] PASSED
742 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[m8[ns]-None-Casting.no-0-1-1] PASSED
743 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[>m8[ns]-None-Casting.equiv-None-1-1] PASSED
744 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[m8-m8[ms]-Casting.safe-0-1-1] PASSED
745 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[m8[ms]-m8-Casting.unsafe-None-1-1] PASSED
746 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[m8[5ms]-m8[5ms]-Casting.no-0-1-1] PASSED
747 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[m8[ns]-m8[ms]-Casting.same_kind-None-1-1000000] PASSED
748 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[m8[ms]-m8[ns]-Casting.safe-None-1000000-1] PASSED
749 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[m8[ms]-m8[7ms]-Casting.same_kind-None-1-7] PASSED
750 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_time_to_time[m8[4D]-m8[1M]-Casting.unsafe-None-None-denom17] PASSED
751 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-BoolDType] PASSED
752 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-Int8DType] PASSED
753 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-Int16DType] PASSED
754 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-Int32DType] PASSED
755 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-Int64DType] PASSED
756 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-LongLongDType] PASSED
757 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-UInt8DType] PASSED
758 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-UInt16DType] PASSED
759 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-UInt32DType] PASSED
760 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-UInt64DType] PASSED
761 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-ULongLongDType] PASSED
762 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-Float16DType] PASSED
763 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-Float32DType] PASSED
764 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-Float64DType] PASSED
765 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-Complex64DType] PASSED
766 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[S-Complex128DType] PASSED
767 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-BoolDType] PASSED
768 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-Int8DType] PASSED
769 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-Int16DType] PASSED
770 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-Int32DType] PASSED
771 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-Int64DType] PASSED
772 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-LongLongDType] PASSED
773 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-UInt8DType] PASSED
774 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-UInt16DType] PASSED
775 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-UInt32DType] PASSED
776 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-UInt64DType] PASSED
777 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-ULongLongDType] PASSED
778 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-Float16DType] PASSED
779 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-Float32DType] PASSED
780 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-Float64DType] PASSED
781 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-Complex64DType] PASSED
782 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_cancast[U-Complex128DType] PASSED
783 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[bool-S] PASSED
784 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[bool-U] PASSED
785 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[int8-S] PASSED
786 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[int8-U] PASSED
787 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[int16-S] PASSED
788 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[int16-U] PASSED
789 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>i2-S] PASSED
790 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>i2-U] PASSED
791 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[int32-S] PASSED
792 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[int32-U] PASSED
793 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>i4-S] PASSED
794 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>i4-U] PASSED
795 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[int64_0-S] PASSED
796 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[int64_0-U] PASSED
797 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>i8_0-S] PASSED
798 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>i8_0-U] PASSED
799 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[int64_1-S] PASSED
800 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[int64_1-U] PASSED
801 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>i8_1-S] PASSED
802 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>i8_1-U] PASSED
803 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[uint8-S] PASSED
804 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[uint8-U] PASSED
805 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[uint16-S] PASSED
806 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[uint16-U] PASSED
807 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>u2-S] PASSED
808 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>u2-U] PASSED
809 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[uint32-S] PASSED
810 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[uint32-U] PASSED
811 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>u4-S] PASSED
812 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>u4-U] PASSED
813 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[uint64_0-S] PASSED
814 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[uint64_0-U] PASSED
815 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>u8_0-S] PASSED
816 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>u8_0-U] PASSED
817 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[uint64_1-S] PASSED
818 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[uint64_1-U] PASSED
819 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>u8_1-S] PASSED
820 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>u8_1-U] PASSED
821 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[float16-S] PASSED
822 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[float16-U] PASSED
823 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>f2-S] PASSED
824 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>f2-U] PASSED
825 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[float32-S] PASSED
826 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[float32-U] PASSED
827 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>f4-S] PASSED
828 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>f4-U] PASSED
829 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[float64-S] PASSED
830 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[float64-U] PASSED
831 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>f8-S] PASSED
832 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>f8-U] PASSED
833 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[complex64-S] PASSED
834 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[complex64-U] PASSED
835 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>c8-S] PASSED
836 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>c8-U] PASSED
837 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[complex128-S] PASSED
838 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[complex128-U] PASSED
839 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>c16-S] PASSED
840 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_string_casts_roundtrip[>c16-U] PASSED
841 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_to_string_cancast[S-S8] PASSED
842 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_to_string_cancast[S-<U8] PASSED
843 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_to_string_cancast[S->U8] PASSED
844 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_to_string_cancast[U-S8] PASSED
845 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_to_string_cancast[U-<U8] PASSED
846 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_string_to_string_cancast[U->U8] PASSED
847 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_unicode_byteswapped_cast[>->] PASSED
848 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_unicode_byteswapped_cast[>-<] PASSED
849 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_unicode_byteswapped_cast[<->] PASSED
850 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_unicode_byteswapped_cast[<-<] PASSED
851 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_void_to_string_special_case PASSED
852 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_to_parametric_internal_error PASSED
853 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[bool] PASSED
854 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[int8] PASSED
855 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[int16] PASSED
856 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[>i2] PASSED
857 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[int32] PASSED
858 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[>i4] PASSED
859 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[int64_0] PASSED
860 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[>i8_0] PASSED
861 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[int64_1] PASSED
862 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[>i8_1] PASSED
863 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[uint8] PASSED
864 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[uint16] PASSED
865 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[>u2] PASSED
866 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[uint32] PASSED
867 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[>u4] PASSED
868 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[uint64_0] PASSED
869 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[>u8_0] PASSED
870 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[uint64_1] PASSED
871 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[>u8_1] PASSED
872 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[float16] PASSED
873 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[>f2] PASSED
874 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[float32] PASSED
875 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[>f4] PASSED
876 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[float64] PASSED
877 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[>f8] PASSED
878 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[complex64] PASSED
879 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[>c8] PASSED
880 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[complex128] PASSED
881 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_and_simple_resolution[>c16] PASSED
882 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[bool] PASSED
883 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[int8] PASSED
884 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[int16] PASSED
885 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[>i2] PASSED
886 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[int32] PASSED
887 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[>i4] PASSED
888 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[int64_0] PASSED
889 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[>i8_0] PASSED
890 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[int64_1] PASSED
891 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[>i8_1] PASSED
892 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[uint8] PASSED
893 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[uint16] PASSED
894 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[>u2] PASSED
895 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[uint32] PASSED
896 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[>u4] PASSED
897 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[uint64_0] PASSED
898 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[>u8_0] PASSED
899 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[uint64_1] PASSED
900 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[>u8_1] PASSED
901 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[float16] PASSED
902 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[>f2] PASSED
903 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[float32] PASSED
904 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[>f4] PASSED
905 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[float64] PASSED
906 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[>f8] PASSED
907 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[complex64] PASSED
908 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[>c8] PASSED
909 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[complex128] PASSED
910 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_simple_to_object_resolution[>c16] PASSED
911 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_void_and_structured_with_subarray[no] PASSED
912 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_void_and_structured_with_subarray[unsafe] PASSED
913 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_field_offsets[to_dt0-2] PASSED
914 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_field_offsets[to_dt1-2] PASSED
915 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_field_offsets[to_dt2-None] PASSED
916 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[i-(1,1)i-0] PASSED
917 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[(1,1)i-i-0] PASSED
918 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[(2,1)i-(2,1)i-0] PASSED
919 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[i-to_dt3-None] PASSED
920 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[from_dt4-i-2] PASSED
921 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[i-to_dt5-None] PASSED
922 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[i,i-i,i,i-None0] PASSED
923 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[i4-V3-0] PASSED
924 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[i4-V4-0] PASSED
925 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[i4-V10-None] PASSED
926 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[O-V4-None] PASSED
927 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[O-V8-None] PASSED
928 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[V4-V3-0] PASSED
929 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[V4-V4-0] PASSED
930 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[V3-V4-None] PASSED
931 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[V4-i4-None] PASSED
932 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_structured_view_offsets_paramteric[i,i-i,i,i-None1] PASSED
933 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[?] PASSED
934 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[b] PASSED
935 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[h] PASSED
936 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[i] PASSED
937 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[l] PASSED
938 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[q] PASSED
939 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[n] PASSED
940 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[p] PASSED
941 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[B] PASSED
942 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[H] PASSED
943 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[I] PASSED
944 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[L] PASSED
945 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[Q] PASSED
946 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[N] PASSED
947 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[P] PASSED
948 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[e] PASSED
949 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[f] PASSED
950 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[d] PASSED
951 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[g] PASSED
952 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[F] PASSED
953 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[D] PASSED
954 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[G] PASSED
955 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[S] PASSED
956 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[U] PASSED
957 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[V] PASSED
958 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[O] PASSED
959 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[M] PASSED
960 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_object_casts_NULL_None_equivalence[m] PASSED
961 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[b] PASSED
962 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[B] PASSED
963 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[h] PASSED
964 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[H] PASSED
965 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[i] PASSED
966 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[I] PASSED
967 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[l] PASSED
968 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[L] PASSED
969 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[q] PASSED
970 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[Q] PASSED
971 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[n] PASSED
972 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[N] PASSED
973 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[p] PASSED
974 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[P] PASSED
975 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[e] PASSED
976 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[f] PASSED
977 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[d] PASSED
978 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[g] PASSED
979 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[F] PASSED
980 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[D] PASSED
981 numpy/_core/tests/test_casting_unittests.py::TestCasting::test_nonstandard_bool_to_other[G] PASSED
982 numpy/_core/tests/test_conversion_utils.py::TestByteorderConverter::test_wrong_type PASSED
983 numpy/_core/tests/test_conversion_utils.py::TestByteorderConverter::test_wrong_value PASSED
984 numpy/_core/tests/test_conversion_utils.py::TestByteorderConverter::test_valid PASSED
985 numpy/_core/tests/test_conversion_utils.py::TestSortkindConverter::test_wrong_type PASSED
986 numpy/_core/tests/test_conversion_utils.py::TestSortkindConverter::test_wrong_value PASSED
987 numpy/_core/tests/test_conversion_utils.py::TestSortkindConverter::test_valid PASSED
988 numpy/_core/tests/test_conversion_utils.py::TestSelectkindConverter::test_wrong_type PASSED
989 numpy/_core/tests/test_conversion_utils.py::TestSelectkindConverter::test_wrong_value PASSED
990 numpy/_core/tests/test_conversion_utils.py::TestSelectkindConverter::test_valid PASSED
991 numpy/_core/tests/test_conversion_utils.py::TestSearchsideConverter::test_wrong_type PASSED
992 numpy/_core/tests/test_conversion_utils.py::TestSearchsideConverter::test_wrong_value PASSED
993 numpy/_core/tests/test_conversion_utils.py::TestSearchsideConverter::test_valid PASSED
994 numpy/_core/tests/test_conversion_utils.py::TestOrderConverter::test_wrong_type PASSED
995 numpy/_core/tests/test_conversion_utils.py::TestOrderConverter::test_wrong_value PASSED
996 numpy/_core/tests/test_conversion_utils.py::TestOrderConverter::test_valid PASSED
997 numpy/_core/tests/test_conversion_utils.py::TestOrderConverter::test_flatten_invalid_order PASSED
998 numpy/_core/tests/test_conversion_utils.py::TestClipmodeConverter::test_wrong_type PASSED
999 numpy/_core/tests/test_conversion_utils.py::TestClipmodeConverter::test_wrong_value PASSED
1000 numpy/_core/tests/test_conversion_utils.py::TestClipmodeConverter::test_valid PASSED
1001 numpy/_core/tests/test_conversion_utils.py::TestCastingConverter::test_wrong_type PASSED
1002 numpy/_core/tests/test_conversion_utils.py::TestCastingConverter::test_wrong_value PASSED
1003 numpy/_core/tests/test_conversion_utils.py::TestCastingConverter::test_valid PASSED
1004 numpy/_core/tests/test_conversion_utils.py::TestIntpConverter::test_basic PASSED
1005 numpy/_core/tests/test_conversion_utils.py::TestIntpConverter::test_none PASSED
1006 numpy/_core/tests/test_conversion_utils.py::TestIntpConverter::test_float PASSED
1007 numpy/_core/tests/test_conversion_utils.py::TestIntpConverter::test_too_large PASSED
1008 numpy/_core/tests/test_conversion_utils.py::TestIntpConverter::test_too_many_dims PASSED
1009 numpy/_core/tests/test_cpu_dispatcher.py::test_dispatcher PASSED
1010 numpy/_core/tests/test_cpu_features.py::TestEnvPrivation::test_runtime_feature_selection PASSED
1011 numpy/_core/tests/test_cpu_features.py::TestEnvPrivation::test_both_enable_disable_set[feature-feature] PASSED
1012 numpy/_core/tests/test_cpu_features.py::TestEnvPrivation::test_both_enable_disable_set[feature-same] PASSED
1013 numpy/_core/tests/test_cpu_features.py::TestEnvPrivation::test_variable_too_long[ENABLE] PASSED
1014 numpy/_core/tests/test_cpu_features.py::TestEnvPrivation::test_variable_too_long[DISABLE] PASSED
1015 numpy/_core/tests/test_cpu_features.py::TestEnvPrivation::test_impossible_feature_disable PASSED
1016 numpy/_core/tests/test_cpu_features.py::TestEnvPrivation::test_impossible_feature_enable PASSED
1017 numpy/_core/tests/test_cpu_features.py::Test_X86_Features::test_features SKIPPED
1018 numpy/_core/tests/test_cpu_features.py::Test_POWER_Features::test_features SKIPPED
1019 numpy/_core/tests/test_cpu_features.py::Test_ZARCH_Features::test_features SKIPPED
1020 numpy/_core/tests/test_cpu_features.py::Test_ARM_Features::test_features SKIPPED
1021 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_rescaled PASSED
1022 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_class_discovery PASSED
1023 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_scaled_float_from_floats[1.0] PASSED
1024 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_scaled_float_from_floats[-1.0] PASSED
1025 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_scaled_float_from_floats[2.0] PASSED
1026 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_repr PASSED
1027 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_dtype_name PASSED
1028 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_structured_dtype_printing PASSED
1029 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_from_float[1.0] PASSED
1030 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_from_float[-1.0] PASSED
1031 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_from_float[2.0] PASSED
1032 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_getitem[1.0-True] PASSED
1033 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_getitem[1.0-False] PASSED
1034 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_getitem[-1.0-True] PASSED
1035 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_getitem[-1.0-False] PASSED
1036 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_getitem[2.0-True] PASSED
1037 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_getitem[2.0-False] PASSED
1038 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_casts[True] PASSED
1039 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_casts[False] PASSED
1040 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_cast_internal_errors[True] PASSED
1041 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_cast_internal_errors[False] PASSED
1042 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_sfloat_promotion PASSED
1043 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_basic_multiply PASSED
1044 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_possible_and_impossible_reduce PASSED
1045 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_basic_ufunc_at PASSED
1046 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_basic_multiply_promotion PASSED
1047 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_basic_addition PASSED
1048 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_addition_cast_safety PASSED
1049 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_logical_ufuncs_casts_to_bool[logical_and] PASSED
1050 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_logical_ufuncs_casts_to_bool[logical_or] PASSED
1051 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_logical_ufuncs_casts_to_bool[logical_xor] PASSED
1052 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_wrapped_and_wrapped_reductions PASSED
1053 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_astype_class PASSED
1054 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_creation_class PASSED
1055 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_np_save_load PASSED
1056 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_flatiter PASSED
1057 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_flatiter_index[int_list] PASSED
1058 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_flatiter_index[ellipsis] PASSED
1059 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_flatiter_index[slice] PASSED
1060 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_flatiter_index[bool_array] PASSED
1061 numpy/_core/tests/test_custom_dtypes.py::TestSFloat::test_flatiter_index[int_array] PASSED
1062 numpy/_core/tests/test_custom_dtypes.py::test_type_pickle PASSED
1063 numpy/_core/tests/test_custom_dtypes.py::test_is_numeric PASSED
1064 numpy/_core/tests/test_cython.py::test_is_timedelta64_object PASSED
1065 numpy/_core/tests/test_cython.py::test_is_datetime64_object PASSED
1066 numpy/_core/tests/test_cython.py::test_get_datetime64_value PASSED
1067 numpy/_core/tests/test_cython.py::test_get_timedelta64_value PASSED
1068 numpy/_core/tests/test_cython.py::test_get_datetime64_unit PASSED
1069 numpy/_core/tests/test_cython.py::test_abstract_scalars PASSED
1070 numpy/_core/tests/test_cython.py::test_default_int PASSED
1071 numpy/_core/tests/test_cython.py::test_ravel_axis PASSED
1072 numpy/_core/tests/test_cython.py::test_convert_datetime64_to_datetimestruct PASSED
1073 numpy/_core/tests/test_cython.py::TestDatetimeStrings::test_make_iso_8601_datetime PASSED
1074 numpy/_core/tests/test_cython.py::TestDatetimeStrings::test_get_datetime_iso_8601_strlen PASSED
1075 numpy/_core/tests/test_cython.py::test_multiiter_fields[arrays0] PASSED
1076 numpy/_core/tests/test_cython.py::test_multiiter_fields[arrays1] PASSED
1077 numpy/_core/tests/test_cython.py::test_multiiter_fields[arrays2] PASSED
1078 numpy/_core/tests/test_cython.py::test_multiiter_fields[arrays3] PASSED
1079 numpy/_core/tests/test_cython.py::test_dtype_flags PASSED
1080 numpy/_core/tests/test_cython.py::test_conv_intp PASSED
1081 numpy/_core/tests/test_cython.py::test_npyiter_api PASSED
1082 numpy/_core/tests/test_cython.py::test_fillwithbytes PASSED
1083 numpy/_core/tests/test_cython.py::test_complex PASSED
1084 numpy/_core/tests/test_datetime.py::TestDateTime::test_string PASSED
1085 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime PASSED
1086 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_dtype_creation PASSED
1087 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_casting_rules PASSED
1088 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_prefix_conversions PASSED
1089 numpy/_core/tests/test_datetime.py::TestDateTime::test_prohibit_negative_datetime[s] PASSED
1090 numpy/_core/tests/test_datetime.py::TestDateTime::test_prohibit_negative_datetime[ms] PASSED
1091 numpy/_core/tests/test_datetime.py::TestDateTime::test_prohibit_negative_datetime[us] PASSED
1092 numpy/_core/tests/test_datetime.py::TestDateTime::test_prohibit_negative_datetime[ns] PASSED
1093 numpy/_core/tests/test_datetime.py::TestDateTime::test_prohibit_negative_datetime[ps] PASSED
1094 numpy/_core/tests/test_datetime.py::TestDateTime::test_prohibit_negative_datetime[fs] PASSED
1095 numpy/_core/tests/test_datetime.py::TestDateTime::test_prohibit_negative_datetime[as] PASSED
1096 numpy/_core/tests/test_datetime.py::TestDateTime::test_compare_generic_nat PASSED
1097 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_nat_argsort_stability[3] PASSED
1098 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_nat_argsort_stability[21] PASSED
1099 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_nat_argsort_stability[217] PASSED
1100 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_nat_argsort_stability[1000] PASSED
1101 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_nat_argsort_stability[3] PASSED
1102 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_nat_argsort_stability[21] PASSED
1103 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_nat_argsort_stability[217] PASSED
1104 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_nat_argsort_stability[1000] PASSED
1105 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[M8[ns]-arr0-expected0] PASSED
1106 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[M8[ns]-arr1-expected1] PASSED
1107 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[M8[ns]-arr2-expected2] PASSED
1108 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[M8[ns]-arr3-expected3] PASSED
1109 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[M8[us]-arr0-expected0] PASSED
1110 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[M8[us]-arr1-expected1] PASSED
1111 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[M8[us]-arr2-expected2] PASSED
1112 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[M8[us]-arr3-expected3] PASSED
1113 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[m8[ns]-arr0-expected0] PASSED
1114 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[m8[ns]-arr1-expected1] PASSED
1115 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[m8[ns]-arr2-expected2] PASSED
1116 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[m8[ns]-arr3-expected3] PASSED
1117 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[m8[us]-arr0-expected0] PASSED
1118 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[m8[us]-arr1-expected1] PASSED
1119 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[m8[us]-arr2-expected2] PASSED
1120 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_timedelta_sort_nat[m8[us]-arr3-expected3] PASSED
1121 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_scalar_construction PASSED
1122 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_scalar_construction_timezone PASSED
1123 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_array_find_type PASSED
1124 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[Y] PASSED
1125 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[M] PASSED
1126 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[W] PASSED
1127 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[D] PASSED
1128 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[h] PASSED
1129 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[m] PASSED
1130 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[s] PASSED
1131 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[ms] PASSED
1132 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[us] PASSED
1133 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[ns] PASSED
1134 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[ps] PASSED
1135 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[fs] PASSED
1136 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[as] PASSED
1137 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[generic] PASSED
1138 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_scalar_construction PASSED
1139 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_object_array_conversion PASSED
1140 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_0_dim_object_array_conversion PASSED
1141 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_nat_format PASSED
1142 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_scalar_construction_units PASSED
1143 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_nat_casting PASSED
1144 numpy/_core/tests/test_datetime.py::TestDateTime::test_days_creation PASSED
1145 numpy/_core/tests/test_datetime.py::TestDateTime::test_days_to_pydate PASSED
1146 numpy/_core/tests/test_datetime.py::TestDateTime::test_dtype_comparison PASSED
1147 numpy/_core/tests/test_datetime.py::TestDateTime::test_pydatetime_creation PASSED
1148 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_string_conversion PASSED
1149 numpy/_core/tests/test_datetime.py::TestDateTime::test_time_byteswapping[m8[D]] PASSED
1150 numpy/_core/tests/test_datetime.py::TestDateTime::test_time_byteswapping[M8[Y]] PASSED
1151 numpy/_core/tests/test_datetime.py::TestDateTime::test_time_byteswapped_cast[M8[s]-M8[D]] PASSED
1152 numpy/_core/tests/test_datetime.py::TestDateTime::test_time_byteswapped_cast[m8[s]-m8[ns]] PASSED
1153 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_conversions_byteorders[U-m8[D]] PASSED
1154 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_conversions_byteorders[U-M8[Y]] PASSED
1155 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_conversions_byteorders[S-m8[D]] PASSED
1156 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_conversions_byteorders[S-M8[Y]] PASSED
1157 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_array_str PASSED
1158 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_array_str PASSED
1159 numpy/_core/tests/test_datetime.py::TestDateTime::test_pickle PASSED
1160 numpy/_core/tests/test_datetime.py::TestDateTime::test_setstate PASSED
1161 numpy/_core/tests/test_datetime.py::TestDateTime::test_dtype_promotion PASSED
1162 numpy/_core/tests/test_datetime.py::TestDateTime::test_cast_overflow PASSED
1163 numpy/_core/tests/test_datetime.py::TestDateTime::test_pyobject_roundtrip PASSED
1164 numpy/_core/tests/test_datetime.py::TestDateTime::test_month_truncation PASSED
1165 numpy/_core/tests/test_datetime.py::TestDateTime::test_different_unit_comparison PASSED
1166 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_like PASSED
1167 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_unary PASSED
1168 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_add PASSED
1169 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_subtract PASSED
1170 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_multiply PASSED
1171 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_divide[op10-op20-1] PASSED
1172 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_divide[op11-op21--2] PASSED
1173 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_divide[op12-op22--2] PASSED
1174 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_divide[op13-op23-1] PASSED
1175 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_divide[op14-op24-60] PASSED
1176 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_divide[op15-op25-1] PASSED
1177 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_divide[op16-op26-exp6] PASSED
1178 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_div_warnings[op10-op20] PASSED
1179 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_div_warnings[op11-op21] PASSED
1180 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_div_warnings[op12-op22] PASSED
1181 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_div_precision[9007199254740993-1] PASSED
1182 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_div_precision[9007199254740999--2] PASSED
1183 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_div_error[val10-val20] PASSED
1184 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_div_error[val11-val21] PASSED
1185 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod[op10-op20] PASSED
1186 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod[op11-op21] PASSED
1187 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod[op12-op22] PASSED
1188 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod[op13-op23] PASSED
1189 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod[op14-op24] PASSED
1190 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod[op15-op25] PASSED
1191 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod[op16-op26] PASSED
1192 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod_warnings[op10-op20] PASSED
1193 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod_warnings[op11-op21] PASSED
1194 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod_warnings[op12-op22] PASSED
1195 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_divide PASSED
1196 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_compare PASSED
1197 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_compare_nat PASSED
1198 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_minmax PASSED
1199 numpy/_core/tests/test_datetime.py::TestDateTime::test_hours PASSED
1200 numpy/_core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_year PASSED
1201 numpy/_core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_month PASSED
1202 numpy/_core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_week PASSED
1203 numpy/_core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_day PASSED
1204 numpy/_core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_hour PASSED
1205 numpy/_core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_minute PASSED
1206 numpy/_core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_second PASSED
1207 numpy/_core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_fs PASSED
1208 numpy/_core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_as PASSED
1209 numpy/_core/tests/test_datetime.py::TestDateTime::test_string_parser_variants PASSED
1210 numpy/_core/tests/test_datetime.py::TestDateTime::test_string_parser_error_check PASSED
1211 numpy/_core/tests/test_datetime.py::TestDateTime::test_creation_overflow PASSED
1212 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_as_string PASSED
1213 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_as_string_timezone PASSED
1214 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_arange PASSED
1215 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_arange_no_dtype PASSED
1216 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_arange PASSED
1217 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val10-val20-expected0] PASSED
1218 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val11-val21-expected1] PASSED
1219 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val12-val22-expected2] PASSED
1220 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val13-val23-expected3] PASSED
1221 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val14-val24-expected4] PASSED
1222 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val15-val25-expected5] PASSED
1223 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val16-val26-expected6] PASSED
1224 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val17-val27-expected7] PASSED
1225 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val18-val28-expected8] PASSED
1226 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus_error[val10-val20] PASSED
1227 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus_error[val11-val21] PASSED
1228 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus_div_by_zero PASSED
1229 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus_type_resolution[val10-15] PASSED
1230 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus_type_resolution[7.5-val21] PASSED
1231 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_arange_no_dtype PASSED
1232 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_maximum_reduce PASSED
1233 numpy/_core/tests/test_datetime.py::TestDateTime::test_timedelta_correct_mean PASSED
1234 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_no_subtract_reducelike PASSED
1235 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_busday_offset PASSED
1236 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_busdaycalendar PASSED
1237 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_busday_holidays_offset PASSED
1238 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_busday_holidays_count PASSED
1239 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_is_busday PASSED
1240 numpy/_core/tests/test_datetime.py::TestDateTime::test_datetime_y2038 PASSED
1241 numpy/_core/tests/test_datetime.py::TestDateTime::test_isnat PASSED
1242 numpy/_core/tests/test_datetime.py::TestDateTime::test_isnat_error PASSED
1243 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_scalar PASSED
1244 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<datetime64[%s]-Y] PASSED
1245 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<datetime64[%s]-M] PASSED
1246 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<datetime64[%s]-W] PASSED
1247 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<datetime64[%s]-D] PASSED
1248 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<datetime64[%s]-h] PASSED
1249 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<datetime64[%s]-m] PASSED
1250 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<datetime64[%s]-s] PASSED
1251 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<datetime64[%s]-ms] PASSED
1252 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<datetime64[%s]-us] PASSED
1253 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<datetime64[%s]-ns] PASSED
1254 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<datetime64[%s]-ps] PASSED
1255 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<datetime64[%s]-fs] PASSED
1256 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<datetime64[%s]-as] PASSED
1257 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>datetime64[%s]-Y] PASSED
1258 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>datetime64[%s]-M] PASSED
1259 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>datetime64[%s]-W] PASSED
1260 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>datetime64[%s]-D] PASSED
1261 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>datetime64[%s]-h] PASSED
1262 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>datetime64[%s]-m] PASSED
1263 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>datetime64[%s]-s] PASSED
1264 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>datetime64[%s]-ms] PASSED
1265 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>datetime64[%s]-us] PASSED
1266 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>datetime64[%s]-ns] PASSED
1267 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>datetime64[%s]-ps] PASSED
1268 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>datetime64[%s]-fs] PASSED
1269 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>datetime64[%s]-as] PASSED
1270 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<timedelta64[%s]-Y] PASSED
1271 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<timedelta64[%s]-M] PASSED
1272 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<timedelta64[%s]-W] PASSED
1273 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<timedelta64[%s]-D] PASSED
1274 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<timedelta64[%s]-h] PASSED
1275 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<timedelta64[%s]-m] PASSED
1276 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<timedelta64[%s]-s] PASSED
1277 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<timedelta64[%s]-ms] PASSED
1278 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<timedelta64[%s]-us] PASSED
1279 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<timedelta64[%s]-ns] PASSED
1280 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<timedelta64[%s]-ps] PASSED
1281 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<timedelta64[%s]-fs] PASSED
1282 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[<timedelta64[%s]-as] PASSED
1283 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>timedelta64[%s]-Y] PASSED
1284 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>timedelta64[%s]-M] PASSED
1285 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>timedelta64[%s]-W] PASSED
1286 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>timedelta64[%s]-D] PASSED
1287 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>timedelta64[%s]-h] PASSED
1288 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>timedelta64[%s]-m] PASSED
1289 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>timedelta64[%s]-s] PASSED
1290 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>timedelta64[%s]-ms] PASSED
1291 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>timedelta64[%s]-us] PASSED
1292 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>timedelta64[%s]-ns] PASSED
1293 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>timedelta64[%s]-ps] PASSED
1294 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>timedelta64[%s]-fs] PASSED
1295 numpy/_core/tests/test_datetime.py::TestDateTime::test_isfinite_isinf_isnan_units[>timedelta64[%s]-as] PASSED
1296 numpy/_core/tests/test_datetime.py::TestDateTime::test_assert_equal PASSED
1297 numpy/_core/tests/test_datetime.py::TestDateTime::test_corecursive_input PASSED
1298 numpy/_core/tests/test_datetime.py::TestDateTime::test_discovery_from_object_array[shape0] PASSED
1299 numpy/_core/tests/test_datetime.py::TestDateTime::test_discovery_from_object_array[shape1] PASSED
1300 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[Y] PASSED
1301 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[M] PASSED
1302 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[W] PASSED
1303 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[D] PASSED
1304 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[h] PASSED
1305 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[m] PASSED
1306 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[s] PASSED
1307 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[ms] PASSED
1308 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[us] PASSED
1309 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[ns] PASSED
1310 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[ps] PASSED
1311 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[fs] PASSED
1312 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[as] PASSED
1313 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[10D] PASSED
1314 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_symmetry[2M] PASSED
1315 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[-1-Y] PASSED
1316 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[-1-M] PASSED
1317 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[-1-W] XFAIL
1318 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[-1-D] PASSED
1319 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[-1-h] PASSED
1320 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[-1-m] PASSED
1321 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[-1-s] PASSED
1322 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[-1-ms] PASSED
1323 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[-1-us] PASSED
1324 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[-1-ns] PASSED
1325 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[-1-ps] PASSED
1326 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[-1-fs] PASSED
1327 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[-1-as] PASSED
1328 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[-1-10D] XFAIL
1329 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[1-Y] PASSED
1330 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[1-M] PASSED
1331 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[1-W] XFAIL
1332 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[1-D] PASSED
1333 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[1-h] PASSED
1334 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[1-m] PASSED
1335 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[1-s] PASSED
1336 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[1-ms] PASSED
1337 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[1-us] PASSED
1338 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[1-ns] PASSED
1339 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[1-ps] PASSED
1340 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[1-fs] PASSED
1341 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[1-as] PASSED
1342 numpy/_core/tests/test_datetime.py::TestDateTime::test_limit_str_roundtrip[1-10D] XFAIL
1343 numpy/_core/tests/test_datetime.py::TestDateTimeData::test_basic PASSED
1344 numpy/_core/tests/test_datetime.py::TestDateTimeData::test_bytes PASSED
1345 numpy/_core/tests/test_datetime.py::TestDateTimeData::test_non_ascii PASSED
1346 numpy/_core/tests/test_datetime.py::test_comparisons_return_not_implemented PASSED
1347 numpy/_core/tests/test_defchararray.py::TestBasic::test_from_object_array PASSED
1348 numpy/_core/tests/test_defchararray.py::TestBasic::test_from_object_array_unicode PASSED
1349 numpy/_core/tests/test_defchararray.py::TestBasic::test_from_string_array PASSED
1350 numpy/_core/tests/test_defchararray.py::TestBasic::test_from_unicode_array PASSED
1351 numpy/_core/tests/test_defchararray.py::TestBasic::test_unicode_upconvert PASSED
1352 numpy/_core/tests/test_defchararray.py::TestBasic::test_from_string PASSED
1353 numpy/_core/tests/test_defchararray.py::TestBasic::test_from_unicode PASSED
1354 numpy/_core/tests/test_defchararray.py::TestVecString::test_non_existent_method PASSED
1355 numpy/_core/tests/test_defchararray.py::TestVecString::test_non_string_array PASSED
1356 numpy/_core/tests/test_defchararray.py::TestVecString::test_invalid_args_tuple PASSED
1357 numpy/_core/tests/test_defchararray.py::TestVecString::test_invalid_type_descr PASSED
1358 numpy/_core/tests/test_defchararray.py::TestVecString::test_invalid_function_args PASSED
1359 numpy/_core/tests/test_defchararray.py::TestVecString::test_invalid_result_type PASSED
1360 numpy/_core/tests/test_defchararray.py::TestVecString::test_broadcast_error PASSED
1361 numpy/_core/tests/test_defchararray.py::TestWhitespace::test1 PASSED
1362 numpy/_core/tests/test_defchararray.py::TestChar::test_it PASSED
1363 numpy/_core/tests/test_defchararray.py::TestComparisons::test_not_equal PASSED
1364 numpy/_core/tests/test_defchararray.py::TestComparisons::test_equal PASSED
1365 numpy/_core/tests/test_defchararray.py::TestComparisons::test_greater_equal PASSED
1366 numpy/_core/tests/test_defchararray.py::TestComparisons::test_less_equal PASSED
1367 numpy/_core/tests/test_defchararray.py::TestComparisons::test_greater PASSED
1368 numpy/_core/tests/test_defchararray.py::TestComparisons::test_less PASSED
1369 numpy/_core/tests/test_defchararray.py::TestComparisons::test_type PASSED
1370 numpy/_core/tests/test_defchararray.py::TestComparisonsMixed1::test_not_equal PASSED
1371 numpy/_core/tests/test_defchararray.py::TestComparisonsMixed1::test_equal PASSED
1372 numpy/_core/tests/test_defchararray.py::TestComparisonsMixed1::test_greater_equal PASSED
1373 numpy/_core/tests/test_defchararray.py::TestComparisonsMixed1::test_less_equal PASSED
1374 numpy/_core/tests/test_defchararray.py::TestComparisonsMixed1::test_greater PASSED
1375 numpy/_core/tests/test_defchararray.py::TestComparisonsMixed1::test_less PASSED
1376 numpy/_core/tests/test_defchararray.py::TestComparisonsMixed1::test_type PASSED
1377 numpy/_core/tests/test_defchararray.py::TestComparisonsMixed2::test_not_equal PASSED
1378 numpy/_core/tests/test_defchararray.py::TestComparisonsMixed2::test_equal PASSED
1379 numpy/_core/tests/test_defchararray.py::TestComparisonsMixed2::test_greater_equal PASSED
1380 numpy/_core/tests/test_defchararray.py::TestComparisonsMixed2::test_less_equal PASSED
1381 numpy/_core/tests/test_defchararray.py::TestComparisonsMixed2::test_greater PASSED
1382 numpy/_core/tests/test_defchararray.py::TestComparisonsMixed2::test_less PASSED
1383 numpy/_core/tests/test_defchararray.py::TestComparisonsMixed2::test_type PASSED
1384 numpy/_core/tests/test_defchararray.py::TestInformation::test_len PASSED
1385 numpy/_core/tests/test_defchararray.py::TestInformation::test_count PASSED
1386 numpy/_core/tests/test_defchararray.py::TestInformation::test_endswith PASSED
1387 numpy/_core/tests/test_defchararray.py::TestInformation::test_find[U-str] PASSED
1388 numpy/_core/tests/test_defchararray.py::TestInformation::test_find[S-<lambda>] PASSED
1389 numpy/_core/tests/test_defchararray.py::TestInformation::test_index PASSED
1390 numpy/_core/tests/test_defchararray.py::TestInformation::test_isalnum PASSED
1391 numpy/_core/tests/test_defchararray.py::TestInformation::test_isalpha PASSED
1392 numpy/_core/tests/test_defchararray.py::TestInformation::test_isdigit PASSED
1393 numpy/_core/tests/test_defchararray.py::TestInformation::test_islower PASSED
1394 numpy/_core/tests/test_defchararray.py::TestInformation::test_isspace PASSED
1395 numpy/_core/tests/test_defchararray.py::TestInformation::test_istitle PASSED
1396 numpy/_core/tests/test_defchararray.py::TestInformation::test_isupper PASSED
1397 numpy/_core/tests/test_defchararray.py::TestInformation::test_rfind PASSED
1398 numpy/_core/tests/test_defchararray.py::TestInformation::test_rindex PASSED
1399 numpy/_core/tests/test_defchararray.py::TestInformation::test_startswith PASSED
1400 numpy/_core/tests/test_defchararray.py::TestMethods::test_capitalize PASSED
1401 numpy/_core/tests/test_defchararray.py::TestMethods::test_center PASSED
1402 numpy/_core/tests/test_defchararray.py::TestMethods::test_decode PASSED
1403 numpy/_core/tests/test_defchararray.py::TestMethods::test_encode PASSED
1404 numpy/_core/tests/test_defchararray.py::TestMethods::test_expandtabs PASSED
1405 numpy/_core/tests/test_defchararray.py::TestMethods::test_join PASSED
1406 numpy/_core/tests/test_defchararray.py::TestMethods::test_ljust PASSED
1407 numpy/_core/tests/test_defchararray.py::TestMethods::test_lower PASSED
1408 numpy/_core/tests/test_defchararray.py::TestMethods::test_lstrip PASSED
1409 numpy/_core/tests/test_defchararray.py::TestMethods::test_partition PASSED
1410 numpy/_core/tests/test_defchararray.py::TestMethods::test_replace PASSED
1411 numpy/_core/tests/test_defchararray.py::TestMethods::test_replace_count_and_size PASSED
1412 numpy/_core/tests/test_defchararray.py::TestMethods::test_replace_broadcasting PASSED
1413 numpy/_core/tests/test_defchararray.py::TestMethods::test_rjust PASSED
1414 numpy/_core/tests/test_defchararray.py::TestMethods::test_rpartition PASSED
1415 numpy/_core/tests/test_defchararray.py::TestMethods::test_rsplit PASSED
1416 numpy/_core/tests/test_defchararray.py::TestMethods::test_rstrip PASSED
1417 numpy/_core/tests/test_defchararray.py::TestMethods::test_strip PASSED
1418 numpy/_core/tests/test_defchararray.py::TestMethods::test_split PASSED
1419 numpy/_core/tests/test_defchararray.py::TestMethods::test_splitlines PASSED
1420 numpy/_core/tests/test_defchararray.py::TestMethods::test_swapcase PASSED
1421 numpy/_core/tests/test_defchararray.py::TestMethods::test_title PASSED
1422 numpy/_core/tests/test_defchararray.py::TestMethods::test_upper PASSED
1423 numpy/_core/tests/test_defchararray.py::TestMethods::test_isnumeric PASSED
1424 numpy/_core/tests/test_defchararray.py::TestMethods::test_isdecimal PASSED
1425 numpy/_core/tests/test_defchararray.py::TestOperations::test_add PASSED
1426 numpy/_core/tests/test_defchararray.py::TestOperations::test_radd PASSED
1427 numpy/_core/tests/test_defchararray.py::TestOperations::test_mul PASSED
1428 numpy/_core/tests/test_defchararray.py::TestOperations::test_rmul PASSED
1429 numpy/_core/tests/test_defchararray.py::TestOperations::test_mod PASSED
1430 numpy/_core/tests/test_defchararray.py::TestOperations::test_rmod PASSED
1431 numpy/_core/tests/test_defchararray.py::TestOperations::test_slice PASSED
1432 numpy/_core/tests/test_defchararray.py::TestMethodsEmptyArray::test_encode PASSED
1433 numpy/_core/tests/test_defchararray.py::TestMethodsEmptyArray::test_decode PASSED
1434 numpy/_core/tests/test_defchararray.py::TestMethodsEmptyArray::test_decode_with_reshape PASSED
1435 numpy/_core/tests/test_defchararray.py::TestMethodsScalarValues::test_mod PASSED
1436 numpy/_core/tests/test_defchararray.py::TestMethodsScalarValues::test_decode PASSED
1437 numpy/_core/tests/test_defchararray.py::TestMethodsScalarValues::test_encode PASSED
1438 numpy/_core/tests/test_defchararray.py::TestMethodsScalarValues::test_expandtabs PASSED
1439 numpy/_core/tests/test_defchararray.py::TestMethodsScalarValues::test_join PASSED
1440 numpy/_core/tests/test_defchararray.py::TestMethodsScalarValues::test_partition PASSED
1441 numpy/_core/tests/test_defchararray.py::TestMethodsScalarValues::test_rpartition PASSED
1442 numpy/_core/tests/test_defchararray.py::TestMethodsScalarValues::test_replace PASSED
1443 numpy/_core/tests/test_defchararray.py::test_empty_indexing PASSED
1444 numpy/_core/tests/test_deprecations.py::TestDTypeAttributeIsDTypeDeprecation::test_deprecation_dtype_attribute_is_dtype PASSED
1445 numpy/_core/tests/test_deprecations.py::TestTestDeprecated::test_assert_deprecated PASSED
1446 numpy/_core/tests/test_deprecations.py::TestNonNumericConjugate::test_conjugate PASSED
1447 numpy/_core/tests/test_deprecations.py::TestDatetimeEvent::test_3_tuple PASSED
1448 numpy/_core/tests/test_deprecations.py::TestTruthTestingEmptyArrays::test_1d PASSED
1449 numpy/_core/tests/test_deprecations.py::TestTruthTestingEmptyArrays::test_2d PASSED
1450 numpy/_core/tests/test_deprecations.py::TestBincount::test_bincount_minlength PASSED
1451 numpy/_core/tests/test_deprecations.py::TestGeneratorSum::test_generator_sum PASSED
1452 numpy/_core/tests/test_deprecations.py::TestFromstring::test_fromstring PASSED
1453 numpy/_core/tests/test_deprecations.py::TestFromStringAndFileInvalidData::test_deprecate_unparsable_data_file[,invalid_data] PASSED
1454 numpy/_core/tests/test_deprecations.py::TestFromStringAndFileInvalidData::test_deprecate_unparsable_data_file[invalid_sep] PASSED
1455 numpy/_core/tests/test_deprecations.py::TestFromStringAndFileInvalidData::test_deprecate_unparsable_string[,invalid_data] PASSED
1456 numpy/_core/tests/test_deprecations.py::TestFromStringAndFileInvalidData::test_deprecate_unparsable_string[invalid_sep] PASSED
1457 numpy/_core/tests/test_deprecations.py::TestNonZero::test_zerod PASSED
1458 numpy/_core/tests/test_deprecations.py::TestToString::test_tostring PASSED
1459 numpy/_core/tests/test_deprecations.py::TestToString::test_tostring_matches_tobytes PASSED
1460 numpy/_core/tests/test_deprecations.py::TestDTypeCoercion::test_dtype_coercion PASSED
1461 numpy/_core/tests/test_deprecations.py::TestDTypeCoercion::test_array_construction PASSED
1462 numpy/_core/tests/test_deprecations.py::TestDTypeCoercion::test_not_deprecated PASSED
1463 numpy/_core/tests/test_deprecations.py::TestIncorrectAdvancedIndexWithEmptyResult::test_empty_subspace[index0] PASSED
1464 numpy/_core/tests/test_deprecations.py::TestIncorrectAdvancedIndexWithEmptyResult::test_empty_subspace[index1] PASSED
1465 numpy/_core/tests/test_deprecations.py::TestIncorrectAdvancedIndexWithEmptyResult::test_empty_index_broadcast_not_deprecated PASSED
1466 numpy/_core/tests/test_deprecations.py::TestNonExactMatchDeprecation::test_non_exact_match PASSED
1467 numpy/_core/tests/test_deprecations.py::TestMatrixInOuter::test_deprecated PASSED
1468 numpy/_core/tests/test_deprecations.py::TestDeprecatedUnpickleObjectScalar::test_deprecated PASSED
1469 numpy/_core/tests/test_deprecations.py::TestSingleElementSignature::test_deprecated PASSED
1470 numpy/_core/tests/test_deprecations.py::TestCtypesGetter::test_deprecated[get_data] PASSED
1471 numpy/_core/tests/test_deprecations.py::TestCtypesGetter::test_deprecated[get_shape] PASSED
1472 numpy/_core/tests/test_deprecations.py::TestCtypesGetter::test_deprecated[get_strides] PASSED
1473 numpy/_core/tests/test_deprecations.py::TestCtypesGetter::test_deprecated[get_as_parameter] PASSED
1474 numpy/_core/tests/test_deprecations.py::TestCtypesGetter::test_not_deprecated[data] PASSED
1475 numpy/_core/tests/test_deprecations.py::TestCtypesGetter::test_not_deprecated[shape] PASSED
1476 numpy/_core/tests/test_deprecations.py::TestCtypesGetter::test_not_deprecated[strides] PASSED
1477 numpy/_core/tests/test_deprecations.py::TestCtypesGetter::test_not_deprecated[_as_parameter_] PASSED
1478 numpy/_core/tests/test_deprecations.py::TestPartitionBoolIndex::test_deprecated[partition method] PASSED
1479 numpy/_core/tests/test_deprecations.py::TestPartitionBoolIndex::test_deprecated[argpartition method] PASSED
1480 numpy/_core/tests/test_deprecations.py::TestPartitionBoolIndex::test_deprecated[partition function] PASSED
1481 numpy/_core/tests/test_deprecations.py::TestPartitionBoolIndex::test_deprecated[argpartition function] PASSED
1482 numpy/_core/tests/test_deprecations.py::TestPartitionBoolIndex::test_not_deprecated[partition method] PASSED
1483 numpy/_core/tests/test_deprecations.py::TestPartitionBoolIndex::test_not_deprecated[argpartition method] PASSED
1484 numpy/_core/tests/test_deprecations.py::TestPartitionBoolIndex::test_not_deprecated[partition function] PASSED
1485 numpy/_core/tests/test_deprecations.py::TestPartitionBoolIndex::test_not_deprecated[argpartition function] PASSED
1486 numpy/_core/tests/test_deprecations.py::TestMachAr::test_deprecated_module PASSED
1487 numpy/_core/tests/test_deprecations.py::TestQuantileInterpolationDeprecation::test_deprecated[percentile] PASSED
1488 numpy/_core/tests/test_deprecations.py::TestQuantileInterpolationDeprecation::test_deprecated[quantile] PASSED
1489 numpy/_core/tests/test_deprecations.py::TestQuantileInterpolationDeprecation::test_deprecated[nanpercentile] PASSED
1490 numpy/_core/tests/test_deprecations.py::TestQuantileInterpolationDeprecation::test_deprecated[nanquantile] PASSED
1491 numpy/_core/tests/test_deprecations.py::TestQuantileInterpolationDeprecation::test_both_passed[percentile] PASSED
1492 numpy/_core/tests/test_deprecations.py::TestQuantileInterpolationDeprecation::test_both_passed[quantile] PASSED
1493 numpy/_core/tests/test_deprecations.py::TestQuantileInterpolationDeprecation::test_both_passed[nanpercentile] PASSED
1494 numpy/_core/tests/test_deprecations.py::TestQuantileInterpolationDeprecation::test_both_passed[nanquantile] PASSED
1495 numpy/_core/tests/test_deprecations.py::TestArrayFinalizeNone::test_use_none_is_deprecated PASSED
1496 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_warning[b] PASSED
1497 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_warning[B] PASSED
1498 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_warning[h] PASSED
1499 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_warning[H] PASSED
1500 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_warning[i] PASSED
1501 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_warning[I] PASSED
1502 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_warning[l] PASSED
1503 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_warning[L] PASSED
1504 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_warning[q] PASSED
1505 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_warning[Q] PASSED
1506 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_warning[n] PASSED
1507 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_warning[N] PASSED
1508 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_warning[p] PASSED
1509 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_warning[P] PASSED
1510 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_raised[b] PASSED
1511 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_raised[B] PASSED
1512 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_raised[h] PASSED
1513 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_raised[H] PASSED
1514 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_raised[i] PASSED
1515 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_raised[I] PASSED
1516 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_raised[l] PASSED
1517 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_raised[L] PASSED
1518 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_raised[q] PASSED
1519 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_raised[Q] PASSED
1520 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_raised[n] PASSED
1521 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_raised[N] PASSED
1522 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_raised[p] PASSED
1523 numpy/_core/tests/test_deprecations.py::TestLoadtxtParseIntsViaFloat::test_deprecated_raised[P] PASSED
1524 numpy/_core/tests/test_deprecations.py::TestScalarConversion::test_float_conversion PASSED
1525 numpy/_core/tests/test_deprecations.py::TestScalarConversion::test_behaviour PASSED
1526 numpy/_core/tests/test_deprecations.py::TestPyIntConversion::test_deprecated_scalar[b] PASSED
1527 numpy/_core/tests/test_deprecations.py::TestPyIntConversion::test_deprecated_scalar[B] PASSED
1528 numpy/_core/tests/test_deprecations.py::TestPyIntConversion::test_deprecated_scalar[h] PASSED
1529 numpy/_core/tests/test_deprecations.py::TestPyIntConversion::test_deprecated_scalar[H] PASSED
1530 numpy/_core/tests/test_deprecations.py::TestPyIntConversion::test_deprecated_scalar[i] PASSED
1531 numpy/_core/tests/test_deprecations.py::TestPyIntConversion::test_deprecated_scalar[I] PASSED
1532 numpy/_core/tests/test_deprecations.py::TestPyIntConversion::test_deprecated_scalar[l] PASSED
1533 numpy/_core/tests/test_deprecations.py::TestPyIntConversion::test_deprecated_scalar[L] PASSED
1534 numpy/_core/tests/test_deprecations.py::TestPyIntConversion::test_deprecated_scalar[q] PASSED
1535 numpy/_core/tests/test_deprecations.py::TestPyIntConversion::test_deprecated_scalar[Q] PASSED
1536 numpy/_core/tests/test_deprecations.py::TestPyIntConversion::test_deprecated_scalar[n] PASSED
1537 numpy/_core/tests/test_deprecations.py::TestPyIntConversion::test_deprecated_scalar[N] PASSED
1538 numpy/_core/tests/test_deprecations.py::TestPyIntConversion::test_deprecated_scalar[p] PASSED
1539 numpy/_core/tests/test_deprecations.py::TestPyIntConversion::test_deprecated_scalar[P] PASSED
1540 numpy/_core/tests/test_deprecations.py::test_future_scalar_attributes[str] PASSED
1541 numpy/_core/tests/test_deprecations.py::test_future_scalar_attributes[bytes] PASSED
1542 numpy/_core/tests/test_deprecations.py::test_future_scalar_attributes[object] PASSED
1543 numpy/_core/tests/test_deprecations.py::TestRemovedGlobals::test_attributeerror_includes_info[object] PASSED
1544 numpy/_core/tests/test_deprecations.py::TestRemovedGlobals::test_attributeerror_includes_info[float] PASSED
1545 numpy/_core/tests/test_deprecations.py::TestRemovedGlobals::test_attributeerror_includes_info[complex] PASSED
1546 numpy/_core/tests/test_deprecations.py::TestRemovedGlobals::test_attributeerror_includes_info[str] PASSED
1547 numpy/_core/tests/test_deprecations.py::TestRemovedGlobals::test_attributeerror_includes_info[int] PASSED
1548 numpy/_core/tests/test_deprecations.py::TestDeprecatedFinfo::test_deprecated_none PASSED
1549 numpy/_core/tests/test_deprecations.py::TestMathAlias::test_deprecated_np_lib_math PASSED
1550 numpy/_core/tests/test_deprecations.py::TestLibImports::test_lib_functions_deprecation_call PASSED
1551 numpy/_core/tests/test_deprecations.py::TestDeprecatedDTypeAliases::test_a_dtype_alias PASSED
1552 numpy/_core/tests/test_deprecations.py::TestDeprecatedArrayWrap::test_deprecated PASSED
1553 numpy/_core/tests/test_deprecations.py::TestDeprecatedDTypeParenthesizedRepeatCount::test_parenthesized_repeat_count[(2)i,] PASSED
1554 numpy/_core/tests/test_deprecations.py::TestDeprecatedDTypeParenthesizedRepeatCount::test_parenthesized_repeat_count[(3)3S,] PASSED
1555 numpy/_core/tests/test_deprecations.py::TestDeprecatedDTypeParenthesizedRepeatCount::test_parenthesized_repeat_count[f,(2)f] PASSED
1556 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dunder_dlpack_refcount PASSED
1557 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dunder_dlpack_stream PASSED
1558 numpy/_core/tests/test_dlpack.py::TestDLPack::test_strides_not_multiple_of_itemsize PASSED
1559 numpy/_core/tests/test_dlpack.py::TestDLPack::test_from_dlpack_refcount PASSED
1560 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dtype_passthrough[bool] PASSED
1561 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dtype_passthrough[int8] PASSED
1562 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dtype_passthrough[int16] PASSED
1563 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dtype_passthrough[int32] PASSED
1564 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dtype_passthrough[int64] PASSED
1565 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dtype_passthrough[uint8] PASSED
1566 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dtype_passthrough[uint16] PASSED
1567 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dtype_passthrough[uint32] PASSED
1568 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dtype_passthrough[uint64] PASSED
1569 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dtype_passthrough[float16] PASSED
1570 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dtype_passthrough[float32] PASSED
1571 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dtype_passthrough[float64] PASSED
1572 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dtype_passthrough[complex64] PASSED
1573 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dtype_passthrough[complex128] PASSED
1574 numpy/_core/tests/test_dlpack.py::TestDLPack::test_invalid_dtype PASSED
1575 numpy/_core/tests/test_dlpack.py::TestDLPack::test_invalid_byte_swapping PASSED
1576 numpy/_core/tests/test_dlpack.py::TestDLPack::test_non_contiguous PASSED
1577 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[0] PASSED
1578 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[1] PASSED
1579 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[2] PASSED
1580 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[3] PASSED
1581 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[4] PASSED
1582 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[5] PASSED
1583 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[6] PASSED
1584 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[7] PASSED
1585 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[8] PASSED
1586 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[9] PASSED
1587 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[10] PASSED
1588 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[11] PASSED
1589 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[12] PASSED
1590 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[13] PASSED
1591 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[14] PASSED
1592 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[15] PASSED
1593 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[16] PASSED
1594 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[17] PASSED
1595 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[18] PASSED
1596 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[19] PASSED
1597 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[20] PASSED
1598 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[21] PASSED
1599 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[22] PASSED
1600 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[23] PASSED
1601 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[24] PASSED
1602 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[25] PASSED
1603 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[26] PASSED
1604 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[27] PASSED
1605 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[28] PASSED
1606 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[29] PASSED
1607 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[30] PASSED
1608 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[31] PASSED
1609 numpy/_core/tests/test_dlpack.py::TestDLPack::test_higher_dims[32] PASSED
1610 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dlpack_device PASSED
1611 numpy/_core/tests/test_dlpack.py::TestDLPack::test_dlpack_destructor_exception PASSED
1612 numpy/_core/tests/test_dlpack.py::TestDLPack::test_readonly PASSED
1613 numpy/_core/tests/test_dlpack.py::TestDLPack::test_ndim0 PASSED
1614 numpy/_core/tests/test_dlpack.py::TestDLPack::test_size1dims_arrays PASSED
1615 numpy/_core/tests/test_dtype.py::TestBuiltin::test_run[int] PASSED
1616 numpy/_core/tests/test_dtype.py::TestBuiltin::test_run[float] PASSED
1617 numpy/_core/tests/test_dtype.py::TestBuiltin::test_run[complex] PASSED
1618 numpy/_core/tests/test_dtype.py::TestBuiltin::test_run[int32] PASSED
1619 numpy/_core/tests/test_dtype.py::TestBuiltin::test_run[str] PASSED
1620 numpy/_core/tests/test_dtype.py::TestBuiltin::test_run[object] PASSED
1621 numpy/_core/tests/test_dtype.py::TestBuiltin::test_dtype[int] PASSED
1622 numpy/_core/tests/test_dtype.py::TestBuiltin::test_dtype[float] PASSED
1623 numpy/_core/tests/test_dtype.py::TestBuiltin::test_equivalent_dtype_hashing PASSED
1624 numpy/_core/tests/test_dtype.py::TestBuiltin::test_invalid_types PASSED
1625 numpy/_core/tests/test_dtype.py::TestBuiltin::test_richcompare_invalid_dtype_equality PASSED
1626 numpy/_core/tests/test_dtype.py::TestBuiltin::test_richcompare_invalid_dtype_comparison[le] PASSED
1627 numpy/_core/tests/test_dtype.py::TestBuiltin::test_richcompare_invalid_dtype_comparison[lt] PASSED
1628 numpy/_core/tests/test_dtype.py::TestBuiltin::test_richcompare_invalid_dtype_comparison[ge] PASSED
1629 numpy/_core/tests/test_dtype.py::TestBuiltin::test_richcompare_invalid_dtype_comparison[gt] PASSED
1630 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Bool] PASSED
1631 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Bytes0] PASSED
1632 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Complex32] PASSED
1633 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Complex64] PASSED
1634 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Datetime64] PASSED
1635 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Float16] PASSED
1636 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Float32] PASSED
1637 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Float64] PASSED
1638 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Int8] PASSED
1639 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Int16] PASSED
1640 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Int32] PASSED
1641 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Int64] PASSED
1642 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Object0] PASSED
1643 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Str0] PASSED
1644 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Timedelta64] PASSED
1645 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[UInt8] PASSED
1646 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[UInt16] PASSED
1647 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Uint32] PASSED
1648 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[UInt32] PASSED
1649 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Uint64] PASSED
1650 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[UInt64] PASSED
1651 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Void0] PASSED
1652 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Float128] PASSED
1653 numpy/_core/tests/test_dtype.py::TestBuiltin::test_numeric_style_types_are_invalid[Complex128] PASSED
1654 numpy/_core/tests/test_dtype.py::TestBuiltin::test_expired_dtypes_with_bad_bytesize PASSED
1655 numpy/_core/tests/test_dtype.py::TestBuiltin::test_dtype_bytes_str_equivalence[m8] PASSED
1656 numpy/_core/tests/test_dtype.py::TestBuiltin::test_dtype_bytes_str_equivalence[M8] PASSED
1657 numpy/_core/tests/test_dtype.py::TestBuiltin::test_dtype_bytes_str_equivalence[datetime64] PASSED
1658 numpy/_core/tests/test_dtype.py::TestBuiltin::test_dtype_bytes_str_equivalence[timedelta64] PASSED
1659 numpy/_core/tests/test_dtype.py::TestBuiltin::test_dtype_bytes_str_equivalence[i4, (2,3)f8, f4] PASSED
1660 numpy/_core/tests/test_dtype.py::TestBuiltin::test_dtype_bytes_str_equivalence[S3, 3u8, (3,4)S10] PASSED
1661 numpy/_core/tests/test_dtype.py::TestBuiltin::test_dtype_bytes_str_equivalence[>f] PASSED
1662 numpy/_core/tests/test_dtype.py::TestBuiltin::test_dtype_bytes_str_equivalence[<f] PASSED
1663 numpy/_core/tests/test_dtype.py::TestBuiltin::test_dtype_bytes_str_equivalence[=f] PASSED
1664 numpy/_core/tests/test_dtype.py::TestBuiltin::test_dtype_bytes_str_equivalence[|f] PASSED
1665 numpy/_core/tests/test_dtype.py::TestBuiltin::test_dtype_from_bytes PASSED
1666 numpy/_core/tests/test_dtype.py::TestBuiltin::test_bad_param PASSED
1667 numpy/_core/tests/test_dtype.py::TestBuiltin::test_field_order_equality PASSED
1668 numpy/_core/tests/test_dtype.py::TestBuiltin::test_create_string_dtypes_directly[U-4-str_] PASSED
1669 numpy/_core/tests/test_dtype.py::TestBuiltin::test_create_string_dtypes_directly[S-1-bytes_] PASSED
1670 numpy/_core/tests/test_dtype.py::TestBuiltin::test_create_invalid_string_errors PASSED
1671 numpy/_core/tests/test_dtype.py::TestBuiltin::test_leading_zero_parsing PASSED
1672 numpy/_core/tests/test_dtype.py::TestRecord::test_equivalent_record PASSED
1673 numpy/_core/tests/test_dtype.py::TestRecord::test_different_names PASSED
1674 numpy/_core/tests/test_dtype.py::TestRecord::test_different_titles PASSED
1675 numpy/_core/tests/test_dtype.py::TestRecord::test_refcount_dictionary_setting PASSED
1676 numpy/_core/tests/test_dtype.py::TestRecord::test_mutate PASSED
1677 numpy/_core/tests/test_dtype.py::TestRecord::test_init_simple_structured PASSED
1678 numpy/_core/tests/test_dtype.py::TestRecord::test_mutate_error PASSED
1679 numpy/_core/tests/test_dtype.py::TestRecord::test_not_lists PASSED
1680 numpy/_core/tests/test_dtype.py::TestRecord::test_aligned_size PASSED
1681 numpy/_core/tests/test_dtype.py::TestRecord::test_empty_struct_alignment PASSED
1682 numpy/_core/tests/test_dtype.py::TestRecord::test_union_struct PASSED
1683 numpy/_core/tests/test_dtype.py::TestRecord::test_subarray_list[obj0-2f4-expected0] PASSED
1684 numpy/_core/tests/test_dtype.py::TestRecord::test_subarray_list[3-(3,)f4-expected1] PASSED
1685 numpy/_core/tests/test_dtype.py::TestRecord::test_subarray_list[2.0-(2,)f4-expected2] PASSED
1686 numpy/_core/tests/test_dtype.py::TestRecord::test_subarray_list[obj3-(2,2)f4-None] PASSED
1687 numpy/_core/tests/test_dtype.py::TestRecord::test_subarray_list[obj4-2i-None] PASSED
1688 numpy/_core/tests/test_dtype.py::TestRecord::test_parenthesized_single_number PASSED
1689 numpy/_core/tests/test_dtype.py::TestRecord::test_comma_datetime PASSED
1690 numpy/_core/tests/test_dtype.py::TestRecord::test_from_dictproxy PASSED
1691 numpy/_core/tests/test_dtype.py::TestRecord::test_from_dict_with_zero_width_field PASSED
1692 numpy/_core/tests/test_dtype.py::TestRecord::test_bool_commastring PASSED
1693 numpy/_core/tests/test_dtype.py::TestRecord::test_nonint_offsets PASSED
1694 numpy/_core/tests/test_dtype.py::TestRecord::test_fields_by_index PASSED
1695 numpy/_core/tests/test_dtype.py::TestRecord::test_multifield_index[False] PASSED
1696 numpy/_core/tests/test_dtype.py::TestRecord::test_multifield_index[True] PASSED
1697 numpy/_core/tests/test_dtype.py::TestRecord::test_partial_dict PASSED
1698 numpy/_core/tests/test_dtype.py::TestRecord::test_fieldless_views PASSED
1699 numpy/_core/tests/test_dtype.py::TestRecord::test_nonstructured_with_object PASSED
1700 numpy/_core/tests/test_dtype.py::TestSubarray::test_single_subarray PASSED
1701 numpy/_core/tests/test_dtype.py::TestSubarray::test_equivalent_record PASSED
1702 numpy/_core/tests/test_dtype.py::TestSubarray::test_nonequivalent_record PASSED
1703 numpy/_core/tests/test_dtype.py::TestSubarray::test_shape_equal PASSED
1704 numpy/_core/tests/test_dtype.py::TestSubarray::test_shape_simple PASSED
1705 numpy/_core/tests/test_dtype.py::TestSubarray::test_shape_monster PASSED
1706 numpy/_core/tests/test_dtype.py::TestSubarray::test_shape_sequence PASSED
1707 numpy/_core/tests/test_dtype.py::TestSubarray::test_shape_matches_ndim PASSED
1708 numpy/_core/tests/test_dtype.py::TestSubarray::test_shape_invalid PASSED
1709 numpy/_core/tests/test_dtype.py::TestSubarray::test_alignment PASSED
1710 numpy/_core/tests/test_dtype.py::TestSubarray::test_aligned_empty PASSED
1711 numpy/_core/tests/test_dtype.py::TestSubarray::test_subarray_base_item PASSED
1712 numpy/_core/tests/test_dtype.py::TestSubarray::test_subarray_cast_copies PASSED
1713 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[empty-None-<subarray>] SKIPPED
1714 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[empty-None-<subarray in field>] SKIPPED
1715 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[empty-None-<structured subarray 1>] SKIPPED
1716 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[empty-None-<structured subarray 2>] SKIPPED
1717 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[ones-1-<subarray>] PASSED
1718 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[ones-1-<subarray in field>] PASSED
1719 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[ones-1-<structured subarray 1>] PASSED
1720 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[ones-1-<structured subarray 2>] PASSED
1721 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[zeros-0-<subarray>] PASSED
1722 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[zeros-0-<subarray in field>] PASSED
1723 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[zeros-0-<structured subarray 1>] PASSED
1724 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[zeros-0-<structured subarray 2>] PASSED
1725 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_item_setting[<subarray>] PASSED
1726 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_item_setting[<subarray in field>] PASSED
1727 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_item_setting[<structured subarray 1>] PASSED
1728 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_item_setting[<structured subarray 2>] PASSED
1729 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape0-index0-2-<subarray>] PASSED
1730 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape0-index0-2-<subarray in field>] PASSED
1731 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape0-index0-2-<structured subarray 1>] PASSED
1732 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape0-index0-2-<structured subarray 2>] PASSED
1733 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape1-index1-4-<subarray>] PASSED
1734 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape1-index1-4-<subarray in field>] PASSED
1735 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape1-index1-4-<structured subarray 1>] PASSED
1736 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape1-index1-4-<structured subarray 2>] PASSED
1737 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape2-index2-2-<subarray>] PASSED
1738 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape2-index2-2-<subarray in field>] PASSED
1739 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape2-index2-2-<structured subarray 1>] PASSED
1740 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape2-index2-2-<structured subarray 2>] PASSED
1741 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape3-index3-2-<subarray>] PASSED
1742 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape3-index3-2-<subarray in field>] PASSED
1743 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape3-index3-2-<structured subarray 1>] PASSED
1744 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape3-index3-2-<structured subarray 2>] PASSED
1745 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_take_and_repeat[<subarray>] PASSED
1746 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_take_and_repeat[<subarray in field>] PASSED
1747 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_take_and_repeat[<structured subarray 1>] PASSED
1748 numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_take_and_repeat[<structured subarray 2>] PASSED
1749 numpy/_core/tests/test_dtype.py::TestStructuredDtypeSparseFields::test_sparse_field_assignment PASSED
1750 numpy/_core/tests/test_dtype.py::TestStructuredDtypeSparseFields::test_sparse_field_assignment_fancy PASSED
1751 numpy/_core/tests/test_dtype.py::TestMonsterType::test1 PASSED
1752 numpy/_core/tests/test_dtype.py::TestMonsterType::test_list_recursion PASSED
1753 numpy/_core/tests/test_dtype.py::TestMonsterType::test_tuple_recursion PASSED
1754 numpy/_core/tests/test_dtype.py::TestMonsterType::test_dict_recursion PASSED
1755 numpy/_core/tests/test_dtype.py::TestMetadata::test_no_metadata PASSED
1756 numpy/_core/tests/test_dtype.py::TestMetadata::test_metadata_takes_dict PASSED
1757 numpy/_core/tests/test_dtype.py::TestMetadata::test_metadata_rejects_nondict PASSED
1758 numpy/_core/tests/test_dtype.py::TestMetadata::test_nested_metadata PASSED
1759 numpy/_core/tests/test_dtype.py::TestMetadata::test_base_metadata_copied PASSED
1760 numpy/_core/tests/test_dtype.py::TestString::test_complex_dtype_str PASSED
1761 numpy/_core/tests/test_dtype.py::TestString::test_repr_structured PASSED
1762 numpy/_core/tests/test_dtype.py::TestString::test_repr_structured_not_packed PASSED
1763 numpy/_core/tests/test_dtype.py::TestString::test_repr_structured_datetime PASSED
1764 numpy/_core/tests/test_dtype.py::TestString::test_repr_str_subarray PASSED
1765 numpy/_core/tests/test_dtype.py::TestString::test_base_dtype_with_object_type PASSED
1766 numpy/_core/tests/test_dtype.py::TestString::test_empty_string_to_object PASSED
1767 numpy/_core/tests/test_dtype.py::TestString::test_void_subclass_unsized PASSED
1768 numpy/_core/tests/test_dtype.py::TestString::test_void_subclass_sized PASSED
1769 numpy/_core/tests/test_dtype.py::TestString::test_void_subclass_fields PASSED
1770 numpy/_core/tests/test_dtype.py::TestDtypeAttributeDeletion::test_dtype_non_writable_attributes_deletion PASSED
1771 numpy/_core/tests/test_dtype.py::TestDtypeAttributeDeletion::test_dtype_writable_attributes_deletion PASSED
1772 numpy/_core/tests/test_dtype.py::TestDtypeAttributes::test_descr_has_trailing_void PASSED
1773 numpy/_core/tests/test_dtype.py::TestDtypeAttributes::test_name_dtype_subclass PASSED
1774 numpy/_core/tests/test_dtype.py::TestDtypeAttributes::test_zero_stride PASSED
1775 numpy/_core/tests/test_dtype.py::TestDTypeMakeCanonical::test_simple PASSED
1776 numpy/_core/tests/test_dtype.py::TestDTypeMakeCanonical::test_object_flag_not_inherited PASSED
1777 numpy/_core/tests/test_dtype.py::TestDTypeMakeCanonical::test_make_canonical_hypothesis PASSED
1778 numpy/_core/tests/test_dtype.py::TestDTypeMakeCanonical::test_structured PASSED
1779 numpy/_core/tests/test_dtype.py::TestPickling::test_builtin[int] PASSED
1780 numpy/_core/tests/test_dtype.py::TestPickling::test_builtin[float] PASSED
1781 numpy/_core/tests/test_dtype.py::TestPickling::test_builtin[complex] PASSED
1782 numpy/_core/tests/test_dtype.py::TestPickling::test_builtin[int32] PASSED
1783 numpy/_core/tests/test_dtype.py::TestPickling::test_builtin[str] PASSED
1784 numpy/_core/tests/test_dtype.py::TestPickling::test_builtin[object] PASSED
1785 numpy/_core/tests/test_dtype.py::TestPickling::test_builtin[bool] PASSED
1786 numpy/_core/tests/test_dtype.py::TestPickling::test_structured PASSED
1787 numpy/_core/tests/test_dtype.py::TestPickling::test_structured_aligned PASSED
1788 numpy/_core/tests/test_dtype.py::TestPickling::test_structured_unaligned PASSED
1789 numpy/_core/tests/test_dtype.py::TestPickling::test_structured_padded PASSED
1790 numpy/_core/tests/test_dtype.py::TestPickling::test_structured_titles PASSED
1791 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[-m8] PASSED
1792 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[-M8] PASSED
1793 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[Y-m8] PASSED
1794 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[Y-M8] PASSED
1795 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[M-m8] PASSED
1796 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[M-M8] PASSED
1797 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[W-m8] PASSED
1798 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[W-M8] PASSED
1799 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[D-m8] PASSED
1800 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[D-M8] PASSED
1801 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[h-m8] PASSED
1802 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[h-M8] PASSED
1803 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[m-m8] PASSED
1804 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[m-M8] PASSED
1805 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[s-m8] PASSED
1806 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[s-M8] PASSED
1807 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[ms-m8] PASSED
1808 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[ms-M8] PASSED
1809 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[us-m8] PASSED
1810 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[us-M8] PASSED
1811 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[ns-m8] PASSED
1812 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[ns-M8] PASSED
1813 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[ps-m8] PASSED
1814 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[ps-M8] PASSED
1815 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[fs-m8] PASSED
1816 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[fs-M8] PASSED
1817 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[as-m8] PASSED
1818 numpy/_core/tests/test_dtype.py::TestPickling::test_datetime[as-M8] PASSED
1819 numpy/_core/tests/test_dtype.py::TestPickling::test_metadata PASSED
1820 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[BoolDType] PASSED
1821 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[Int8DType] PASSED
1822 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[Int16DType] PASSED
1823 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[Int32DType] PASSED
1824 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[Int64DType0] PASSED
1825 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[LongLongDType] PASSED
1826 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[Int64DType1] PASSED
1827 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[Int64DType2] PASSED
1828 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[UInt8DType] PASSED
1829 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[UInt16DType] PASSED
1830 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[UInt32DType] PASSED
1831 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[UInt64DType0] PASSED
1832 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[ULongLongDType] PASSED
1833 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[UInt64DType1] PASSED
1834 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[UInt64DType2] PASSED
1835 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[Float16DType] PASSED
1836 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[Float32DType] PASSED
1837 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[Float64DType] PASSED
1838 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[LongDoubleDType] PASSED
1839 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[Complex64DType] PASSED
1840 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[Complex128DType] PASSED
1841 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[CLongDoubleDType] PASSED
1842 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[BytesDType] PASSED
1843 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[StrDType] PASSED
1844 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[VoidDType] PASSED
1845 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[ObjectDType] PASSED
1846 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[DateTime64DType] PASSED
1847 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[TimeDelta64DType] PASSED
1848 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[dtype[rational]] PASSED
1849 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype_class[dtype] PASSED
1850 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt0] PASSED
1851 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt1] PASSED
1852 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt2] PASSED
1853 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt3] PASSED
1854 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt4] PASSED
1855 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt5] PASSED
1856 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt6] PASSED
1857 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt7] PASSED
1858 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt8] PASSED
1859 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt9] PASSED
1860 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt10] PASSED
1861 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt11] PASSED
1862 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt12] PASSED
1863 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt13] PASSED
1864 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt14] PASSED
1865 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt15] PASSED
1866 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt16] PASSED
1867 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt17] PASSED
1868 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt18] PASSED
1869 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt19] PASSED
1870 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt20] PASSED
1871 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt21] PASSED
1872 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt22] PASSED
1873 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt23] PASSED
1874 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt24] PASSED
1875 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt25] PASSED
1876 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt26] PASSED
1877 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt27] PASSED
1878 numpy/_core/tests/test_dtype.py::TestPickling::test_pickle_dtype[dt28] PASSED
1879 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[True-65535-complex64-None] PASSED
1880 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[True-4294967295-complex128-complex64] PASSED
1881 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[True-other2-complex64-None] PASSED
1882 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[True-other3-complex64-None] PASSED
1883 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[True-other4-complex64-clongdouble] PASSED
1884 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[True-other5-complex128-clongdouble] PASSED
1885 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[True-other6-clongdouble-None] PASSED
1886 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[True-other7-complex64-None] PASSED
1887 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[True-other8-complex64-clongdouble] PASSED
1888 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[True-other9-complex128-clongdouble] PASSED
1889 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[True-other10-clongdouble-None] PASSED
1890 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[False-65535-complex64-None] PASSED
1891 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[False-4294967295-complex128-complex64] PASSED
1892 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[False-other2-complex64-None] PASSED
1893 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[False-other3-complex64-None] PASSED
1894 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[False-other4-complex64-clongdouble] PASSED
1895 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[False-other5-complex128-clongdouble] PASSED
1896 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[False-other6-clongdouble-None] PASSED
1897 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[False-other7-complex64-None] PASSED
1898 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[False-other8-complex64-clongdouble] PASSED
1899 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[False-other9-complex128-clongdouble] PASSED
1900 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[False-other10-clongdouble-None] PASSED
1901 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_scalar_value_based[bool-complex128] PASSED
1902 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_scalar_value_based[int64-complex128] PASSED
1903 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_scalar_value_based[float16-complex64] PASSED
1904 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_scalar_value_based[float32-complex64] PASSED
1905 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_scalar_value_based[float64-complex128] PASSED
1906 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_scalar_value_based[longdouble-clongdouble] PASSED
1907 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_scalar_value_based[complex64-complex64] PASSED
1908 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_scalar_value_based[complex128-complex128] PASSED
1909 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_scalar_value_based[clongdouble-clongdouble] PASSED
1910 numpy/_core/tests/test_dtype.py::TestPromotion::test_complex_pyscalar_promote_rational PASSED
1911 numpy/_core/tests/test_dtype.py::TestPromotion::test_python_integer_promotion[2] PASSED
1912 numpy/_core/tests/test_dtype.py::TestPromotion::test_python_integer_promotion[4294967296] PASSED
1913 numpy/_core/tests/test_dtype.py::TestPromotion::test_python_integer_promotion[9223372036854775808] PASSED
1914 numpy/_core/tests/test_dtype.py::TestPromotion::test_python_integer_promotion[18446744073709551616] PASSED
1915 numpy/_core/tests/test_dtype.py::TestPromotion::test_python_integer_promotion[200] PASSED
1916 numpy/_core/tests/test_dtype.py::TestPromotion::test_float_int_pyscalar_promote_rational[True-1-rational] PASSED
1917 numpy/_core/tests/test_dtype.py::TestPromotion::test_float_int_pyscalar_promote_rational[True-1.0-float64] PASSED
1918 numpy/_core/tests/test_dtype.py::TestPromotion::test_float_int_pyscalar_promote_rational[False-1-rational] PASSED
1919 numpy/_core/tests/test_dtype.py::TestPromotion::test_float_int_pyscalar_promote_rational[False-1.0-float64] PASSED
1920 numpy/_core/tests/test_dtype.py::TestPromotion::test_permutations_do_not_influence_result[dtypes0-float32] PASSED
1921 numpy/_core/tests/test_dtype.py::TestPromotion::test_permutations_do_not_influence_result[dtypes1-float32] PASSED
1922 numpy/_core/tests/test_dtype.py::TestPromotion::test_permutations_do_not_influence_result[dtypes2-float32] PASSED
1923 numpy/_core/tests/test_dtype.py::TestPromotion::test_permutations_do_not_influence_result[dtypes3-float64] PASSED
1924 numpy/_core/tests/test_dtype.py::TestPromotion::test_permutations_do_not_influence_result[dtypes4-complex128] PASSED
1925 numpy/_core/tests/test_dtype.py::TestPromotion::test_permutations_do_not_influence_result[dtypes5-complex128] PASSED
1926 numpy/_core/tests/test_dtype.py::TestPromotion::test_permutations_do_not_influence_result[dtypes6-float64] PASSED
1927 numpy/_core/tests/test_dtype.py::TestPromotion::test_permutations_do_not_influence_result[dtypes7-complex128] PASSED
1928 numpy/_core/tests/test_dtype.py::TestPromotion::test_permutations_do_not_influence_result[dtypes8-complex128] PASSED
1929 numpy/_core/tests/test_dtype.py::TestPromotion::test_permutations_do_not_influence_result[dtypes9-int64] PASSED
1930 numpy/_core/tests/test_dtype.py::test_rational_dtype PASSED
1931 numpy/_core/tests/test_dtype.py::test_dtypes_are_true PASSED
1932 numpy/_core/tests/test_dtype.py::test_invalid_dtype_string PASSED
1933 numpy/_core/tests/test_dtype.py::test_keyword_argument PASSED
1934 numpy/_core/tests/test_dtype.py::TestFromDTypeAttribute::test_simple PASSED
1935 numpy/_core/tests/test_dtype.py::TestFromDTypeAttribute::test_recursion PASSED
1936 numpy/_core/tests/test_dtype.py::TestFromDTypeAttribute::test_void_subtype PASSED
1937 numpy/_core/tests/test_dtype.py::TestFromDTypeAttribute::test_void_subtype_recursion PASSED
1938 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[?] PASSED
1939 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[b] PASSED
1940 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[h] PASSED
1941 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[i] PASSED
1942 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[l] PASSED
1943 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[q] PASSED
1944 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[n] PASSED
1945 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[p] PASSED
1946 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[B] PASSED
1947 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[H] PASSED
1948 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[I] PASSED
1949 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[L] PASSED
1950 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[Q] PASSED
1951 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[N] PASSED
1952 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[P] PASSED
1953 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[e] PASSED
1954 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[f] PASSED
1955 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[d] PASSED
1956 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[g] PASSED
1957 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[F] PASSED
1958 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[D] PASSED
1959 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[G] PASSED
1960 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[S] PASSED
1961 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[U] PASSED
1962 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[V] PASSED
1963 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[O] PASSED
1964 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[M] PASSED
1965 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[m] PASSED
1966 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_basic_dtypes_subclass_properties[rational] PASSED
1967 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_dtype_superclass PASSED
1968 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_is_numeric PASSED
1969 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_integer_alias_names[8-UInt] PASSED
1970 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_integer_alias_names[8-Int] PASSED
1971 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_integer_alias_names[16-UInt] PASSED
1972 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_integer_alias_names[16-Int] PASSED
1973 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_integer_alias_names[32-UInt] PASSED
1974 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_integer_alias_names[32-Int] PASSED
1975 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_integer_alias_names[64-UInt] PASSED
1976 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_integer_alias_names[64-Int] PASSED
1977 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_float_alias_names[Half] PASSED
1978 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_float_alias_names[Float] PASSED
1979 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_float_alias_names[Double] PASSED
1980 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_float_alias_names[CFloat] PASSED
1981 numpy/_core/tests/test_dtype.py::TestDTypeClasses::test_float_alias_names[CDouble] PASSED
1982 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_array PASSED
1983 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_padded_structure PASSED
1984 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_bit_fields PASSED
1985 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pointer PASSED
1986 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_size_t PASSED
1987 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_void_pointer PASSED
1988 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_union PASSED
1989 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_union_with_struct_packed PASSED
1990 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_union_packed PASSED
1991 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_packed_structure PASSED
1992 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_large_packed_structure PASSED
1993 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_big_endian_structure_packed PASSED
1994 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_little_endian_structure_packed PASSED
1995 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_little_endian_structure PASSED
1996 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_big_endian_structure PASSED
1997 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_simple_endian_types PASSED
1998 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair0] PASSED
1999 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair1] PASSED
2000 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair2] PASSED
2001 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair3] PASSED
2002 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair4] PASSED
2003 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair5] PASSED
2004 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair6] PASSED
2005 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair7] PASSED
2006 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair8] PASSED
2007 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair9] PASSED
2008 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair10] PASSED
2009 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair11] PASSED
2010 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair12] PASSED
2011 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair13] PASSED
2012 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair14] PASSED
2013 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair15] PASSED
2014 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair16] PASSED
2015 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair17] PASSED
2016 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair18] PASSED
2017 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair19] PASSED
2018 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair20] PASSED
2019 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair21] PASSED
2020 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair22] PASSED
2021 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair23] PASSED
2022 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair24] PASSED
2023 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair25] PASSED
2024 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair26] PASSED
2025 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair27] PASSED
2026 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair28] PASSED
2027 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair29] PASSED
2028 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair30] PASSED
2029 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair31] PASSED
2030 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair32] PASSED
2031 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair33] PASSED
2032 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair34] PASSED
2033 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair35] PASSED
2034 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair36] PASSED
2035 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair37] PASSED
2036 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair38] PASSED
2037 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair39] PASSED
2038 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair40] PASSED
2039 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair41] PASSED
2040 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair42] PASSED
2041 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair43] PASSED
2042 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair44] PASSED
2043 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair45] PASSED
2044 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair46] PASSED
2045 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair47] PASSED
2046 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair48] PASSED
2047 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair49] PASSED
2048 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair50] PASSED
2049 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair51] PASSED
2050 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair52] PASSED
2051 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair53] PASSED
2052 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair54] PASSED
2053 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair55] PASSED
2054 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair56] PASSED
2055 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair57] PASSED
2056 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair58] PASSED
2057 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair59] PASSED
2058 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair60] PASSED
2059 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair61] PASSED
2060 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair62] PASSED
2061 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair63] PASSED
2062 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair64] PASSED
2063 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair65] PASSED
2064 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair66] PASSED
2065 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair67] PASSED
2066 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair68] PASSED
2067 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair69] PASSED
2068 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair70] PASSED
2069 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair71] PASSED
2070 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair72] PASSED
2071 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair73] PASSED
2072 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair74] PASSED
2073 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair75] PASSED
2074 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair76] PASSED
2075 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair77] PASSED
2076 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair78] PASSED
2077 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair79] PASSED
2078 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair80] PASSED
2079 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair81] PASSED
2080 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair82] PASSED
2081 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair83] PASSED
2082 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair84] PASSED
2083 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair85] PASSED
2084 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair86] PASSED
2085 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair87] PASSED
2086 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair88] PASSED
2087 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair89] PASSED
2088 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair90] PASSED
2089 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair91] PASSED
2090 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair92] PASSED
2091 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair93] PASSED
2092 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair94] PASSED
2093 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair95] PASSED
2094 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair96] PASSED
2095 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair97] PASSED
2096 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair98] PASSED
2097 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair99] PASSED
2098 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair100] PASSED
2099 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair101] PASSED
2100 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair102] PASSED
2101 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair103] PASSED
2102 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair104] PASSED
2103 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair105] PASSED
2104 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair106] PASSED
2105 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair107] PASSED
2106 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair108] PASSED
2107 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair109] PASSED
2108 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair110] PASSED
2109 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair111] PASSED
2110 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair112] PASSED
2111 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair113] PASSED
2112 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair114] PASSED
2113 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair115] PASSED
2114 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair116] PASSED
2115 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair117] PASSED
2116 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair118] PASSED
2117 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair119] PASSED
2118 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair120] PASSED
2119 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair121] PASSED
2120 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair122] PASSED
2121 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair123] PASSED
2122 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair124] PASSED
2123 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair125] PASSED
2124 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair126] PASSED
2125 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair127] PASSED
2126 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair128] PASSED
2127 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair129] PASSED
2128 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair130] PASSED
2129 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair131] PASSED
2130 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair132] PASSED
2131 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair133] PASSED
2132 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair134] PASSED
2133 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair135] PASSED
2134 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair136] PASSED
2135 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair137] PASSED
2136 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair138] PASSED
2137 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair139] PASSED
2138 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair140] PASSED
2139 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair141] PASSED
2140 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair142] PASSED
2141 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair143] PASSED
2142 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair144] PASSED
2143 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair145] PASSED
2144 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair146] PASSED
2145 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair147] PASSED
2146 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair148] PASSED
2147 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair149] PASSED
2148 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair150] PASSED
2149 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair151] PASSED
2150 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair152] PASSED
2151 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair153] PASSED
2152 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair154] PASSED
2153 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair155] PASSED
2154 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair156] PASSED
2155 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair157] PASSED
2156 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair158] PASSED
2157 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair159] PASSED
2158 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair160] PASSED
2159 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair161] PASSED
2160 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair162] PASSED
2161 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair163] PASSED
2162 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair164] PASSED
2163 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair165] PASSED
2164 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair166] PASSED
2165 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair167] PASSED
2166 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair168] PASSED
2167 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair169] PASSED
2168 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair170] PASSED
2169 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair171] PASSED
2170 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair172] PASSED
2171 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair173] PASSED
2172 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair174] PASSED
2173 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair175] PASSED
2174 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair176] PASSED
2175 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair177] PASSED
2176 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair178] PASSED
2177 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair179] PASSED
2178 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair180] PASSED
2179 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair181] PASSED
2180 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair182] PASSED
2181 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair183] PASSED
2182 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair184] PASSED
2183 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair185] PASSED
2184 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair186] PASSED
2185 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair187] PASSED
2186 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair188] PASSED
2187 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair189] PASSED
2188 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair190] PASSED
2189 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair191] PASSED
2190 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair192] PASSED
2191 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair193] PASSED
2192 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair194] PASSED
2193 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair195] PASSED
2194 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair196] PASSED
2195 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair197] PASSED
2196 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair198] PASSED
2197 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair199] PASSED
2198 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair200] PASSED
2199 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair201] PASSED
2200 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair202] PASSED
2201 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair203] PASSED
2202 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair204] PASSED
2203 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair205] PASSED
2204 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair206] PASSED
2205 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair207] PASSED
2206 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair208] PASSED
2207 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair209] PASSED
2208 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair210] PASSED
2209 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair211] PASSED
2210 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair212] PASSED
2211 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair213] PASSED
2212 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair214] PASSED
2213 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair215] PASSED
2214 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair216] PASSED
2215 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair217] PASSED
2216 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair218] PASSED
2217 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair219] PASSED
2218 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair220] PASSED
2219 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair221] PASSED
2220 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair222] PASSED
2221 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair223] PASSED
2222 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair224] PASSED
2223 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair225] PASSED
2224 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair226] PASSED
2225 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair227] PASSED
2226 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair228] PASSED
2227 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair229] PASSED
2228 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair230] PASSED
2229 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair231] PASSED
2230 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair232] PASSED
2231 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair233] PASSED
2232 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair234] PASSED
2233 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair235] PASSED
2234 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair236] PASSED
2235 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair237] PASSED
2236 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair238] PASSED
2237 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair239] PASSED
2238 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair240] PASSED
2239 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair241] PASSED
2240 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair242] PASSED
2241 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair243] PASSED
2242 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair244] PASSED
2243 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair245] PASSED
2244 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair246] PASSED
2245 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair247] PASSED
2246 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair248] PASSED
2247 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair249] PASSED
2248 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair250] PASSED
2249 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair251] PASSED
2250 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair252] PASSED
2251 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair253] PASSED
2252 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair254] PASSED
2253 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair255] PASSED
2254 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair256] PASSED
2255 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair257] PASSED
2256 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair258] PASSED
2257 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair259] PASSED
2258 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair260] PASSED
2259 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair261] PASSED
2260 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair262] PASSED
2261 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair263] PASSED
2262 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair264] PASSED
2263 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair265] PASSED
2264 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair266] PASSED
2265 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair267] PASSED
2266 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair268] PASSED
2267 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair269] PASSED
2268 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair270] PASSED
2269 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair271] PASSED
2270 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair272] PASSED
2271 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair273] PASSED
2272 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair274] PASSED
2273 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair275] PASSED
2274 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair276] PASSED
2275 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair277] PASSED
2276 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair278] PASSED
2277 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair279] PASSED
2278 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair280] PASSED
2279 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair281] PASSED
2280 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair282] PASSED
2281 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair283] PASSED
2282 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair284] PASSED
2283 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair285] PASSED
2284 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair286] PASSED
2285 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair287] PASSED
2286 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair288] PASSED
2287 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair289] PASSED
2288 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair290] PASSED
2289 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair291] PASSED
2290 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair292] PASSED
2291 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair293] PASSED
2292 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair294] PASSED
2293 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair295] PASSED
2294 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair296] PASSED
2295 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair297] PASSED
2296 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair298] PASSED
2297 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair299] PASSED
2298 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair300] PASSED
2299 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair301] PASSED
2300 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair302] PASSED
2301 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair303] PASSED
2302 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair304] PASSED
2303 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair305] PASSED
2304 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair306] PASSED
2305 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair307] PASSED
2306 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair308] PASSED
2307 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair309] PASSED
2308 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair310] PASSED
2309 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair311] PASSED
2310 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair312] PASSED
2311 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair313] PASSED
2312 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair314] PASSED
2313 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair315] PASSED
2314 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair316] PASSED
2315 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair317] PASSED
2316 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair318] PASSED
2317 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair319] PASSED
2318 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair320] PASSED
2319 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair321] PASSED
2320 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair322] PASSED
2321 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair323] PASSED
2322 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair324] PASSED
2323 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair325] PASSED
2324 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair326] PASSED
2325 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair327] PASSED
2326 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair328] PASSED
2327 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair329] PASSED
2328 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair330] PASSED
2329 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair331] PASSED
2330 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair332] PASSED
2331 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair333] PASSED
2332 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair334] PASSED
2333 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair335] PASSED
2334 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair336] PASSED
2335 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair337] PASSED
2336 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair338] PASSED
2337 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair339] PASSED
2338 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair340] PASSED
2339 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair341] PASSED
2340 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair342] PASSED
2341 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair343] PASSED
2342 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair344] PASSED
2343 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair345] PASSED
2344 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair346] PASSED
2345 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair347] PASSED
2346 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair348] PASSED
2347 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair349] PASSED
2348 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair350] PASSED
2349 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair351] PASSED
2350 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair352] PASSED
2351 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair353] PASSED
2352 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair354] PASSED
2353 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair355] PASSED
2354 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair356] PASSED
2355 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair357] PASSED
2356 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair358] PASSED
2357 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair359] PASSED
2358 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair360] PASSED
2359 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair361] PASSED
2360 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair362] PASSED
2361 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair363] PASSED
2362 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair364] PASSED
2363 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair365] PASSED
2364 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair366] PASSED
2365 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair367] PASSED
2366 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair368] PASSED
2367 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair369] PASSED
2368 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair370] PASSED
2369 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair371] PASSED
2370 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair372] PASSED
2371 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair373] PASSED
2372 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair374] PASSED
2373 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair375] PASSED
2374 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair376] PASSED
2375 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair377] PASSED
2376 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair378] PASSED
2377 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair379] PASSED
2378 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair380] PASSED
2379 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair381] PASSED
2380 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair382] PASSED
2381 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair383] PASSED
2382 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair384] PASSED
2383 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair385] PASSED
2384 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair386] PASSED
2385 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair387] PASSED
2386 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair388] PASSED
2387 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair389] PASSED
2388 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair390] PASSED
2389 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair391] PASSED
2390 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair392] PASSED
2391 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair393] PASSED
2392 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair394] PASSED
2393 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair395] PASSED
2394 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair396] PASSED
2395 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair397] PASSED
2396 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair398] PASSED
2397 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair399] PASSED
2398 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair400] PASSED
2399 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair401] PASSED
2400 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair402] PASSED
2401 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair403] PASSED
2402 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair404] PASSED
2403 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair405] PASSED
2404 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair406] PASSED
2405 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair407] PASSED
2406 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair408] PASSED
2407 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair409] PASSED
2408 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair410] PASSED
2409 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair411] PASSED
2410 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair412] PASSED
2411 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair413] PASSED
2412 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair414] PASSED
2413 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair415] PASSED
2414 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair416] PASSED
2415 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair417] PASSED
2416 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair418] PASSED
2417 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair419] PASSED
2418 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair420] PASSED
2419 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair421] PASSED
2420 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair422] PASSED
2421 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair423] PASSED
2422 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair424] PASSED
2423 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair425] PASSED
2424 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair426] PASSED
2425 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair427] PASSED
2426 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair428] PASSED
2427 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair429] PASSED
2428 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair430] PASSED
2429 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair431] PASSED
2430 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair432] PASSED
2431 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair433] PASSED
2432 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair434] PASSED
2433 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair435] PASSED
2434 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair436] PASSED
2435 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair437] PASSED
2436 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair438] PASSED
2437 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair439] PASSED
2438 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair440] PASSED
2439 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair441] PASSED
2440 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair442] PASSED
2441 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair443] PASSED
2442 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair444] PASSED
2443 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair445] PASSED
2444 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair446] PASSED
2445 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair447] PASSED
2446 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair448] PASSED
2447 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair449] PASSED
2448 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair450] PASSED
2449 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair451] PASSED
2450 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair452] PASSED
2451 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair453] PASSED
2452 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair454] PASSED
2453 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair455] PASSED
2454 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair456] PASSED
2455 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair457] PASSED
2456 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair458] PASSED
2457 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair459] PASSED
2458 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair460] PASSED
2459 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair461] PASSED
2460 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair462] PASSED
2461 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair463] PASSED
2462 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair464] PASSED
2463 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair465] PASSED
2464 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair466] PASSED
2465 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair467] PASSED
2466 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair468] PASSED
2467 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair469] PASSED
2468 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair470] PASSED
2469 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair471] PASSED
2470 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair472] PASSED
2471 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair473] PASSED
2472 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair474] PASSED
2473 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair475] PASSED
2474 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair476] PASSED
2475 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair477] PASSED
2476 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair478] PASSED
2477 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair479] PASSED
2478 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair480] PASSED
2479 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair481] PASSED
2480 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair482] PASSED
2481 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair483] PASSED
2482 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair484] PASSED
2483 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair485] PASSED
2484 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair486] PASSED
2485 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair487] PASSED
2486 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair488] PASSED
2487 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair489] PASSED
2488 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair490] PASSED
2489 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair491] PASSED
2490 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair492] PASSED
2491 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair493] PASSED
2492 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair494] PASSED
2493 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair495] PASSED
2494 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair496] PASSED
2495 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair497] PASSED
2496 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair498] PASSED
2497 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair499] PASSED
2498 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair500] PASSED
2499 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair501] PASSED
2500 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair502] PASSED
2501 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair503] PASSED
2502 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair504] PASSED
2503 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair505] PASSED
2504 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair506] PASSED
2505 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair507] PASSED
2506 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair508] PASSED
2507 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair509] PASSED
2508 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair510] PASSED
2509 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair511] PASSED
2510 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair512] PASSED
2511 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair513] PASSED
2512 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair514] PASSED
2513 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair515] PASSED
2514 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair516] PASSED
2515 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair517] PASSED
2516 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair518] PASSED
2517 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair519] PASSED
2518 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair520] PASSED
2519 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair521] PASSED
2520 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair522] PASSED
2521 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair523] PASSED
2522 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair524] PASSED
2523 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair525] PASSED
2524 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair526] PASSED
2525 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair527] PASSED
2526 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair528] PASSED
2527 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair529] PASSED
2528 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair530] PASSED
2529 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair531] PASSED
2530 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair532] PASSED
2531 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair533] PASSED
2532 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair534] PASSED
2533 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair535] PASSED
2534 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair536] PASSED
2535 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair537] PASSED
2536 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair538] PASSED
2537 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair539] PASSED
2538 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair540] PASSED
2539 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair541] PASSED
2540 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair542] PASSED
2541 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair543] PASSED
2542 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair544] PASSED
2543 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair545] PASSED
2544 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair546] PASSED
2545 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair547] PASSED
2546 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair548] PASSED
2547 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair549] PASSED
2548 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair550] PASSED
2549 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair551] PASSED
2550 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair552] PASSED
2551 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair553] PASSED
2552 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair554] PASSED
2553 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair555] PASSED
2554 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair556] PASSED
2555 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair557] PASSED
2556 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair558] PASSED
2557 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair559] PASSED
2558 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair560] PASSED
2559 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair561] PASSED
2560 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair562] PASSED
2561 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair563] PASSED
2562 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair564] PASSED
2563 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair565] PASSED
2564 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair566] PASSED
2565 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair567] PASSED
2566 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair568] PASSED
2567 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair569] PASSED
2568 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair570] PASSED
2569 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair571] PASSED
2570 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair572] PASSED
2571 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair573] PASSED
2572 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair574] PASSED
2573 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair575] PASSED
2574 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair576] PASSED
2575 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair577] PASSED
2576 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair578] PASSED
2577 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair579] PASSED
2578 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair580] PASSED
2579 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair581] PASSED
2580 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair582] PASSED
2581 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair583] PASSED
2582 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair584] PASSED
2583 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair585] PASSED
2584 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair586] PASSED
2585 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair587] PASSED
2586 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair588] PASSED
2587 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair589] PASSED
2588 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair590] PASSED
2589 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair591] PASSED
2590 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair592] PASSED
2591 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair593] PASSED
2592 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair594] PASSED
2593 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair595] PASSED
2594 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair596] PASSED
2595 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair597] PASSED
2596 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair598] PASSED
2597 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair599] PASSED
2598 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair600] PASSED
2599 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair601] PASSED
2600 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair602] PASSED
2601 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair603] PASSED
2602 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair604] PASSED
2603 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair605] PASSED
2604 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair606] PASSED
2605 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair607] PASSED
2606 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair608] PASSED
2607 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair609] PASSED
2608 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair610] PASSED
2609 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair611] PASSED
2610 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair612] PASSED
2611 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair613] PASSED
2612 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair614] PASSED
2613 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair615] PASSED
2614 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair616] PASSED
2615 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair617] PASSED
2616 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair618] PASSED
2617 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair619] PASSED
2618 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair620] PASSED
2619 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair621] PASSED
2620 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair622] PASSED
2621 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair623] PASSED
2622 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair624] PASSED
2623 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair625] PASSED
2624 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair626] PASSED
2625 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair627] PASSED
2626 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair628] PASSED
2627 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair629] PASSED
2628 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair630] PASSED
2629 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair631] PASSED
2630 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair632] PASSED
2631 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair633] PASSED
2632 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair634] PASSED
2633 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair635] PASSED
2634 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair636] PASSED
2635 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair637] PASSED
2636 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair638] PASSED
2637 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair639] PASSED
2638 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair640] PASSED
2639 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair641] PASSED
2640 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair642] PASSED
2641 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair643] PASSED
2642 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair644] PASSED
2643 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair645] PASSED
2644 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair646] PASSED
2645 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair647] PASSED
2646 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair648] PASSED
2647 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair649] PASSED
2648 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair650] PASSED
2649 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair651] PASSED
2650 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair652] PASSED
2651 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair653] PASSED
2652 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair654] PASSED
2653 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair655] PASSED
2654 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair656] PASSED
2655 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair657] PASSED
2656 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair658] PASSED
2657 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair659] PASSED
2658 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair660] PASSED
2659 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair661] PASSED
2660 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair662] PASSED
2661 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair663] PASSED
2662 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair664] PASSED
2663 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair665] PASSED
2664 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair666] PASSED
2665 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair667] PASSED
2666 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair668] PASSED
2667 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair669] PASSED
2668 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair670] PASSED
2669 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair671] PASSED
2670 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair672] PASSED
2671 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair673] PASSED
2672 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair674] PASSED
2673 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair675] PASSED
2674 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair676] PASSED
2675 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair677] PASSED
2676 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair678] PASSED
2677 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair679] PASSED
2678 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair680] PASSED
2679 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair681] PASSED
2680 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair682] PASSED
2681 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair683] PASSED
2682 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair684] PASSED
2683 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair685] PASSED
2684 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair686] PASSED
2685 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair687] PASSED
2686 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair688] PASSED
2687 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair689] PASSED
2688 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair690] PASSED
2689 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair691] PASSED
2690 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair692] PASSED
2691 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair693] PASSED
2692 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair694] PASSED
2693 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair695] PASSED
2694 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair696] PASSED
2695 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair697] PASSED
2696 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair698] PASSED
2697 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair699] PASSED
2698 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair700] PASSED
2699 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair701] PASSED
2700 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair702] PASSED
2701 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair703] PASSED
2702 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair704] PASSED
2703 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair705] PASSED
2704 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair706] PASSED
2705 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair707] PASSED
2706 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair708] PASSED
2707 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair709] PASSED
2708 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair710] PASSED
2709 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair711] PASSED
2710 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair712] PASSED
2711 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair713] PASSED
2712 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair714] PASSED
2713 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair715] PASSED
2714 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair716] PASSED
2715 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair717] PASSED
2716 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair718] PASSED
2717 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair719] PASSED
2718 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair720] PASSED
2719 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair721] PASSED
2720 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair722] PASSED
2721 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair723] PASSED
2722 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair724] PASSED
2723 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair725] PASSED
2724 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair726] PASSED
2725 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair727] PASSED
2726 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair728] PASSED
2727 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair729] PASSED
2728 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair730] PASSED
2729 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair731] PASSED
2730 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair732] PASSED
2731 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair733] PASSED
2732 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair734] PASSED
2733 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair735] PASSED
2734 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair736] PASSED
2735 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair737] PASSED
2736 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair738] PASSED
2737 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair739] PASSED
2738 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair740] PASSED
2739 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair741] PASSED
2740 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair742] PASSED
2741 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair743] PASSED
2742 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair744] PASSED
2743 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair745] PASSED
2744 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair746] PASSED
2745 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair747] PASSED
2746 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair748] PASSED
2747 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair749] PASSED
2748 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair750] PASSED
2749 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair751] PASSED
2750 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair752] PASSED
2751 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair753] PASSED
2752 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair754] PASSED
2753 numpy/_core/tests/test_dtype.py::TestFromCTypes::test_pairs[pair755] PASSED
2754 numpy/_core/tests/test_dtype.py::TestUserDType::test_custom_structured_dtype PASSED
2755 numpy/_core/tests/test_dtype.py::TestUserDType::test_custom_structured_dtype_errors PASSED
2756 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype PASSED
2757 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[?] PASSED
2758 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[b] PASSED
2759 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[h] PASSED
2760 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[i] PASSED
2761 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[l] PASSED
2762 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[q] PASSED
2763 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[n] PASSED
2764 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[p] PASSED
2765 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[B] PASSED
2766 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[H] PASSED
2767 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[I] PASSED
2768 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[L] PASSED
2769 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[Q] PASSED
2770 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[N] PASSED
2771 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[P] PASSED
2772 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[e] PASSED
2773 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[f] PASSED
2774 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[d] PASSED
2775 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[g] PASSED
2776 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[F] PASSED
2777 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[D] PASSED
2778 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[G] PASSED
2779 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[S] PASSED
2780 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[U] PASSED
2781 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[V] PASSED
2782 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[O] PASSED
2783 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[M] PASSED
2784 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_dtype_subclass[m] PASSED
2785 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_subscript_tuple[0] PASSED
2786 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_subscript_tuple[1] PASSED
2787 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_subscript_tuple[2] PASSED
2788 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_subscript_tuple[3] PASSED
2789 numpy/_core/tests/test_dtype.py::TestClassGetItem::test_subscript_scalar PASSED
2790 numpy/_core/tests/test_dtype.py::test_result_type_integers_and_unitless_timedelta64 PASSED
2791 numpy/_core/tests/test_dtype.py::test_creating_dtype_with_dtype_class_errors PASSED
2792 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_errors[einsum-True] PASSED
2793 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_errors[einsum-False] PASSED
2794 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_errors[einsum_path-True] PASSED
2795 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_errors[einsum_path-False] PASSED
2796 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_specific_errors[True] PASSED
2797 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_specific_errors[False] PASSED
2798 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_object_errors PASSED
2799 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_views PASSED
2800 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_int8 PASSED
2801 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_uint8 PASSED
2802 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_int16 PASSED
2803 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_uint16 PASSED
2804 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_int32 PASSED
2805 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_uint32 PASSED
2806 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_int64 PASSED
2807 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_uint64 PASSED
2808 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_float16 PASSED
2809 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_float32 PASSED
2810 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_float64 PASSED
2811 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_longdouble PASSED
2812 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_cfloat64 PASSED
2813 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_cfloat128 PASSED
2814 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_clongdouble PASSED
2815 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_sums_object PASSED
2816 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_misc PASSED
2817 numpy/_core/tests/test_einsum.py::TestEinsum::test_object_loop PASSED
2818 numpy/_core/tests/test_einsum.py::TestEinsum::test_subscript_range PASSED
2819 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_broadcast PASSED
2820 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_fixedstridebug PASSED
2821 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_fixed_collapsingbug PASSED
2822 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_failed_on_p9_and_s390x PASSED
2823 numpy/_core/tests/test_einsum.py::TestEinsum::test_einsum_all_contig_non_contig_output PASSED
2824 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[e] PASSED
2825 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[f] PASSED
2826 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[d] PASSED
2827 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[g] PASSED
2828 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[F] PASSED
2829 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[D] PASSED
2830 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[G] PASSED
2831 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[b] PASSED
2832 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[B] PASSED
2833 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[h] PASSED
2834 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[H] PASSED
2835 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[i] PASSED
2836 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[I] PASSED
2837 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[l] PASSED
2838 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[L] PASSED
2839 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[q] PASSED
2840 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[Q] PASSED
2841 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[n] PASSED
2842 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[N] PASSED
2843 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[p] PASSED
2844 numpy/_core/tests/test_einsum.py::TestEinsum::test_different_paths[P] PASSED
2845 numpy/_core/tests/test_einsum.py::TestEinsum::test_small_boolean_arrays PASSED
2846 numpy/_core/tests/test_einsum.py::TestEinsum::test_out_is_res PASSED
2847 numpy/_core/tests/test_einsum.py::TestEinsum::test_hadamard_like_products PASSED
2848 numpy/_core/tests/test_einsum.py::TestEinsum::test_index_transformations PASSED
2849 numpy/_core/tests/test_einsum.py::TestEinsum::test_complex PASSED
2850 numpy/_core/tests/test_einsum.py::TestEinsum::test_collapse PASSED
2851 numpy/_core/tests/test_einsum.py::TestEinsum::test_expand PASSED
2852 numpy/_core/tests/test_einsum.py::TestEinsum::test_edge_cases PASSED
2853 numpy/_core/tests/test_einsum.py::TestEinsum::test_inner_product PASSED
2854 numpy/_core/tests/test_einsum.py::TestEinsum::test_random_cases PASSED
2855 numpy/_core/tests/test_einsum.py::TestEinsum::test_combined_views_mapping PASSED
2856 numpy/_core/tests/test_einsum.py::TestEinsum::test_broadcasting_dot_cases PASSED
2857 numpy/_core/tests/test_einsum.py::TestEinsum::test_output_order PASSED
2858 numpy/_core/tests/test_einsum.py::TestEinsumPath::test_memory_contraints PASSED
2859 numpy/_core/tests/test_einsum.py::TestEinsumPath::test_long_paths PASSED
2860 numpy/_core/tests/test_einsum.py::TestEinsumPath::test_edge_paths PASSED
2861 numpy/_core/tests/test_einsum.py::TestEinsumPath::test_path_type_input PASSED
2862 numpy/_core/tests/test_einsum.py::TestEinsumPath::test_path_type_input_internal_trace PASSED
2863 numpy/_core/tests/test_einsum.py::TestEinsumPath::test_path_type_input_invalid PASSED
2864 numpy/_core/tests/test_einsum.py::TestEinsumPath::test_spaces PASSED
2865 numpy/_core/tests/test_einsum.py::test_overlap PASSED
2866 numpy/_core/tests/test_errstate.py::TestErrstate::test_invalid PASSED
2867 numpy/_core/tests/test_errstate.py::TestErrstate::test_divide PASSED
2868 numpy/_core/tests/test_errstate.py::TestErrstate::test_errcall PASSED
2869 numpy/_core/tests/test_errstate.py::TestErrstate::test_errstate_decorator PASSED
2870 numpy/_core/tests/test_errstate.py::TestErrstate::test_errstate_enter_once PASSED
2871 numpy/_core/tests/test_errstate.py::TestErrstate::test_asyncio_safe PASSED
2872 numpy/_core/tests/test_extint128.py::test_safe_binop PASSED
2873 numpy/_core/tests/test_extint128.py::test_to_128 PASSED
2874 numpy/_core/tests/test_extint128.py::test_to_64 PASSED
2875 numpy/_core/tests/test_extint128.py::test_mul_64_64 PASSED
2876 numpy/_core/tests/test_extint128.py::test_add_128 PASSED
2877 numpy/_core/tests/test_extint128.py::test_sub_128 PASSED
2878 numpy/_core/tests/test_extint128.py::test_neg_128 PASSED
2879 numpy/_core/tests/test_extint128.py::test_shl_128 PASSED
2880 numpy/_core/tests/test_extint128.py::test_shr_128 PASSED
2881 numpy/_core/tests/test_extint128.py::test_gt_128 PASSED
2882 numpy/_core/tests/test_extint128.py::test_divmod_128_64 PASSED
2883 numpy/_core/tests/test_extint128.py::test_floordiv_128_64 PASSED
2884 numpy/_core/tests/test_extint128.py::test_ceildiv_128_64 PASSED
2885 numpy/_core/tests/test_function_base.py::TestLogspace::test_basic PASSED
2886 numpy/_core/tests/test_function_base.py::TestLogspace::test_start_stop_array PASSED
2887 numpy/_core/tests/test_function_base.py::TestLogspace::test_base_array[0] PASSED
2888 numpy/_core/tests/test_function_base.py::TestLogspace::test_base_array[1] PASSED
2889 numpy/_core/tests/test_function_base.py::TestLogspace::test_base_array[-1] PASSED
2890 numpy/_core/tests/test_function_base.py::TestLogspace::test_stop_base_array[0] PASSED
2891 numpy/_core/tests/test_function_base.py::TestLogspace::test_stop_base_array[1] PASSED
2892 numpy/_core/tests/test_function_base.py::TestLogspace::test_stop_base_array[-1] PASSED
2893 numpy/_core/tests/test_function_base.py::TestLogspace::test_dtype PASSED
2894 numpy/_core/tests/test_function_base.py::TestLogspace::test_physical_quantities PASSED
2895 numpy/_core/tests/test_function_base.py::TestLogspace::test_subclass PASSED
2896 numpy/_core/tests/test_function_base.py::TestGeomspace::test_basic PASSED
2897 numpy/_core/tests/test_function_base.py::TestGeomspace::test_boundaries_match_start_and_stop_exactly PASSED
2898 numpy/_core/tests/test_function_base.py::TestGeomspace::test_nan_interior PASSED
2899 numpy/_core/tests/test_function_base.py::TestGeomspace::test_complex PASSED
2900 numpy/_core/tests/test_function_base.py::TestGeomspace::test_complex_shortest_path PASSED
2901 numpy/_core/tests/test_function_base.py::TestGeomspace::test_dtype PASSED
2902 numpy/_core/tests/test_function_base.py::TestGeomspace::test_start_stop_array_scalar PASSED
2903 numpy/_core/tests/test_function_base.py::TestGeomspace::test_start_stop_array PASSED
2904 numpy/_core/tests/test_function_base.py::TestGeomspace::test_physical_quantities PASSED
2905 numpy/_core/tests/test_function_base.py::TestGeomspace::test_subclass PASSED
2906 numpy/_core/tests/test_function_base.py::TestGeomspace::test_bounds PASSED
2907 numpy/_core/tests/test_function_base.py::TestLinspace::test_basic PASSED
2908 numpy/_core/tests/test_function_base.py::TestLinspace::test_corner PASSED
2909 numpy/_core/tests/test_function_base.py::TestLinspace::test_type PASSED
2910 numpy/_core/tests/test_function_base.py::TestLinspace::test_dtype PASSED
2911 numpy/_core/tests/test_function_base.py::TestLinspace::test_start_stop_array_scalar PASSED
2912 numpy/_core/tests/test_function_base.py::TestLinspace::test_start_stop_array PASSED
2913 numpy/_core/tests/test_function_base.py::TestLinspace::test_complex PASSED
2914 numpy/_core/tests/test_function_base.py::TestLinspace::test_physical_quantities PASSED
2915 numpy/_core/tests/test_function_base.py::TestLinspace::test_subclass PASSED
2916 numpy/_core/tests/test_function_base.py::TestLinspace::test_array_interface PASSED
2917 numpy/_core/tests/test_function_base.py::TestLinspace::test_denormal_numbers PASSED
2918 numpy/_core/tests/test_function_base.py::TestLinspace::test_equivalent_to_arange PASSED
2919 numpy/_core/tests/test_function_base.py::TestLinspace::test_retstep PASSED
2920 numpy/_core/tests/test_function_base.py::TestLinspace::test_object PASSED
2921 numpy/_core/tests/test_function_base.py::TestLinspace::test_round_negative PASSED
2922 numpy/_core/tests/test_function_base.py::TestLinspace::test_any_step_zero_and_not_mult_inplace PASSED
2923 numpy/_core/tests/test_function_base.py::TestAdd_newdoc::test_add_doc PASSED
2924 numpy/_core/tests/test_function_base.py::TestAdd_newdoc::test_errors_are_ignored PASSED
2925 numpy/_core/tests/test_getlimits.py::TestPythonFloat::test_singleton PASSED
2926 numpy/_core/tests/test_getlimits.py::TestHalf::test_singleton PASSED
2927 numpy/_core/tests/test_getlimits.py::TestSingle::test_singleton PASSED
2928 numpy/_core/tests/test_getlimits.py::TestDouble::test_singleton PASSED
2929 numpy/_core/tests/test_getlimits.py::TestLongdouble::test_singleton PASSED
2930 numpy/_core/tests/test_getlimits.py::TestFinfo::test_basic PASSED
2931 numpy/_core/tests/test_getlimits.py::TestFinfo::test_regression_gh23108 PASSED
2932 numpy/_core/tests/test_getlimits.py::TestFinfo::test_regression_gh23867 PASSED
2933 numpy/_core/tests/test_getlimits.py::TestIinfo::test_basic PASSED
2934 numpy/_core/tests/test_getlimits.py::TestIinfo::test_unsigned_max PASSED
2935 numpy/_core/tests/test_getlimits.py::TestRepr::test_iinfo_repr PASSED
2936 numpy/_core/tests/test_getlimits.py::TestRepr::test_finfo_repr PASSED
2937 numpy/_core/tests/test_getlimits.py::test_instances PASSED
2938 numpy/_core/tests/test_getlimits.py::test_known_types PASSED
2939 numpy/_core/tests/test_getlimits.py::test_subnormal_warning PASSED
2940 numpy/_core/tests/test_getlimits.py::test_plausible_finfo PASSED
2941 numpy/_core/tests/test_half.py::TestHalf::test_half_conversions PASSED
2942 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_to_string[S] PASSED
2943 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_to_string[U] PASSED
2944 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_from_string[S] PASSED
2945 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_from_string[U] PASSED
2946 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-None-None] PASSED
2947 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-None-up] PASSED
2948 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-None-down] PASSED
2949 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-up-None] PASSED
2950 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-up-up] PASSED
2951 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-up-down] PASSED
2952 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-down-None] PASSED
2953 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-down-up] PASSED
2954 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-down-down] PASSED
2955 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-None-None] PASSED
2956 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-None-up] PASSED
2957 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-None-down] PASSED
2958 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-up-None] PASSED
2959 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-up-up] PASSED
2960 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-up-down] PASSED
2961 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-down-None] PASSED
2962 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-down-up] PASSED
2963 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-down-down] PASSED
2964 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_denormal_round_even[float32-uint32-23] PASSED
2965 numpy/_core/tests/test_half.py::TestHalf::test_half_conversion_denormal_round_even[float64-uint64-52] PASSED
2966 numpy/_core/tests/test_half.py::TestHalf::test_nans_infs PASSED
2967 numpy/_core/tests/test_half.py::TestHalf::test_half_values PASSED
2968 numpy/_core/tests/test_half.py::TestHalf::test_half_rounding PASSED
2969 numpy/_core/tests/test_half.py::TestHalf::test_half_correctness PASSED
2970 numpy/_core/tests/test_half.py::TestHalf::test_half_ordering PASSED
2971 numpy/_core/tests/test_half.py::TestHalf::test_half_funcs PASSED
2972 numpy/_core/tests/test_half.py::TestHalf::test_spacing_nextafter PASSED
2973 numpy/_core/tests/test_half.py::TestHalf::test_half_ufuncs PASSED
2974 numpy/_core/tests/test_half.py::TestHalf::test_half_coercion[True] PASSED
2975 numpy/_core/tests/test_half.py::TestHalf::test_half_coercion[False] PASSED
2976 numpy/_core/tests/test_half.py::TestHalf::test_half_fpe PASSED
2977 numpy/_core/tests/test_half.py::TestHalf::test_half_array_interface PASSED
2978 numpy/_core/tests/test_hashtable.py::test_identity_hashtable[1-1] PASSED
2979 numpy/_core/tests/test_hashtable.py::test_identity_hashtable[1-3] PASSED
2980 numpy/_core/tests/test_hashtable.py::test_identity_hashtable[1-6] PASSED
2981 numpy/_core/tests/test_hashtable.py::test_identity_hashtable[16-1] PASSED
2982 numpy/_core/tests/test_hashtable.py::test_identity_hashtable[16-3] PASSED
2983 numpy/_core/tests/test_hashtable.py::test_identity_hashtable[16-6] PASSED
2984 numpy/_core/tests/test_hashtable.py::test_identity_hashtable[2000-1] PASSED
2985 numpy/_core/tests/test_hashtable.py::test_identity_hashtable[2000-3] PASSED
2986 numpy/_core/tests/test_hashtable.py::test_identity_hashtable[2000-6] PASSED
2987 numpy/_core/tests/test_indexerrors.py::TestIndexErrors::test_arraytypes_fasttake PASSED
2988 numpy/_core/tests/test_indexerrors.py::TestIndexErrors::test_take_from_object PASSED
2989 numpy/_core/tests/test_indexerrors.py::TestIndexErrors::test_multiindex_exceptions PASSED
2990 numpy/_core/tests/test_indexerrors.py::TestIndexErrors::test_put_exceptions PASSED
2991 numpy/_core/tests/test_indexerrors.py::TestIndexErrors::test_iterators_exceptions PASSED
2992 numpy/_core/tests/test_indexerrors.py::TestIndexErrors::test_mapping PASSED
2993 numpy/_core/tests/test_indexerrors.py::TestIndexErrors::test_mapping_error_message PASSED
2994 numpy/_core/tests/test_indexerrors.py::TestIndexErrors::test_methods PASSED
2995 numpy/_core/tests/test_indexing.py::TestIndexing::test_index_no_floats PASSED
2996 numpy/_core/tests/test_indexing.py::TestIndexing::test_slicing_no_floats PASSED
2997 numpy/_core/tests/test_indexing.py::TestIndexing::test_index_no_array_to_index PASSED
2998 numpy/_core/tests/test_indexing.py::TestIndexing::test_none_index PASSED
2999 numpy/_core/tests/test_indexing.py::TestIndexing::test_empty_tuple_index PASSED
3000 numpy/_core/tests/test_indexing.py::TestIndexing::test_void_scalar_empty_tuple PASSED
3001 numpy/_core/tests/test_indexing.py::TestIndexing::test_same_kind_index_casting PASSED
3002 numpy/_core/tests/test_indexing.py::TestIndexing::test_empty_fancy_index PASSED
3003 numpy/_core/tests/test_indexing.py::TestIndexing::test_gh_26542 PASSED
3004 numpy/_core/tests/test_indexing.py::TestIndexing::test_gh_26542_2d PASSED
3005 numpy/_core/tests/test_indexing.py::TestIndexing::test_gh_26542_index_overlap PASSED
3006 numpy/_core/tests/test_indexing.py::TestIndexing::test_ellipsis_index PASSED
3007 numpy/_core/tests/test_indexing.py::TestIndexing::test_single_int_index PASSED
3008 numpy/_core/tests/test_indexing.py::TestIndexing::test_single_bool_index PASSED
3009 numpy/_core/tests/test_indexing.py::TestIndexing::test_boolean_shape_mismatch PASSED
3010 numpy/_core/tests/test_indexing.py::TestIndexing::test_boolean_indexing_onedim PASSED
3011 numpy/_core/tests/test_indexing.py::TestIndexing::test_boolean_assignment_value_mismatch PASSED
3012 numpy/_core/tests/test_indexing.py::TestIndexing::test_boolean_assignment_needs_api PASSED
3013 numpy/_core/tests/test_indexing.py::TestIndexing::test_boolean_indexing_twodim PASSED
3014 numpy/_core/tests/test_indexing.py::TestIndexing::test_boolean_indexing_list PASSED
3015 numpy/_core/tests/test_indexing.py::TestIndexing::test_reverse_strides_and_subspace_bufferinit PASSED
3016 numpy/_core/tests/test_indexing.py::TestIndexing::test_reversed_strides_result_allocation PASSED
3017 numpy/_core/tests/test_indexing.py::TestIndexing::test_uncontiguous_subspace_assignment PASSED
3018 numpy/_core/tests/test_indexing.py::TestIndexing::test_too_many_fancy_indices_special_case PASSED
3019 numpy/_core/tests/test_indexing.py::TestIndexing::test_scalar_array_bool PASSED
3020 numpy/_core/tests/test_indexing.py::TestIndexing::test_everything_returns_views PASSED
3021 numpy/_core/tests/test_indexing.py::TestIndexing::test_broaderrors_indexing PASSED
3022 numpy/_core/tests/test_indexing.py::TestIndexing::test_trivial_fancy_out_of_bounds PASSED
3023 numpy/_core/tests/test_indexing.py::TestIndexing::test_trivial_fancy_not_possible PASSED
3024 numpy/_core/tests/test_indexing.py::TestIndexing::test_nonbaseclass_values PASSED
3025 numpy/_core/tests/test_indexing.py::TestIndexing::test_array_like_values PASSED
3026 numpy/_core/tests/test_indexing.py::TestIndexing::test_subclass_writeable PASSED
3027 numpy/_core/tests/test_indexing.py::TestIndexing::test_memory_order PASSED
3028 numpy/_core/tests/test_indexing.py::TestIndexing::test_scalar_return_type PASSED
3029 numpy/_core/tests/test_indexing.py::TestIndexing::test_small_regressions PASSED
3030 numpy/_core/tests/test_indexing.py::TestIndexing::test_unaligned PASSED
3031 numpy/_core/tests/test_indexing.py::TestIndexing::test_tuple_subclass PASSED
3032 numpy/_core/tests/test_indexing.py::TestIndexing::test_broken_sequence_not_nd_index PASSED
3033 numpy/_core/tests/test_indexing.py::TestIndexing::test_indexing_array_weird_strides PASSED
3034 numpy/_core/tests/test_indexing.py::TestIndexing::test_indexing_array_negative_strides PASSED
3035 numpy/_core/tests/test_indexing.py::TestIndexing::test_character_assignment PASSED
3036 numpy/_core/tests/test_indexing.py::TestIndexing::test_too_many_advanced_indices[1-64-True] PASSED
3037 numpy/_core/tests/test_indexing.py::TestIndexing::test_too_many_advanced_indices[1-64-False] PASSED
3038 numpy/_core/tests/test_indexing.py::TestIndexing::test_too_many_advanced_indices[1-64-index2] PASSED
3039 numpy/_core/tests/test_indexing.py::TestIndexing::test_too_many_advanced_indices[1-80-True] PASSED
3040 numpy/_core/tests/test_indexing.py::TestIndexing::test_too_many_advanced_indices[1-80-False] PASSED
3041 numpy/_core/tests/test_indexing.py::TestIndexing::test_too_many_advanced_indices[1-80-index2] PASSED
3042 numpy/_core/tests/test_indexing.py::TestIndexing::test_too_many_advanced_indices[64-64-True] PASSED
3043 numpy/_core/tests/test_indexing.py::TestIndexing::test_too_many_advanced_indices[64-64-False] PASSED
3044 numpy/_core/tests/test_indexing.py::TestIndexing::test_too_many_advanced_indices[64-64-index2] PASSED
3045 numpy/_core/tests/test_indexing.py::TestIndexing::test_too_many_advanced_indices[64-80-True] PASSED
3046 numpy/_core/tests/test_indexing.py::TestIndexing::test_too_many_advanced_indices[64-80-False] PASSED
3047 numpy/_core/tests/test_indexing.py::TestIndexing::test_too_many_advanced_indices[64-80-index2] PASSED
3048 numpy/_core/tests/test_indexing.py::TestIndexing::test_structured_advanced_indexing PASSED
3049 numpy/_core/tests/test_indexing.py::TestIndexing::test_nontuple_ndindex PASSED
3050 numpy/_core/tests/test_indexing.py::TestFieldIndexing::test_scalar_return_type PASSED
3051 numpy/_core/tests/test_indexing.py::TestBroadcastedAssignments::test_prepending_ones PASSED
3052 numpy/_core/tests/test_indexing.py::TestBroadcastedAssignments::test_prepend_not_one PASSED
3053 numpy/_core/tests/test_indexing.py::TestBroadcastedAssignments::test_simple_broadcasting_errors PASSED
3054 numpy/_core/tests/test_indexing.py::TestBroadcastedAssignments::test_broadcast_error_reports_correct_shape[index0] PASSED
3055 numpy/_core/tests/test_indexing.py::TestBroadcastedAssignments::test_broadcast_error_reports_correct_shape[index1] PASSED
3056 numpy/_core/tests/test_indexing.py::TestBroadcastedAssignments::test_broadcast_error_reports_correct_shape[index2] PASSED
3057 numpy/_core/tests/test_indexing.py::TestBroadcastedAssignments::test_index_is_larger PASSED
3058 numpy/_core/tests/test_indexing.py::TestBroadcastedAssignments::test_broadcast_subspace PASSED
3059 numpy/_core/tests/test_indexing.py::TestSubclasses::test_basic PASSED
3060 numpy/_core/tests/test_indexing.py::TestSubclasses::test_fancy_on_read_only PASSED
3061 numpy/_core/tests/test_indexing.py::TestSubclasses::test_finalize_gets_full_info PASSED
3062 numpy/_core/tests/test_indexing.py::TestFancyIndexingCast::test_boolean_index_cast_assign PASSED
3063 numpy/_core/tests/test_indexing.py::TestFancyIndexingEquivalence::test_object_assign PASSED
3064 numpy/_core/tests/test_indexing.py::TestFancyIndexingEquivalence::test_cast_equivalence PASSED
3065 numpy/_core/tests/test_indexing.py::TestMultiIndexingAutomated::test_boolean PASSED
3066 numpy/_core/tests/test_indexing.py::TestMultiIndexingAutomated::test_multidim PASSED
3067 numpy/_core/tests/test_indexing.py::TestMultiIndexingAutomated::test_1d PASSED
3068 numpy/_core/tests/test_indexing.py::TestFloatNonIntegerArgument::test_valid_indexing PASSED
3069 numpy/_core/tests/test_indexing.py::TestFloatNonIntegerArgument::test_valid_slicing PASSED
3070 numpy/_core/tests/test_indexing.py::TestFloatNonIntegerArgument::test_non_integer_argument_errors PASSED
3071 numpy/_core/tests/test_indexing.py::TestFloatNonIntegerArgument::test_non_integer_sequence_multiplication PASSED
3072 numpy/_core/tests/test_indexing.py::TestFloatNonIntegerArgument::test_reduce_axis_float_index PASSED
3073 numpy/_core/tests/test_indexing.py::TestBooleanIndexing::test_bool_as_int_argument_errors PASSED
3074 numpy/_core/tests/test_indexing.py::TestBooleanIndexing::test_boolean_indexing_weirdness PASSED
3075 numpy/_core/tests/test_indexing.py::TestBooleanIndexing::test_boolean_indexing_fast_path PASSED
3076 numpy/_core/tests/test_indexing.py::TestArrayToIndexDeprecation::test_array_to_index_error PASSED
3077 numpy/_core/tests/test_indexing.py::TestNonIntegerArrayLike::test_basic PASSED
3078 numpy/_core/tests/test_indexing.py::TestMultipleEllipsisError::test_basic PASSED
3079 numpy/_core/tests/test_indexing.py::TestCApiAccess::test_getitem PASSED
3080 numpy/_core/tests/test_indexing.py::TestCApiAccess::test_setitem PASSED
3081 numpy/_core/tests/test_item_selection.py::TestTake::test_simple PASSED
3082 numpy/_core/tests/test_item_selection.py::TestTake::test_refcounting PASSED
3083 numpy/_core/tests/test_item_selection.py::TestTake::test_unicode_mode PASSED
3084 numpy/_core/tests/test_item_selection.py::TestTake::test_empty_partition PASSED
3085 numpy/_core/tests/test_item_selection.py::TestTake::test_empty_argpartition PASSED
3086 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[?] PASSED
3087 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[b] PASSED
3088 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[h] PASSED
3089 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[i] PASSED
3090 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[l] PASSED
3091 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[q] PASSED
3092 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[n] PASSED
3093 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[p] PASSED
3094 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[B] PASSED
3095 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[H] PASSED
3096 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[I] PASSED
3097 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[L] PASSED
3098 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[Q] PASSED
3099 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[N] PASSED
3100 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[P] PASSED
3101 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[e] PASSED
3102 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[f] PASSED
3103 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[d] PASSED
3104 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[g] PASSED
3105 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[F] PASSED
3106 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[D] PASSED
3107 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[G] PASSED
3108 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[S] PASSED
3109 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[U] PASSED
3110 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[V] PASSED
3111 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[O] PASSED
3112 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[M] PASSED
3113 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[m] PASSED
3114 numpy/_core/tests/test_item_selection.py::TestPutMask::test_simple[i,O] PASSED
3115 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-b] PASSED
3116 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-h] PASSED
3117 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-i] PASSED
3118 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-l] PASSED
3119 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-q] PASSED
3120 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-n] PASSED
3121 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-p] PASSED
3122 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-B] PASSED
3123 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-H] PASSED
3124 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-I] PASSED
3125 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-L] PASSED
3126 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-Q] PASSED
3127 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-N] PASSED
3128 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-P] PASSED
3129 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-e] PASSED
3130 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-f] PASSED
3131 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-d] PASSED
3132 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-g] PASSED
3133 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-F] PASSED
3134 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-D] PASSED
3135 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-G] PASSED
3136 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-S] PASSED
3137 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-U] PASSED
3138 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-V] PASSED
3139 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-O] PASSED
3140 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-M] PASSED
3141 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-m] PASSED
3142 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[raise-i,O] PASSED
3143 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-b] PASSED
3144 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-h] PASSED
3145 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-i] PASSED
3146 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-l] PASSED
3147 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-q] PASSED
3148 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-n] PASSED
3149 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-p] PASSED
3150 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-B] PASSED
3151 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-H] PASSED
3152 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-I] PASSED
3153 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-L] PASSED
3154 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-Q] PASSED
3155 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-N] PASSED
3156 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-P] PASSED
3157 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-e] PASSED
3158 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-f] PASSED
3159 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-d] PASSED
3160 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-g] PASSED
3161 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-F] PASSED
3162 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-D] PASSED
3163 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-G] PASSED
3164 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-S] PASSED
3165 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-U] PASSED
3166 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-V] PASSED
3167 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-O] PASSED
3168 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-M] PASSED
3169 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-m] PASSED
3170 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[wrap-i,O] PASSED
3171 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-b] PASSED
3172 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-h] PASSED
3173 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-i] PASSED
3174 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-l] PASSED
3175 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-q] PASSED
3176 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-n] PASSED
3177 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-p] PASSED
3178 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-B] PASSED
3179 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-H] PASSED
3180 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-I] PASSED
3181 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-L] PASSED
3182 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-Q] PASSED
3183 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-N] PASSED
3184 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-P] PASSED
3185 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-e] PASSED
3186 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-f] PASSED
3187 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-d] PASSED
3188 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-g] PASSED
3189 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-F] PASSED
3190 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-D] PASSED
3191 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-G] PASSED
3192 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-S] PASSED
3193 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-U] PASSED
3194 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-V] PASSED
3195 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-O] PASSED
3196 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-M] PASSED
3197 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-m] PASSED
3198 numpy/_core/tests/test_item_selection.py::TestPutMask::test_empty[clip-i,O] PASSED
3199 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-b] PASSED
3200 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-h] PASSED
3201 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-i] PASSED
3202 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-l] PASSED
3203 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-q] PASSED
3204 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-n] PASSED
3205 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-p] PASSED
3206 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-B] PASSED
3207 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-H] PASSED
3208 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-I] PASSED
3209 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-L] PASSED
3210 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-Q] PASSED
3211 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-N] PASSED
3212 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-P] PASSED
3213 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-e] PASSED
3214 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-f] PASSED
3215 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-d] PASSED
3216 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-g] PASSED
3217 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-F] PASSED
3218 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-D] PASSED
3219 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-G] PASSED
3220 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-S] PASSED
3221 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-U] PASSED
3222 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-V] PASSED
3223 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-O] PASSED
3224 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-M] PASSED
3225 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-m] PASSED
3226 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[raise-i,O] PASSED
3227 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-b] PASSED
3228 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-h] PASSED
3229 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-i] PASSED
3230 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-l] PASSED
3231 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-q] PASSED
3232 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-n] PASSED
3233 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-p] PASSED
3234 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-B] PASSED
3235 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-H] PASSED
3236 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-I] PASSED
3237 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-L] PASSED
3238 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-Q] PASSED
3239 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-N] PASSED
3240 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-P] PASSED
3241 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-e] PASSED
3242 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-f] PASSED
3243 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-d] PASSED
3244 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-g] PASSED
3245 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-F] PASSED
3246 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-D] PASSED
3247 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-G] PASSED
3248 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-S] PASSED
3249 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-U] PASSED
3250 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-V] PASSED
3251 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-O] PASSED
3252 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-M] PASSED
3253 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-m] PASSED
3254 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[wrap-i,O] PASSED
3255 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-b] PASSED
3256 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-h] PASSED
3257 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-i] PASSED
3258 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-l] PASSED
3259 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-q] PASSED
3260 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-n] PASSED
3261 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-p] PASSED
3262 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-B] PASSED
3263 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-H] PASSED
3264 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-I] PASSED
3265 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-L] PASSED
3266 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-Q] PASSED
3267 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-N] PASSED
3268 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-P] PASSED
3269 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-e] PASSED
3270 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-f] PASSED
3271 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-d] PASSED
3272 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-g] PASSED
3273 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-F] PASSED
3274 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-D] PASSED
3275 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-G] PASSED
3276 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-S] PASSED
3277 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-U] PASSED
3278 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-V] PASSED
3279 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-O] PASSED
3280 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-M] PASSED
3281 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-m] PASSED
3282 numpy/_core/tests/test_item_selection.py::TestPut::test_simple[clip-i,O] PASSED
3283 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-b] PASSED
3284 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-h] PASSED
3285 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-i] PASSED
3286 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-l] PASSED
3287 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-q] PASSED
3288 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-n] PASSED
3289 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-p] PASSED
3290 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-B] PASSED
3291 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-H] PASSED
3292 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-I] PASSED
3293 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-L] PASSED
3294 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-Q] PASSED
3295 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-N] PASSED
3296 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-P] PASSED
3297 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-e] PASSED
3298 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-f] PASSED
3299 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-d] PASSED
3300 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-g] PASSED
3301 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-F] PASSED
3302 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-D] PASSED
3303 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-G] PASSED
3304 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-S] PASSED
3305 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-U] PASSED
3306 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-V] PASSED
3307 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-O] PASSED
3308 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-M] PASSED
3309 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-m] PASSED
3310 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[raise-i,O] PASSED
3311 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-b] PASSED
3312 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-h] PASSED
3313 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-i] PASSED
3314 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-l] PASSED
3315 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-q] PASSED
3316 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-n] PASSED
3317 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-p] PASSED
3318 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-B] PASSED
3319 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-H] PASSED
3320 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-I] PASSED
3321 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-L] PASSED
3322 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-Q] PASSED
3323 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-N] PASSED
3324 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-P] PASSED
3325 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-e] PASSED
3326 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-f] PASSED
3327 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-d] PASSED
3328 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-g] PASSED
3329 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-F] PASSED
3330 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-D] PASSED
3331 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-G] PASSED
3332 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-S] PASSED
3333 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-U] PASSED
3334 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-V] PASSED
3335 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-O] PASSED
3336 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-M] PASSED
3337 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-m] PASSED
3338 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[wrap-i,O] PASSED
3339 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-b] PASSED
3340 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-h] PASSED
3341 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-i] PASSED
3342 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-l] PASSED
3343 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-q] PASSED
3344 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-n] PASSED
3345 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-p] PASSED
3346 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-B] PASSED
3347 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-H] PASSED
3348 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-I] PASSED
3349 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-L] PASSED
3350 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-Q] PASSED
3351 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-N] PASSED
3352 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-P] PASSED
3353 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-e] PASSED
3354 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-f] PASSED
3355 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-d] PASSED
3356 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-g] PASSED
3357 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-F] PASSED
3358 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-D] PASSED
3359 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-G] PASSED
3360 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-S] PASSED
3361 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-U] PASSED
3362 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-V] PASSED
3363 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-O] PASSED
3364 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-M] PASSED
3365 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-m] PASSED
3366 numpy/_core/tests/test_item_selection.py::TestPut::test_empty[clip-i,O] PASSED
3367 numpy/_core/tests/test_limited_api.py::test_limited_api PASSED
3368 numpy/_core/tests/test_longdouble.py::test_scalar_extraction PASSED
3369 numpy/_core/tests/test_longdouble.py::test_array_and_stringlike_roundtrip[str_] SKIPPED
3370 numpy/_core/tests/test_longdouble.py::test_array_and_stringlike_roundtrip[bytes_] SKIPPED
3371 numpy/_core/tests/test_longdouble.py::test_array_and_stringlike_roundtrip[str] SKIPPED
3372 numpy/_core/tests/test_longdouble.py::test_array_and_stringlike_roundtrip[bytes] SKIPPED
3373 numpy/_core/tests/test_longdouble.py::test_bogus_string PASSED
3374 numpy/_core/tests/test_longdouble.py::test_fromstring SKIPPED (Need ...)
3375 numpy/_core/tests/test_longdouble.py::test_fromstring_complex PASSED
3376 numpy/_core/tests/test_longdouble.py::test_fromstring_bogus PASSED
3377 numpy/_core/tests/test_longdouble.py::test_fromstring_empty PASSED
3378 numpy/_core/tests/test_longdouble.py::test_fromstring_missing PASSED
3379 numpy/_core/tests/test_longdouble.py::TestFileBased::test_fromfile_bogus PASSED
3380 numpy/_core/tests/test_longdouble.py::TestFileBased::test_fromfile_complex PASSED
3381 numpy/_core/tests/test_longdouble.py::TestFileBased::test_fromfile SKIPPED
3382 numpy/_core/tests/test_longdouble.py::TestFileBased::test_genfromtxt SKIPPED
3383 numpy/_core/tests/test_longdouble.py::TestFileBased::test_loadtxt SKIPPED
3384 numpy/_core/tests/test_longdouble.py::TestFileBased::test_tofile_roundtrip SKIPPED
3385 numpy/_core/tests/test_longdouble.py::test_str_exact PASSED
3386 numpy/_core/tests/test_longdouble.py::test_format SKIPPED (Need strt...)
3387 numpy/_core/tests/test_longdouble.py::test_percent SKIPPED (Need str...)
3388 numpy/_core/tests/test_longdouble.py::test_array_repr SKIPPED (Need ...)
3389 numpy/_core/tests/test_longdouble.py::TestCommaDecimalPointLocale::test_str_roundtrip_foreign PASSED
3390 numpy/_core/tests/test_longdouble.py::TestCommaDecimalPointLocale::test_fromstring_foreign_repr PASSED
3391 numpy/_core/tests/test_longdouble.py::TestCommaDecimalPointLocale::test_fromstring_best_effort_float PASSED
3392 numpy/_core/tests/test_longdouble.py::TestCommaDecimalPointLocale::test_fromstring_best_effort PASSED
3393 numpy/_core/tests/test_longdouble.py::TestCommaDecimalPointLocale::test_fromstring_foreign PASSED
3394 numpy/_core/tests/test_longdouble.py::TestCommaDecimalPointLocale::test_fromstring_foreign_sep PASSED
3395 numpy/_core/tests/test_longdouble.py::TestCommaDecimalPointLocale::test_fromstring_foreign_value PASSED
3396 numpy/_core/tests/test_longdouble.py::test_longdouble_from_int[179769313486231590772930519078902473361797697894230657273430081157732675805500963132708477322407536021120113879871393357658789768814416622492847430639474124377767893424865485276302219601246094119453082952085005768838150682342462881473913110540827237163350510684586298239947245938479716304835356329624224137216] PASSED
3397 numpy/_core/tests/test_longdouble.py::test_longdouble_from_int[0] PASSED
3398 numpy/_core/tests/test_longdouble.py::test_longdouble_from_bool[True] PASSED
3399 numpy/_core/tests/test_longdouble.py::test_longdouble_from_bool[False] PASSED
3400 numpy/_core/tests/test_longdouble.py::test_musllinux_x86_64_signature SKIPPED
3401 numpy/_core/tests/test_longdouble.py::test_eps_positive PASSED
3402 numpy/_core/tests/test_machar.py::TestMachAr::test_underlow PASSED
3403 numpy/_core/tests/test_mem_overlap.py::test_overlapping_assignments PASSED
3404 numpy/_core/tests/test_mem_overlap.py::test_diophantine_fuzz PASSED
3405 numpy/_core/tests/test_mem_overlap.py::test_diophantine_overflow PASSED
3406 numpy/_core/tests/test_mem_overlap.py::test_may_share_memory_manual PASSED
3407 numpy/_core/tests/test_mem_overlap.py::test_may_share_memory_easy_fuzz PASSED
3408 numpy/_core/tests/test_mem_overlap.py::test_may_share_memory_harder_fuzz PASSED
3409 numpy/_core/tests/test_mem_overlap.py::test_shares_memory_api PASSED
3410 numpy/_core/tests/test_mem_overlap.py::test_may_share_memory_bad_max_work PASSED
3411 numpy/_core/tests/test_mem_overlap.py::test_internal_overlap_diophantine PASSED
3412 numpy/_core/tests/test_mem_overlap.py::test_internal_overlap_slices PASSED
3413 numpy/_core/tests/test_mem_overlap.py::test_internal_overlap_manual PASSED
3414 numpy/_core/tests/test_mem_overlap.py::test_internal_overlap_fuzz PASSED
3415 numpy/_core/tests/test_mem_overlap.py::test_non_ndarray_inputs PASSED
3416 numpy/_core/tests/test_mem_overlap.py::TestUFunc::test_unary_ufunc_call_fuzz PASSED
3417 numpy/_core/tests/test_mem_overlap.py::TestUFunc::test_unary_ufunc_call_complex_fuzz PASSED
3418 numpy/_core/tests/test_mem_overlap.py::TestUFunc::test_binary_ufunc_accumulate_fuzz PASSED
3419 numpy/_core/tests/test_mem_overlap.py::TestUFunc::test_binary_ufunc_reduce_fuzz PASSED
3420 numpy/_core/tests/test_mem_overlap.py::TestUFunc::test_binary_ufunc_reduceat_fuzz PASSED
3421 numpy/_core/tests/test_mem_overlap.py::TestUFunc::test_binary_ufunc_reduceat_manual PASSED
3422 numpy/_core/tests/test_mem_overlap.py::TestUFunc::test_unary_gufunc_fuzz PASSED
3423 numpy/_core/tests/test_mem_overlap.py::TestUFunc::test_ufunc_at_manual PASSED
3424 numpy/_core/tests/test_mem_overlap.py::TestUFunc::test_unary_ufunc_1d_manual PASSED
3425 numpy/_core/tests/test_mem_overlap.py::TestUFunc::test_unary_ufunc_where_same PASSED
3426 numpy/_core/tests/test_mem_overlap.py::TestUFunc::test_binary_ufunc_1d_manual PASSED
3427 numpy/_core/tests/test_mem_overlap.py::TestUFunc::test_inplace_op_simple_manual PASSED
3428 numpy/_core/tests/test_mem_policy.py::test_set_policy PASSED
3429 numpy/_core/tests/test_mem_policy.py::test_default_policy_singleton PASSED
3430 numpy/_core/tests/test_mem_policy.py::test_policy_propagation PASSED
3431 numpy/_core/tests/test_mem_policy.py::test_context_locality PASSED
3432 numpy/_core/tests/test_mem_policy.py::test_thread_locality PASSED
3433 numpy/_core/tests/test_mem_policy.py::test_new_policy SKIPPED (too s...)
3434 numpy/_core/tests/test_mem_policy.py::test_switch_owner[0] PASSED
3435 numpy/_core/tests/test_mem_policy.py::test_switch_owner[1] PASSED
3436 numpy/_core/tests/test_mem_policy.py::test_switch_owner[None] PASSED
3437 numpy/_core/tests/test_mem_policy.py::test_owner_is_base PASSED
3438 numpy/_core/tests/test_memmap.py::TestMemmap::test_roundtrip PASSED
3439 numpy/_core/tests/test_memmap.py::TestMemmap::test_open_with_filename PASSED
3440 numpy/_core/tests/test_memmap.py::TestMemmap::test_unnamed_file PASSED
3441 numpy/_core/tests/test_memmap.py::TestMemmap::test_attributes PASSED
3442 numpy/_core/tests/test_memmap.py::TestMemmap::test_filename PASSED
3443 numpy/_core/tests/test_memmap.py::TestMemmap::test_path PASSED
3444 numpy/_core/tests/test_memmap.py::TestMemmap::test_filename_fileobj PASSED
3445 numpy/_core/tests/test_memmap.py::TestMemmap::test_flush PASSED
3446 numpy/_core/tests/test_memmap.py::TestMemmap::test_del PASSED
3447 numpy/_core/tests/test_memmap.py::TestMemmap::test_arithmetic_drops_references PASSED
3448 numpy/_core/tests/test_memmap.py::TestMemmap::test_indexing_drops_references PASSED
3449 numpy/_core/tests/test_memmap.py::TestMemmap::test_slicing_keeps_references PASSED
3450 numpy/_core/tests/test_memmap.py::TestMemmap::test_view PASSED
3451 numpy/_core/tests/test_memmap.py::TestMemmap::test_ufunc_return_ndarray PASSED
3452 numpy/_core/tests/test_memmap.py::TestMemmap::test_getitem PASSED
3453 numpy/_core/tests/test_memmap.py::TestMemmap::test_memmap_subclass PASSED
3454 numpy/_core/tests/test_memmap.py::TestMemmap::test_mmap_offset_greater_than_allocation_granularity PASSED
3455 numpy/_core/tests/test_memmap.py::TestMemmap::test_no_shape PASSED
3456 numpy/_core/tests/test_memmap.py::TestMemmap::test_empty_array PASSED
3457 numpy/_core/tests/test_memmap.py::TestMemmap::test_shape_type PASSED
3458 numpy/_core/tests/test_multiarray.py::TestFlags::test_writeable PASSED
3459 numpy/_core/tests/test_multiarray.py::TestFlags::test_writeable_any_base PASSED
3460 numpy/_core/tests/test_multiarray.py::TestFlags::test_writeable_from_readonly PASSED
3461 numpy/_core/tests/test_multiarray.py::TestFlags::test_writeable_from_buffer PASSED
3462 numpy/_core/tests/test_multiarray.py::TestFlags::test_writeable_pickle PASSED
3463 numpy/_core/tests/test_multiarray.py::TestFlags::test_writeable_from_c_data PASSED
3464 numpy/_core/tests/test_multiarray.py::TestFlags::test_warnonwrite PASSED
3465 numpy/_core/tests/test_multiarray.py::TestFlags::test_readonly_flag_protocols[writeable-True-True] PASSED
3466 numpy/_core/tests/test_multiarray.py::TestFlags::test_readonly_flag_protocols[_warn_on_write-True-False] PASSED
3467 numpy/_core/tests/test_multiarray.py::TestFlags::test_readonly_flag_protocols[writeable-False-False] PASSED
3468 numpy/_core/tests/test_multiarray.py::TestFlags::test_otherflags PASSED
3469 numpy/_core/tests/test_multiarray.py::TestFlags::test_string_align PASSED
3470 numpy/_core/tests/test_multiarray.py::TestFlags::test_void_align PASSED
3471 numpy/_core/tests/test_multiarray.py::TestHash::test_int PASSED
3472 numpy/_core/tests/test_multiarray.py::TestAttributes::test_attributes PASSED
3473 numpy/_core/tests/test_multiarray.py::TestAttributes::test_dtypeattr PASSED
3474 numpy/_core/tests/test_multiarray.py::TestAttributes::test_int_subclassing PASSED
3475 numpy/_core/tests/test_multiarray.py::TestAttributes::test_stridesattr PASSED
3476 numpy/_core/tests/test_multiarray.py::TestAttributes::test_set_stridesattr PASSED
3477 numpy/_core/tests/test_multiarray.py::TestAttributes::test_fill PASSED
3478 numpy/_core/tests/test_multiarray.py::TestAttributes::test_fill_max_uint64 PASSED
3479 numpy/_core/tests/test_multiarray.py::TestAttributes::test_fill_struct_array PASSED
3480 numpy/_core/tests/test_multiarray.py::TestAttributes::test_fill_readonly PASSED
3481 numpy/_core/tests/test_multiarray.py::TestAttributes::test_fill_subarrays PASSED
3482 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_array PASSED
3483 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_array_empty PASSED
3484 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_0d_array_shape PASSED
3485 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_array_copy_false PASSED
3486 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_array_copy_if_needed PASSED
3487 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_array_copy_true PASSED
3488 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_array_copy_str PASSED
3489 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_array_cont PASSED
3490 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_bad_arguments_error[array] PASSED
3491 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_bad_arguments_error[asarray] PASSED
3492 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_bad_arguments_error[asanyarray] PASSED
3493 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_bad_arguments_error[ascontiguousarray] PASSED
3494 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_bad_arguments_error[asfortranarray] PASSED
3495 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_array_as_keyword[array] PASSED
3496 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_array_as_keyword[asarray] PASSED
3497 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_array_as_keyword[asanyarray] PASSED
3498 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_array_as_keyword[ascontiguousarray] PASSED
3499 numpy/_core/tests/test_multiarray.py::TestArrayConstruction::test_array_as_keyword[asfortranarray] PASSED
3500 numpy/_core/tests/test_multiarray.py::TestAssignment::test_assignment_broadcasting PASSED
3501 numpy/_core/tests/test_multiarray.py::TestAssignment::test_assignment_errors PASSED
3502 numpy/_core/tests/test_multiarray.py::TestAssignment::test_unicode_assignment PASSED
3503 numpy/_core/tests/test_multiarray.py::TestAssignment::test_stringlike_empty_list PASSED
3504 numpy/_core/tests/test_multiarray.py::TestAssignment::test_longdouble_assignment PASSED
3505 numpy/_core/tests/test_multiarray.py::TestAssignment::test_cast_to_string PASSED
3506 numpy/_core/tests/test_multiarray.py::TestDtypedescr::test_construction PASSED
3507 numpy/_core/tests/test_multiarray.py::TestDtypedescr::test_byteorders PASSED
3508 numpy/_core/tests/test_multiarray.py::TestDtypedescr::test_structured_non_void PASSED
3509 numpy/_core/tests/test_multiarray.py::TestZeroRank::test_ellipsis_subscript PASSED
3510 numpy/_core/tests/test_multiarray.py::TestZeroRank::test_empty_subscript PASSED
3511 numpy/_core/tests/test_multiarray.py::TestZeroRank::test_invalid_subscript PASSED
3512 numpy/_core/tests/test_multiarray.py::TestZeroRank::test_ellipsis_subscript_assignment PASSED
3513 numpy/_core/tests/test_multiarray.py::TestZeroRank::test_empty_subscript_assignment PASSED
3514 numpy/_core/tests/test_multiarray.py::TestZeroRank::test_invalid_subscript_assignment PASSED
3515 numpy/_core/tests/test_multiarray.py::TestZeroRank::test_newaxis PASSED
3516 numpy/_core/tests/test_multiarray.py::TestZeroRank::test_invalid_newaxis PASSED
3517 numpy/_core/tests/test_multiarray.py::TestZeroRank::test_constructor PASSED
3518 numpy/_core/tests/test_multiarray.py::TestZeroRank::test_output PASSED
3519 numpy/_core/tests/test_multiarray.py::TestZeroRank::test_real_imag PASSED
3520 numpy/_core/tests/test_multiarray.py::TestScalarIndexing::test_ellipsis_subscript PASSED
3521 numpy/_core/tests/test_multiarray.py::TestScalarIndexing::test_empty_subscript PASSED
3522 numpy/_core/tests/test_multiarray.py::TestScalarIndexing::test_invalid_subscript PASSED
3523 numpy/_core/tests/test_multiarray.py::TestScalarIndexing::test_invalid_subscript_assignment PASSED
3524 numpy/_core/tests/test_multiarray.py::TestScalarIndexing::test_newaxis PASSED
3525 numpy/_core/tests/test_multiarray.py::TestScalarIndexing::test_invalid_newaxis PASSED
3526 numpy/_core/tests/test_multiarray.py::TestScalarIndexing::test_overlapping_assignment PASSED
3527 numpy/_core/tests/test_multiarray.py::TestCreation::test_from_attribute PASSED
3528 numpy/_core/tests/test_multiarray.py::TestCreation::test_from_string PASSED
3529 numpy/_core/tests/test_multiarray.py::TestCreation::test_void PASSED
3530 numpy/_core/tests/test_multiarray.py::TestCreation::test_structured_void_promotion[arr] PASSED
3531 numpy/_core/tests/test_multiarray.py::TestCreation::test_structured_void_promotion[scalar] PASSED
3532 numpy/_core/tests/test_multiarray.py::TestCreation::test_too_big_error PASSED
3533 numpy/_core/tests/test_multiarray.py::TestCreation::test_malloc_fails PASSED
3534 numpy/_core/tests/test_multiarray.py::TestCreation::test_zeros PASSED
3535 numpy/_core/tests/test_multiarray.py::TestCreation::test_zeros_big PASSED
3536 numpy/_core/tests/test_multiarray.py::TestCreation::test_zeros_obj PASSED
3537 numpy/_core/tests/test_multiarray.py::TestCreation::test_zeros_obj_obj PASSED
3538 numpy/_core/tests/test_multiarray.py::TestCreation::test_zeros_like_like_zeros PASSED
3539 numpy/_core/tests/test_multiarray.py::TestCreation::test_empty_unicode PASSED
3540 numpy/_core/tests/test_multiarray.py::TestCreation::test_sequence_non_homogeneous PASSED
3541 numpy/_core/tests/test_multiarray.py::TestCreation::test_non_sequence_sequence PASSED
3542 numpy/_core/tests/test_multiarray.py::TestCreation::test_no_len_object_type PASSED
3543 numpy/_core/tests/test_multiarray.py::TestCreation::test_false_len_sequence PASSED
3544 numpy/_core/tests/test_multiarray.py::TestCreation::test_false_len_iterable PASSED
3545 numpy/_core/tests/test_multiarray.py::TestCreation::test_failed_len_sequence PASSED
3546 numpy/_core/tests/test_multiarray.py::TestCreation::test_array_too_big PASSED
3547 numpy/_core/tests/test_multiarray.py::TestCreation::test_ragged_ndim_object PASSED
3548 numpy/_core/tests/test_multiarray.py::TestCreation::test_ragged_shape_object PASSED
3549 numpy/_core/tests/test_multiarray.py::TestCreation::test_array_of_ragged_array PASSED
3550 numpy/_core/tests/test_multiarray.py::TestCreation::test_deep_nonragged_object PASSED
3551 numpy/_core/tests/test_multiarray.py::TestCreation::test_object_initialized_to_None[ndarray-object] PASSED
3552 numpy/_core/tests/test_multiarray.py::TestCreation::test_object_initialized_to_None[ndarray-O,O] PASSED
3553 numpy/_core/tests/test_multiarray.py::TestCreation::test_object_initialized_to_None[ndarray-O,(3,)O] PASSED
3554 numpy/_core/tests/test_multiarray.py::TestCreation::test_object_initialized_to_None[ndarray-(2,3)O] PASSED
3555 numpy/_core/tests/test_multiarray.py::TestCreation::test_object_initialized_to_None[empty-object] PASSED
3556 numpy/_core/tests/test_multiarray.py::TestCreation::test_object_initialized_to_None[empty-O,O] PASSED
3557 numpy/_core/tests/test_multiarray.py::TestCreation::test_object_initialized_to_None[empty-O,(3,)O] PASSED
3558 numpy/_core/tests/test_multiarray.py::TestCreation::test_object_initialized_to_None[empty-(2,3)O] PASSED
3559 numpy/_core/tests/test_multiarray.py::TestCreation::test_object_initialized_to_None[<lambda>-object] PASSED
3560 numpy/_core/tests/test_multiarray.py::TestCreation::test_object_initialized_to_None[<lambda>-O,O] PASSED
3561 numpy/_core/tests/test_multiarray.py::TestCreation::test_object_initialized_to_None[<lambda>-O,(3,)O] PASSED
3562 numpy/_core/tests/test_multiarray.py::TestCreation::test_object_initialized_to_None[<lambda>-(2,3)O] PASSED
3563 numpy/_core/tests/test_multiarray.py::TestCreation::test_creation_from_dtypemeta[array] PASSED
3564 numpy/_core/tests/test_multiarray.py::TestCreation::test_creation_from_dtypemeta[asarray] PASSED
3565 numpy/_core/tests/test_multiarray.py::TestCreation::test_creation_from_dtypemeta[asanyarray] PASSED
3566 numpy/_core/tests/test_multiarray.py::TestCreation::test_creation_from_dtypemeta[ascontiguousarray] PASSED
3567 numpy/_core/tests/test_multiarray.py::TestCreation::test_creation_from_dtypemeta[asfortranarray] PASSED
3568 numpy/_core/tests/test_multiarray.py::TestStructured::test_subarray_field_access PASSED
3569 numpy/_core/tests/test_multiarray.py::TestStructured::test_subarray_comparison PASSED
3570 numpy/_core/tests/test_multiarray.py::TestStructured::test_empty_structured_array_comparison PASSED
3571 numpy/_core/tests/test_multiarray.py::TestStructured::test_structured_array_comparison_bad_broadcasts[eq] PASSED
3572 numpy/_core/tests/test_multiarray.py::TestStructured::test_structured_array_comparison_bad_broadcasts[ne] PASSED
3573 numpy/_core/tests/test_multiarray.py::TestStructured::test_structured_comparisons_with_promotion PASSED
3574 numpy/_core/tests/test_multiarray.py::TestStructured::test_void_comparison_failures[eq] PASSED
3575 numpy/_core/tests/test_multiarray.py::TestStructured::test_void_comparison_failures[<lambda>0] PASSED
3576 numpy/_core/tests/test_multiarray.py::TestStructured::test_void_comparison_failures[ne] PASSED
3577 numpy/_core/tests/test_multiarray.py::TestStructured::test_void_comparison_failures[<lambda>1] PASSED
3578 numpy/_core/tests/test_multiarray.py::TestStructured::test_casting PASSED
3579 numpy/_core/tests/test_multiarray.py::TestStructured::test_objview PASSED
3580 numpy/_core/tests/test_multiarray.py::TestStructured::test_setfield PASSED
3581 numpy/_core/tests/test_multiarray.py::TestStructured::test_setfield_object PASSED
3582 numpy/_core/tests/test_multiarray.py::TestStructured::test_zero_width_string PASSED
3583 numpy/_core/tests/test_multiarray.py::TestStructured::test_base_attr PASSED
3584 numpy/_core/tests/test_multiarray.py::TestStructured::test_assignment PASSED
3585 numpy/_core/tests/test_multiarray.py::TestStructured::test_structuredscalar_indexing PASSED
3586 numpy/_core/tests/test_multiarray.py::TestStructured::test_multiindex_titles PASSED
3587 numpy/_core/tests/test_multiarray.py::TestStructured::test_structured_cast_promotion_fieldorder PASSED
3588 numpy/_core/tests/test_multiarray.py::TestStructured::test_structured_promotion_packs[True-dtype_dict0] PASSED
3589 numpy/_core/tests/test_multiarray.py::TestStructured::test_structured_promotion_packs[True-dtype_dict1] PASSED
3590 numpy/_core/tests/test_multiarray.py::TestStructured::test_structured_promotion_packs[False-dtype_dict0] PASSED
3591 numpy/_core/tests/test_multiarray.py::TestStructured::test_structured_promotion_packs[False-dtype_dict1] PASSED
3592 numpy/_core/tests/test_multiarray.py::TestStructured::test_structured_asarray_is_view PASSED
3593 numpy/_core/tests/test_multiarray.py::TestBool::test_test_interning PASSED
3594 numpy/_core/tests/test_multiarray.py::TestBool::test_sum PASSED
3595 numpy/_core/tests/test_multiarray.py::TestBool::test_count_nonzero PASSED
3596 numpy/_core/tests/test_multiarray.py::TestBool::test_count_nonzero_all PASSED
3597 numpy/_core/tests/test_multiarray.py::TestBool::test_count_nonzero_unaligned PASSED
3598 numpy/_core/tests/test_multiarray.py::TestBool::test_cast_from_void PASSED
3599 numpy/_core/tests/test_multiarray.py::TestBool::test_cast_from_unicode XPASS
3600 numpy/_core/tests/test_multiarray.py::TestBool::test_cast_from_bytes XPASS
3601 numpy/_core/tests/test_multiarray.py::TestZeroSizeFlexible::test_create PASSED
3602 numpy/_core/tests/test_multiarray.py::TestZeroSizeFlexible::test_sort PASSED
3603 numpy/_core/tests/test_multiarray.py::TestZeroSizeFlexible::test_argsort PASSED
3604 numpy/_core/tests/test_multiarray.py::TestZeroSizeFlexible::test_partition PASSED
3605 numpy/_core/tests/test_multiarray.py::TestZeroSizeFlexible::test_argpartition PASSED
3606 numpy/_core/tests/test_multiarray.py::TestZeroSizeFlexible::test_resize PASSED
3607 numpy/_core/tests/test_multiarray.py::TestZeroSizeFlexible::test_view PASSED
3608 numpy/_core/tests/test_multiarray.py::TestZeroSizeFlexible::test_dumps PASSED
3609 numpy/_core/tests/test_multiarray.py::TestZeroSizeFlexible::test_pickle PASSED
3610 numpy/_core/tests/test_multiarray.py::TestZeroSizeFlexible::test_pickle_empty PASSED
3611 numpy/_core/tests/test_multiarray.py::TestZeroSizeFlexible::test_pickle_with_buffercallback PASSED
3612 numpy/_core/tests/test_multiarray.py::TestMethods::test_all_where PASSED
3613 numpy/_core/tests/test_multiarray.py::TestMethods::test_any_where PASSED
3614 numpy/_core/tests/test_multiarray.py::TestMethods::test_any_and_all_result_dtype[i8] PASSED
3615 numpy/_core/tests/test_multiarray.py::TestMethods::test_any_and_all_result_dtype[U10] PASSED
3616 numpy/_core/tests/test_multiarray.py::TestMethods::test_any_and_all_result_dtype[object] PASSED
3617 numpy/_core/tests/test_multiarray.py::TestMethods::test_any_and_all_result_dtype[datetime64[ms]] PASSED
3618 numpy/_core/tests/test_multiarray.py::TestMethods::test_any_and_all_object_dtype PASSED
3619 numpy/_core/tests/test_multiarray.py::TestMethods::test_compress PASSED
3620 numpy/_core/tests/test_multiarray.py::TestMethods::test_choose PASSED
3621 numpy/_core/tests/test_multiarray.py::TestMethods::test_prod PASSED
3622 numpy/_core/tests/test_multiarray.py::TestMethods::test_repeat[None] PASSED
3623 numpy/_core/tests/test_multiarray.py::TestMethods::test_repeat[object] PASSED
3624 numpy/_core/tests/test_multiarray.py::TestMethods::test_reshape PASSED
3625 numpy/_core/tests/test_multiarray.py::TestMethods::test_round PASSED
3626 numpy/_core/tests/test_multiarray.py::TestMethods::test_squeeze PASSED
3627 numpy/_core/tests/test_multiarray.py::TestMethods::test_transpose PASSED
3628 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort PASSED
3629 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_unsigned[uint8] PASSED
3630 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_unsigned[uint16] PASSED
3631 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_unsigned[uint32] PASSED
3632 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_unsigned[uint64] PASSED
3633 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_unsigned[float16] PASSED
3634 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_unsigned[float32] PASSED
3635 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_unsigned[float64] PASSED
3636 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_unsigned[longdouble] PASSED
3637 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_signed[int8] PASSED
3638 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_signed[int16] PASSED
3639 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_signed[int32] PASSED
3640 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_signed[int64] PASSED
3641 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_signed[float16] PASSED
3642 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_signed[float32] PASSED
3643 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_signed[float64] PASSED
3644 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_signed[longdouble] PASSED
3645 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_complex[real-float32] PASSED
3646 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_complex[real-float64] PASSED
3647 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_complex[real-longdouble] PASSED
3648 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_complex[imag-float32] PASSED
3649 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_complex[imag-float64] PASSED
3650 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_complex[imag-longdouble] PASSED
3651 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_complex_byte_swapping PASSED
3652 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_string[bytes_] PASSED
3653 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_string[str_] PASSED
3654 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_object PASSED
3655 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_structured[1-dt0] PASSED
3656 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_structured[1-dt1] PASSED
3657 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_structured[2-dt0] PASSED
3658 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_structured[2-dt1] PASSED
3659 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_time[datetime64[D]] PASSED
3660 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_time[timedelta64[D]] PASSED
3661 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_axis PASSED
3662 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_size_0 PASSED
3663 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_bad_ordering PASSED
3664 numpy/_core/tests/test_multiarray.py::TestMethods::test_void_sort PASSED
3665 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_raises PASSED
3666 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_degraded PASSED
3667 numpy/_core/tests/test_multiarray.py::TestMethods::test_copy PASSED
3668 numpy/_core/tests/test_multiarray.py::TestMethods::test__deepcopy__[O] PASSED
3669 numpy/_core/tests/test_multiarray.py::TestMethods::test__deepcopy__[int32] PASSED
3670 numpy/_core/tests/test_multiarray.py::TestMethods::test__deepcopy__[i,O] PASSED
3671 numpy/_core/tests/test_multiarray.py::TestMethods::test__deepcopy__catches_failure PASSED
3672 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_order PASSED
3673 numpy/_core/tests/test_multiarray.py::TestMethods::test_argsort PASSED
3674 numpy/_core/tests/test_multiarray.py::TestMethods::test_sort_unicode_kind PASSED
3675 numpy/_core/tests/test_multiarray.py::TestMethods::test_searchsorted_floats[a0] PASSED
3676 numpy/_core/tests/test_multiarray.py::TestMethods::test_searchsorted_floats[a1] PASSED
3677 numpy/_core/tests/test_multiarray.py::TestMethods::test_searchsorted_floats[a2] PASSED
3678 numpy/_core/tests/test_multiarray.py::TestMethods::test_searchsorted_complex PASSED
3679 numpy/_core/tests/test_multiarray.py::TestMethods::test_searchsorted_n_elements PASSED
3680 numpy/_core/tests/test_multiarray.py::TestMethods::test_searchsorted_unaligned_array PASSED
3681 numpy/_core/tests/test_multiarray.py::TestMethods::test_searchsorted_resetting PASSED
3682 numpy/_core/tests/test_multiarray.py::TestMethods::test_searchsorted_type_specific PASSED
3683 numpy/_core/tests/test_multiarray.py::TestMethods::test_searchsorted_unicode PASSED
3684 numpy/_core/tests/test_multiarray.py::TestMethods::test_searchsorted_with_invalid_sorter PASSED
3685 numpy/_core/tests/test_multiarray.py::TestMethods::test_searchsorted_with_sorter PASSED
3686 numpy/_core/tests/test_multiarray.py::TestMethods::test_searchsorted_return_type PASSED
3687 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[?] PASSED
3688 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[b] PASSED
3689 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[h] PASSED
3690 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[i] PASSED
3691 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[l] PASSED
3692 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[q] PASSED
3693 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[n] PASSED
3694 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[p] PASSED
3695 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[B] PASSED
3696 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[H] PASSED
3697 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[I] PASSED
3698 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[L] PASSED
3699 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[Q] PASSED
3700 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[N] PASSED
3701 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[P] PASSED
3702 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[e] PASSED
3703 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[f] PASSED
3704 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[d] PASSED
3705 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[g] PASSED
3706 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[F] PASSED
3707 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[D] PASSED
3708 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[G] PASSED
3709 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[S] PASSED
3710 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[U] PASSED
3711 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[V] PASSED
3712 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[O] PASSED
3713 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[M] PASSED
3714 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range[m] PASSED
3715 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[?] PASSED
3716 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[b] PASSED
3717 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[h] PASSED
3718 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[i] PASSED
3719 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[l] PASSED
3720 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[q] PASSED
3721 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[n] PASSED
3722 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[p] PASSED
3723 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[B] PASSED
3724 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[H] PASSED
3725 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[I] PASSED
3726 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[L] PASSED
3727 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[Q] PASSED
3728 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[N] PASSED
3729 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[P] PASSED
3730 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[e] PASSED
3731 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[f] PASSED
3732 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[d] PASSED
3733 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[g] PASSED
3734 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[F] PASSED
3735 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[D] PASSED
3736 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[G] PASSED
3737 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[S] PASSED
3738 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[U] PASSED
3739 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[V] PASSED
3740 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[O] PASSED
3741 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[M] PASSED
3742 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range[m] PASSED
3743 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_integer PASSED
3744 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_integer PASSED
3745 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_empty_array[b] PASSED
3746 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_empty_array[B] PASSED
3747 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_empty_array[h] PASSED
3748 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_empty_array[H] PASSED
3749 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_empty_array[i] PASSED
3750 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_empty_array[I] PASSED
3751 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_empty_array[l] PASSED
3752 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_empty_array[L] PASSED
3753 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_empty_array[q] PASSED
3754 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_empty_array[Q] PASSED
3755 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_empty_array[n] PASSED
3756 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_empty_array[N] PASSED
3757 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_empty_array[p] PASSED
3758 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_empty_array[P] PASSED
3759 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array[b] PASSED
3760 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array[B] PASSED
3761 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array[h] PASSED
3762 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array[H] PASSED
3763 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array[i] PASSED
3764 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array[I] PASSED
3765 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array[l] PASSED
3766 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array[L] PASSED
3767 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array[q] PASSED
3768 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array[Q] PASSED
3769 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array[n] PASSED
3770 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array[N] PASSED
3771 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array[p] PASSED
3772 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array[P] PASSED
3773 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition PASSED
3774 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_iterative PASSED
3775 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_cdtype PASSED
3776 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_unicode_kind PASSED
3777 numpy/_core/tests/test_multiarray.py::TestMethods::test_partition_fuzz PASSED
3778 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524[b] PASSED
3779 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524[B] PASSED
3780 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524[h] PASSED
3781 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524[H] PASSED
3782 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524[i] PASSED
3783 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524[I] PASSED
3784 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524[l] PASSED
3785 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524[L] PASSED
3786 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524[q] PASSED
3787 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524[Q] PASSED
3788 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524[n] PASSED
3789 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524[N] PASSED
3790 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524[p] PASSED
3791 numpy/_core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524[P] PASSED
3792 numpy/_core/tests/test_multiarray.py::TestMethods::test_flatten PASSED
3793 numpy/_core/tests/test_multiarray.py::TestMethods::test_arr_mult[dot] PASSED
3794 numpy/_core/tests/test_multiarray.py::TestMethods::test_arr_mult[matmul] PASSED
3795 numpy/_core/tests/test_multiarray.py::TestMethods::test_no_dgemv[i-dot] PASSED
3796 numpy/_core/tests/test_multiarray.py::TestMethods::test_no_dgemv[i-matmul] PASSED
3797 numpy/_core/tests/test_multiarray.py::TestMethods::test_no_dgemv[f-dot] PASSED
3798 numpy/_core/tests/test_multiarray.py::TestMethods::test_no_dgemv[f-matmul] PASSED
3799 numpy/_core/tests/test_multiarray.py::TestMethods::test_no_dgemv[d-dot] PASSED
3800 numpy/_core/tests/test_multiarray.py::TestMethods::test_no_dgemv[d-matmul] PASSED
3801 numpy/_core/tests/test_multiarray.py::TestMethods::test_no_dgemv[F-dot] PASSED
3802 numpy/_core/tests/test_multiarray.py::TestMethods::test_no_dgemv[F-matmul] PASSED
3803 numpy/_core/tests/test_multiarray.py::TestMethods::test_no_dgemv[D-dot] PASSED
3804 numpy/_core/tests/test_multiarray.py::TestMethods::test_no_dgemv[D-matmul] PASSED
3805 numpy/_core/tests/test_multiarray.py::TestMethods::test_dot PASSED
3806 numpy/_core/tests/test_multiarray.py::TestMethods::test_dot_type_mismatch PASSED
3807 numpy/_core/tests/test_multiarray.py::TestMethods::test_dot_out_mem_overlap PASSED
3808 numpy/_core/tests/test_multiarray.py::TestMethods::test_dot_matmul_out PASSED
3809 numpy/_core/tests/test_multiarray.py::TestMethods::test_dot_matmul_inner_array_casting_fails PASSED
3810 numpy/_core/tests/test_multiarray.py::TestMethods::test_matmul_out PASSED
3811 numpy/_core/tests/test_multiarray.py::TestMethods::test_diagonal PASSED
3812 numpy/_core/tests/test_multiarray.py::TestMethods::test_diagonal_view_notwriteable PASSED
3813 numpy/_core/tests/test_multiarray.py::TestMethods::test_diagonal_memleak PASSED
3814 numpy/_core/tests/test_multiarray.py::TestMethods::test_size_zero_memleak PASSED
3815 numpy/_core/tests/test_multiarray.py::TestMethods::test_trace PASSED
3816 numpy/_core/tests/test_multiarray.py::TestMethods::test_trace_subclass PASSED
3817 numpy/_core/tests/test_multiarray.py::TestMethods::test_put PASSED
3818 numpy/_core/tests/test_multiarray.py::TestMethods::test_ravel PASSED
3819 numpy/_core/tests/test_multiarray.py::TestMethods::test_ravel_subclass PASSED
3820 numpy/_core/tests/test_multiarray.py::TestMethods::test_swapaxes PASSED
3821 numpy/_core/tests/test_multiarray.py::TestMethods::test_conjugate PASSED
3822 numpy/_core/tests/test_multiarray.py::TestMethods::test_conjugate_out PASSED
3823 numpy/_core/tests/test_multiarray.py::TestMethods::test__complex__ PASSED
3824 numpy/_core/tests/test_multiarray.py::TestMethods::test__complex__should_not_work PASSED
3825 numpy/_core/tests/test_multiarray.py::TestCequenceMethods::test_array_contains PASSED
3826 numpy/_core/tests/test_multiarray.py::TestBinop::test_inplace PASSED
3827 numpy/_core/tests/test_multiarray.py::TestBinop::test_ufunc_binop_interaction PASSED
3828 numpy/_core/tests/test_multiarray.py::TestBinop::test_ufunc_binop_bad_array_priority[None] PASSED
3829 numpy/_core/tests/test_multiarray.py::TestBinop::test_ufunc_binop_bad_array_priority[runtime error] PASSED
3830 numpy/_core/tests/test_multiarray.py::TestBinop::test_ufunc_override_normalize_signature PASSED
3831 numpy/_core/tests/test_multiarray.py::TestBinop::test_array_ufunc_index PASSED
3832 numpy/_core/tests/test_multiarray.py::TestBinop::test_out_override PASSED
3833 numpy/_core/tests/test_multiarray.py::TestBinop::test_pow_override_with_errors PASSED
3834 numpy/_core/tests/test_multiarray.py::TestBinop::test_pow_array_object_dtype PASSED
3835 numpy/_core/tests/test_multiarray.py::TestBinop::test_pos_array_ufunc_override PASSED
3836 numpy/_core/tests/test_multiarray.py::TestTemporaryElide::test_extension_incref_elide PASSED
3837 numpy/_core/tests/test_multiarray.py::TestTemporaryElide::test_extension_incref_elide_stack PASSED
3838 numpy/_core/tests/test_multiarray.py::TestTemporaryElide::test_temporary_with_cast PASSED
3839 numpy/_core/tests/test_multiarray.py::TestTemporaryElide::test_elide_broadcast PASSED
3840 numpy/_core/tests/test_multiarray.py::TestTemporaryElide::test_elide_scalar PASSED
3841 numpy/_core/tests/test_multiarray.py::TestTemporaryElide::test_elide_scalar_readonly PASSED
3842 numpy/_core/tests/test_multiarray.py::TestTemporaryElide::test_elide_readonly PASSED
3843 numpy/_core/tests/test_multiarray.py::TestTemporaryElide::test_elide_updateifcopy PASSED
3844 numpy/_core/tests/test_multiarray.py::TestCAPI::test_IsPythonScalar PASSED
3845 numpy/_core/tests/test_multiarray.py::TestCAPI::test_intp_sequence_converters[run_scalar_intp_converter] PASSED
3846 numpy/_core/tests/test_multiarray.py::TestCAPI::test_intp_sequence_converters[run_scalar_intp_from_sequence] PASSED
3847 numpy/_core/tests/test_multiarray.py::TestCAPI::test_intp_sequence_converters_errors[run_scalar_intp_converter] PASSED
3848 numpy/_core/tests/test_multiarray.py::TestCAPI::test_intp_sequence_converters_errors[run_scalar_intp_from_sequence] PASSED
3849 numpy/_core/tests/test_multiarray.py::TestSubscripting::test_test_zero_rank PASSED
3850 numpy/_core/tests/test_multiarray.py::TestPickling::test_correct_protocol5_error_message SKIPPED
3851 numpy/_core/tests/test_multiarray.py::TestPickling::test_record_array_with_object_dtype PASSED
3852 numpy/_core/tests/test_multiarray.py::TestPickling::test_f_contiguous_array PASSED
3853 numpy/_core/tests/test_multiarray.py::TestPickling::test_non_contiguous_array PASSED
3854 numpy/_core/tests/test_multiarray.py::TestPickling::test_roundtrip PASSED
3855 numpy/_core/tests/test_multiarray.py::TestPickling::test_version0_int8 PASSED
3856 numpy/_core/tests/test_multiarray.py::TestPickling::test_version0_float32 PASSED
3857 numpy/_core/tests/test_multiarray.py::TestPickling::test_version0_object PASSED
3858 numpy/_core/tests/test_multiarray.py::TestPickling::test_version1_int8 PASSED
3859 numpy/_core/tests/test_multiarray.py::TestPickling::test_version1_float32 PASSED
3860 numpy/_core/tests/test_multiarray.py::TestPickling::test_version1_object PASSED
3861 numpy/_core/tests/test_multiarray.py::TestPickling::test_subarray_int_shape PASSED
3862 numpy/_core/tests/test_multiarray.py::TestPickling::test_datetime64_byteorder PASSED
3863 numpy/_core/tests/test_multiarray.py::TestFancyIndexing::test_list PASSED
3864 numpy/_core/tests/test_multiarray.py::TestFancyIndexing::test_tuple PASSED
3865 numpy/_core/tests/test_multiarray.py::TestFancyIndexing::test_mask PASSED
3866 numpy/_core/tests/test_multiarray.py::TestFancyIndexing::test_mask2 PASSED
3867 numpy/_core/tests/test_multiarray.py::TestFancyIndexing::test_assign_mask PASSED
3868 numpy/_core/tests/test_multiarray.py::TestFancyIndexing::test_assign_mask2 PASSED
3869 numpy/_core/tests/test_multiarray.py::TestStringCompare::test_string PASSED
3870 numpy/_core/tests/test_multiarray.py::TestStringCompare::test_mixed PASSED
3871 numpy/_core/tests/test_multiarray.py::TestStringCompare::test_unicode PASSED
3872 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size0-None] PASSED
3873 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size1--1] PASSED
3874 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size2-0] PASSED
3875 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size3-None] PASSED
3876 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size4--2] PASSED
3877 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size5--1] PASSED
3878 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size6-0] PASSED
3879 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size7-1] PASSED
3880 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size8-None] PASSED
3881 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size9--2] PASSED
3882 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size10--1] PASSED
3883 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size11-0] PASSED
3884 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size12-1] PASSED
3885 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size13-None] PASSED
3886 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size14--2] PASSED
3887 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size15--1] PASSED
3888 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size16-0] PASSED
3889 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size17-1] PASSED
3890 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size18-None] PASSED
3891 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size19--3] PASSED
3892 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size20--2] PASSED
3893 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size21--1] PASSED
3894 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size22-0] PASSED
3895 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size23-1] PASSED
3896 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size24-2] PASSED
3897 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size25-None] PASSED
3898 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size26--3] PASSED
3899 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size27--2] PASSED
3900 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size28--1] PASSED
3901 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size29-0] PASSED
3902 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size30-1] PASSED
3903 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size31-2] PASSED
3904 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size32-None] PASSED
3905 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size33--4] PASSED
3906 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size34--3] PASSED
3907 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size35--2] PASSED
3908 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size36--1] PASSED
3909 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size37-0] PASSED
3910 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size38-1] PASSED
3911 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size39-2] PASSED
3912 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size40-3] PASSED
3913 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size41-None] PASSED
3914 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size42--4] PASSED
3915 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size43--3] PASSED
3916 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size44--2] PASSED
3917 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size45--1] PASSED
3918 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size46-0] PASSED
3919 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size47-1] PASSED
3920 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size48-2] PASSED
3921 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size49-3] PASSED
3922 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size50-None] PASSED
3923 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size51--4] PASSED
3924 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size52--3] PASSED
3925 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size53--2] PASSED
3926 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size54--1] PASSED
3927 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size55-0] PASSED
3928 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size56-1] PASSED
3929 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size57-2] PASSED
3930 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size58-3] PASSED
3931 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size59-None] PASSED
3932 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size60--4] PASSED
3933 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size61--3] PASSED
3934 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size62--2] PASSED
3935 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size63--1] PASSED
3936 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size64-0] PASSED
3937 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size65-1] PASSED
3938 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size66-2] PASSED
3939 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size67-3] PASSED
3940 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size68-None] PASSED
3941 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size69--1] PASSED
3942 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size70-0] PASSED
3943 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size71-None] PASSED
3944 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size72--1] PASSED
3945 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size73-0] PASSED
3946 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size74-None] PASSED
3947 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size75--1] PASSED
3948 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size76-0] PASSED
3949 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmax-size77-None] PASSED
3950 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size0-None] PASSED
3951 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size1--1] PASSED
3952 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size2-0] PASSED
3953 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size3-None] PASSED
3954 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size4--2] PASSED
3955 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size5--1] PASSED
3956 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size6-0] PASSED
3957 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size7-1] PASSED
3958 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size8-None] PASSED
3959 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size9--2] PASSED
3960 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size10--1] PASSED
3961 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size11-0] PASSED
3962 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size12-1] PASSED
3963 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size13-None] PASSED
3964 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size14--2] PASSED
3965 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size15--1] PASSED
3966 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size16-0] PASSED
3967 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size17-1] PASSED
3968 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size18-None] PASSED
3969 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size19--3] PASSED
3970 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size20--2] PASSED
3971 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size21--1] PASSED
3972 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size22-0] PASSED
3973 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size23-1] PASSED
3974 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size24-2] PASSED
3975 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size25-None] PASSED
3976 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size26--3] PASSED
3977 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size27--2] PASSED
3978 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size28--1] PASSED
3979 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size29-0] PASSED
3980 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size30-1] PASSED
3981 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size31-2] PASSED
3982 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size32-None] PASSED
3983 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size33--4] PASSED
3984 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size34--3] PASSED
3985 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size35--2] PASSED
3986 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size36--1] PASSED
3987 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size37-0] PASSED
3988 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size38-1] PASSED
3989 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size39-2] PASSED
3990 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size40-3] PASSED
3991 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size41-None] PASSED
3992 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size42--4] PASSED
3993 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size43--3] PASSED
3994 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size44--2] PASSED
3995 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size45--1] PASSED
3996 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size46-0] PASSED
3997 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size47-1] PASSED
3998 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size48-2] PASSED
3999 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size49-3] PASSED
4000 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size50-None] PASSED
4001 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size51--4] PASSED
4002 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size52--3] PASSED
4003 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size53--2] PASSED
4004 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size54--1] PASSED
4005 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size55-0] PASSED
4006 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size56-1] PASSED
4007 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size57-2] PASSED
4008 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size58-3] PASSED
4009 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size59-None] PASSED
4010 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size60--4] PASSED
4011 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size61--3] PASSED
4012 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size62--2] PASSED
4013 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size63--1] PASSED
4014 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size64-0] PASSED
4015 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size65-1] PASSED
4016 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size66-2] PASSED
4017 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size67-3] PASSED
4018 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size68-None] PASSED
4019 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size69--1] PASSED
4020 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size70-0] PASSED
4021 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size71-None] PASSED
4022 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size72--1] PASSED
4023 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size73-0] PASSED
4024 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size74-None] PASSED
4025 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size75--1] PASSED
4026 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size76-0] PASSED
4027 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims[argmin-size77-None] PASSED
4028 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_all[max] PASSED
4029 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_all[min] PASSED
4030 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_output_shape[argmax] PASSED
4031 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_output_shape[argmin] PASSED
4032 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_ret_is_out[argmax-0] PASSED
4033 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_ret_is_out[argmax-1] PASSED
4034 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_ret_is_out[argmin-0] PASSED
4035 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_ret_is_out[argmin-1] PASSED
4036 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_unicode[zeros-argmax-5942-as] PASSED
4037 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_unicode[ones-argmin-6001-0] PASSED
4038 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_vs_ndarray[argmax-argmax] PASSED
4039 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_np_vs_ndarray[argmin-argmin] PASSED
4040 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_object_with_NULLs[argmax-vals0] PASSED
4041 numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon::test_object_with_NULLs[argmin-vals1] PASSED
4042 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data0] PASSED
4043 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data1] PASSED
4044 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data2] PASSED
4045 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data3] PASSED
4046 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data4] PASSED
4047 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data5] PASSED
4048 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data6] PASSED
4049 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data7] PASSED
4050 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data8] PASSED
4051 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data9] PASSED
4052 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data10] PASSED
4053 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data11] PASSED
4054 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data12] PASSED
4055 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data13] PASSED
4056 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data14] PASSED
4057 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data15] PASSED
4058 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data16] PASSED
4059 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data17] PASSED
4060 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data18] PASSED
4061 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data19] PASSED
4062 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data20] PASSED
4063 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data21] PASSED
4064 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data22] PASSED
4065 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data23] PASSED
4066 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data24] PASSED
4067 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data25] PASSED
4068 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data26] PASSED
4069 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data27] PASSED
4070 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data28] PASSED
4071 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data29] PASSED
4072 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data30] PASSED
4073 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data31] PASSED
4074 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data32] PASSED
4075 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data33] PASSED
4076 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data34] PASSED
4077 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data35] PASSED
4078 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data36] PASSED
4079 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data37] PASSED
4080 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data38] PASSED
4081 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data39] PASSED
4082 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data40] PASSED
4083 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data41] PASSED
4084 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data42] PASSED
4085 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data43] PASSED
4086 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data44] PASSED
4087 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data45] PASSED
4088 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data46] PASSED
4089 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data47] PASSED
4090 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data48] PASSED
4091 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data49] PASSED
4092 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data50] PASSED
4093 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data51] PASSED
4094 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data52] PASSED
4095 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data53] PASSED
4096 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data54] PASSED
4097 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data55] PASSED
4098 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data56] PASSED
4099 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data57] PASSED
4100 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data58] PASSED
4101 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data59] PASSED
4102 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data60] PASSED
4103 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data61] PASSED
4104 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data62] PASSED
4105 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data63] PASSED
4106 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data64] PASSED
4107 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data65] PASSED
4108 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data66] PASSED
4109 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data67] PASSED
4110 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data68] PASSED
4111 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data69] PASSED
4112 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data70] PASSED
4113 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data71] PASSED
4114 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data72] PASSED
4115 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data73] PASSED
4116 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data74] PASSED
4117 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data75] PASSED
4118 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data76] PASSED
4119 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data77] PASSED
4120 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data78] PASSED
4121 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data79] PASSED
4122 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data80] PASSED
4123 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data81] PASSED
4124 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data82] PASSED
4125 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data83] PASSED
4126 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data84] PASSED
4127 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data85] PASSED
4128 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data86] PASSED
4129 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data87] PASSED
4130 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data88] PASSED
4131 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data89] PASSED
4132 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data90] PASSED
4133 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data91] PASSED
4134 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data92] PASSED
4135 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data93] PASSED
4136 numpy/_core/tests/test_multiarray.py::TestArgmax::test_combinations[data94] PASSED
4137 numpy/_core/tests/test_multiarray.py::TestArgmax::test_maximum_signed_integers PASSED
4138 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data0] PASSED
4139 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data1] PASSED
4140 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data2] PASSED
4141 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data3] PASSED
4142 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data4] PASSED
4143 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data5] PASSED
4144 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data6] PASSED
4145 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data7] PASSED
4146 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data8] PASSED
4147 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data9] PASSED
4148 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data10] PASSED
4149 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data11] PASSED
4150 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data12] PASSED
4151 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data13] PASSED
4152 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data14] PASSED
4153 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data15] PASSED
4154 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data16] PASSED
4155 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data17] PASSED
4156 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data18] PASSED
4157 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data19] PASSED
4158 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data20] PASSED
4159 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data21] PASSED
4160 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data22] PASSED
4161 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data23] PASSED
4162 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data24] PASSED
4163 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data25] PASSED
4164 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data26] PASSED
4165 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data27] PASSED
4166 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data28] PASSED
4167 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data29] PASSED
4168 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data30] PASSED
4169 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data31] PASSED
4170 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data32] PASSED
4171 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data33] PASSED
4172 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data34] PASSED
4173 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data35] PASSED
4174 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data36] PASSED
4175 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data37] PASSED
4176 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data38] PASSED
4177 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data39] PASSED
4178 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data40] PASSED
4179 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data41] PASSED
4180 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data42] PASSED
4181 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data43] PASSED
4182 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data44] PASSED
4183 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data45] PASSED
4184 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data46] PASSED
4185 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data47] PASSED
4186 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data48] PASSED
4187 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data49] PASSED
4188 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data50] PASSED
4189 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data51] PASSED
4190 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data52] PASSED
4191 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data53] PASSED
4192 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data54] PASSED
4193 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data55] PASSED
4194 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data56] PASSED
4195 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data57] PASSED
4196 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data58] PASSED
4197 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data59] PASSED
4198 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data60] PASSED
4199 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data61] PASSED
4200 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data62] PASSED
4201 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data63] PASSED
4202 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data64] PASSED
4203 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data65] PASSED
4204 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data66] PASSED
4205 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data67] PASSED
4206 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data68] PASSED
4207 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data69] PASSED
4208 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data70] PASSED
4209 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data71] PASSED
4210 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data72] PASSED
4211 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data73] PASSED
4212 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data74] PASSED
4213 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data75] PASSED
4214 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data76] PASSED
4215 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data77] PASSED
4216 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data78] PASSED
4217 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data79] PASSED
4218 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data80] PASSED
4219 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data81] PASSED
4220 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data82] PASSED
4221 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data83] PASSED
4222 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data84] PASSED
4223 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data85] PASSED
4224 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data86] PASSED
4225 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data87] PASSED
4226 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data88] PASSED
4227 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data89] PASSED
4228 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data90] PASSED
4229 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data91] PASSED
4230 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data92] PASSED
4231 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data93] PASSED
4232 numpy/_core/tests/test_multiarray.py::TestArgmin::test_combinations[data94] PASSED
4233 numpy/_core/tests/test_multiarray.py::TestArgmin::test_minimum_signed_integers PASSED
4234 numpy/_core/tests/test_multiarray.py::TestMinMax::test_scalar PASSED
4235 numpy/_core/tests/test_multiarray.py::TestMinMax::test_axis PASSED
4236 numpy/_core/tests/test_multiarray.py::TestMinMax::test_datetime PASSED
4237 numpy/_core/tests/test_multiarray.py::TestNewaxis::test_basic PASSED
4238 numpy/_core/tests/test_multiarray.py::TestClip::test_basic PASSED
4239 numpy/_core/tests/test_multiarray.py::TestClip::test_int_range_error[False] PASSED
4240 numpy/_core/tests/test_multiarray.py::TestClip::test_int_range_error[True] PASSED
4241 numpy/_core/tests/test_multiarray.py::TestClip::test_record_array PASSED
4242 numpy/_core/tests/test_multiarray.py::TestClip::test_max_or_min PASSED
4243 numpy/_core/tests/test_multiarray.py::TestClip::test_nan PASSED
4244 numpy/_core/tests/test_multiarray.py::TestCompress::test_axis PASSED
4245 numpy/_core/tests/test_multiarray.py::TestCompress::test_truncate PASSED
4246 numpy/_core/tests/test_multiarray.py::TestCompress::test_flatten PASSED
4247 numpy/_core/tests/test_multiarray.py::TestPutmask::test_ip_types PASSED
4248 numpy/_core/tests/test_multiarray.py::TestPutmask::test_mask_size PASSED
4249 numpy/_core/tests/test_multiarray.py::TestPutmask::test_byteorder[>i4] PASSED
4250 numpy/_core/tests/test_multiarray.py::TestPutmask::test_byteorder[<i4] PASSED
4251 numpy/_core/tests/test_multiarray.py::TestPutmask::test_record_array PASSED
4252 numpy/_core/tests/test_multiarray.py::TestPutmask::test_overlaps PASSED
4253 numpy/_core/tests/test_multiarray.py::TestPutmask::test_writeable PASSED
4254 numpy/_core/tests/test_multiarray.py::TestPutmask::test_kwargs PASSED
4255 numpy/_core/tests/test_multiarray.py::TestTake::test_ip_types PASSED
4256 numpy/_core/tests/test_multiarray.py::TestTake::test_raise PASSED
4257 numpy/_core/tests/test_multiarray.py::TestTake::test_clip PASSED
4258 numpy/_core/tests/test_multiarray.py::TestTake::test_wrap PASSED
4259 numpy/_core/tests/test_multiarray.py::TestTake::test_byteorder[>i4] PASSED
4260 numpy/_core/tests/test_multiarray.py::TestTake::test_byteorder[<i4] PASSED
4261 numpy/_core/tests/test_multiarray.py::TestTake::test_record_array PASSED
4262 numpy/_core/tests/test_multiarray.py::TestTake::test_out_overlap PASSED
4263 numpy/_core/tests/test_multiarray.py::TestTake::test_ret_is_out[shape0] PASSED
4264 numpy/_core/tests/test_multiarray.py::TestTake::test_ret_is_out[shape1] PASSED
4265 numpy/_core/tests/test_multiarray.py::TestTake::test_ret_is_out[shape2] PASSED
4266 numpy/_core/tests/test_multiarray.py::TestLexsort::test_basic[uint8] PASSED
4267 numpy/_core/tests/test_multiarray.py::TestLexsort::test_basic[uint16] PASSED
4268 numpy/_core/tests/test_multiarray.py::TestLexsort::test_basic[uint32] PASSED
4269 numpy/_core/tests/test_multiarray.py::TestLexsort::test_basic[uint64] PASSED
4270 numpy/_core/tests/test_multiarray.py::TestLexsort::test_basic[int8] PASSED
4271 numpy/_core/tests/test_multiarray.py::TestLexsort::test_basic[int16] PASSED
4272 numpy/_core/tests/test_multiarray.py::TestLexsort::test_basic[int32] PASSED
4273 numpy/_core/tests/test_multiarray.py::TestLexsort::test_basic[int64] PASSED
4274 numpy/_core/tests/test_multiarray.py::TestLexsort::test_basic[float16] PASSED
4275 numpy/_core/tests/test_multiarray.py::TestLexsort::test_basic[float32] PASSED
4276 numpy/_core/tests/test_multiarray.py::TestLexsort::test_basic[float64] PASSED
4277 numpy/_core/tests/test_multiarray.py::TestLexsort::test_mixed PASSED
4278 numpy/_core/tests/test_multiarray.py::TestLexsort::test_datetime PASSED
4279 numpy/_core/tests/test_multiarray.py::TestLexsort::test_object PASSED
4280 numpy/_core/tests/test_multiarray.py::TestLexsort::test_invalid_axis PASSED
4281 numpy/_core/tests/test_multiarray.py::TestIO::test_nofile PASSED
4282 numpy/_core/tests/test_multiarray.py::TestIO::test_bool_fromstring PASSED
4283 numpy/_core/tests/test_multiarray.py::TestIO::test_uint64_fromstring PASSED
4284 numpy/_core/tests/test_multiarray.py::TestIO::test_int64_fromstring PASSED
4285 numpy/_core/tests/test_multiarray.py::TestIO::test_fromstring_count0 PASSED
4286 numpy/_core/tests/test_multiarray.py::TestIO::test_empty_files_text[string] PASSED
4287 numpy/_core/tests/test_multiarray.py::TestIO::test_empty_files_text[path_obj] PASSED
4288 numpy/_core/tests/test_multiarray.py::TestIO::test_empty_files_binary[string] PASSED
4289 numpy/_core/tests/test_multiarray.py::TestIO::test_empty_files_binary[path_obj] PASSED
4290 numpy/_core/tests/test_multiarray.py::TestIO::test_roundtrip_file[string] PASSED
4291 numpy/_core/tests/test_multiarray.py::TestIO::test_roundtrip_file[path_obj] PASSED
4292 numpy/_core/tests/test_multiarray.py::TestIO::test_roundtrip[string] PASSED
4293 numpy/_core/tests/test_multiarray.py::TestIO::test_roundtrip[path_obj] PASSED
4294 numpy/_core/tests/test_multiarray.py::TestIO::test_roundtrip_dump_pathlib[string] PASSED
4295 numpy/_core/tests/test_multiarray.py::TestIO::test_roundtrip_dump_pathlib[path_obj] PASSED
4296 numpy/_core/tests/test_multiarray.py::TestIO::test_roundtrip_binary_str PASSED
4297 numpy/_core/tests/test_multiarray.py::TestIO::test_roundtrip_str PASSED
4298 numpy/_core/tests/test_multiarray.py::TestIO::test_roundtrip_repr PASSED
4299 numpy/_core/tests/test_multiarray.py::TestIO::test_unseekable_fromfile[string] PASSED
4300 numpy/_core/tests/test_multiarray.py::TestIO::test_unseekable_fromfile[path_obj] PASSED
4301 numpy/_core/tests/test_multiarray.py::TestIO::test_io_open_unbuffered_fromfile[string] PASSED
4302 numpy/_core/tests/test_multiarray.py::TestIO::test_io_open_unbuffered_fromfile[path_obj] PASSED
4303 numpy/_core/tests/test_multiarray.py::TestIO::test_largish_file[string] PASSED
4304 numpy/_core/tests/test_multiarray.py::TestIO::test_largish_file[path_obj] PASSED
4305 numpy/_core/tests/test_multiarray.py::TestIO::test_io_open_buffered_fromfile[string] PASSED
4306 numpy/_core/tests/test_multiarray.py::TestIO::test_io_open_buffered_fromfile[path_obj] PASSED
4307 numpy/_core/tests/test_multiarray.py::TestIO::test_file_position_after_fromfile[string] PASSED
4308 numpy/_core/tests/test_multiarray.py::TestIO::test_file_position_after_fromfile[path_obj] PASSED
4309 numpy/_core/tests/test_multiarray.py::TestIO::test_file_position_after_tofile[string] PASSED
4310 numpy/_core/tests/test_multiarray.py::TestIO::test_file_position_after_tofile[path_obj] PASSED
4311 numpy/_core/tests/test_multiarray.py::TestIO::test_load_object_array_fromfile[string] PASSED
4312 numpy/_core/tests/test_multiarray.py::TestIO::test_load_object_array_fromfile[path_obj] PASSED
4313 numpy/_core/tests/test_multiarray.py::TestIO::test_fromfile_offset[string] PASSED
4314 numpy/_core/tests/test_multiarray.py::TestIO::test_fromfile_offset[path_obj] PASSED
4315 numpy/_core/tests/test_multiarray.py::TestIO::test_fromfile_bad_dup[string] PASSED
4316 numpy/_core/tests/test_multiarray.py::TestIO::test_fromfile_bad_dup[path_obj] PASSED
4317 numpy/_core/tests/test_multiarray.py::TestIO::test_nan[string-period] PASSED
4318 numpy/_core/tests/test_multiarray.py::TestIO::test_nan[string-comma] PASSED
4319 numpy/_core/tests/test_multiarray.py::TestIO::test_nan[path_obj-period] PASSED
4320 numpy/_core/tests/test_multiarray.py::TestIO::test_nan[path_obj-comma] PASSED
4321 numpy/_core/tests/test_multiarray.py::TestIO::test_inf[string-period] PASSED
4322 numpy/_core/tests/test_multiarray.py::TestIO::test_inf[string-comma] PASSED
4323 numpy/_core/tests/test_multiarray.py::TestIO::test_inf[path_obj-period] PASSED
4324 numpy/_core/tests/test_multiarray.py::TestIO::test_inf[path_obj-comma] PASSED
4325 numpy/_core/tests/test_multiarray.py::TestIO::test_numbers[string-period] PASSED
4326 numpy/_core/tests/test_multiarray.py::TestIO::test_numbers[string-comma] PASSED
4327 numpy/_core/tests/test_multiarray.py::TestIO::test_numbers[path_obj-period] PASSED
4328 numpy/_core/tests/test_multiarray.py::TestIO::test_numbers[path_obj-comma] PASSED
4329 numpy/_core/tests/test_multiarray.py::TestIO::test_binary[string] PASSED
4330 numpy/_core/tests/test_multiarray.py::TestIO::test_binary[path_obj] PASSED
4331 numpy/_core/tests/test_multiarray.py::TestIO::test_string[string] PASSED
4332 numpy/_core/tests/test_multiarray.py::TestIO::test_string[path_obj] PASSED
4333 numpy/_core/tests/test_multiarray.py::TestIO::test_counted_string[string-period] PASSED
4334 numpy/_core/tests/test_multiarray.py::TestIO::test_counted_string[string-comma] PASSED
4335 numpy/_core/tests/test_multiarray.py::TestIO::test_counted_string[path_obj-period] PASSED
4336 numpy/_core/tests/test_multiarray.py::TestIO::test_counted_string[path_obj-comma] PASSED
4337 numpy/_core/tests/test_multiarray.py::TestIO::test_string_with_ws[string] PASSED
4338 numpy/_core/tests/test_multiarray.py::TestIO::test_string_with_ws[path_obj] PASSED
4339 numpy/_core/tests/test_multiarray.py::TestIO::test_counted_string_with_ws[string] PASSED
4340 numpy/_core/tests/test_multiarray.py::TestIO::test_counted_string_with_ws[path_obj] PASSED
4341 numpy/_core/tests/test_multiarray.py::TestIO::test_ascii[string-period] PASSED
4342 numpy/_core/tests/test_multiarray.py::TestIO::test_ascii[string-comma] PASSED
4343 numpy/_core/tests/test_multiarray.py::TestIO::test_ascii[path_obj-period] PASSED
4344 numpy/_core/tests/test_multiarray.py::TestIO::test_ascii[path_obj-comma] PASSED
4345 numpy/_core/tests/test_multiarray.py::TestIO::test_malformed[string-period] PASSED
4346 numpy/_core/tests/test_multiarray.py::TestIO::test_malformed[string-comma] PASSED
4347 numpy/_core/tests/test_multiarray.py::TestIO::test_malformed[path_obj-period] PASSED
4348 numpy/_core/tests/test_multiarray.py::TestIO::test_malformed[path_obj-comma] PASSED
4349 numpy/_core/tests/test_multiarray.py::TestIO::test_long_sep[string] PASSED
4350 numpy/_core/tests/test_multiarray.py::TestIO::test_long_sep[path_obj] PASSED
4351 numpy/_core/tests/test_multiarray.py::TestIO::test_dtype[string] PASSED
4352 numpy/_core/tests/test_multiarray.py::TestIO::test_dtype[path_obj] PASSED
4353 numpy/_core/tests/test_multiarray.py::TestIO::test_dtype_bool[string] PASSED
4354 numpy/_core/tests/test_multiarray.py::TestIO::test_dtype_bool[path_obj] PASSED
4355 numpy/_core/tests/test_multiarray.py::TestIO::test_tofile_sep[string-period] PASSED
4356 numpy/_core/tests/test_multiarray.py::TestIO::test_tofile_sep[string-comma] PASSED
4357 numpy/_core/tests/test_multiarray.py::TestIO::test_tofile_sep[path_obj-period] PASSED
4358 numpy/_core/tests/test_multiarray.py::TestIO::test_tofile_sep[path_obj-comma] PASSED
4359 numpy/_core/tests/test_multiarray.py::TestIO::test_tofile_format[string-period] PASSED
4360 numpy/_core/tests/test_multiarray.py::TestIO::test_tofile_format[string-comma] PASSED
4361 numpy/_core/tests/test_multiarray.py::TestIO::test_tofile_format[path_obj-period] PASSED
4362 numpy/_core/tests/test_multiarray.py::TestIO::test_tofile_format[path_obj-comma] PASSED
4363 numpy/_core/tests/test_multiarray.py::TestIO::test_tofile_cleanup[string] PASSED
4364 numpy/_core/tests/test_multiarray.py::TestIO::test_tofile_cleanup[path_obj] PASSED
4365 numpy/_core/tests/test_multiarray.py::TestIO::test_fromfile_subarray_binary[string] PASSED
4366 numpy/_core/tests/test_multiarray.py::TestIO::test_fromfile_subarray_binary[path_obj] PASSED
4367 numpy/_core/tests/test_multiarray.py::TestIO::test_parsing_subarray_unsupported[string] PASSED
4368 numpy/_core/tests/test_multiarray.py::TestIO::test_parsing_subarray_unsupported[path_obj] PASSED
4369 numpy/_core/tests/test_multiarray.py::TestIO::test_read_shorter_than_count_subarray[string] PASSED
4370 numpy/_core/tests/test_multiarray.py::TestIO::test_read_shorter_than_count_subarray[path_obj] PASSED
4371 numpy/_core/tests/test_multiarray.py::TestFromBuffer::test_basic[float-<] PASSED
4372 numpy/_core/tests/test_multiarray.py::TestFromBuffer::test_basic[float->] PASSED
4373 numpy/_core/tests/test_multiarray.py::TestFromBuffer::test_basic[int-<] PASSED
4374 numpy/_core/tests/test_multiarray.py::TestFromBuffer::test_basic[int->] PASSED
4375 numpy/_core/tests/test_multiarray.py::TestFromBuffer::test_basic[complex-<] PASSED
4376 numpy/_core/tests/test_multiarray.py::TestFromBuffer::test_basic[complex->] PASSED
4377 numpy/_core/tests/test_multiarray.py::TestFromBuffer::test_array_base[obj0] PASSED
4378 numpy/_core/tests/test_multiarray.py::TestFromBuffer::test_array_base[12345678] PASSED
4379 numpy/_core/tests/test_multiarray.py::TestFromBuffer::test_empty PASSED
4380 numpy/_core/tests/test_multiarray.py::TestFromBuffer::test_mmap_close PASSED
4381 numpy/_core/tests/test_multiarray.py::TestFlat::test_contiguous PASSED
4382 numpy/_core/tests/test_multiarray.py::TestFlat::test_discontiguous PASSED
4383 numpy/_core/tests/test_multiarray.py::TestFlat::test___array__ PASSED
4384 numpy/_core/tests/test_multiarray.py::TestFlat::test_refcount PASSED
4385 numpy/_core/tests/test_multiarray.py::TestFlat::test_index_getset PASSED
4386 numpy/_core/tests/test_multiarray.py::TestFlat::test_maxdims PASSED
4387 numpy/_core/tests/test_multiarray.py::TestResize::test_basic PASSED
4388 numpy/_core/tests/test_multiarray.py::TestResize::test_check_reference PASSED
4389 numpy/_core/tests/test_multiarray.py::TestResize::test_int_shape PASSED
4390 numpy/_core/tests/test_multiarray.py::TestResize::test_none_shape PASSED
4391 numpy/_core/tests/test_multiarray.py::TestResize::test_0d_shape PASSED
4392 numpy/_core/tests/test_multiarray.py::TestResize::test_invalid_arguments PASSED
4393 numpy/_core/tests/test_multiarray.py::TestResize::test_freeform_shape PASSED
4394 numpy/_core/tests/test_multiarray.py::TestResize::test_zeros_appended PASSED
4395 numpy/_core/tests/test_multiarray.py::TestResize::test_obj_obj PASSED
4396 numpy/_core/tests/test_multiarray.py::TestResize::test_empty_view PASSED
4397 numpy/_core/tests/test_multiarray.py::TestResize::test_check_weakref PASSED
4398 numpy/_core/tests/test_multiarray.py::TestRecord::test_field_rename PASSED
4399 numpy/_core/tests/test_multiarray.py::TestRecord::test_multiple_field_name_occurrence PASSED
4400 numpy/_core/tests/test_multiarray.py::TestRecord::test_bytes_fields PASSED
4401 numpy/_core/tests/test_multiarray.py::TestRecord::test_multiple_field_name_unicode PASSED
4402 numpy/_core/tests/test_multiarray.py::TestRecord::test_fromarrays_unicode PASSED
4403 numpy/_core/tests/test_multiarray.py::TestRecord::test_unicode_order PASSED
4404 numpy/_core/tests/test_multiarray.py::TestRecord::test_field_names PASSED
4405 numpy/_core/tests/test_multiarray.py::TestRecord::test_record_hash PASSED
4406 numpy/_core/tests/test_multiarray.py::TestRecord::test_record_no_hash PASSED
4407 numpy/_core/tests/test_multiarray.py::TestRecord::test_empty_structure_creation PASSED
4408 numpy/_core/tests/test_multiarray.py::TestRecord::test_multifield_indexing_view PASSED
4409 numpy/_core/tests/test_multiarray.py::TestView::test_basic PASSED
4410 numpy/_core/tests/test_multiarray.py::TestStats::test_python_type PASSED
4411 numpy/_core/tests/test_multiarray.py::TestStats::test_keepdims PASSED
4412 numpy/_core/tests/test_multiarray.py::TestStats::test_out PASSED
4413 numpy/_core/tests/test_multiarray.py::TestStats::test_dtype_from_input PASSED
4414 numpy/_core/tests/test_multiarray.py::TestStats::test_dtype_from_dtype PASSED
4415 numpy/_core/tests/test_multiarray.py::TestStats::test_ddof PASSED
4416 numpy/_core/tests/test_multiarray.py::TestStats::test_ddof_too_big PASSED
4417 numpy/_core/tests/test_multiarray.py::TestStats::test_empty PASSED
4418 numpy/_core/tests/test_multiarray.py::TestStats::test_mean_values PASSED
4419 numpy/_core/tests/test_multiarray.py::TestStats::test_mean_float16 PASSED
4420 numpy/_core/tests/test_multiarray.py::TestStats::test_mean_axis_error PASSED
4421 numpy/_core/tests/test_multiarray.py::TestStats::test_mean_where PASSED
4422 numpy/_core/tests/test_multiarray.py::TestStats::test_var_values PASSED
4423 numpy/_core/tests/test_multiarray.py::TestStats::test_var_complex_values[complex64-6] PASSED
4424 numpy/_core/tests/test_multiarray.py::TestStats::test_var_complex_values[complex128-7] PASSED
4425 numpy/_core/tests/test_multiarray.py::TestStats::test_var_complex_values[clongdouble-7] PASSED
4426 numpy/_core/tests/test_multiarray.py::TestStats::test_var_dimensions PASSED
4427 numpy/_core/tests/test_multiarray.py::TestStats::test_var_complex_byteorder PASSED
4428 numpy/_core/tests/test_multiarray.py::TestStats::test_var_axis_error PASSED
4429 numpy/_core/tests/test_multiarray.py::TestStats::test_var_where PASSED
4430 numpy/_core/tests/test_multiarray.py::TestStats::test_std_values PASSED
4431 numpy/_core/tests/test_multiarray.py::TestStats::test_std_where PASSED
4432 numpy/_core/tests/test_multiarray.py::TestStats::test_subclass PASSED
4433 numpy/_core/tests/test_multiarray.py::TestVdot::test_basic PASSED
4434 numpy/_core/tests/test_multiarray.py::TestVdot::test_vdot_array_order PASSED
4435 numpy/_core/tests/test_multiarray.py::TestVdot::test_vdot_uncontiguous PASSED
4436 numpy/_core/tests/test_multiarray.py::TestDot::test_dotmatmat PASSED
4437 numpy/_core/tests/test_multiarray.py::TestDot::test_dotmatvec PASSED
4438 numpy/_core/tests/test_multiarray.py::TestDot::test_dotmatvec2 PASSED
4439 numpy/_core/tests/test_multiarray.py::TestDot::test_dotvecmat PASSED
4440 numpy/_core/tests/test_multiarray.py::TestDot::test_dotvecmat2 PASSED
4441 numpy/_core/tests/test_multiarray.py::TestDot::test_dotvecmat3 PASSED
4442 numpy/_core/tests/test_multiarray.py::TestDot::test_dotvecvecouter PASSED
4443 numpy/_core/tests/test_multiarray.py::TestDot::test_dotvecvecinner PASSED
4444 numpy/_core/tests/test_multiarray.py::TestDot::test_dotcolumnvect1 PASSED
4445 numpy/_core/tests/test_multiarray.py::TestDot::test_dotcolumnvect2 PASSED
4446 numpy/_core/tests/test_multiarray.py::TestDot::test_dotvecscalar PASSED
4447 numpy/_core/tests/test_multiarray.py::TestDot::test_dotvecscalar2 PASSED
4448 numpy/_core/tests/test_multiarray.py::TestDot::test_all PASSED
4449 numpy/_core/tests/test_multiarray.py::TestDot::test_vecobject PASSED
4450 numpy/_core/tests/test_multiarray.py::TestDot::test_dot_2args PASSED
4451 numpy/_core/tests/test_multiarray.py::TestDot::test_dot_3args PASSED
4452 numpy/_core/tests/test_multiarray.py::TestDot::test_dot_3args_errors PASSED
4453 numpy/_core/tests/test_multiarray.py::TestDot::test_dot_out_result PASSED
4454 numpy/_core/tests/test_multiarray.py::TestDot::test_dot_out_aliasing PASSED
4455 numpy/_core/tests/test_multiarray.py::TestDot::test_dot_array_order PASSED
4456 numpy/_core/tests/test_multiarray.py::TestDot::test_accelerate_framework_sgemv_fix PASSED
4457 numpy/_core/tests/test_multiarray.py::TestDot::test_huge_vectordot[float64] SKIPPED
4458 numpy/_core/tests/test_multiarray.py::TestDot::test_huge_vectordot[complex128] SKIPPED
4459 numpy/_core/tests/test_multiarray.py::TestDot::test_dtype_discovery_fails PASSED
4460 numpy/_core/tests/test_multiarray.py::TestMatmul::test_exceptions PASSED
4461 numpy/_core/tests/test_multiarray.py::TestMatmul::test_shapes PASSED
4462 numpy/_core/tests/test_multiarray.py::TestMatmul::test_result_types PASSED
4463 numpy/_core/tests/test_multiarray.py::TestMatmul::test_scalar_output PASSED
4464 numpy/_core/tests/test_multiarray.py::TestMatmul::test_vector_vector_values PASSED
4465 numpy/_core/tests/test_multiarray.py::TestMatmul::test_vector_matrix_values PASSED
4466 numpy/_core/tests/test_multiarray.py::TestMatmul::test_matrix_vector_values PASSED
4467 numpy/_core/tests/test_multiarray.py::TestMatmul::test_matrix_matrix_values PASSED
4468 numpy/_core/tests/test_multiarray.py::TestMatmul::test_out_arg PASSED
4469 numpy/_core/tests/test_multiarray.py::TestMatmul::test_empty_out PASSED
4470 numpy/_core/tests/test_multiarray.py::TestMatmul::test_out_contiguous PASSED
4471 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args0] PASSED
4472 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args1] PASSED
4473 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args2] PASSED
4474 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args3] PASSED
4475 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args4] PASSED
4476 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args5] PASSED
4477 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args6] PASSED
4478 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args7] PASSED
4479 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args8] PASSED
4480 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args9] PASSED
4481 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args10] PASSED
4482 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args11] PASSED
4483 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args12] PASSED
4484 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args13] PASSED
4485 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args14] PASSED
4486 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args15] PASSED
4487 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args16] PASSED
4488 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args17] PASSED
4489 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args18] PASSED
4490 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args19] PASSED
4491 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args20] PASSED
4492 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args21] PASSED
4493 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args22] PASSED
4494 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args23] PASSED
4495 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args24] PASSED
4496 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args25] PASSED
4497 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args26] PASSED
4498 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args27] PASSED
4499 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args28] PASSED
4500 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args29] PASSED
4501 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args30] PASSED
4502 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args31] PASSED
4503 numpy/_core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args32] PASSED
4504 numpy/_core/tests/test_multiarray.py::TestMatmul::test_matmul_object PASSED
4505 numpy/_core/tests/test_multiarray.py::TestMatmul::test_matmul_object_type_scalar PASSED
4506 numpy/_core/tests/test_multiarray.py::TestMatmul::test_matmul_empty PASSED
4507 numpy/_core/tests/test_multiarray.py::TestMatmul::test_matmul_exception_multiply PASSED
4508 numpy/_core/tests/test_multiarray.py::TestMatmul::test_matmul_exception_add PASSED
4509 numpy/_core/tests/test_multiarray.py::TestMatmul::test_matmul_bool PASSED
4510 numpy/_core/tests/test_multiarray.py::TestMatmulOperator::test_exceptions PASSED
4511 numpy/_core/tests/test_multiarray.py::TestMatmulOperator::test_shapes PASSED
4512 numpy/_core/tests/test_multiarray.py::TestMatmulOperator::test_result_types PASSED
4513 numpy/_core/tests/test_multiarray.py::TestMatmulOperator::test_scalar_output PASSED
4514 numpy/_core/tests/test_multiarray.py::TestMatmulOperator::test_vector_vector_values PASSED
4515 numpy/_core/tests/test_multiarray.py::TestMatmulOperator::test_vector_matrix_values PASSED
4516 numpy/_core/tests/test_multiarray.py::TestMatmulOperator::test_matrix_vector_values PASSED
4517 numpy/_core/tests/test_multiarray.py::TestMatmulOperator::test_matrix_matrix_values PASSED
4518 numpy/_core/tests/test_multiarray.py::TestMatmulOperator::test_array_priority_override PASSED
4519 numpy/_core/tests/test_multiarray.py::TestMatmulOperator::test_matmul_raises PASSED
4520 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[?-?] PASSED
4521 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[b-?] PASSED
4522 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[b-b] PASSED
4523 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[h-?] PASSED
4524 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[h-b] PASSED
4525 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[h-h] PASSED
4526 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[h-B] PASSED
4527 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[i-?] PASSED
4528 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[i-b] PASSED
4529 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[i-h] PASSED
4530 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[i-i] PASSED
4531 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[i-B] PASSED
4532 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[i-H] PASSED
4533 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[l-?] PASSED
4534 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[l-b] PASSED
4535 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[l-h] PASSED
4536 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[l-i] PASSED
4537 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[l-l] PASSED
4538 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[l-q] PASSED
4539 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[l-B] PASSED
4540 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[l-H] PASSED
4541 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[l-I] PASSED
4542 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[q-?] PASSED
4543 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[q-b] PASSED
4544 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[q-h] PASSED
4545 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[q-i] PASSED
4546 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[q-l] PASSED
4547 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[q-q] PASSED
4548 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[q-B] PASSED
4549 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[q-H] PASSED
4550 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[q-I] PASSED
4551 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[B-?] PASSED
4552 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[B-B] PASSED
4553 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[H-?] PASSED
4554 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[H-B] PASSED
4555 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[H-H] PASSED
4556 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[I-?] PASSED
4557 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[I-B] PASSED
4558 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[I-H] PASSED
4559 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[I-I] PASSED
4560 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[L-?] PASSED
4561 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[L-B] PASSED
4562 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[L-H] PASSED
4563 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[L-I] PASSED
4564 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[L-L] PASSED
4565 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[L-Q] PASSED
4566 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[Q-?] PASSED
4567 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[Q-B] PASSED
4568 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[Q-H] PASSED
4569 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[Q-I] PASSED
4570 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[Q-L] PASSED
4571 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[Q-Q] PASSED
4572 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[e-?] PASSED
4573 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[e-b] PASSED
4574 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[e-B] PASSED
4575 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[e-e] PASSED
4576 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[f-?] PASSED
4577 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[f-b] PASSED
4578 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[f-h] PASSED
4579 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[f-B] PASSED
4580 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[f-H] PASSED
4581 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[f-e] PASSED
4582 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[f-f] PASSED
4583 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[d-?] PASSED
4584 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[d-b] PASSED
4585 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[d-h] PASSED
4586 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[d-i] PASSED
4587 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[d-l] PASSED
4588 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[d-q] PASSED
4589 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[d-B] PASSED
4590 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[d-H] PASSED
4591 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[d-I] PASSED
4592 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[d-L] PASSED
4593 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[d-Q] PASSED
4594 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[d-e] PASSED
4595 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[d-f] PASSED
4596 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[d-d] PASSED
4597 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-?] PASSED
4598 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-b] PASSED
4599 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-h] PASSED
4600 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-i] PASSED
4601 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-l] PASSED
4602 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-q] PASSED
4603 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-B] PASSED
4604 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-H] PASSED
4605 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-I] PASSED
4606 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-L] PASSED
4607 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-Q] PASSED
4608 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-e] PASSED
4609 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-f] PASSED
4610 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-d] PASSED
4611 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[g-g] PASSED
4612 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[F-?] PASSED
4613 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[F-b] PASSED
4614 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[F-h] PASSED
4615 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[F-B] PASSED
4616 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[F-H] PASSED
4617 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[F-e] PASSED
4618 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[F-f] PASSED
4619 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[F-F] PASSED
4620 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-?] PASSED
4621 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-b] PASSED
4622 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-h] PASSED
4623 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-i] PASSED
4624 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-l] PASSED
4625 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-q] PASSED
4626 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-B] PASSED
4627 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-H] PASSED
4628 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-I] PASSED
4629 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-L] PASSED
4630 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-Q] PASSED
4631 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-e] PASSED
4632 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-f] PASSED
4633 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-d] PASSED
4634 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-F] PASSED
4635 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[D-D] PASSED
4636 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-?] PASSED
4637 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-b] PASSED
4638 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-h] PASSED
4639 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-i] PASSED
4640 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-l] PASSED
4641 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-q] PASSED
4642 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-B] PASSED
4643 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-H] PASSED
4644 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-I] PASSED
4645 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-L] PASSED
4646 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-Q] PASSED
4647 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-e] PASSED
4648 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-f] PASSED
4649 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-d] PASSED
4650 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-g] PASSED
4651 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-F] PASSED
4652 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-D] PASSED
4653 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[G-G] PASSED
4654 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-?] PASSED
4655 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-b] PASSED
4656 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-h] PASSED
4657 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-i] PASSED
4658 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-l] PASSED
4659 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-q] PASSED
4660 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-B] PASSED
4661 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-H] PASSED
4662 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-I] PASSED
4663 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-L] PASSED
4664 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-Q] PASSED
4665 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-e] PASSED
4666 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-f] PASSED
4667 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-d] PASSED
4668 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-g] PASSED
4669 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-F] PASSED
4670 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-D] PASSED
4671 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-G] PASSED
4672 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_basic[O-O] PASSED
4673 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_shapes[2d_large] PASSED
4674 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_shapes[3d_large] PASSED
4675 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_shapes[1d] PASSED
4676 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_shapes[2d_1d] PASSED
4677 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_shapes[1d_2d] PASSED
4678 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_shapes[2d_broadcast] PASSED
4679 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_shapes[2d_broadcast_reverse] PASSED
4680 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_shapes[3d_broadcast1] PASSED
4681 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_shapes[3d_broadcast2] PASSED
4682 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_shapes[3d_broadcast3] PASSED
4683 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_shapes[3d_broadcast_reverse1] PASSED
4684 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_shapes[3d_broadcast_reverse2] PASSED
4685 numpy/_core/tests/test_multiarray.py::TestMatmulInplace::test_shapes[3d_broadcast_reverse3] PASSED
4686 numpy/_core/tests/test_multiarray.py::test_matmul_axes PASSED
4687 numpy/_core/tests/test_multiarray.py::TestInner::test_inner_type_mismatch PASSED
4688 numpy/_core/tests/test_multiarray.py::TestInner::test_inner_scalar_and_vector PASSED
4689 numpy/_core/tests/test_multiarray.py::TestInner::test_vecself PASSED
4690 numpy/_core/tests/test_multiarray.py::TestInner::test_inner_product_with_various_contiguities PASSED
4691 numpy/_core/tests/test_multiarray.py::TestInner::test_3d_tensor PASSED
4692 numpy/_core/tests/test_multiarray.py::TestChoose::test_basic PASSED
4693 numpy/_core/tests/test_multiarray.py::TestChoose::test_broadcast1 PASSED
4694 numpy/_core/tests/test_multiarray.py::TestChoose::test_broadcast2 PASSED
4695 numpy/_core/tests/test_multiarray.py::TestChoose::test_output_dtype[ops0] PASSED
4696 numpy/_core/tests/test_multiarray.py::TestChoose::test_output_dtype[ops1] PASSED
4697 numpy/_core/tests/test_multiarray.py::TestChoose::test_output_dtype[ops2] PASSED
4698 numpy/_core/tests/test_multiarray.py::TestChoose::test_output_dtype[ops3] PASSED
4699 numpy/_core/tests/test_multiarray.py::TestChoose::test_dimension_and_args_limit PASSED
4700 numpy/_core/tests/test_multiarray.py::TestRepeat::test_basic PASSED
4701 numpy/_core/tests/test_multiarray.py::TestRepeat::test_broadcast1 PASSED
4702 numpy/_core/tests/test_multiarray.py::TestRepeat::test_axis_spec PASSED
4703 numpy/_core/tests/test_multiarray.py::TestRepeat::test_broadcast2 PASSED
4704 numpy/_core/tests/test_multiarray.py::TestNeighborhoodIter::test_simple2d[float] PASSED
4705 numpy/_core/tests/test_multiarray.py::TestNeighborhoodIter::test_simple2d[object] PASSED
4706 numpy/_core/tests/test_multiarray.py::TestNeighborhoodIter::test_mirror2d[float] PASSED
4707 numpy/_core/tests/test_multiarray.py::TestNeighborhoodIter::test_mirror2d[object] PASSED
4708 numpy/_core/tests/test_multiarray.py::TestNeighborhoodIter::test_simple[float] PASSED
4709 numpy/_core/tests/test_multiarray.py::TestNeighborhoodIter::test_simple[object] PASSED
4710 numpy/_core/tests/test_multiarray.py::TestNeighborhoodIter::test_mirror[float] PASSED
4711 numpy/_core/tests/test_multiarray.py::TestNeighborhoodIter::test_mirror[object] PASSED
4712 numpy/_core/tests/test_multiarray.py::TestNeighborhoodIter::test_circular[float] PASSED
4713 numpy/_core/tests/test_multiarray.py::TestNeighborhoodIter::test_circular[object] PASSED
4714 numpy/_core/tests/test_multiarray.py::TestStackedNeighborhoodIter::test_simple_const PASSED
4715 numpy/_core/tests/test_multiarray.py::TestStackedNeighborhoodIter::test_simple_mirror PASSED
4716 numpy/_core/tests/test_multiarray.py::TestStackedNeighborhoodIter::test_simple_circular PASSED
4717 numpy/_core/tests/test_multiarray.py::TestStackedNeighborhoodIter::test_simple_strict_within PASSED
4718 numpy/_core/tests/test_multiarray.py::TestWarnings::test_complex_warning PASSED
4719 numpy/_core/tests/test_multiarray.py::TestMinScalarType::test_usigned_shortshort PASSED
4720 numpy/_core/tests/test_multiarray.py::TestMinScalarType::test_usigned_short PASSED
4721 numpy/_core/tests/test_multiarray.py::TestMinScalarType::test_usigned_int PASSED
4722 numpy/_core/tests/test_multiarray.py::TestMinScalarType::test_usigned_longlong PASSED
4723 numpy/_core/tests/test_multiarray.py::TestMinScalarType::test_object PASSED
4724 numpy/_core/tests/test_multiarray.py::TestPEP3118Dtype::test_native_padding PASSED
4725 numpy/_core/tests/test_multiarray.py::TestPEP3118Dtype::test_native_padding_2 PASSED
4726 numpy/_core/tests/test_multiarray.py::TestPEP3118Dtype::test_trailing_padding PASSED
4727 numpy/_core/tests/test_multiarray.py::TestPEP3118Dtype::test_native_padding_3 PASSED
4728 numpy/_core/tests/test_multiarray.py::TestPEP3118Dtype::test_padding_with_array_inside_struct PASSED
4729 numpy/_core/tests/test_multiarray.py::TestPEP3118Dtype::test_byteorder_inside_struct PASSED
4730 numpy/_core/tests/test_multiarray.py::TestPEP3118Dtype::test_intra_padding PASSED
4731 numpy/_core/tests/test_multiarray.py::TestPEP3118Dtype::test_char_vs_string PASSED
4732 numpy/_core/tests/test_multiarray.py::TestPEP3118Dtype::test_field_order PASSED
4733 numpy/_core/tests/test_multiarray.py::TestPEP3118Dtype::test_unnamed_fields PASSED
4734 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_roundtrip PASSED
4735 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_roundtrip_half PASSED
4736 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_roundtrip_single_types PASSED
4737 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_roundtrip_scalar PASSED
4738 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_invalid_buffer_format PASSED
4739 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_simple_1d PASSED
4740 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_simple_nd PASSED
4741 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_discontiguous PASSED
4742 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_record PASSED
4743 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_subarray PASSED
4744 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_endian PASSED
4745 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_flags PASSED
4746 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_and_pickle_user_dtype[array] PASSED
4747 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_and_pickle_user_dtype[scalar] PASSED
4748 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_padding PASSED
4749 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_reference_leak PASSED
4750 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_padded_struct_array PASSED
4751 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_relaxed_strides PASSED
4752 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_out_of_order_fields PASSED
4753 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_max_dims PASSED
4754 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_error_pointer_type PASSED
4755 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_error_message_unsupported PASSED
4756 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_ctypes_integer_via_memoryview PASSED
4757 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_ctypes_struct_via_memoryview PASSED
4758 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_error_if_stored_buffer_info_is_corrupted[obj0] PASSED
4759 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_error_if_stored_buffer_info_is_corrupted[obj1] PASSED
4760 numpy/_core/tests/test_multiarray.py::TestNewBufferProtocol::test_no_suboffsets PASSED
4761 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_scalars PASSED
4762 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_compatible_cast PASSED
4763 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_buffer_interface PASSED
4764 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_array_interfaces PASSED
4765 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test___array__ PASSED
4766 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test___array__copy_arg PASSED
4767 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test__array__reference_leak PASSED
4768 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[C-C-arr0] PASSED
4769 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[C-C-arr1] PASSED
4770 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[C-F-arr0] PASSED
4771 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[C-F-arr1] PASSED
4772 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[C-None-arr0] PASSED
4773 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[C-None-arr1] PASSED
4774 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[F-C-arr0] PASSED
4775 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[F-C-arr1] PASSED
4776 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[F-F-arr0] PASSED
4777 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[F-F-arr1] PASSED
4778 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[F-None-arr0] PASSED
4779 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[F-None-arr1] PASSED
4780 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[A-C-arr0] PASSED
4781 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[A-C-arr1] PASSED
4782 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[A-F-arr0] PASSED
4783 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[A-F-arr1] PASSED
4784 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[A-None-arr0] PASSED
4785 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[A-None-arr1] PASSED
4786 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[K-C-arr0] PASSED
4787 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[K-C-arr1] PASSED
4788 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[K-F-arr0] PASSED
4789 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[K-F-arr1] PASSED
4790 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[K-None-arr0] PASSED
4791 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_order_mismatch[K-None-arr1] PASSED
4792 numpy/_core/tests/test_multiarray.py::TestArrayCreationCopyArgument::test_striding_not_ok PASSED
4793 numpy/_core/tests/test_multiarray.py::TestArrayAttributeDeletion::test_multiarray_writable_attributes_deletion PASSED
4794 numpy/_core/tests/test_multiarray.py::TestArrayAttributeDeletion::test_multiarray_not_writable_attributes_deletion PASSED
4795 numpy/_core/tests/test_multiarray.py::TestArrayAttributeDeletion::test_multiarray_flags_writable_attribute_deletion PASSED
4796 numpy/_core/tests/test_multiarray.py::TestArrayAttributeDeletion::test_multiarray_flags_not_writable_attribute_deletion PASSED
4797 numpy/_core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val0-iface0-0.5] PASSED
4798 numpy/_core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val1-iface1-expected1] PASSED
4799 numpy/_core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val2-iface2-expected2] PASSED
4800 numpy/_core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val3-iface3-0.5] PASSED
4801 numpy/_core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val4-iface4-TypeError] PASSED
4802 numpy/_core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val5-iface5-expected5] PASSED
4803 numpy/_core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val6-iface6-ValueError] PASSED
4804 numpy/_core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val7-iface7-0.5] PASSED
4805 numpy/_core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val8-iface8-ValueError] PASSED
4806 numpy/_core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val9-iface9-TypeError] PASSED
4807 numpy/_core/tests/test_multiarray.py::test_interface_no_shape PASSED
4808 numpy/_core/tests/test_multiarray.py::test_array_interface_itemsize PASSED
4809 numpy/_core/tests/test_multiarray.py::test_array_interface_empty_shape PASSED
4810 numpy/_core/tests/test_multiarray.py::test_array_interface_offset PASSED
4811 numpy/_core/tests/test_multiarray.py::test_array_interface_unicode_typestr PASSED
4812 numpy/_core/tests/test_multiarray.py::test_flat_element_deletion PASSED
4813 numpy/_core/tests/test_multiarray.py::test_scalar_element_deletion PASSED
4814 numpy/_core/tests/test_multiarray.py::TestAsCArray::test_1darray PASSED
4815 numpy/_core/tests/test_multiarray.py::TestAsCArray::test_2darray PASSED
4816 numpy/_core/tests/test_multiarray.py::TestAsCArray::test_3darray PASSED
4817 numpy/_core/tests/test_multiarray.py::TestConversion::test_array_scalar_relational_operation PASSED
4818 numpy/_core/tests/test_multiarray.py::TestConversion::test_to_bool_scalar PASSED
4819 numpy/_core/tests/test_multiarray.py::TestConversion::test_to_int_scalar PASSED
4820 numpy/_core/tests/test_multiarray.py::TestWhere::test_basic PASSED
4821 numpy/_core/tests/test_multiarray.py::TestWhere::test_exotic PASSED
4822 numpy/_core/tests/test_multiarray.py::TestWhere::test_ndim PASSED
4823 numpy/_core/tests/test_multiarray.py::TestWhere::test_dtype_mix PASSED
4824 numpy/_core/tests/test_multiarray.py::TestWhere::test_foreign PASSED
4825 numpy/_core/tests/test_multiarray.py::TestWhere::test_error PASSED
4826 numpy/_core/tests/test_multiarray.py::TestWhere::test_string PASSED
4827 numpy/_core/tests/test_multiarray.py::TestWhere::test_empty_result PASSED
4828 numpy/_core/tests/test_multiarray.py::TestWhere::test_largedim PASSED
4829 numpy/_core/tests/test_multiarray.py::TestWhere::test_kwargs PASSED
4830 numpy/_core/tests/test_multiarray.py::TestSizeOf::test_empty_array PASSED
4831 numpy/_core/tests/test_multiarray.py::TestSizeOf::test_array_int32 PASSED
4832 numpy/_core/tests/test_multiarray.py::TestSizeOf::test_array_int64 PASSED
4833 numpy/_core/tests/test_multiarray.py::TestSizeOf::test_array_float32 PASSED
4834 numpy/_core/tests/test_multiarray.py::TestSizeOf::test_array_float64 PASSED
4835 numpy/_core/tests/test_multiarray.py::TestSizeOf::test_view PASSED
4836 numpy/_core/tests/test_multiarray.py::TestSizeOf::test_reshape PASSED
4837 numpy/_core/tests/test_multiarray.py::TestSizeOf::test_resize PASSED
4838 numpy/_core/tests/test_multiarray.py::TestSizeOf::test_error PASSED
4839 numpy/_core/tests/test_multiarray.py::TestHashing::test_arrays_not_hashable PASSED
4840 numpy/_core/tests/test_multiarray.py::TestHashing::test_collections_hashable PASSED
4841 numpy/_core/tests/test_multiarray.py::TestArrayPriority::test_ndarray_subclass PASSED
4842 numpy/_core/tests/test_multiarray.py::TestArrayPriority::test_ndarray_other PASSED
4843 numpy/_core/tests/test_multiarray.py::TestArrayPriority::test_subclass_subclass PASSED
4844 numpy/_core/tests/test_multiarray.py::TestArrayPriority::test_subclass_other PASSED
4845 numpy/_core/tests/test_multiarray.py::TestBytestringArrayNonzero::test_empty_bstring_array_is_falsey PASSED
4846 numpy/_core/tests/test_multiarray.py::TestBytestringArrayNonzero::test_whitespace_bstring_array_is_truthy PASSED
4847 numpy/_core/tests/test_multiarray.py::TestBytestringArrayNonzero::test_all_null_bstring_array_is_falsey PASSED
4848 numpy/_core/tests/test_multiarray.py::TestBytestringArrayNonzero::test_null_inside_bstring_array_is_truthy PASSED
4849 numpy/_core/tests/test_multiarray.py::TestUnicodeEncoding::test_round_trip PASSED
4850 numpy/_core/tests/test_multiarray.py::TestUnicodeEncoding::test_assign_scalar PASSED
4851 numpy/_core/tests/test_multiarray.py::TestUnicodeEncoding::test_fill_scalar PASSED
4852 numpy/_core/tests/test_multiarray.py::TestUnicodeArrayNonzero::test_empty_ustring_array_is_falsey PASSED
4853 numpy/_core/tests/test_multiarray.py::TestUnicodeArrayNonzero::test_whitespace_ustring_array_is_truthy PASSED
4854 numpy/_core/tests/test_multiarray.py::TestUnicodeArrayNonzero::test_all_null_ustring_array_is_falsey PASSED
4855 numpy/_core/tests/test_multiarray.py::TestUnicodeArrayNonzero::test_null_inside_ustring_array_is_truthy PASSED
4856 numpy/_core/tests/test_multiarray.py::TestFormat::test_0d PASSED
4857 numpy/_core/tests/test_multiarray.py::TestFormat::test_1d_no_format PASSED
4858 numpy/_core/tests/test_multiarray.py::TestFormat::test_1d_format PASSED
4859 numpy/_core/tests/test_multiarray.py::TestCTypes::test_ctypes_is_available PASSED
4860 numpy/_core/tests/test_multiarray.py::TestCTypes::test_ctypes_is_not_available PASSED
4861 numpy/_core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[1d] PASSED
4862 numpy/_core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[2d] PASSED
4863 numpy/_core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[structured] PASSED
4864 numpy/_core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[overlapping] PASSED
4865 numpy/_core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[object] PASSED
4866 numpy/_core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[empty] PASSED
4867 numpy/_core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[empty-2d] PASSED
4868 numpy/_core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[readonly] PASSED
4869 numpy/_core/tests/test_multiarray.py::TestCTypes::test_ctypes_as_parameter_holds_reference PASSED
4870 numpy/_core/tests/test_multiarray.py::TestWritebackIfCopy::test_argmax_with_out PASSED
4871 numpy/_core/tests/test_multiarray.py::TestWritebackIfCopy::test_argmin_with_out PASSED
4872 numpy/_core/tests/test_multiarray.py::TestWritebackIfCopy::test_insert_noncontiguous PASSED
4873 numpy/_core/tests/test_multiarray.py::TestWritebackIfCopy::test_put_noncontiguous PASSED
4874 numpy/_core/tests/test_multiarray.py::TestWritebackIfCopy::test_putmask_noncontiguous PASSED
4875 numpy/_core/tests/test_multiarray.py::TestWritebackIfCopy::test_take_mode_raise PASSED
4876 numpy/_core/tests/test_multiarray.py::TestWritebackIfCopy::test_choose_mod_raise PASSED
4877 numpy/_core/tests/test_multiarray.py::TestWritebackIfCopy::test_flatiter__array__ PASSED
4878 numpy/_core/tests/test_multiarray.py::TestWritebackIfCopy::test_dot_out PASSED
4879 numpy/_core/tests/test_multiarray.py::TestWritebackIfCopy::test_view_assign PASSED
4880 numpy/_core/tests/test_multiarray.py::TestWritebackIfCopy::test_dealloc_warning PASSED
4881 numpy/_core/tests/test_multiarray.py::TestWritebackIfCopy::test_view_discard_refcount PASSED
4882 numpy/_core/tests/test_multiarray.py::TestArange::test_infinite PASSED
4883 numpy/_core/tests/test_multiarray.py::TestArange::test_nan_step PASSED
4884 numpy/_core/tests/test_multiarray.py::TestArange::test_zero_step PASSED
4885 numpy/_core/tests/test_multiarray.py::TestArange::test_require_range PASSED
4886 numpy/_core/tests/test_multiarray.py::TestArange::test_start_stop_kwarg PASSED
4887 numpy/_core/tests/test_multiarray.py::TestArange::test_arange_booleans PASSED
4888 numpy/_core/tests/test_multiarray.py::TestArange::test_rejects_bad_dtypes[S3] PASSED
4889 numpy/_core/tests/test_multiarray.py::TestArange::test_rejects_bad_dtypes[U] PASSED
4890 numpy/_core/tests/test_multiarray.py::TestArange::test_rejects_bad_dtypes[5i] PASSED
4891 numpy/_core/tests/test_multiarray.py::TestArange::test_rejects_strings PASSED
4892 numpy/_core/tests/test_multiarray.py::TestArange::test_byteswapped PASSED
4893 numpy/_core/tests/test_multiarray.py::TestArange::test_error_paths_and_promotion[0] PASSED
4894 numpy/_core/tests/test_multiarray.py::TestArange::test_error_paths_and_promotion[1] PASSED
4895 numpy/_core/tests/test_multiarray.py::TestArange::test_error_paths_and_promotion[2] PASSED
4896 numpy/_core/tests/test_multiarray.py::TestArrayFinalize::test_receives_base PASSED
4897 numpy/_core/tests/test_multiarray.py::TestArrayFinalize::test_bad_finalize1 PASSED
4898 numpy/_core/tests/test_multiarray.py::TestArrayFinalize::test_bad_finalize2 PASSED
4899 numpy/_core/tests/test_multiarray.py::TestArrayFinalize::test_bad_finalize3 PASSED
4900 numpy/_core/tests/test_multiarray.py::TestArrayFinalize::test_lifetime_on_error PASSED
4901 numpy/_core/tests/test_multiarray.py::TestArrayFinalize::test_can_use_super PASSED
4902 numpy/_core/tests/test_multiarray.py::test_orderconverter_with_nonASCII_unicode_ordering PASSED
4903 numpy/_core/tests/test_multiarray.py::test_equal_override PASSED
4904 numpy/_core/tests/test_multiarray.py::test_equal_subclass_no_override[dt10-dt20-eq] PASSED
4905 numpy/_core/tests/test_multiarray.py::test_equal_subclass_no_override[dt10-dt20-ne] PASSED
4906 numpy/_core/tests/test_multiarray.py::test_equal_subclass_no_override[M8-d-eq] PASSED
4907 numpy/_core/tests/test_multiarray.py::test_equal_subclass_no_override[M8-d-ne] PASSED
4908 numpy/_core/tests/test_multiarray.py::test_equal_subclass_no_override[d-d-eq] PASSED
4909 numpy/_core/tests/test_multiarray.py::test_equal_subclass_no_override[d-d-ne] PASSED
4910 numpy/_core/tests/test_multiarray.py::test_no_loop_gives_all_true_or_false[M8[ns]-d] PASSED
4911 numpy/_core/tests/test_multiarray.py::test_no_loop_gives_all_true_or_false[M8[s]-l] PASSED
4912 numpy/_core/tests/test_multiarray.py::test_no_loop_gives_all_true_or_false[m8[ns]-d] PASSED
4913 numpy/_core/tests/test_multiarray.py::test_no_loop_gives_all_true_or_false[M8[s]-m8[s]] PASSED
4914 numpy/_core/tests/test_multiarray.py::test_no_loop_gives_all_true_or_false[S5-U5] PASSED
4915 numpy/_core/tests/test_multiarray.py::test_comparisons_forwards_error[eq] PASSED
4916 numpy/_core/tests/test_multiarray.py::test_comparisons_forwards_error[ne] PASSED
4917 numpy/_core/tests/test_multiarray.py::test_comparisons_forwards_error[le] PASSED
4918 numpy/_core/tests/test_multiarray.py::test_comparisons_forwards_error[lt] PASSED
4919 numpy/_core/tests/test_multiarray.py::test_comparisons_forwards_error[ge] PASSED
4920 numpy/_core/tests/test_multiarray.py::test_comparisons_forwards_error[gt] PASSED
4921 numpy/_core/tests/test_multiarray.py::test_richcompare_scalar_boolean_singleton_return PASSED
4922 numpy/_core/tests/test_multiarray.py::test_ragged_comparison_fails[eq] PASSED
4923 numpy/_core/tests/test_multiarray.py::test_ragged_comparison_fails[ne] PASSED
4924 numpy/_core/tests/test_multiarray.py::test_ragged_comparison_fails[le] PASSED
4925 numpy/_core/tests/test_multiarray.py::test_ragged_comparison_fails[lt] PASSED
4926 numpy/_core/tests/test_multiarray.py::test_ragged_comparison_fails[ge] PASSED
4927 numpy/_core/tests/test_multiarray.py::test_ragged_comparison_fails[gt] PASSED
4928 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-1-1-npy_cabs-absolute] PASSED
4929 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-1-1-npy_carg-angle] PASSED
4930 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-1-inf-npy_cabs-absolute] PASSED
4931 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-1-inf-npy_carg-angle] PASSED
4932 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-1--inf-npy_cabs-absolute] PASSED
4933 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-1--inf-npy_carg-angle] PASSED
4934 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-1-nan-npy_cabs-absolute] PASSED
4935 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-1-nan-npy_carg-angle] PASSED
4936 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-inf-1-npy_cabs-absolute] PASSED
4937 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-inf-1-npy_carg-angle] PASSED
4938 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-inf-inf-npy_cabs-absolute] PASSED
4939 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-inf-inf-npy_carg-angle] PASSED
4940 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-inf--inf-npy_cabs-absolute] PASSED
4941 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-inf--inf-npy_carg-angle] PASSED
4942 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-inf-nan-npy_cabs-absolute] PASSED
4943 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-inf-nan-npy_carg-angle] PASSED
4944 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64--inf-1-npy_cabs-absolute] PASSED
4945 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64--inf-1-npy_carg-angle] PASSED
4946 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64--inf-inf-npy_cabs-absolute] PASSED
4947 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64--inf-inf-npy_carg-angle] PASSED
4948 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64--inf--inf-npy_cabs-absolute] PASSED
4949 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64--inf--inf-npy_carg-angle] PASSED
4950 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64--inf-nan-npy_cabs-absolute] PASSED
4951 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64--inf-nan-npy_carg-angle] PASSED
4952 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-nan-1-npy_cabs-absolute] PASSED
4953 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-nan-1-npy_carg-angle] PASSED
4954 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-nan-inf-npy_cabs-absolute] PASSED
4955 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-nan-inf-npy_carg-angle] PASSED
4956 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-nan--inf-npy_cabs-absolute] PASSED
4957 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-nan--inf-npy_carg-angle] PASSED
4958 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-nan-nan-npy_cabs-absolute] PASSED
4959 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex64-nan-nan-npy_carg-angle] PASSED
4960 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-1-1-npy_cabs-absolute] PASSED
4961 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-1-1-npy_carg-angle] PASSED
4962 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-1-inf-npy_cabs-absolute] PASSED
4963 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-1-inf-npy_carg-angle] PASSED
4964 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-1--inf-npy_cabs-absolute] PASSED
4965 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-1--inf-npy_carg-angle] PASSED
4966 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-1-nan-npy_cabs-absolute] PASSED
4967 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-1-nan-npy_carg-angle] PASSED
4968 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-inf-1-npy_cabs-absolute] PASSED
4969 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-inf-1-npy_carg-angle] PASSED
4970 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-inf-inf-npy_cabs-absolute] PASSED
4971 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-inf-inf-npy_carg-angle] PASSED
4972 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-inf--inf-npy_cabs-absolute] PASSED
4973 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-inf--inf-npy_carg-angle] PASSED
4974 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-inf-nan-npy_cabs-absolute] PASSED
4975 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-inf-nan-npy_carg-angle] PASSED
4976 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128--inf-1-npy_cabs-absolute] PASSED
4977 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128--inf-1-npy_carg-angle] PASSED
4978 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128--inf-inf-npy_cabs-absolute] PASSED
4979 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128--inf-inf-npy_carg-angle] PASSED
4980 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128--inf--inf-npy_cabs-absolute] PASSED
4981 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128--inf--inf-npy_carg-angle] PASSED
4982 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128--inf-nan-npy_cabs-absolute] PASSED
4983 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128--inf-nan-npy_carg-angle] PASSED
4984 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-nan-1-npy_cabs-absolute] PASSED
4985 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-nan-1-npy_carg-angle] PASSED
4986 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-nan-inf-npy_cabs-absolute] PASSED
4987 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-nan-inf-npy_carg-angle] PASSED
4988 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-nan--inf-npy_cabs-absolute] PASSED
4989 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-nan--inf-npy_carg-angle] PASSED
4990 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-nan-nan-npy_cabs-absolute] PASSED
4991 numpy/_core/tests/test_multiarray.py::test_npymath_complex[complex128-nan-nan-npy_carg-angle] PASSED
4992 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-1-1-npy_cabs-absolute] PASSED
4993 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-1-1-npy_carg-angle] PASSED
4994 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-1-inf-npy_cabs-absolute] PASSED
4995 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-1-inf-npy_carg-angle] PASSED
4996 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-1--inf-npy_cabs-absolute] PASSED
4997 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-1--inf-npy_carg-angle] PASSED
4998 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-1-nan-npy_cabs-absolute] PASSED
4999 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-1-nan-npy_carg-angle] PASSED
5000 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-inf-1-npy_cabs-absolute] PASSED
5001 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-inf-1-npy_carg-angle] PASSED
5002 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-inf-inf-npy_cabs-absolute] PASSED
5003 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-inf-inf-npy_carg-angle] PASSED
5004 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-inf--inf-npy_cabs-absolute] PASSED
5005 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-inf--inf-npy_carg-angle] PASSED
5006 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-inf-nan-npy_cabs-absolute] PASSED
5007 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-inf-nan-npy_carg-angle] PASSED
5008 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble--inf-1-npy_cabs-absolute] PASSED
5009 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble--inf-1-npy_carg-angle] PASSED
5010 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble--inf-inf-npy_cabs-absolute] PASSED
5011 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble--inf-inf-npy_carg-angle] PASSED
5012 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble--inf--inf-npy_cabs-absolute] PASSED
5013 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble--inf--inf-npy_carg-angle] PASSED
5014 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble--inf-nan-npy_cabs-absolute] PASSED
5015 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble--inf-nan-npy_carg-angle] PASSED
5016 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-nan-1-npy_cabs-absolute] PASSED
5017 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-nan-1-npy_carg-angle] PASSED
5018 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-nan-inf-npy_cabs-absolute] PASSED
5019 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-nan-inf-npy_carg-angle] PASSED
5020 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-nan--inf-npy_cabs-absolute] PASSED
5021 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-nan--inf-npy_carg-angle] PASSED
5022 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-nan-nan-npy_cabs-absolute] PASSED
5023 numpy/_core/tests/test_multiarray.py::test_npymath_complex[clongdouble-nan-nan-npy_carg-angle] PASSED
5024 numpy/_core/tests/test_multiarray.py::test_npymath_real PASSED
5025 numpy/_core/tests/test_multiarray.py::test_uintalignment_and_alignment PASSED
5026 numpy/_core/tests/test_multiarray.py::TestAlignment::test_various_alignments PASSED
5027 numpy/_core/tests/test_multiarray.py::TestAlignment::test_strided_loop_alignments PASSED
5028 numpy/_core/tests/test_multiarray.py::test_getfield PASSED
5029 numpy/_core/tests/test_multiarray.py::TestViewDtype::test_smaller_dtype_multiple PASSED
5030 numpy/_core/tests/test_multiarray.py::TestViewDtype::test_smaller_dtype_not_multiple PASSED
5031 numpy/_core/tests/test_multiarray.py::TestViewDtype::test_larger_dtype_multiple PASSED
5032 numpy/_core/tests/test_multiarray.py::TestViewDtype::test_larger_dtype_not_multiple PASSED
5033 numpy/_core/tests/test_multiarray.py::TestViewDtype::test_f_contiguous PASSED
5034 numpy/_core/tests/test_multiarray.py::TestViewDtype::test_non_c_contiguous PASSED
5035 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N0] PASSED
5036 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N1] PASSED
5037 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N2] PASSED
5038 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N3] PASSED
5039 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N4] PASSED
5040 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N5] PASSED
5041 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N6] PASSED
5042 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N7] PASSED
5043 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N8] PASSED
5044 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N9] PASSED
5045 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N10] PASSED
5046 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N11] PASSED
5047 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N12] PASSED
5048 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N13] PASSED
5049 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N14] PASSED
5050 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N15] PASSED
5051 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N16] PASSED
5052 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N17] PASSED
5053 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N18] PASSED
5054 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N19] PASSED
5055 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N20] PASSED
5056 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N21] PASSED
5057 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N22] PASSED
5058 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N23] PASSED
5059 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N24] PASSED
5060 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N25] PASSED
5061 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N26] PASSED
5062 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N27] PASSED
5063 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N28] PASSED
5064 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N29] PASSED
5065 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N30] PASSED
5066 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N31] PASSED
5067 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N32] PASSED
5068 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N33] PASSED
5069 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N34] PASSED
5070 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N35] PASSED
5071 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N36] PASSED
5072 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N37] PASSED
5073 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N38] PASSED
5074 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N39] PASSED
5075 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N40] PASSED
5076 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N41] PASSED
5077 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N42] PASSED
5078 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N43] PASSED
5079 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N44] PASSED
5080 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N45] PASSED
5081 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N46] PASSED
5082 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N47] PASSED
5083 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N48] PASSED
5084 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N49] PASSED
5085 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N50] PASSED
5086 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N51] PASSED
5087 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N52] PASSED
5088 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N53] PASSED
5089 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N54] PASSED
5090 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N55] PASSED
5091 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N56] PASSED
5092 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N57] PASSED
5093 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N58] PASSED
5094 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N59] PASSED
5095 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N60] PASSED
5096 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N61] PASSED
5097 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N62] PASSED
5098 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N63] PASSED
5099 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N64] PASSED
5100 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N65] PASSED
5101 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N66] PASSED
5102 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N67] PASSED
5103 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N68] PASSED
5104 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N69] PASSED
5105 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N70] PASSED
5106 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N71] PASSED
5107 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N72] PASSED
5108 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N73] PASSED
5109 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N74] PASSED
5110 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N75] PASSED
5111 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N76] PASSED
5112 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N77] PASSED
5113 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N78] PASSED
5114 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N79] PASSED
5115 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N80] PASSED
5116 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N81] PASSED
5117 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N82] PASSED
5118 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N83] PASSED
5119 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N84] PASSED
5120 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N85] PASSED
5121 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N86] PASSED
5122 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N87] PASSED
5123 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N88] PASSED
5124 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N89] PASSED
5125 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N90] PASSED
5126 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N91] PASSED
5127 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N92] PASSED
5128 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N93] PASSED
5129 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N94] PASSED
5130 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N95] PASSED
5131 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N96] PASSED
5132 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N97] PASSED
5133 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N98] PASSED
5134 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N99] PASSED
5135 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N100] PASSED
5136 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N101] PASSED
5137 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N102] PASSED
5138 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N103] PASSED
5139 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N104] PASSED
5140 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N105] PASSED
5141 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N106] PASSED
5142 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N107] PASSED
5143 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N108] PASSED
5144 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N109] PASSED
5145 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N110] PASSED
5146 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N111] PASSED
5147 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N112] PASSED
5148 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N113] PASSED
5149 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N114] PASSED
5150 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N115] PASSED
5151 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N116] PASSED
5152 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N117] PASSED
5153 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N118] PASSED
5154 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N119] PASSED
5155 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N120] PASSED
5156 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N121] PASSED
5157 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N122] PASSED
5158 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N123] PASSED
5159 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N124] PASSED
5160 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N125] PASSED
5161 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N126] PASSED
5162 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N127] PASSED
5163 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N128] PASSED
5164 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N129] PASSED
5165 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N130] PASSED
5166 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N131] PASSED
5167 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N132] PASSED
5168 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N133] PASSED
5169 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N134] PASSED
5170 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N135] PASSED
5171 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N136] PASSED
5172 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N137] PASSED
5173 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N138] PASSED
5174 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N139] PASSED
5175 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N140] PASSED
5176 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N141] PASSED
5177 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N142] PASSED
5178 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N143] PASSED
5179 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N144] PASSED
5180 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N145] PASSED
5181 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N146] PASSED
5182 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N147] PASSED
5183 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N148] PASSED
5184 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N149] PASSED
5185 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N150] PASSED
5186 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N151] PASSED
5187 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N152] PASSED
5188 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N153] PASSED
5189 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N154] PASSED
5190 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N155] PASSED
5191 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N156] PASSED
5192 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N157] PASSED
5193 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N158] PASSED
5194 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N159] PASSED
5195 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N160] PASSED
5196 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N161] PASSED
5197 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N162] PASSED
5198 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N163] PASSED
5199 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N164] PASSED
5200 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N165] PASSED
5201 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N166] PASSED
5202 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N167] PASSED
5203 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N168] PASSED
5204 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N169] PASSED
5205 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N170] PASSED
5206 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N171] PASSED
5207 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N172] PASSED
5208 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N173] PASSED
5209 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N174] PASSED
5210 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N175] PASSED
5211 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N176] PASSED
5212 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N177] PASSED
5213 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N178] PASSED
5214 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N179] PASSED
5215 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N180] PASSED
5216 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N181] PASSED
5217 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N182] PASSED
5218 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N183] PASSED
5219 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N184] PASSED
5220 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N185] PASSED
5221 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N186] PASSED
5222 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N187] PASSED
5223 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N188] PASSED
5224 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N189] PASSED
5225 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N190] PASSED
5226 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N191] PASSED
5227 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N192] PASSED
5228 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N193] PASSED
5229 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N194] PASSED
5230 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N195] PASSED
5231 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N196] PASSED
5232 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N197] PASSED
5233 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N198] PASSED
5234 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N199] PASSED
5235 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N200] PASSED
5236 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N201] PASSED
5237 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N202] PASSED
5238 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N203] PASSED
5239 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N204] PASSED
5240 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N205] PASSED
5241 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N206] PASSED
5242 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N207] PASSED
5243 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N208] PASSED
5244 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N209] PASSED
5245 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N210] PASSED
5246 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N211] PASSED
5247 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N212] PASSED
5248 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N213] PASSED
5249 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N214] PASSED
5250 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N215] PASSED
5251 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N216] PASSED
5252 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N217] PASSED
5253 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N218] PASSED
5254 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N219] PASSED
5255 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N220] PASSED
5256 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N221] PASSED
5257 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N222] PASSED
5258 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N223] PASSED
5259 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N224] PASSED
5260 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N225] PASSED
5261 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N226] PASSED
5262 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N227] PASSED
5263 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N228] PASSED
5264 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N229] PASSED
5265 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N230] PASSED
5266 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N231] PASSED
5267 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N232] PASSED
5268 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N233] PASSED
5269 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N234] PASSED
5270 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N235] PASSED
5271 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N236] PASSED
5272 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N237] PASSED
5273 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N238] PASSED
5274 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N239] PASSED
5275 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N240] PASSED
5276 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N241] PASSED
5277 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N242] PASSED
5278 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N243] PASSED
5279 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N244] PASSED
5280 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N245] PASSED
5281 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N246] PASSED
5282 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N247] PASSED
5283 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N248] PASSED
5284 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N249] PASSED
5285 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N250] PASSED
5286 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N251] PASSED
5287 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N252] PASSED
5288 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N253] PASSED
5289 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N254] PASSED
5290 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N255] PASSED
5291 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N256] PASSED
5292 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N257] PASSED
5293 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N258] PASSED
5294 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N259] PASSED
5295 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N260] PASSED
5296 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N261] PASSED
5297 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N262] PASSED
5298 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N263] PASSED
5299 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N264] PASSED
5300 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N265] PASSED
5301 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N266] PASSED
5302 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N267] PASSED
5303 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N268] PASSED
5304 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N269] PASSED
5305 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N270] PASSED
5306 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N271] PASSED
5307 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N272] PASSED
5308 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N273] PASSED
5309 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N274] PASSED
5310 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N275] PASSED
5311 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N276] PASSED
5312 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N277] PASSED
5313 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N278] PASSED
5314 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N279] PASSED
5315 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N280] PASSED
5316 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N281] PASSED
5317 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N282] PASSED
5318 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N283] PASSED
5319 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N284] PASSED
5320 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N285] PASSED
5321 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N286] PASSED
5322 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N287] PASSED
5323 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N288] PASSED
5324 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N289] PASSED
5325 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N290] PASSED
5326 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N291] PASSED
5327 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N292] PASSED
5328 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N293] PASSED
5329 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N294] PASSED
5330 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N295] PASSED
5331 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N296] PASSED
5332 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N297] PASSED
5333 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N298] PASSED
5334 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N299] PASSED
5335 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N300] PASSED
5336 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N301] PASSED
5337 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N302] PASSED
5338 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N303] PASSED
5339 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N304] PASSED
5340 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N305] PASSED
5341 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N306] PASSED
5342 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N307] PASSED
5343 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N308] PASSED
5344 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N309] PASSED
5345 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N310] PASSED
5346 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N311] PASSED
5347 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N312] PASSED
5348 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N313] PASSED
5349 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N314] PASSED
5350 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N315] PASSED
5351 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N316] PASSED
5352 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N317] PASSED
5353 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N318] PASSED
5354 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N319] PASSED
5355 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N320] PASSED
5356 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N321] PASSED
5357 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N322] PASSED
5358 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N323] PASSED
5359 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N324] PASSED
5360 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N325] PASSED
5361 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N326] PASSED
5362 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N327] PASSED
5363 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N328] PASSED
5364 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N329] PASSED
5365 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N330] PASSED
5366 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N331] PASSED
5367 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N332] PASSED
5368 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N333] PASSED
5369 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N334] PASSED
5370 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N335] PASSED
5371 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N336] PASSED
5372 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N337] PASSED
5373 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N338] PASSED
5374 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N339] PASSED
5375 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N340] PASSED
5376 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N341] PASSED
5377 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N342] PASSED
5378 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N343] PASSED
5379 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N344] PASSED
5380 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N345] PASSED
5381 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N346] PASSED
5382 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N347] PASSED
5383 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N348] PASSED
5384 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N349] PASSED
5385 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N350] PASSED
5386 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N351] PASSED
5387 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N352] PASSED
5388 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N353] PASSED
5389 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N354] PASSED
5390 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N355] PASSED
5391 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N356] PASSED
5392 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N357] PASSED
5393 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N358] PASSED
5394 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N359] PASSED
5395 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N360] PASSED
5396 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N361] PASSED
5397 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N362] PASSED
5398 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N363] PASSED
5399 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N364] PASSED
5400 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N365] PASSED
5401 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N366] PASSED
5402 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N367] PASSED
5403 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N368] PASSED
5404 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N369] PASSED
5405 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N370] PASSED
5406 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N371] PASSED
5407 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N372] PASSED
5408 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N373] PASSED
5409 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N374] PASSED
5410 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N375] PASSED
5411 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N376] PASSED
5412 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N377] PASSED
5413 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N378] PASSED
5414 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N379] PASSED
5415 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N380] PASSED
5416 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N381] PASSED
5417 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N382] PASSED
5418 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N383] PASSED
5419 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N384] PASSED
5420 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N385] PASSED
5421 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N386] PASSED
5422 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N387] PASSED
5423 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N388] PASSED
5424 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N389] PASSED
5425 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N390] PASSED
5426 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N391] PASSED
5427 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N392] PASSED
5428 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N393] PASSED
5429 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N394] PASSED
5430 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N395] PASSED
5431 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N396] PASSED
5432 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N397] PASSED
5433 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N398] PASSED
5434 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N399] PASSED
5435 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N400] PASSED
5436 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N401] PASSED
5437 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N402] PASSED
5438 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N403] PASSED
5439 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N404] PASSED
5440 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N405] PASSED
5441 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N406] PASSED
5442 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N407] PASSED
5443 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N408] PASSED
5444 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N409] PASSED
5445 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N410] PASSED
5446 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N411] PASSED
5447 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N412] PASSED
5448 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N413] PASSED
5449 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N414] PASSED
5450 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N415] PASSED
5451 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N416] PASSED
5452 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N417] PASSED
5453 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N418] PASSED
5454 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N419] PASSED
5455 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N420] PASSED
5456 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N421] PASSED
5457 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N422] PASSED
5458 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N423] PASSED
5459 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N424] PASSED
5460 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N425] PASSED
5461 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N426] PASSED
5462 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N427] PASSED
5463 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N428] PASSED
5464 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N429] PASSED
5465 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N430] PASSED
5466 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N431] PASSED
5467 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N432] PASSED
5468 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N433] PASSED
5469 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N434] PASSED
5470 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N435] PASSED
5471 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N436] PASSED
5472 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N437] PASSED
5473 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N438] PASSED
5474 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N439] PASSED
5475 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N440] PASSED
5476 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N441] PASSED
5477 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N442] PASSED
5478 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N443] PASSED
5479 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N444] PASSED
5480 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N445] PASSED
5481 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N446] PASSED
5482 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N447] PASSED
5483 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N448] PASSED
5484 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N449] PASSED
5485 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N450] PASSED
5486 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N451] PASSED
5487 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N452] PASSED
5488 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N453] PASSED
5489 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N454] PASSED
5490 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N455] PASSED
5491 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N456] PASSED
5492 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N457] PASSED
5493 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N458] PASSED
5494 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N459] PASSED
5495 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N460] PASSED
5496 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N461] PASSED
5497 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N462] PASSED
5498 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N463] PASSED
5499 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N464] PASSED
5500 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N465] PASSED
5501 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N466] PASSED
5502 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N467] PASSED
5503 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N468] PASSED
5504 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N469] PASSED
5505 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N470] PASSED
5506 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N471] PASSED
5507 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N472] PASSED
5508 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N473] PASSED
5509 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N474] PASSED
5510 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N475] PASSED
5511 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N476] PASSED
5512 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N477] PASSED
5513 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N478] PASSED
5514 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N479] PASSED
5515 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N480] PASSED
5516 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N481] PASSED
5517 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N482] PASSED
5518 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N483] PASSED
5519 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N484] PASSED
5520 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N485] PASSED
5521 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N486] PASSED
5522 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N487] PASSED
5523 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N488] PASSED
5524 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N489] PASSED
5525 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N490] PASSED
5526 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N491] PASSED
5527 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N492] PASSED
5528 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N493] PASSED
5529 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N494] PASSED
5530 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N495] PASSED
5531 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N496] PASSED
5532 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N497] PASSED
5533 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N498] PASSED
5534 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N499] PASSED
5535 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N500] PASSED
5536 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N501] PASSED
5537 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N502] PASSED
5538 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N503] PASSED
5539 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N504] PASSED
5540 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N505] PASSED
5541 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N506] PASSED
5542 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N507] PASSED
5543 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N508] PASSED
5544 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N509] PASSED
5545 numpy/_core/tests/test_multiarray.py::test_sort_float[e-N510] PASSED
5546 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N0] PASSED
5547 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N1] PASSED
5548 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N2] PASSED
5549 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N3] PASSED
5550 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N4] PASSED
5551 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N5] PASSED
5552 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N6] PASSED
5553 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N7] PASSED
5554 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N8] PASSED
5555 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N9] PASSED
5556 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N10] PASSED
5557 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N11] PASSED
5558 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N12] PASSED
5559 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N13] PASSED
5560 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N14] PASSED
5561 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N15] PASSED
5562 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N16] PASSED
5563 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N17] PASSED
5564 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N18] PASSED
5565 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N19] PASSED
5566 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N20] PASSED
5567 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N21] PASSED
5568 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N22] PASSED
5569 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N23] PASSED
5570 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N24] PASSED
5571 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N25] PASSED
5572 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N26] PASSED
5573 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N27] PASSED
5574 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N28] PASSED
5575 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N29] PASSED
5576 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N30] PASSED
5577 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N31] PASSED
5578 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N32] PASSED
5579 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N33] PASSED
5580 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N34] PASSED
5581 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N35] PASSED
5582 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N36] PASSED
5583 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N37] PASSED
5584 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N38] PASSED
5585 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N39] PASSED
5586 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N40] PASSED
5587 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N41] PASSED
5588 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N42] PASSED
5589 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N43] PASSED
5590 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N44] PASSED
5591 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N45] PASSED
5592 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N46] PASSED
5593 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N47] PASSED
5594 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N48] PASSED
5595 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N49] PASSED
5596 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N50] PASSED
5597 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N51] PASSED
5598 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N52] PASSED
5599 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N53] PASSED
5600 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N54] PASSED
5601 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N55] PASSED
5602 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N56] PASSED
5603 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N57] PASSED
5604 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N58] PASSED
5605 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N59] PASSED
5606 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N60] PASSED
5607 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N61] PASSED
5608 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N62] PASSED
5609 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N63] PASSED
5610 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N64] PASSED
5611 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N65] PASSED
5612 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N66] PASSED
5613 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N67] PASSED
5614 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N68] PASSED
5615 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N69] PASSED
5616 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N70] PASSED
5617 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N71] PASSED
5618 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N72] PASSED
5619 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N73] PASSED
5620 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N74] PASSED
5621 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N75] PASSED
5622 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N76] PASSED
5623 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N77] PASSED
5624 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N78] PASSED
5625 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N79] PASSED
5626 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N80] PASSED
5627 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N81] PASSED
5628 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N82] PASSED
5629 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N83] PASSED
5630 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N84] PASSED
5631 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N85] PASSED
5632 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N86] PASSED
5633 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N87] PASSED
5634 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N88] PASSED
5635 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N89] PASSED
5636 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N90] PASSED
5637 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N91] PASSED
5638 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N92] PASSED
5639 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N93] PASSED
5640 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N94] PASSED
5641 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N95] PASSED
5642 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N96] PASSED
5643 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N97] PASSED
5644 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N98] PASSED
5645 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N99] PASSED
5646 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N100] PASSED
5647 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N101] PASSED
5648 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N102] PASSED
5649 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N103] PASSED
5650 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N104] PASSED
5651 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N105] PASSED
5652 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N106] PASSED
5653 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N107] PASSED
5654 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N108] PASSED
5655 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N109] PASSED
5656 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N110] PASSED
5657 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N111] PASSED
5658 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N112] PASSED
5659 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N113] PASSED
5660 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N114] PASSED
5661 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N115] PASSED
5662 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N116] PASSED
5663 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N117] PASSED
5664 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N118] PASSED
5665 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N119] PASSED
5666 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N120] PASSED
5667 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N121] PASSED
5668 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N122] PASSED
5669 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N123] PASSED
5670 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N124] PASSED
5671 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N125] PASSED
5672 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N126] PASSED
5673 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N127] PASSED
5674 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N128] PASSED
5675 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N129] PASSED
5676 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N130] PASSED
5677 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N131] PASSED
5678 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N132] PASSED
5679 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N133] PASSED
5680 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N134] PASSED
5681 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N135] PASSED
5682 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N136] PASSED
5683 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N137] PASSED
5684 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N138] PASSED
5685 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N139] PASSED
5686 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N140] PASSED
5687 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N141] PASSED
5688 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N142] PASSED
5689 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N143] PASSED
5690 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N144] PASSED
5691 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N145] PASSED
5692 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N146] PASSED
5693 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N147] PASSED
5694 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N148] PASSED
5695 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N149] PASSED
5696 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N150] PASSED
5697 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N151] PASSED
5698 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N152] PASSED
5699 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N153] PASSED
5700 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N154] PASSED
5701 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N155] PASSED
5702 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N156] PASSED
5703 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N157] PASSED
5704 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N158] PASSED
5705 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N159] PASSED
5706 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N160] PASSED
5707 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N161] PASSED
5708 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N162] PASSED
5709 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N163] PASSED
5710 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N164] PASSED
5711 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N165] PASSED
5712 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N166] PASSED
5713 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N167] PASSED
5714 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N168] PASSED
5715 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N169] PASSED
5716 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N170] PASSED
5717 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N171] PASSED
5718 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N172] PASSED
5719 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N173] PASSED
5720 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N174] PASSED
5721 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N175] PASSED
5722 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N176] PASSED
5723 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N177] PASSED
5724 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N178] PASSED
5725 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N179] PASSED
5726 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N180] PASSED
5727 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N181] PASSED
5728 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N182] PASSED
5729 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N183] PASSED
5730 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N184] PASSED
5731 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N185] PASSED
5732 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N186] PASSED
5733 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N187] PASSED
5734 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N188] PASSED
5735 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N189] PASSED
5736 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N190] PASSED
5737 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N191] PASSED
5738 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N192] PASSED
5739 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N193] PASSED
5740 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N194] PASSED
5741 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N195] PASSED
5742 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N196] PASSED
5743 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N197] PASSED
5744 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N198] PASSED
5745 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N199] PASSED
5746 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N200] PASSED
5747 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N201] PASSED
5748 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N202] PASSED
5749 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N203] PASSED
5750 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N204] PASSED
5751 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N205] PASSED
5752 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N206] PASSED
5753 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N207] PASSED
5754 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N208] PASSED
5755 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N209] PASSED
5756 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N210] PASSED
5757 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N211] PASSED
5758 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N212] PASSED
5759 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N213] PASSED
5760 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N214] PASSED
5761 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N215] PASSED
5762 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N216] PASSED
5763 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N217] PASSED
5764 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N218] PASSED
5765 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N219] PASSED
5766 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N220] PASSED
5767 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N221] PASSED
5768 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N222] PASSED
5769 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N223] PASSED
5770 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N224] PASSED
5771 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N225] PASSED
5772 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N226] PASSED
5773 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N227] PASSED
5774 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N228] PASSED
5775 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N229] PASSED
5776 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N230] PASSED
5777 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N231] PASSED
5778 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N232] PASSED
5779 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N233] PASSED
5780 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N234] PASSED
5781 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N235] PASSED
5782 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N236] PASSED
5783 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N237] PASSED
5784 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N238] PASSED
5785 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N239] PASSED
5786 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N240] PASSED
5787 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N241] PASSED
5788 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N242] PASSED
5789 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N243] PASSED
5790 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N244] PASSED
5791 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N245] PASSED
5792 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N246] PASSED
5793 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N247] PASSED
5794 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N248] PASSED
5795 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N249] PASSED
5796 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N250] PASSED
5797 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N251] PASSED
5798 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N252] PASSED
5799 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N253] PASSED
5800 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N254] PASSED
5801 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N255] PASSED
5802 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N256] PASSED
5803 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N257] PASSED
5804 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N258] PASSED
5805 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N259] PASSED
5806 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N260] PASSED
5807 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N261] PASSED
5808 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N262] PASSED
5809 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N263] PASSED
5810 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N264] PASSED
5811 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N265] PASSED
5812 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N266] PASSED
5813 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N267] PASSED
5814 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N268] PASSED
5815 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N269] PASSED
5816 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N270] PASSED
5817 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N271] PASSED
5818 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N272] PASSED
5819 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N273] PASSED
5820 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N274] PASSED
5821 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N275] PASSED
5822 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N276] PASSED
5823 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N277] PASSED
5824 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N278] PASSED
5825 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N279] PASSED
5826 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N280] PASSED
5827 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N281] PASSED
5828 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N282] PASSED
5829 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N283] PASSED
5830 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N284] PASSED
5831 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N285] PASSED
5832 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N286] PASSED
5833 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N287] PASSED
5834 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N288] PASSED
5835 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N289] PASSED
5836 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N290] PASSED
5837 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N291] PASSED
5838 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N292] PASSED
5839 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N293] PASSED
5840 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N294] PASSED
5841 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N295] PASSED
5842 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N296] PASSED
5843 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N297] PASSED
5844 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N298] PASSED
5845 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N299] PASSED
5846 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N300] PASSED
5847 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N301] PASSED
5848 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N302] PASSED
5849 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N303] PASSED
5850 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N304] PASSED
5851 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N305] PASSED
5852 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N306] PASSED
5853 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N307] PASSED
5854 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N308] PASSED
5855 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N309] PASSED
5856 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N310] PASSED
5857 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N311] PASSED
5858 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N312] PASSED
5859 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N313] PASSED
5860 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N314] PASSED
5861 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N315] PASSED
5862 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N316] PASSED
5863 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N317] PASSED
5864 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N318] PASSED
5865 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N319] PASSED
5866 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N320] PASSED
5867 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N321] PASSED
5868 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N322] PASSED
5869 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N323] PASSED
5870 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N324] PASSED
5871 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N325] PASSED
5872 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N326] PASSED
5873 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N327] PASSED
5874 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N328] PASSED
5875 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N329] PASSED
5876 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N330] PASSED
5877 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N331] PASSED
5878 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N332] PASSED
5879 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N333] PASSED
5880 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N334] PASSED
5881 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N335] PASSED
5882 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N336] PASSED
5883 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N337] PASSED
5884 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N338] PASSED
5885 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N339] PASSED
5886 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N340] PASSED
5887 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N341] PASSED
5888 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N342] PASSED
5889 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N343] PASSED
5890 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N344] PASSED
5891 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N345] PASSED
5892 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N346] PASSED
5893 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N347] PASSED
5894 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N348] PASSED
5895 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N349] PASSED
5896 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N350] PASSED
5897 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N351] PASSED
5898 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N352] PASSED
5899 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N353] PASSED
5900 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N354] PASSED
5901 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N355] PASSED
5902 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N356] PASSED
5903 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N357] PASSED
5904 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N358] PASSED
5905 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N359] PASSED
5906 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N360] PASSED
5907 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N361] PASSED
5908 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N362] PASSED
5909 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N363] PASSED
5910 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N364] PASSED
5911 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N365] PASSED
5912 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N366] PASSED
5913 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N367] PASSED
5914 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N368] PASSED
5915 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N369] PASSED
5916 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N370] PASSED
5917 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N371] PASSED
5918 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N372] PASSED
5919 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N373] PASSED
5920 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N374] PASSED
5921 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N375] PASSED
5922 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N376] PASSED
5923 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N377] PASSED
5924 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N378] PASSED
5925 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N379] PASSED
5926 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N380] PASSED
5927 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N381] PASSED
5928 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N382] PASSED
5929 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N383] PASSED
5930 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N384] PASSED
5931 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N385] PASSED
5932 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N386] PASSED
5933 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N387] PASSED
5934 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N388] PASSED
5935 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N389] PASSED
5936 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N390] PASSED
5937 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N391] PASSED
5938 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N392] PASSED
5939 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N393] PASSED
5940 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N394] PASSED
5941 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N395] PASSED
5942 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N396] PASSED
5943 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N397] PASSED
5944 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N398] PASSED
5945 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N399] PASSED
5946 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N400] PASSED
5947 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N401] PASSED
5948 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N402] PASSED
5949 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N403] PASSED
5950 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N404] PASSED
5951 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N405] PASSED
5952 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N406] PASSED
5953 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N407] PASSED
5954 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N408] PASSED
5955 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N409] PASSED
5956 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N410] PASSED
5957 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N411] PASSED
5958 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N412] PASSED
5959 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N413] PASSED
5960 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N414] PASSED
5961 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N415] PASSED
5962 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N416] PASSED
5963 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N417] PASSED
5964 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N418] PASSED
5965 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N419] PASSED
5966 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N420] PASSED
5967 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N421] PASSED
5968 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N422] PASSED
5969 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N423] PASSED
5970 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N424] PASSED
5971 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N425] PASSED
5972 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N426] PASSED
5973 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N427] PASSED
5974 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N428] PASSED
5975 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N429] PASSED
5976 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N430] PASSED
5977 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N431] PASSED
5978 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N432] PASSED
5979 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N433] PASSED
5980 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N434] PASSED
5981 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N435] PASSED
5982 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N436] PASSED
5983 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N437] PASSED
5984 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N438] PASSED
5985 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N439] PASSED
5986 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N440] PASSED
5987 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N441] PASSED
5988 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N442] PASSED
5989 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N443] PASSED
5990 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N444] PASSED
5991 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N445] PASSED
5992 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N446] PASSED
5993 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N447] PASSED
5994 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N448] PASSED
5995 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N449] PASSED
5996 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N450] PASSED
5997 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N451] PASSED
5998 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N452] PASSED
5999 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N453] PASSED
6000 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N454] PASSED
6001 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N455] PASSED
6002 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N456] PASSED
6003 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N457] PASSED
6004 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N458] PASSED
6005 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N459] PASSED
6006 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N460] PASSED
6007 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N461] PASSED
6008 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N462] PASSED
6009 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N463] PASSED
6010 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N464] PASSED
6011 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N465] PASSED
6012 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N466] PASSED
6013 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N467] PASSED
6014 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N468] PASSED
6015 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N469] PASSED
6016 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N470] PASSED
6017 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N471] PASSED
6018 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N472] PASSED
6019 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N473] PASSED
6020 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N474] PASSED
6021 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N475] PASSED
6022 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N476] PASSED
6023 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N477] PASSED
6024 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N478] PASSED
6025 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N479] PASSED
6026 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N480] PASSED
6027 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N481] PASSED
6028 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N482] PASSED
6029 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N483] PASSED
6030 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N484] PASSED
6031 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N485] PASSED
6032 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N486] PASSED
6033 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N487] PASSED
6034 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N488] PASSED
6035 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N489] PASSED
6036 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N490] PASSED
6037 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N491] PASSED
6038 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N492] PASSED
6039 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N493] PASSED
6040 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N494] PASSED
6041 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N495] PASSED
6042 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N496] PASSED
6043 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N497] PASSED
6044 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N498] PASSED
6045 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N499] PASSED
6046 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N500] PASSED
6047 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N501] PASSED
6048 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N502] PASSED
6049 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N503] PASSED
6050 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N504] PASSED
6051 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N505] PASSED
6052 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N506] PASSED
6053 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N507] PASSED
6054 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N508] PASSED
6055 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N509] PASSED
6056 numpy/_core/tests/test_multiarray.py::test_sort_float[f-N510] PASSED
6057 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N0] PASSED
6058 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N1] PASSED
6059 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N2] PASSED
6060 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N3] PASSED
6061 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N4] PASSED
6062 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N5] PASSED
6063 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N6] PASSED
6064 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N7] PASSED
6065 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N8] PASSED
6066 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N9] PASSED
6067 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N10] PASSED
6068 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N11] PASSED
6069 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N12] PASSED
6070 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N13] PASSED
6071 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N14] PASSED
6072 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N15] PASSED
6073 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N16] PASSED
6074 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N17] PASSED
6075 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N18] PASSED
6076 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N19] PASSED
6077 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N20] PASSED
6078 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N21] PASSED
6079 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N22] PASSED
6080 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N23] PASSED
6081 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N24] PASSED
6082 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N25] PASSED
6083 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N26] PASSED
6084 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N27] PASSED
6085 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N28] PASSED
6086 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N29] PASSED
6087 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N30] PASSED
6088 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N31] PASSED
6089 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N32] PASSED
6090 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N33] PASSED
6091 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N34] PASSED
6092 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N35] PASSED
6093 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N36] PASSED
6094 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N37] PASSED
6095 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N38] PASSED
6096 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N39] PASSED
6097 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N40] PASSED
6098 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N41] PASSED
6099 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N42] PASSED
6100 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N43] PASSED
6101 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N44] PASSED
6102 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N45] PASSED
6103 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N46] PASSED
6104 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N47] PASSED
6105 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N48] PASSED
6106 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N49] PASSED
6107 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N50] PASSED
6108 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N51] PASSED
6109 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N52] PASSED
6110 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N53] PASSED
6111 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N54] PASSED
6112 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N55] PASSED
6113 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N56] PASSED
6114 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N57] PASSED
6115 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N58] PASSED
6116 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N59] PASSED
6117 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N60] PASSED
6118 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N61] PASSED
6119 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N62] PASSED
6120 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N63] PASSED
6121 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N64] PASSED
6122 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N65] PASSED
6123 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N66] PASSED
6124 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N67] PASSED
6125 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N68] PASSED
6126 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N69] PASSED
6127 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N70] PASSED
6128 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N71] PASSED
6129 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N72] PASSED
6130 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N73] PASSED
6131 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N74] PASSED
6132 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N75] PASSED
6133 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N76] PASSED
6134 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N77] PASSED
6135 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N78] PASSED
6136 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N79] PASSED
6137 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N80] PASSED
6138 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N81] PASSED
6139 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N82] PASSED
6140 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N83] PASSED
6141 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N84] PASSED
6142 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N85] PASSED
6143 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N86] PASSED
6144 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N87] PASSED
6145 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N88] PASSED
6146 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N89] PASSED
6147 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N90] PASSED
6148 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N91] PASSED
6149 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N92] PASSED
6150 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N93] PASSED
6151 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N94] PASSED
6152 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N95] PASSED
6153 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N96] PASSED
6154 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N97] PASSED
6155 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N98] PASSED
6156 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N99] PASSED
6157 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N100] PASSED
6158 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N101] PASSED
6159 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N102] PASSED
6160 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N103] PASSED
6161 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N104] PASSED
6162 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N105] PASSED
6163 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N106] PASSED
6164 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N107] PASSED
6165 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N108] PASSED
6166 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N109] PASSED
6167 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N110] PASSED
6168 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N111] PASSED
6169 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N112] PASSED
6170 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N113] PASSED
6171 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N114] PASSED
6172 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N115] PASSED
6173 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N116] PASSED
6174 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N117] PASSED
6175 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N118] PASSED
6176 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N119] PASSED
6177 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N120] PASSED
6178 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N121] PASSED
6179 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N122] PASSED
6180 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N123] PASSED
6181 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N124] PASSED
6182 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N125] PASSED
6183 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N126] PASSED
6184 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N127] PASSED
6185 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N128] PASSED
6186 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N129] PASSED
6187 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N130] PASSED
6188 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N131] PASSED
6189 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N132] PASSED
6190 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N133] PASSED
6191 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N134] PASSED
6192 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N135] PASSED
6193 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N136] PASSED
6194 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N137] PASSED
6195 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N138] PASSED
6196 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N139] PASSED
6197 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N140] PASSED
6198 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N141] PASSED
6199 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N142] PASSED
6200 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N143] PASSED
6201 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N144] PASSED
6202 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N145] PASSED
6203 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N146] PASSED
6204 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N147] PASSED
6205 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N148] PASSED
6206 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N149] PASSED
6207 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N150] PASSED
6208 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N151] PASSED
6209 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N152] PASSED
6210 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N153] PASSED
6211 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N154] PASSED
6212 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N155] PASSED
6213 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N156] PASSED
6214 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N157] PASSED
6215 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N158] PASSED
6216 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N159] PASSED
6217 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N160] PASSED
6218 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N161] PASSED
6219 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N162] PASSED
6220 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N163] PASSED
6221 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N164] PASSED
6222 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N165] PASSED
6223 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N166] PASSED
6224 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N167] PASSED
6225 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N168] PASSED
6226 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N169] PASSED
6227 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N170] PASSED
6228 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N171] PASSED
6229 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N172] PASSED
6230 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N173] PASSED
6231 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N174] PASSED
6232 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N175] PASSED
6233 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N176] PASSED
6234 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N177] PASSED
6235 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N178] PASSED
6236 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N179] PASSED
6237 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N180] PASSED
6238 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N181] PASSED
6239 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N182] PASSED
6240 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N183] PASSED
6241 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N184] PASSED
6242 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N185] PASSED
6243 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N186] PASSED
6244 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N187] PASSED
6245 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N188] PASSED
6246 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N189] PASSED
6247 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N190] PASSED
6248 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N191] PASSED
6249 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N192] PASSED
6250 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N193] PASSED
6251 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N194] PASSED
6252 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N195] PASSED
6253 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N196] PASSED
6254 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N197] PASSED
6255 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N198] PASSED
6256 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N199] PASSED
6257 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N200] PASSED
6258 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N201] PASSED
6259 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N202] PASSED
6260 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N203] PASSED
6261 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N204] PASSED
6262 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N205] PASSED
6263 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N206] PASSED
6264 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N207] PASSED
6265 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N208] PASSED
6266 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N209] PASSED
6267 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N210] PASSED
6268 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N211] PASSED
6269 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N212] PASSED
6270 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N213] PASSED
6271 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N214] PASSED
6272 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N215] PASSED
6273 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N216] PASSED
6274 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N217] PASSED
6275 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N218] PASSED
6276 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N219] PASSED
6277 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N220] PASSED
6278 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N221] PASSED
6279 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N222] PASSED
6280 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N223] PASSED
6281 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N224] PASSED
6282 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N225] PASSED
6283 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N226] PASSED
6284 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N227] PASSED
6285 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N228] PASSED
6286 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N229] PASSED
6287 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N230] PASSED
6288 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N231] PASSED
6289 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N232] PASSED
6290 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N233] PASSED
6291 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N234] PASSED
6292 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N235] PASSED
6293 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N236] PASSED
6294 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N237] PASSED
6295 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N238] PASSED
6296 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N239] PASSED
6297 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N240] PASSED
6298 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N241] PASSED
6299 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N242] PASSED
6300 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N243] PASSED
6301 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N244] PASSED
6302 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N245] PASSED
6303 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N246] PASSED
6304 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N247] PASSED
6305 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N248] PASSED
6306 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N249] PASSED
6307 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N250] PASSED
6308 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N251] PASSED
6309 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N252] PASSED
6310 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N253] PASSED
6311 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N254] PASSED
6312 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N255] PASSED
6313 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N256] PASSED
6314 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N257] PASSED
6315 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N258] PASSED
6316 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N259] PASSED
6317 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N260] PASSED
6318 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N261] PASSED
6319 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N262] PASSED
6320 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N263] PASSED
6321 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N264] PASSED
6322 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N265] PASSED
6323 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N266] PASSED
6324 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N267] PASSED
6325 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N268] PASSED
6326 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N269] PASSED
6327 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N270] PASSED
6328 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N271] PASSED
6329 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N272] PASSED
6330 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N273] PASSED
6331 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N274] PASSED
6332 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N275] PASSED
6333 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N276] PASSED
6334 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N277] PASSED
6335 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N278] PASSED
6336 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N279] PASSED
6337 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N280] PASSED
6338 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N281] PASSED
6339 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N282] PASSED
6340 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N283] PASSED
6341 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N284] PASSED
6342 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N285] PASSED
6343 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N286] PASSED
6344 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N287] PASSED
6345 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N288] PASSED
6346 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N289] PASSED
6347 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N290] PASSED
6348 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N291] PASSED
6349 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N292] PASSED
6350 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N293] PASSED
6351 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N294] PASSED
6352 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N295] PASSED
6353 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N296] PASSED
6354 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N297] PASSED
6355 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N298] PASSED
6356 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N299] PASSED
6357 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N300] PASSED
6358 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N301] PASSED
6359 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N302] PASSED
6360 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N303] PASSED
6361 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N304] PASSED
6362 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N305] PASSED
6363 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N306] PASSED
6364 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N307] PASSED
6365 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N308] PASSED
6366 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N309] PASSED
6367 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N310] PASSED
6368 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N311] PASSED
6369 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N312] PASSED
6370 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N313] PASSED
6371 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N314] PASSED
6372 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N315] PASSED
6373 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N316] PASSED
6374 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N317] PASSED
6375 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N318] PASSED
6376 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N319] PASSED
6377 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N320] PASSED
6378 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N321] PASSED
6379 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N322] PASSED
6380 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N323] PASSED
6381 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N324] PASSED
6382 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N325] PASSED
6383 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N326] PASSED
6384 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N327] PASSED
6385 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N328] PASSED
6386 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N329] PASSED
6387 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N330] PASSED
6388 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N331] PASSED
6389 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N332] PASSED
6390 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N333] PASSED
6391 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N334] PASSED
6392 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N335] PASSED
6393 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N336] PASSED
6394 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N337] PASSED
6395 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N338] PASSED
6396 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N339] PASSED
6397 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N340] PASSED
6398 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N341] PASSED
6399 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N342] PASSED
6400 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N343] PASSED
6401 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N344] PASSED
6402 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N345] PASSED
6403 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N346] PASSED
6404 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N347] PASSED
6405 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N348] PASSED
6406 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N349] PASSED
6407 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N350] PASSED
6408 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N351] PASSED
6409 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N352] PASSED
6410 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N353] PASSED
6411 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N354] PASSED
6412 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N355] PASSED
6413 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N356] PASSED
6414 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N357] PASSED
6415 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N358] PASSED
6416 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N359] PASSED
6417 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N360] PASSED
6418 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N361] PASSED
6419 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N362] PASSED
6420 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N363] PASSED
6421 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N364] PASSED
6422 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N365] PASSED
6423 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N366] PASSED
6424 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N367] PASSED
6425 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N368] PASSED
6426 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N369] PASSED
6427 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N370] PASSED
6428 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N371] PASSED
6429 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N372] PASSED
6430 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N373] PASSED
6431 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N374] PASSED
6432 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N375] PASSED
6433 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N376] PASSED
6434 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N377] PASSED
6435 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N378] PASSED
6436 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N379] PASSED
6437 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N380] PASSED
6438 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N381] PASSED
6439 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N382] PASSED
6440 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N383] PASSED
6441 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N384] PASSED
6442 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N385] PASSED
6443 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N386] PASSED
6444 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N387] PASSED
6445 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N388] PASSED
6446 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N389] PASSED
6447 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N390] PASSED
6448 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N391] PASSED
6449 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N392] PASSED
6450 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N393] PASSED
6451 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N394] PASSED
6452 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N395] PASSED
6453 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N396] PASSED
6454 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N397] PASSED
6455 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N398] PASSED
6456 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N399] PASSED
6457 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N400] PASSED
6458 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N401] PASSED
6459 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N402] PASSED
6460 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N403] PASSED
6461 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N404] PASSED
6462 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N405] PASSED
6463 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N406] PASSED
6464 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N407] PASSED
6465 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N408] PASSED
6466 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N409] PASSED
6467 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N410] PASSED
6468 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N411] PASSED
6469 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N412] PASSED
6470 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N413] PASSED
6471 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N414] PASSED
6472 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N415] PASSED
6473 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N416] PASSED
6474 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N417] PASSED
6475 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N418] PASSED
6476 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N419] PASSED
6477 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N420] PASSED
6478 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N421] PASSED
6479 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N422] PASSED
6480 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N423] PASSED
6481 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N424] PASSED
6482 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N425] PASSED
6483 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N426] PASSED
6484 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N427] PASSED
6485 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N428] PASSED
6486 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N429] PASSED
6487 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N430] PASSED
6488 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N431] PASSED
6489 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N432] PASSED
6490 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N433] PASSED
6491 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N434] PASSED
6492 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N435] PASSED
6493 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N436] PASSED
6494 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N437] PASSED
6495 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N438] PASSED
6496 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N439] PASSED
6497 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N440] PASSED
6498 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N441] PASSED
6499 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N442] PASSED
6500 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N443] PASSED
6501 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N444] PASSED
6502 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N445] PASSED
6503 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N446] PASSED
6504 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N447] PASSED
6505 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N448] PASSED
6506 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N449] PASSED
6507 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N450] PASSED
6508 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N451] PASSED
6509 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N452] PASSED
6510 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N453] PASSED
6511 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N454] PASSED
6512 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N455] PASSED
6513 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N456] PASSED
6514 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N457] PASSED
6515 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N458] PASSED
6516 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N459] PASSED
6517 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N460] PASSED
6518 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N461] PASSED
6519 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N462] PASSED
6520 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N463] PASSED
6521 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N464] PASSED
6522 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N465] PASSED
6523 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N466] PASSED
6524 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N467] PASSED
6525 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N468] PASSED
6526 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N469] PASSED
6527 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N470] PASSED
6528 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N471] PASSED
6529 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N472] PASSED
6530 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N473] PASSED
6531 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N474] PASSED
6532 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N475] PASSED
6533 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N476] PASSED
6534 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N477] PASSED
6535 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N478] PASSED
6536 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N479] PASSED
6537 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N480] PASSED
6538 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N481] PASSED
6539 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N482] PASSED
6540 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N483] PASSED
6541 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N484] PASSED
6542 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N485] PASSED
6543 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N486] PASSED
6544 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N487] PASSED
6545 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N488] PASSED
6546 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N489] PASSED
6547 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N490] PASSED
6548 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N491] PASSED
6549 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N492] PASSED
6550 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N493] PASSED
6551 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N494] PASSED
6552 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N495] PASSED
6553 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N496] PASSED
6554 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N497] PASSED
6555 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N498] PASSED
6556 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N499] PASSED
6557 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N500] PASSED
6558 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N501] PASSED
6559 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N502] PASSED
6560 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N503] PASSED
6561 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N504] PASSED
6562 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N505] PASSED
6563 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N506] PASSED
6564 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N507] PASSED
6565 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N508] PASSED
6566 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N509] PASSED
6567 numpy/_core/tests/test_multiarray.py::test_sort_float[d-N510] PASSED
6568 numpy/_core/tests/test_multiarray.py::test_sort_float16 PASSED
6569 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N0] PASSED
6570 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N1] PASSED
6571 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N2] PASSED
6572 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N3] PASSED
6573 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N4] PASSED
6574 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N5] PASSED
6575 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N6] PASSED
6576 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N7] PASSED
6577 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N8] PASSED
6578 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N9] PASSED
6579 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N10] PASSED
6580 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N11] PASSED
6581 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N12] PASSED
6582 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N13] PASSED
6583 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N14] PASSED
6584 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N15] PASSED
6585 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N16] PASSED
6586 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N17] PASSED
6587 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N18] PASSED
6588 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N19] PASSED
6589 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N20] PASSED
6590 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N21] PASSED
6591 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N22] PASSED
6592 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N23] PASSED
6593 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N24] PASSED
6594 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N25] PASSED
6595 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N26] PASSED
6596 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N27] PASSED
6597 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N28] PASSED
6598 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N29] PASSED
6599 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N30] PASSED
6600 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N31] PASSED
6601 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N32] PASSED
6602 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N33] PASSED
6603 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N34] PASSED
6604 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N35] PASSED
6605 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N36] PASSED
6606 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N37] PASSED
6607 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N38] PASSED
6608 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N39] PASSED
6609 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N40] PASSED
6610 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N41] PASSED
6611 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N42] PASSED
6612 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N43] PASSED
6613 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N44] PASSED
6614 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N45] PASSED
6615 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N46] PASSED
6616 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N47] PASSED
6617 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N48] PASSED
6618 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N49] PASSED
6619 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N50] PASSED
6620 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N51] PASSED
6621 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N52] PASSED
6622 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N53] PASSED
6623 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N54] PASSED
6624 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N55] PASSED
6625 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N56] PASSED
6626 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N57] PASSED
6627 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N58] PASSED
6628 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N59] PASSED
6629 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N60] PASSED
6630 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N61] PASSED
6631 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N62] PASSED
6632 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N63] PASSED
6633 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N64] PASSED
6634 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N65] PASSED
6635 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N66] PASSED
6636 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N67] PASSED
6637 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N68] PASSED
6638 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N69] PASSED
6639 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N70] PASSED
6640 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N71] PASSED
6641 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N72] PASSED
6642 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N73] PASSED
6643 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N74] PASSED
6644 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N75] PASSED
6645 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N76] PASSED
6646 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N77] PASSED
6647 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N78] PASSED
6648 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N79] PASSED
6649 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N80] PASSED
6650 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N81] PASSED
6651 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N82] PASSED
6652 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N83] PASSED
6653 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N84] PASSED
6654 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N85] PASSED
6655 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N86] PASSED
6656 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N87] PASSED
6657 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N88] PASSED
6658 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N89] PASSED
6659 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N90] PASSED
6660 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N91] PASSED
6661 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N92] PASSED
6662 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N93] PASSED
6663 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N94] PASSED
6664 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N95] PASSED
6665 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N96] PASSED
6666 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N97] PASSED
6667 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N98] PASSED
6668 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N99] PASSED
6669 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N100] PASSED
6670 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N101] PASSED
6671 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N102] PASSED
6672 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N103] PASSED
6673 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N104] PASSED
6674 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N105] PASSED
6675 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N106] PASSED
6676 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N107] PASSED
6677 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N108] PASSED
6678 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N109] PASSED
6679 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N110] PASSED
6680 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N111] PASSED
6681 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N112] PASSED
6682 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N113] PASSED
6683 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N114] PASSED
6684 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N115] PASSED
6685 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N116] PASSED
6686 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N117] PASSED
6687 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N118] PASSED
6688 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N119] PASSED
6689 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N120] PASSED
6690 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N121] PASSED
6691 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N122] PASSED
6692 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N123] PASSED
6693 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N124] PASSED
6694 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N125] PASSED
6695 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N126] PASSED
6696 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N127] PASSED
6697 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N128] PASSED
6698 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N129] PASSED
6699 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N130] PASSED
6700 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N131] PASSED
6701 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N132] PASSED
6702 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N133] PASSED
6703 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N134] PASSED
6704 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N135] PASSED
6705 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N136] PASSED
6706 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N137] PASSED
6707 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N138] PASSED
6708 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N139] PASSED
6709 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N140] PASSED
6710 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N141] PASSED
6711 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N142] PASSED
6712 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N143] PASSED
6713 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N144] PASSED
6714 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N145] PASSED
6715 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N146] PASSED
6716 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N147] PASSED
6717 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N148] PASSED
6718 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N149] PASSED
6719 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N150] PASSED
6720 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N151] PASSED
6721 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N152] PASSED
6722 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N153] PASSED
6723 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N154] PASSED
6724 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N155] PASSED
6725 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N156] PASSED
6726 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N157] PASSED
6727 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N158] PASSED
6728 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N159] PASSED
6729 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N160] PASSED
6730 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N161] PASSED
6731 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N162] PASSED
6732 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N163] PASSED
6733 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N164] PASSED
6734 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N165] PASSED
6735 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N166] PASSED
6736 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N167] PASSED
6737 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N168] PASSED
6738 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N169] PASSED
6739 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N170] PASSED
6740 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N171] PASSED
6741 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N172] PASSED
6742 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N173] PASSED
6743 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N174] PASSED
6744 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N175] PASSED
6745 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N176] PASSED
6746 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N177] PASSED
6747 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N178] PASSED
6748 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N179] PASSED
6749 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N180] PASSED
6750 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N181] PASSED
6751 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N182] PASSED
6752 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N183] PASSED
6753 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N184] PASSED
6754 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N185] PASSED
6755 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N186] PASSED
6756 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N187] PASSED
6757 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N188] PASSED
6758 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N189] PASSED
6759 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N190] PASSED
6760 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N191] PASSED
6761 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N192] PASSED
6762 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N193] PASSED
6763 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N194] PASSED
6764 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N195] PASSED
6765 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N196] PASSED
6766 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N197] PASSED
6767 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N198] PASSED
6768 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N199] PASSED
6769 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N200] PASSED
6770 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N201] PASSED
6771 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N202] PASSED
6772 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N203] PASSED
6773 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N204] PASSED
6774 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N205] PASSED
6775 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N206] PASSED
6776 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N207] PASSED
6777 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N208] PASSED
6778 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N209] PASSED
6779 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N210] PASSED
6780 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N211] PASSED
6781 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N212] PASSED
6782 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N213] PASSED
6783 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N214] PASSED
6784 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N215] PASSED
6785 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N216] PASSED
6786 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N217] PASSED
6787 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N218] PASSED
6788 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N219] PASSED
6789 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N220] PASSED
6790 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N221] PASSED
6791 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N222] PASSED
6792 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N223] PASSED
6793 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N224] PASSED
6794 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N225] PASSED
6795 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N226] PASSED
6796 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N227] PASSED
6797 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N228] PASSED
6798 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N229] PASSED
6799 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N230] PASSED
6800 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N231] PASSED
6801 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N232] PASSED
6802 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N233] PASSED
6803 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N234] PASSED
6804 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N235] PASSED
6805 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N236] PASSED
6806 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N237] PASSED
6807 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N238] PASSED
6808 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N239] PASSED
6809 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N240] PASSED
6810 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N241] PASSED
6811 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N242] PASSED
6812 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N243] PASSED
6813 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N244] PASSED
6814 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N245] PASSED
6815 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N246] PASSED
6816 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N247] PASSED
6817 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N248] PASSED
6818 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N249] PASSED
6819 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N250] PASSED
6820 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N251] PASSED
6821 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N252] PASSED
6822 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N253] PASSED
6823 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N254] PASSED
6824 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N255] PASSED
6825 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N256] PASSED
6826 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N257] PASSED
6827 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N258] PASSED
6828 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N259] PASSED
6829 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N260] PASSED
6830 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N261] PASSED
6831 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N262] PASSED
6832 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N263] PASSED
6833 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N264] PASSED
6834 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N265] PASSED
6835 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N266] PASSED
6836 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N267] PASSED
6837 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N268] PASSED
6838 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N269] PASSED
6839 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N270] PASSED
6840 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N271] PASSED
6841 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N272] PASSED
6842 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N273] PASSED
6843 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N274] PASSED
6844 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N275] PASSED
6845 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N276] PASSED
6846 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N277] PASSED
6847 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N278] PASSED
6848 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N279] PASSED
6849 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N280] PASSED
6850 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N281] PASSED
6851 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N282] PASSED
6852 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N283] PASSED
6853 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N284] PASSED
6854 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N285] PASSED
6855 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N286] PASSED
6856 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N287] PASSED
6857 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N288] PASSED
6858 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N289] PASSED
6859 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N290] PASSED
6860 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N291] PASSED
6861 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N292] PASSED
6862 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N293] PASSED
6863 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N294] PASSED
6864 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N295] PASSED
6865 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N296] PASSED
6866 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N297] PASSED
6867 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N298] PASSED
6868 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N299] PASSED
6869 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N300] PASSED
6870 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N301] PASSED
6871 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N302] PASSED
6872 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N303] PASSED
6873 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N304] PASSED
6874 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N305] PASSED
6875 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N306] PASSED
6876 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N307] PASSED
6877 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N308] PASSED
6878 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N309] PASSED
6879 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N310] PASSED
6880 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N311] PASSED
6881 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N312] PASSED
6882 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N313] PASSED
6883 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N314] PASSED
6884 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N315] PASSED
6885 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N316] PASSED
6886 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N317] PASSED
6887 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N318] PASSED
6888 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N319] PASSED
6889 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N320] PASSED
6890 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N321] PASSED
6891 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N322] PASSED
6892 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N323] PASSED
6893 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N324] PASSED
6894 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N325] PASSED
6895 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N326] PASSED
6896 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N327] PASSED
6897 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N328] PASSED
6898 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N329] PASSED
6899 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N330] PASSED
6900 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N331] PASSED
6901 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N332] PASSED
6902 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N333] PASSED
6903 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N334] PASSED
6904 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N335] PASSED
6905 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N336] PASSED
6906 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N337] PASSED
6907 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N338] PASSED
6908 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N339] PASSED
6909 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N340] PASSED
6910 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N341] PASSED
6911 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N342] PASSED
6912 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N343] PASSED
6913 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N344] PASSED
6914 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N345] PASSED
6915 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N346] PASSED
6916 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N347] PASSED
6917 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N348] PASSED
6918 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N349] PASSED
6919 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N350] PASSED
6920 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N351] PASSED
6921 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N352] PASSED
6922 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N353] PASSED
6923 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N354] PASSED
6924 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N355] PASSED
6925 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N356] PASSED
6926 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N357] PASSED
6927 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N358] PASSED
6928 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N359] PASSED
6929 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N360] PASSED
6930 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N361] PASSED
6931 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N362] PASSED
6932 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N363] PASSED
6933 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N364] PASSED
6934 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N365] PASSED
6935 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N366] PASSED
6936 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N367] PASSED
6937 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N368] PASSED
6938 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N369] PASSED
6939 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N370] PASSED
6940 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N371] PASSED
6941 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N372] PASSED
6942 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N373] PASSED
6943 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N374] PASSED
6944 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N375] PASSED
6945 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N376] PASSED
6946 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N377] PASSED
6947 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N378] PASSED
6948 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N379] PASSED
6949 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N380] PASSED
6950 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N381] PASSED
6951 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N382] PASSED
6952 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N383] PASSED
6953 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N384] PASSED
6954 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N385] PASSED
6955 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N386] PASSED
6956 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N387] PASSED
6957 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N388] PASSED
6958 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N389] PASSED
6959 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N390] PASSED
6960 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N391] PASSED
6961 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N392] PASSED
6962 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N393] PASSED
6963 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N394] PASSED
6964 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N395] PASSED
6965 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N396] PASSED
6966 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N397] PASSED
6967 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N398] PASSED
6968 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N399] PASSED
6969 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N400] PASSED
6970 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N401] PASSED
6971 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N402] PASSED
6972 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N403] PASSED
6973 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N404] PASSED
6974 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N405] PASSED
6975 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N406] PASSED
6976 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N407] PASSED
6977 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N408] PASSED
6978 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N409] PASSED
6979 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N410] PASSED
6980 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N411] PASSED
6981 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N412] PASSED
6982 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N413] PASSED
6983 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N414] PASSED
6984 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N415] PASSED
6985 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N416] PASSED
6986 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N417] PASSED
6987 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N418] PASSED
6988 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N419] PASSED
6989 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N420] PASSED
6990 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N421] PASSED
6991 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N422] PASSED
6992 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N423] PASSED
6993 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N424] PASSED
6994 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N425] PASSED
6995 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N426] PASSED
6996 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N427] PASSED
6997 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N428] PASSED
6998 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N429] PASSED
6999 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N430] PASSED
7000 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N431] PASSED
7001 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N432] PASSED
7002 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N433] PASSED
7003 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N434] PASSED
7004 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N435] PASSED
7005 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N436] PASSED
7006 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N437] PASSED
7007 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N438] PASSED
7008 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N439] PASSED
7009 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N440] PASSED
7010 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N441] PASSED
7011 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N442] PASSED
7012 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N443] PASSED
7013 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N444] PASSED
7014 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N445] PASSED
7015 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N446] PASSED
7016 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N447] PASSED
7017 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N448] PASSED
7018 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N449] PASSED
7019 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N450] PASSED
7020 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N451] PASSED
7021 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N452] PASSED
7022 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N453] PASSED
7023 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N454] PASSED
7024 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N455] PASSED
7025 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N456] PASSED
7026 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N457] PASSED
7027 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N458] PASSED
7028 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N459] PASSED
7029 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N460] PASSED
7030 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N461] PASSED
7031 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N462] PASSED
7032 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N463] PASSED
7033 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N464] PASSED
7034 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N465] PASSED
7035 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N466] PASSED
7036 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N467] PASSED
7037 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N468] PASSED
7038 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N469] PASSED
7039 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N470] PASSED
7040 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N471] PASSED
7041 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N472] PASSED
7042 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N473] PASSED
7043 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N474] PASSED
7044 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N475] PASSED
7045 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N476] PASSED
7046 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N477] PASSED
7047 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N478] PASSED
7048 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N479] PASSED
7049 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N480] PASSED
7050 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N481] PASSED
7051 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N482] PASSED
7052 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N483] PASSED
7053 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N484] PASSED
7054 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N485] PASSED
7055 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N486] PASSED
7056 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N487] PASSED
7057 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N488] PASSED
7058 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N489] PASSED
7059 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N490] PASSED
7060 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N491] PASSED
7061 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N492] PASSED
7062 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N493] PASSED
7063 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N494] PASSED
7064 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N495] PASSED
7065 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N496] PASSED
7066 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N497] PASSED
7067 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N498] PASSED
7068 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N499] PASSED
7069 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N500] PASSED
7070 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N501] PASSED
7071 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N502] PASSED
7072 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N503] PASSED
7073 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N504] PASSED
7074 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N505] PASSED
7075 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N506] PASSED
7076 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N507] PASSED
7077 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N508] PASSED
7078 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N509] PASSED
7079 numpy/_core/tests/test_multiarray.py::test_sort_int[h-N510] PASSED
7080 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N0] PASSED
7081 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N1] PASSED
7082 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N2] PASSED
7083 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N3] PASSED
7084 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N4] PASSED
7085 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N5] PASSED
7086 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N6] PASSED
7087 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N7] PASSED
7088 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N8] PASSED
7089 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N9] PASSED
7090 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N10] PASSED
7091 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N11] PASSED
7092 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N12] PASSED
7093 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N13] PASSED
7094 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N14] PASSED
7095 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N15] PASSED
7096 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N16] PASSED
7097 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N17] PASSED
7098 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N18] PASSED
7099 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N19] PASSED
7100 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N20] PASSED
7101 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N21] PASSED
7102 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N22] PASSED
7103 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N23] PASSED
7104 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N24] PASSED
7105 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N25] PASSED
7106 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N26] PASSED
7107 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N27] PASSED
7108 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N28] PASSED
7109 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N29] PASSED
7110 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N30] PASSED
7111 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N31] PASSED
7112 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N32] PASSED
7113 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N33] PASSED
7114 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N34] PASSED
7115 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N35] PASSED
7116 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N36] PASSED
7117 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N37] PASSED
7118 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N38] PASSED
7119 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N39] PASSED
7120 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N40] PASSED
7121 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N41] PASSED
7122 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N42] PASSED
7123 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N43] PASSED
7124 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N44] PASSED
7125 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N45] PASSED
7126 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N46] PASSED
7127 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N47] PASSED
7128 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N48] PASSED
7129 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N49] PASSED
7130 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N50] PASSED
7131 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N51] PASSED
7132 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N52] PASSED
7133 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N53] PASSED
7134 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N54] PASSED
7135 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N55] PASSED
7136 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N56] PASSED
7137 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N57] PASSED
7138 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N58] PASSED
7139 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N59] PASSED
7140 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N60] PASSED
7141 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N61] PASSED
7142 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N62] PASSED
7143 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N63] PASSED
7144 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N64] PASSED
7145 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N65] PASSED
7146 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N66] PASSED
7147 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N67] PASSED
7148 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N68] PASSED
7149 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N69] PASSED
7150 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N70] PASSED
7151 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N71] PASSED
7152 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N72] PASSED
7153 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N73] PASSED
7154 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N74] PASSED
7155 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N75] PASSED
7156 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N76] PASSED
7157 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N77] PASSED
7158 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N78] PASSED
7159 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N79] PASSED
7160 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N80] PASSED
7161 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N81] PASSED
7162 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N82] PASSED
7163 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N83] PASSED
7164 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N84] PASSED
7165 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N85] PASSED
7166 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N86] PASSED
7167 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N87] PASSED
7168 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N88] PASSED
7169 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N89] PASSED
7170 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N90] PASSED
7171 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N91] PASSED
7172 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N92] PASSED
7173 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N93] PASSED
7174 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N94] PASSED
7175 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N95] PASSED
7176 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N96] PASSED
7177 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N97] PASSED
7178 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N98] PASSED
7179 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N99] PASSED
7180 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N100] PASSED
7181 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N101] PASSED
7182 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N102] PASSED
7183 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N103] PASSED
7184 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N104] PASSED
7185 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N105] PASSED
7186 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N106] PASSED
7187 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N107] PASSED
7188 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N108] PASSED
7189 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N109] PASSED
7190 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N110] PASSED
7191 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N111] PASSED
7192 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N112] PASSED
7193 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N113] PASSED
7194 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N114] PASSED
7195 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N115] PASSED
7196 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N116] PASSED
7197 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N117] PASSED
7198 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N118] PASSED
7199 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N119] PASSED
7200 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N120] PASSED
7201 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N121] PASSED
7202 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N122] PASSED
7203 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N123] PASSED
7204 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N124] PASSED
7205 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N125] PASSED
7206 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N126] PASSED
7207 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N127] PASSED
7208 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N128] PASSED
7209 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N129] PASSED
7210 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N130] PASSED
7211 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N131] PASSED
7212 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N132] PASSED
7213 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N133] PASSED
7214 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N134] PASSED
7215 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N135] PASSED
7216 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N136] PASSED
7217 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N137] PASSED
7218 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N138] PASSED
7219 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N139] PASSED
7220 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N140] PASSED
7221 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N141] PASSED
7222 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N142] PASSED
7223 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N143] PASSED
7224 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N144] PASSED
7225 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N145] PASSED
7226 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N146] PASSED
7227 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N147] PASSED
7228 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N148] PASSED
7229 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N149] PASSED
7230 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N150] PASSED
7231 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N151] PASSED
7232 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N152] PASSED
7233 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N153] PASSED
7234 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N154] PASSED
7235 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N155] PASSED
7236 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N156] PASSED
7237 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N157] PASSED
7238 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N158] PASSED
7239 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N159] PASSED
7240 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N160] PASSED
7241 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N161] PASSED
7242 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N162] PASSED
7243 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N163] PASSED
7244 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N164] PASSED
7245 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N165] PASSED
7246 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N166] PASSED
7247 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N167] PASSED
7248 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N168] PASSED
7249 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N169] PASSED
7250 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N170] PASSED
7251 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N171] PASSED
7252 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N172] PASSED
7253 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N173] PASSED
7254 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N174] PASSED
7255 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N175] PASSED
7256 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N176] PASSED
7257 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N177] PASSED
7258 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N178] PASSED
7259 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N179] PASSED
7260 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N180] PASSED
7261 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N181] PASSED
7262 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N182] PASSED
7263 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N183] PASSED
7264 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N184] PASSED
7265 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N185] PASSED
7266 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N186] PASSED
7267 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N187] PASSED
7268 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N188] PASSED
7269 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N189] PASSED
7270 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N190] PASSED
7271 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N191] PASSED
7272 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N192] PASSED
7273 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N193] PASSED
7274 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N194] PASSED
7275 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N195] PASSED
7276 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N196] PASSED
7277 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N197] PASSED
7278 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N198] PASSED
7279 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N199] PASSED
7280 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N200] PASSED
7281 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N201] PASSED
7282 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N202] PASSED
7283 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N203] PASSED
7284 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N204] PASSED
7285 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N205] PASSED
7286 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N206] PASSED
7287 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N207] PASSED
7288 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N208] PASSED
7289 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N209] PASSED
7290 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N210] PASSED
7291 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N211] PASSED
7292 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N212] PASSED
7293 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N213] PASSED
7294 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N214] PASSED
7295 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N215] PASSED
7296 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N216] PASSED
7297 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N217] PASSED
7298 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N218] PASSED
7299 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N219] PASSED
7300 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N220] PASSED
7301 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N221] PASSED
7302 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N222] PASSED
7303 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N223] PASSED
7304 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N224] PASSED
7305 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N225] PASSED
7306 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N226] PASSED
7307 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N227] PASSED
7308 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N228] PASSED
7309 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N229] PASSED
7310 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N230] PASSED
7311 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N231] PASSED
7312 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N232] PASSED
7313 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N233] PASSED
7314 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N234] PASSED
7315 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N235] PASSED
7316 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N236] PASSED
7317 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N237] PASSED
7318 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N238] PASSED
7319 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N239] PASSED
7320 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N240] PASSED
7321 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N241] PASSED
7322 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N242] PASSED
7323 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N243] PASSED
7324 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N244] PASSED
7325 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N245] PASSED
7326 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N246] PASSED
7327 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N247] PASSED
7328 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N248] PASSED
7329 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N249] PASSED
7330 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N250] PASSED
7331 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N251] PASSED
7332 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N252] PASSED
7333 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N253] PASSED
7334 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N254] PASSED
7335 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N255] PASSED
7336 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N256] PASSED
7337 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N257] PASSED
7338 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N258] PASSED
7339 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N259] PASSED
7340 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N260] PASSED
7341 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N261] PASSED
7342 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N262] PASSED
7343 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N263] PASSED
7344 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N264] PASSED
7345 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N265] PASSED
7346 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N266] PASSED
7347 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N267] PASSED
7348 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N268] PASSED
7349 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N269] PASSED
7350 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N270] PASSED
7351 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N271] PASSED
7352 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N272] PASSED
7353 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N273] PASSED
7354 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N274] PASSED
7355 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N275] PASSED
7356 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N276] PASSED
7357 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N277] PASSED
7358 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N278] PASSED
7359 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N279] PASSED
7360 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N280] PASSED
7361 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N281] PASSED
7362 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N282] PASSED
7363 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N283] PASSED
7364 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N284] PASSED
7365 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N285] PASSED
7366 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N286] PASSED
7367 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N287] PASSED
7368 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N288] PASSED
7369 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N289] PASSED
7370 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N290] PASSED
7371 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N291] PASSED
7372 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N292] PASSED
7373 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N293] PASSED
7374 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N294] PASSED
7375 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N295] PASSED
7376 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N296] PASSED
7377 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N297] PASSED
7378 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N298] PASSED
7379 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N299] PASSED
7380 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N300] PASSED
7381 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N301] PASSED
7382 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N302] PASSED
7383 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N303] PASSED
7384 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N304] PASSED
7385 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N305] PASSED
7386 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N306] PASSED
7387 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N307] PASSED
7388 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N308] PASSED
7389 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N309] PASSED
7390 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N310] PASSED
7391 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N311] PASSED
7392 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N312] PASSED
7393 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N313] PASSED
7394 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N314] PASSED
7395 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N315] PASSED
7396 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N316] PASSED
7397 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N317] PASSED
7398 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N318] PASSED
7399 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N319] PASSED
7400 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N320] PASSED
7401 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N321] PASSED
7402 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N322] PASSED
7403 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N323] PASSED
7404 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N324] PASSED
7405 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N325] PASSED
7406 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N326] PASSED
7407 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N327] PASSED
7408 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N328] PASSED
7409 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N329] PASSED
7410 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N330] PASSED
7411 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N331] PASSED
7412 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N332] PASSED
7413 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N333] PASSED
7414 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N334] PASSED
7415 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N335] PASSED
7416 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N336] PASSED
7417 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N337] PASSED
7418 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N338] PASSED
7419 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N339] PASSED
7420 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N340] PASSED
7421 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N341] PASSED
7422 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N342] PASSED
7423 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N343] PASSED
7424 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N344] PASSED
7425 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N345] PASSED
7426 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N346] PASSED
7427 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N347] PASSED
7428 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N348] PASSED
7429 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N349] PASSED
7430 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N350] PASSED
7431 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N351] PASSED
7432 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N352] PASSED
7433 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N353] PASSED
7434 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N354] PASSED
7435 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N355] PASSED
7436 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N356] PASSED
7437 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N357] PASSED
7438 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N358] PASSED
7439 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N359] PASSED
7440 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N360] PASSED
7441 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N361] PASSED
7442 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N362] PASSED
7443 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N363] PASSED
7444 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N364] PASSED
7445 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N365] PASSED
7446 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N366] PASSED
7447 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N367] PASSED
7448 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N368] PASSED
7449 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N369] PASSED
7450 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N370] PASSED
7451 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N371] PASSED
7452 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N372] PASSED
7453 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N373] PASSED
7454 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N374] PASSED
7455 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N375] PASSED
7456 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N376] PASSED
7457 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N377] PASSED
7458 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N378] PASSED
7459 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N379] PASSED
7460 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N380] PASSED
7461 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N381] PASSED
7462 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N382] PASSED
7463 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N383] PASSED
7464 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N384] PASSED
7465 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N385] PASSED
7466 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N386] PASSED
7467 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N387] PASSED
7468 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N388] PASSED
7469 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N389] PASSED
7470 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N390] PASSED
7471 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N391] PASSED
7472 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N392] PASSED
7473 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N393] PASSED
7474 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N394] PASSED
7475 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N395] PASSED
7476 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N396] PASSED
7477 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N397] PASSED
7478 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N398] PASSED
7479 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N399] PASSED
7480 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N400] PASSED
7481 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N401] PASSED
7482 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N402] PASSED
7483 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N403] PASSED
7484 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N404] PASSED
7485 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N405] PASSED
7486 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N406] PASSED
7487 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N407] PASSED
7488 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N408] PASSED
7489 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N409] PASSED
7490 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N410] PASSED
7491 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N411] PASSED
7492 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N412] PASSED
7493 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N413] PASSED
7494 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N414] PASSED
7495 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N415] PASSED
7496 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N416] PASSED
7497 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N417] PASSED
7498 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N418] PASSED
7499 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N419] PASSED
7500 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N420] PASSED
7501 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N421] PASSED
7502 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N422] PASSED
7503 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N423] PASSED
7504 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N424] PASSED
7505 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N425] PASSED
7506 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N426] PASSED
7507 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N427] PASSED
7508 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N428] PASSED
7509 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N429] PASSED
7510 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N430] PASSED
7511 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N431] PASSED
7512 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N432] PASSED
7513 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N433] PASSED
7514 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N434] PASSED
7515 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N435] PASSED
7516 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N436] PASSED
7517 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N437] PASSED
7518 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N438] PASSED
7519 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N439] PASSED
7520 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N440] PASSED
7521 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N441] PASSED
7522 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N442] PASSED
7523 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N443] PASSED
7524 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N444] PASSED
7525 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N445] PASSED
7526 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N446] PASSED
7527 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N447] PASSED
7528 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N448] PASSED
7529 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N449] PASSED
7530 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N450] PASSED
7531 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N451] PASSED
7532 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N452] PASSED
7533 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N453] PASSED
7534 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N454] PASSED
7535 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N455] PASSED
7536 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N456] PASSED
7537 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N457] PASSED
7538 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N458] PASSED
7539 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N459] PASSED
7540 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N460] PASSED
7541 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N461] PASSED
7542 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N462] PASSED
7543 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N463] PASSED
7544 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N464] PASSED
7545 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N465] PASSED
7546 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N466] PASSED
7547 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N467] PASSED
7548 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N468] PASSED
7549 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N469] PASSED
7550 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N470] PASSED
7551 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N471] PASSED
7552 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N472] PASSED
7553 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N473] PASSED
7554 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N474] PASSED
7555 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N475] PASSED
7556 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N476] PASSED
7557 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N477] PASSED
7558 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N478] PASSED
7559 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N479] PASSED
7560 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N480] PASSED
7561 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N481] PASSED
7562 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N482] PASSED
7563 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N483] PASSED
7564 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N484] PASSED
7565 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N485] PASSED
7566 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N486] PASSED
7567 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N487] PASSED
7568 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N488] PASSED
7569 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N489] PASSED
7570 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N490] PASSED
7571 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N491] PASSED
7572 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N492] PASSED
7573 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N493] PASSED
7574 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N494] PASSED
7575 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N495] PASSED
7576 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N496] PASSED
7577 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N497] PASSED
7578 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N498] PASSED
7579 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N499] PASSED
7580 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N500] PASSED
7581 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N501] PASSED
7582 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N502] PASSED
7583 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N503] PASSED
7584 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N504] PASSED
7585 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N505] PASSED
7586 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N506] PASSED
7587 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N507] PASSED
7588 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N508] PASSED
7589 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N509] PASSED
7590 numpy/_core/tests/test_multiarray.py::test_sort_int[H-N510] PASSED
7591 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N0] PASSED
7592 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N1] PASSED
7593 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N2] PASSED
7594 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N3] PASSED
7595 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N4] PASSED
7596 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N5] PASSED
7597 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N6] PASSED
7598 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N7] PASSED
7599 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N8] PASSED
7600 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N9] PASSED
7601 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N10] PASSED
7602 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N11] PASSED
7603 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N12] PASSED
7604 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N13] PASSED
7605 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N14] PASSED
7606 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N15] PASSED
7607 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N16] PASSED
7608 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N17] PASSED
7609 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N18] PASSED
7610 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N19] PASSED
7611 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N20] PASSED
7612 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N21] PASSED
7613 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N22] PASSED
7614 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N23] PASSED
7615 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N24] PASSED
7616 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N25] PASSED
7617 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N26] PASSED
7618 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N27] PASSED
7619 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N28] PASSED
7620 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N29] PASSED
7621 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N30] PASSED
7622 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N31] PASSED
7623 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N32] PASSED
7624 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N33] PASSED
7625 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N34] PASSED
7626 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N35] PASSED
7627 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N36] PASSED
7628 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N37] PASSED
7629 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N38] PASSED
7630 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N39] PASSED
7631 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N40] PASSED
7632 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N41] PASSED
7633 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N42] PASSED
7634 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N43] PASSED
7635 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N44] PASSED
7636 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N45] PASSED
7637 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N46] PASSED
7638 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N47] PASSED
7639 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N48] PASSED
7640 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N49] PASSED
7641 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N50] PASSED
7642 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N51] PASSED
7643 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N52] PASSED
7644 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N53] PASSED
7645 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N54] PASSED
7646 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N55] PASSED
7647 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N56] PASSED
7648 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N57] PASSED
7649 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N58] PASSED
7650 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N59] PASSED
7651 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N60] PASSED
7652 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N61] PASSED
7653 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N62] PASSED
7654 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N63] PASSED
7655 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N64] PASSED
7656 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N65] PASSED
7657 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N66] PASSED
7658 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N67] PASSED
7659 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N68] PASSED
7660 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N69] PASSED
7661 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N70] PASSED
7662 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N71] PASSED
7663 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N72] PASSED
7664 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N73] PASSED
7665 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N74] PASSED
7666 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N75] PASSED
7667 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N76] PASSED
7668 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N77] PASSED
7669 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N78] PASSED
7670 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N79] PASSED
7671 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N80] PASSED
7672 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N81] PASSED
7673 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N82] PASSED
7674 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N83] PASSED
7675 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N84] PASSED
7676 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N85] PASSED
7677 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N86] PASSED
7678 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N87] PASSED
7679 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N88] PASSED
7680 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N89] PASSED
7681 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N90] PASSED
7682 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N91] PASSED
7683 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N92] PASSED
7684 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N93] PASSED
7685 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N94] PASSED
7686 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N95] PASSED
7687 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N96] PASSED
7688 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N97] PASSED
7689 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N98] PASSED
7690 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N99] PASSED
7691 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N100] PASSED
7692 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N101] PASSED
7693 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N102] PASSED
7694 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N103] PASSED
7695 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N104] PASSED
7696 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N105] PASSED
7697 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N106] PASSED
7698 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N107] PASSED
7699 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N108] PASSED
7700 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N109] PASSED
7701 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N110] PASSED
7702 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N111] PASSED
7703 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N112] PASSED
7704 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N113] PASSED
7705 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N114] PASSED
7706 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N115] PASSED
7707 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N116] PASSED
7708 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N117] PASSED
7709 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N118] PASSED
7710 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N119] PASSED
7711 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N120] PASSED
7712 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N121] PASSED
7713 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N122] PASSED
7714 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N123] PASSED
7715 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N124] PASSED
7716 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N125] PASSED
7717 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N126] PASSED
7718 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N127] PASSED
7719 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N128] PASSED
7720 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N129] PASSED
7721 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N130] PASSED
7722 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N131] PASSED
7723 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N132] PASSED
7724 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N133] PASSED
7725 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N134] PASSED
7726 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N135] PASSED
7727 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N136] PASSED
7728 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N137] PASSED
7729 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N138] PASSED
7730 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N139] PASSED
7731 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N140] PASSED
7732 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N141] PASSED
7733 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N142] PASSED
7734 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N143] PASSED
7735 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N144] PASSED
7736 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N145] PASSED
7737 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N146] PASSED
7738 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N147] PASSED
7739 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N148] PASSED
7740 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N149] PASSED
7741 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N150] PASSED
7742 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N151] PASSED
7743 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N152] PASSED
7744 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N153] PASSED
7745 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N154] PASSED
7746 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N155] PASSED
7747 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N156] PASSED
7748 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N157] PASSED
7749 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N158] PASSED
7750 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N159] PASSED
7751 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N160] PASSED
7752 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N161] PASSED
7753 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N162] PASSED
7754 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N163] PASSED
7755 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N164] PASSED
7756 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N165] PASSED
7757 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N166] PASSED
7758 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N167] PASSED
7759 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N168] PASSED
7760 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N169] PASSED
7761 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N170] PASSED
7762 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N171] PASSED
7763 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N172] PASSED
7764 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N173] PASSED
7765 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N174] PASSED
7766 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N175] PASSED
7767 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N176] PASSED
7768 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N177] PASSED
7769 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N178] PASSED
7770 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N179] PASSED
7771 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N180] PASSED
7772 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N181] PASSED
7773 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N182] PASSED
7774 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N183] PASSED
7775 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N184] PASSED
7776 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N185] PASSED
7777 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N186] PASSED
7778 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N187] PASSED
7779 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N188] PASSED
7780 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N189] PASSED
7781 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N190] PASSED
7782 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N191] PASSED
7783 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N192] PASSED
7784 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N193] PASSED
7785 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N194] PASSED
7786 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N195] PASSED
7787 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N196] PASSED
7788 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N197] PASSED
7789 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N198] PASSED
7790 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N199] PASSED
7791 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N200] PASSED
7792 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N201] PASSED
7793 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N202] PASSED
7794 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N203] PASSED
7795 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N204] PASSED
7796 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N205] PASSED
7797 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N206] PASSED
7798 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N207] PASSED
7799 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N208] PASSED
7800 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N209] PASSED
7801 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N210] PASSED
7802 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N211] PASSED
7803 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N212] PASSED
7804 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N213] PASSED
7805 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N214] PASSED
7806 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N215] PASSED
7807 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N216] PASSED
7808 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N217] PASSED
7809 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N218] PASSED
7810 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N219] PASSED
7811 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N220] PASSED
7812 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N221] PASSED
7813 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N222] PASSED
7814 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N223] PASSED
7815 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N224] PASSED
7816 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N225] PASSED
7817 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N226] PASSED
7818 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N227] PASSED
7819 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N228] PASSED
7820 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N229] PASSED
7821 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N230] PASSED
7822 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N231] PASSED
7823 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N232] PASSED
7824 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N233] PASSED
7825 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N234] PASSED
7826 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N235] PASSED
7827 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N236] PASSED
7828 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N237] PASSED
7829 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N238] PASSED
7830 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N239] PASSED
7831 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N240] PASSED
7832 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N241] PASSED
7833 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N242] PASSED
7834 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N243] PASSED
7835 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N244] PASSED
7836 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N245] PASSED
7837 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N246] PASSED
7838 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N247] PASSED
7839 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N248] PASSED
7840 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N249] PASSED
7841 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N250] PASSED
7842 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N251] PASSED
7843 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N252] PASSED
7844 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N253] PASSED
7845 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N254] PASSED
7846 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N255] PASSED
7847 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N256] PASSED
7848 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N257] PASSED
7849 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N258] PASSED
7850 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N259] PASSED
7851 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N260] PASSED
7852 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N261] PASSED
7853 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N262] PASSED
7854 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N263] PASSED
7855 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N264] PASSED
7856 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N265] PASSED
7857 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N266] PASSED
7858 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N267] PASSED
7859 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N268] PASSED
7860 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N269] PASSED
7861 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N270] PASSED
7862 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N271] PASSED
7863 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N272] PASSED
7864 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N273] PASSED
7865 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N274] PASSED
7866 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N275] PASSED
7867 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N276] PASSED
7868 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N277] PASSED
7869 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N278] PASSED
7870 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N279] PASSED
7871 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N280] PASSED
7872 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N281] PASSED
7873 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N282] PASSED
7874 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N283] PASSED
7875 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N284] PASSED
7876 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N285] PASSED
7877 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N286] PASSED
7878 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N287] PASSED
7879 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N288] PASSED
7880 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N289] PASSED
7881 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N290] PASSED
7882 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N291] PASSED
7883 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N292] PASSED
7884 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N293] PASSED
7885 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N294] PASSED
7886 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N295] PASSED
7887 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N296] PASSED
7888 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N297] PASSED
7889 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N298] PASSED
7890 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N299] PASSED
7891 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N300] PASSED
7892 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N301] PASSED
7893 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N302] PASSED
7894 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N303] PASSED
7895 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N304] PASSED
7896 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N305] PASSED
7897 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N306] PASSED
7898 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N307] PASSED
7899 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N308] PASSED
7900 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N309] PASSED
7901 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N310] PASSED
7902 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N311] PASSED
7903 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N312] PASSED
7904 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N313] PASSED
7905 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N314] PASSED
7906 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N315] PASSED
7907 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N316] PASSED
7908 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N317] PASSED
7909 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N318] PASSED
7910 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N319] PASSED
7911 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N320] PASSED
7912 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N321] PASSED
7913 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N322] PASSED
7914 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N323] PASSED
7915 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N324] PASSED
7916 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N325] PASSED
7917 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N326] PASSED
7918 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N327] PASSED
7919 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N328] PASSED
7920 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N329] PASSED
7921 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N330] PASSED
7922 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N331] PASSED
7923 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N332] PASSED
7924 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N333] PASSED
7925 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N334] PASSED
7926 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N335] PASSED
7927 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N336] PASSED
7928 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N337] PASSED
7929 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N338] PASSED
7930 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N339] PASSED
7931 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N340] PASSED
7932 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N341] PASSED
7933 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N342] PASSED
7934 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N343] PASSED
7935 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N344] PASSED
7936 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N345] PASSED
7937 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N346] PASSED
7938 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N347] PASSED
7939 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N348] PASSED
7940 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N349] PASSED
7941 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N350] PASSED
7942 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N351] PASSED
7943 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N352] PASSED
7944 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N353] PASSED
7945 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N354] PASSED
7946 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N355] PASSED
7947 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N356] PASSED
7948 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N357] PASSED
7949 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N358] PASSED
7950 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N359] PASSED
7951 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N360] PASSED
7952 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N361] PASSED
7953 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N362] PASSED
7954 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N363] PASSED
7955 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N364] PASSED
7956 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N365] PASSED
7957 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N366] PASSED
7958 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N367] PASSED
7959 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N368] PASSED
7960 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N369] PASSED
7961 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N370] PASSED
7962 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N371] PASSED
7963 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N372] PASSED
7964 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N373] PASSED
7965 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N374] PASSED
7966 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N375] PASSED
7967 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N376] PASSED
7968 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N377] PASSED
7969 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N378] PASSED
7970 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N379] PASSED
7971 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N380] PASSED
7972 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N381] PASSED
7973 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N382] PASSED
7974 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N383] PASSED
7975 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N384] PASSED
7976 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N385] PASSED
7977 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N386] PASSED
7978 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N387] PASSED
7979 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N388] PASSED
7980 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N389] PASSED
7981 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N390] PASSED
7982 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N391] PASSED
7983 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N392] PASSED
7984 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N393] PASSED
7985 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N394] PASSED
7986 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N395] PASSED
7987 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N396] PASSED
7988 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N397] PASSED
7989 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N398] PASSED
7990 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N399] PASSED
7991 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N400] PASSED
7992 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N401] PASSED
7993 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N402] PASSED
7994 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N403] PASSED
7995 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N404] PASSED
7996 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N405] PASSED
7997 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N406] PASSED
7998 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N407] PASSED
7999 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N408] PASSED
8000 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N409] PASSED
8001 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N410] PASSED
8002 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N411] PASSED
8003 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N412] PASSED
8004 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N413] PASSED
8005 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N414] PASSED
8006 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N415] PASSED
8007 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N416] PASSED
8008 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N417] PASSED
8009 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N418] PASSED
8010 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N419] PASSED
8011 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N420] PASSED
8012 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N421] PASSED
8013 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N422] PASSED
8014 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N423] PASSED
8015 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N424] PASSED
8016 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N425] PASSED
8017 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N426] PASSED
8018 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N427] PASSED
8019 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N428] PASSED
8020 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N429] PASSED
8021 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N430] PASSED
8022 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N431] PASSED
8023 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N432] PASSED
8024 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N433] PASSED
8025 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N434] PASSED
8026 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N435] PASSED
8027 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N436] PASSED
8028 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N437] PASSED
8029 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N438] PASSED
8030 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N439] PASSED
8031 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N440] PASSED
8032 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N441] PASSED
8033 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N442] PASSED
8034 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N443] PASSED
8035 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N444] PASSED
8036 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N445] PASSED
8037 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N446] PASSED
8038 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N447] PASSED
8039 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N448] PASSED
8040 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N449] PASSED
8041 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N450] PASSED
8042 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N451] PASSED
8043 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N452] PASSED
8044 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N453] PASSED
8045 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N454] PASSED
8046 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N455] PASSED
8047 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N456] PASSED
8048 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N457] PASSED
8049 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N458] PASSED
8050 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N459] PASSED
8051 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N460] PASSED
8052 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N461] PASSED
8053 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N462] PASSED
8054 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N463] PASSED
8055 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N464] PASSED
8056 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N465] PASSED
8057 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N466] PASSED
8058 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N467] PASSED
8059 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N468] PASSED
8060 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N469] PASSED
8061 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N470] PASSED
8062 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N471] PASSED
8063 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N472] PASSED
8064 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N473] PASSED
8065 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N474] PASSED
8066 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N475] PASSED
8067 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N476] PASSED
8068 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N477] PASSED
8069 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N478] PASSED
8070 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N479] PASSED
8071 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N480] PASSED
8072 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N481] PASSED
8073 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N482] PASSED
8074 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N483] PASSED
8075 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N484] PASSED
8076 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N485] PASSED
8077 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N486] PASSED
8078 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N487] PASSED
8079 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N488] PASSED
8080 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N489] PASSED
8081 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N490] PASSED
8082 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N491] PASSED
8083 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N492] PASSED
8084 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N493] PASSED
8085 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N494] PASSED
8086 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N495] PASSED
8087 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N496] PASSED
8088 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N497] PASSED
8089 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N498] PASSED
8090 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N499] PASSED
8091 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N500] PASSED
8092 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N501] PASSED
8093 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N502] PASSED
8094 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N503] PASSED
8095 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N504] PASSED
8096 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N505] PASSED
8097 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N506] PASSED
8098 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N507] PASSED
8099 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N508] PASSED
8100 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N509] PASSED
8101 numpy/_core/tests/test_multiarray.py::test_sort_int[i-N510] PASSED
8102 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N0] PASSED
8103 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N1] PASSED
8104 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N2] PASSED
8105 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N3] PASSED
8106 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N4] PASSED
8107 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N5] PASSED
8108 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N6] PASSED
8109 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N7] PASSED
8110 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N8] PASSED
8111 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N9] PASSED
8112 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N10] PASSED
8113 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N11] PASSED
8114 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N12] PASSED
8115 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N13] PASSED
8116 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N14] PASSED
8117 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N15] PASSED
8118 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N16] PASSED
8119 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N17] PASSED
8120 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N18] PASSED
8121 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N19] PASSED
8122 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N20] PASSED
8123 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N21] PASSED
8124 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N22] PASSED
8125 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N23] PASSED
8126 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N24] PASSED
8127 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N25] PASSED
8128 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N26] PASSED
8129 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N27] PASSED
8130 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N28] PASSED
8131 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N29] PASSED
8132 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N30] PASSED
8133 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N31] PASSED
8134 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N32] PASSED
8135 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N33] PASSED
8136 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N34] PASSED
8137 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N35] PASSED
8138 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N36] PASSED
8139 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N37] PASSED
8140 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N38] PASSED
8141 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N39] PASSED
8142 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N40] PASSED
8143 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N41] PASSED
8144 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N42] PASSED
8145 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N43] PASSED
8146 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N44] PASSED
8147 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N45] PASSED
8148 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N46] PASSED
8149 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N47] PASSED
8150 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N48] PASSED
8151 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N49] PASSED
8152 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N50] PASSED
8153 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N51] PASSED
8154 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N52] PASSED
8155 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N53] PASSED
8156 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N54] PASSED
8157 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N55] PASSED
8158 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N56] PASSED
8159 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N57] PASSED
8160 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N58] PASSED
8161 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N59] PASSED
8162 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N60] PASSED
8163 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N61] PASSED
8164 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N62] PASSED
8165 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N63] PASSED
8166 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N64] PASSED
8167 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N65] PASSED
8168 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N66] PASSED
8169 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N67] PASSED
8170 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N68] PASSED
8171 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N69] PASSED
8172 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N70] PASSED
8173 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N71] PASSED
8174 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N72] PASSED
8175 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N73] PASSED
8176 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N74] PASSED
8177 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N75] PASSED
8178 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N76] PASSED
8179 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N77] PASSED
8180 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N78] PASSED
8181 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N79] PASSED
8182 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N80] PASSED
8183 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N81] PASSED
8184 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N82] PASSED
8185 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N83] PASSED
8186 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N84] PASSED
8187 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N85] PASSED
8188 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N86] PASSED
8189 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N87] PASSED
8190 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N88] PASSED
8191 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N89] PASSED
8192 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N90] PASSED
8193 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N91] PASSED
8194 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N92] PASSED
8195 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N93] PASSED
8196 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N94] PASSED
8197 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N95] PASSED
8198 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N96] PASSED
8199 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N97] PASSED
8200 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N98] PASSED
8201 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N99] PASSED
8202 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N100] PASSED
8203 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N101] PASSED
8204 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N102] PASSED
8205 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N103] PASSED
8206 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N104] PASSED
8207 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N105] PASSED
8208 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N106] PASSED
8209 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N107] PASSED
8210 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N108] PASSED
8211 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N109] PASSED
8212 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N110] PASSED
8213 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N111] PASSED
8214 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N112] PASSED
8215 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N113] PASSED
8216 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N114] PASSED
8217 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N115] PASSED
8218 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N116] PASSED
8219 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N117] PASSED
8220 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N118] PASSED
8221 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N119] PASSED
8222 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N120] PASSED
8223 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N121] PASSED
8224 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N122] PASSED
8225 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N123] PASSED
8226 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N124] PASSED
8227 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N125] PASSED
8228 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N126] PASSED
8229 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N127] PASSED
8230 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N128] PASSED
8231 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N129] PASSED
8232 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N130] PASSED
8233 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N131] PASSED
8234 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N132] PASSED
8235 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N133] PASSED
8236 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N134] PASSED
8237 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N135] PASSED
8238 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N136] PASSED
8239 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N137] PASSED
8240 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N138] PASSED
8241 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N139] PASSED
8242 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N140] PASSED
8243 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N141] PASSED
8244 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N142] PASSED
8245 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N143] PASSED
8246 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N144] PASSED
8247 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N145] PASSED
8248 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N146] PASSED
8249 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N147] PASSED
8250 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N148] PASSED
8251 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N149] PASSED
8252 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N150] PASSED
8253 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N151] PASSED
8254 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N152] PASSED
8255 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N153] PASSED
8256 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N154] PASSED
8257 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N155] PASSED
8258 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N156] PASSED
8259 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N157] PASSED
8260 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N158] PASSED
8261 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N159] PASSED
8262 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N160] PASSED
8263 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N161] PASSED
8264 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N162] PASSED
8265 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N163] PASSED
8266 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N164] PASSED
8267 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N165] PASSED
8268 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N166] PASSED
8269 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N167] PASSED
8270 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N168] PASSED
8271 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N169] PASSED
8272 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N170] PASSED
8273 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N171] PASSED
8274 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N172] PASSED
8275 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N173] PASSED
8276 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N174] PASSED
8277 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N175] PASSED
8278 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N176] PASSED
8279 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N177] PASSED
8280 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N178] PASSED
8281 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N179] PASSED
8282 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N180] PASSED
8283 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N181] PASSED
8284 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N182] PASSED
8285 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N183] PASSED
8286 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N184] PASSED
8287 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N185] PASSED
8288 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N186] PASSED
8289 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N187] PASSED
8290 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N188] PASSED
8291 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N189] PASSED
8292 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N190] PASSED
8293 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N191] PASSED
8294 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N192] PASSED
8295 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N193] PASSED
8296 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N194] PASSED
8297 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N195] PASSED
8298 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N196] PASSED
8299 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N197] PASSED
8300 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N198] PASSED
8301 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N199] PASSED
8302 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N200] PASSED
8303 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N201] PASSED
8304 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N202] PASSED
8305 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N203] PASSED
8306 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N204] PASSED
8307 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N205] PASSED
8308 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N206] PASSED
8309 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N207] PASSED
8310 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N208] PASSED
8311 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N209] PASSED
8312 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N210] PASSED
8313 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N211] PASSED
8314 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N212] PASSED
8315 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N213] PASSED
8316 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N214] PASSED
8317 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N215] PASSED
8318 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N216] PASSED
8319 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N217] PASSED
8320 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N218] PASSED
8321 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N219] PASSED
8322 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N220] PASSED
8323 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N221] PASSED
8324 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N222] PASSED
8325 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N223] PASSED
8326 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N224] PASSED
8327 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N225] PASSED
8328 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N226] PASSED
8329 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N227] PASSED
8330 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N228] PASSED
8331 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N229] PASSED
8332 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N230] PASSED
8333 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N231] PASSED
8334 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N232] PASSED
8335 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N233] PASSED
8336 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N234] PASSED
8337 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N235] PASSED
8338 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N236] PASSED
8339 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N237] PASSED
8340 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N238] PASSED
8341 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N239] PASSED
8342 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N240] PASSED
8343 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N241] PASSED
8344 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N242] PASSED
8345 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N243] PASSED
8346 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N244] PASSED
8347 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N245] PASSED
8348 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N246] PASSED
8349 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N247] PASSED
8350 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N248] PASSED
8351 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N249] PASSED
8352 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N250] PASSED
8353 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N251] PASSED
8354 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N252] PASSED
8355 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N253] PASSED
8356 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N254] PASSED
8357 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N255] PASSED
8358 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N256] PASSED
8359 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N257] PASSED
8360 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N258] PASSED
8361 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N259] PASSED
8362 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N260] PASSED
8363 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N261] PASSED
8364 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N262] PASSED
8365 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N263] PASSED
8366 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N264] PASSED
8367 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N265] PASSED
8368 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N266] PASSED
8369 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N267] PASSED
8370 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N268] PASSED
8371 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N269] PASSED
8372 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N270] PASSED
8373 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N271] PASSED
8374 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N272] PASSED
8375 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N273] PASSED
8376 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N274] PASSED
8377 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N275] PASSED
8378 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N276] PASSED
8379 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N277] PASSED
8380 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N278] PASSED
8381 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N279] PASSED
8382 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N280] PASSED
8383 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N281] PASSED
8384 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N282] PASSED
8385 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N283] PASSED
8386 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N284] PASSED
8387 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N285] PASSED
8388 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N286] PASSED
8389 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N287] PASSED
8390 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N288] PASSED
8391 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N289] PASSED
8392 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N290] PASSED
8393 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N291] PASSED
8394 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N292] PASSED
8395 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N293] PASSED
8396 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N294] PASSED
8397 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N295] PASSED
8398 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N296] PASSED
8399 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N297] PASSED
8400 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N298] PASSED
8401 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N299] PASSED
8402 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N300] PASSED
8403 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N301] PASSED
8404 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N302] PASSED
8405 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N303] PASSED
8406 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N304] PASSED
8407 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N305] PASSED
8408 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N306] PASSED
8409 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N307] PASSED
8410 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N308] PASSED
8411 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N309] PASSED
8412 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N310] PASSED
8413 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N311] PASSED
8414 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N312] PASSED
8415 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N313] PASSED
8416 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N314] PASSED
8417 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N315] PASSED
8418 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N316] PASSED
8419 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N317] PASSED
8420 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N318] PASSED
8421 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N319] PASSED
8422 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N320] PASSED
8423 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N321] PASSED
8424 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N322] PASSED
8425 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N323] PASSED
8426 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N324] PASSED
8427 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N325] PASSED
8428 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N326] PASSED
8429 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N327] PASSED
8430 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N328] PASSED
8431 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N329] PASSED
8432 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N330] PASSED
8433 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N331] PASSED
8434 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N332] PASSED
8435 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N333] PASSED
8436 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N334] PASSED
8437 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N335] PASSED
8438 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N336] PASSED
8439 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N337] PASSED
8440 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N338] PASSED
8441 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N339] PASSED
8442 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N340] PASSED
8443 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N341] PASSED
8444 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N342] PASSED
8445 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N343] PASSED
8446 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N344] PASSED
8447 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N345] PASSED
8448 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N346] PASSED
8449 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N347] PASSED
8450 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N348] PASSED
8451 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N349] PASSED
8452 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N350] PASSED
8453 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N351] PASSED
8454 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N352] PASSED
8455 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N353] PASSED
8456 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N354] PASSED
8457 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N355] PASSED
8458 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N356] PASSED
8459 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N357] PASSED
8460 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N358] PASSED
8461 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N359] PASSED
8462 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N360] PASSED
8463 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N361] PASSED
8464 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N362] PASSED
8465 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N363] PASSED
8466 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N364] PASSED
8467 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N365] PASSED
8468 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N366] PASSED
8469 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N367] PASSED
8470 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N368] PASSED
8471 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N369] PASSED
8472 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N370] PASSED
8473 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N371] PASSED
8474 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N372] PASSED
8475 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N373] PASSED
8476 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N374] PASSED
8477 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N375] PASSED
8478 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N376] PASSED
8479 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N377] PASSED
8480 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N378] PASSED
8481 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N379] PASSED
8482 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N380] PASSED
8483 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N381] PASSED
8484 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N382] PASSED
8485 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N383] PASSED
8486 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N384] PASSED
8487 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N385] PASSED
8488 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N386] PASSED
8489 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N387] PASSED
8490 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N388] PASSED
8491 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N389] PASSED
8492 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N390] PASSED
8493 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N391] PASSED
8494 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N392] PASSED
8495 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N393] PASSED
8496 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N394] PASSED
8497 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N395] PASSED
8498 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N396] PASSED
8499 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N397] PASSED
8500 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N398] PASSED
8501 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N399] PASSED
8502 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N400] PASSED
8503 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N401] PASSED
8504 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N402] PASSED
8505 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N403] PASSED
8506 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N404] PASSED
8507 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N405] PASSED
8508 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N406] PASSED
8509 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N407] PASSED
8510 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N408] PASSED
8511 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N409] PASSED
8512 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N410] PASSED
8513 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N411] PASSED
8514 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N412] PASSED
8515 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N413] PASSED
8516 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N414] PASSED
8517 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N415] PASSED
8518 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N416] PASSED
8519 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N417] PASSED
8520 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N418] PASSED
8521 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N419] PASSED
8522 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N420] PASSED
8523 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N421] PASSED
8524 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N422] PASSED
8525 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N423] PASSED
8526 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N424] PASSED
8527 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N425] PASSED
8528 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N426] PASSED
8529 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N427] PASSED
8530 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N428] PASSED
8531 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N429] PASSED
8532 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N430] PASSED
8533 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N431] PASSED
8534 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N432] PASSED
8535 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N433] PASSED
8536 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N434] PASSED
8537 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N435] PASSED
8538 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N436] PASSED
8539 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N437] PASSED
8540 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N438] PASSED
8541 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N439] PASSED
8542 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N440] PASSED
8543 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N441] PASSED
8544 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N442] PASSED
8545 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N443] PASSED
8546 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N444] PASSED
8547 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N445] PASSED
8548 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N446] PASSED
8549 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N447] PASSED
8550 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N448] PASSED
8551 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N449] PASSED
8552 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N450] PASSED
8553 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N451] PASSED
8554 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N452] PASSED
8555 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N453] PASSED
8556 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N454] PASSED
8557 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N455] PASSED
8558 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N456] PASSED
8559 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N457] PASSED
8560 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N458] PASSED
8561 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N459] PASSED
8562 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N460] PASSED
8563 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N461] PASSED
8564 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N462] PASSED
8565 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N463] PASSED
8566 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N464] PASSED
8567 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N465] PASSED
8568 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N466] PASSED
8569 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N467] PASSED
8570 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N468] PASSED
8571 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N469] PASSED
8572 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N470] PASSED
8573 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N471] PASSED
8574 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N472] PASSED
8575 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N473] PASSED
8576 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N474] PASSED
8577 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N475] PASSED
8578 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N476] PASSED
8579 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N477] PASSED
8580 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N478] PASSED
8581 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N479] PASSED
8582 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N480] PASSED
8583 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N481] PASSED
8584 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N482] PASSED
8585 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N483] PASSED
8586 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N484] PASSED
8587 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N485] PASSED
8588 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N486] PASSED
8589 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N487] PASSED
8590 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N488] PASSED
8591 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N489] PASSED
8592 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N490] PASSED
8593 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N491] PASSED
8594 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N492] PASSED
8595 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N493] PASSED
8596 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N494] PASSED
8597 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N495] PASSED
8598 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N496] PASSED
8599 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N497] PASSED
8600 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N498] PASSED
8601 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N499] PASSED
8602 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N500] PASSED
8603 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N501] PASSED
8604 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N502] PASSED
8605 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N503] PASSED
8606 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N504] PASSED
8607 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N505] PASSED
8608 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N506] PASSED
8609 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N507] PASSED
8610 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N508] PASSED
8611 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N509] PASSED
8612 numpy/_core/tests/test_multiarray.py::test_sort_int[I-N510] PASSED
8613 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N0] PASSED
8614 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N1] PASSED
8615 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N2] PASSED
8616 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N3] PASSED
8617 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N4] PASSED
8618 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N5] PASSED
8619 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N6] PASSED
8620 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N7] PASSED
8621 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N8] PASSED
8622 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N9] PASSED
8623 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N10] PASSED
8624 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N11] PASSED
8625 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N12] PASSED
8626 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N13] PASSED
8627 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N14] PASSED
8628 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N15] PASSED
8629 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N16] PASSED
8630 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N17] PASSED
8631 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N18] PASSED
8632 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N19] PASSED
8633 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N20] PASSED
8634 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N21] PASSED
8635 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N22] PASSED
8636 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N23] PASSED
8637 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N24] PASSED
8638 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N25] PASSED
8639 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N26] PASSED
8640 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N27] PASSED
8641 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N28] PASSED
8642 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N29] PASSED
8643 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N30] PASSED
8644 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N31] PASSED
8645 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N32] PASSED
8646 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N33] PASSED
8647 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N34] PASSED
8648 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N35] PASSED
8649 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N36] PASSED
8650 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N37] PASSED
8651 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N38] PASSED
8652 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N39] PASSED
8653 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N40] PASSED
8654 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N41] PASSED
8655 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N42] PASSED
8656 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N43] PASSED
8657 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N44] PASSED
8658 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N45] PASSED
8659 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N46] PASSED
8660 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N47] PASSED
8661 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N48] PASSED
8662 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N49] PASSED
8663 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N50] PASSED
8664 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N51] PASSED
8665 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N52] PASSED
8666 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N53] PASSED
8667 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N54] PASSED
8668 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N55] PASSED
8669 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N56] PASSED
8670 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N57] PASSED
8671 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N58] PASSED
8672 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N59] PASSED
8673 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N60] PASSED
8674 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N61] PASSED
8675 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N62] PASSED
8676 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N63] PASSED
8677 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N64] PASSED
8678 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N65] PASSED
8679 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N66] PASSED
8680 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N67] PASSED
8681 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N68] PASSED
8682 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N69] PASSED
8683 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N70] PASSED
8684 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N71] PASSED
8685 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N72] PASSED
8686 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N73] PASSED
8687 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N74] PASSED
8688 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N75] PASSED
8689 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N76] PASSED
8690 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N77] PASSED
8691 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N78] PASSED
8692 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N79] PASSED
8693 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N80] PASSED
8694 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N81] PASSED
8695 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N82] PASSED
8696 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N83] PASSED
8697 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N84] PASSED
8698 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N85] PASSED
8699 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N86] PASSED
8700 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N87] PASSED
8701 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N88] PASSED
8702 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N89] PASSED
8703 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N90] PASSED
8704 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N91] PASSED
8705 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N92] PASSED
8706 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N93] PASSED
8707 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N94] PASSED
8708 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N95] PASSED
8709 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N96] PASSED
8710 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N97] PASSED
8711 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N98] PASSED
8712 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N99] PASSED
8713 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N100] PASSED
8714 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N101] PASSED
8715 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N102] PASSED
8716 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N103] PASSED
8717 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N104] PASSED
8718 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N105] PASSED
8719 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N106] PASSED
8720 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N107] PASSED
8721 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N108] PASSED
8722 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N109] PASSED
8723 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N110] PASSED
8724 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N111] PASSED
8725 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N112] PASSED
8726 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N113] PASSED
8727 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N114] PASSED
8728 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N115] PASSED
8729 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N116] PASSED
8730 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N117] PASSED
8731 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N118] PASSED
8732 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N119] PASSED
8733 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N120] PASSED
8734 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N121] PASSED
8735 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N122] PASSED
8736 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N123] PASSED
8737 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N124] PASSED
8738 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N125] PASSED
8739 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N126] PASSED
8740 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N127] PASSED
8741 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N128] PASSED
8742 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N129] PASSED
8743 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N130] PASSED
8744 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N131] PASSED
8745 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N132] PASSED
8746 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N133] PASSED
8747 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N134] PASSED
8748 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N135] PASSED
8749 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N136] PASSED
8750 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N137] PASSED
8751 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N138] PASSED
8752 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N139] PASSED
8753 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N140] PASSED
8754 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N141] PASSED
8755 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N142] PASSED
8756 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N143] PASSED
8757 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N144] PASSED
8758 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N145] PASSED
8759 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N146] PASSED
8760 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N147] PASSED
8761 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N148] PASSED
8762 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N149] PASSED
8763 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N150] PASSED
8764 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N151] PASSED
8765 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N152] PASSED
8766 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N153] PASSED
8767 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N154] PASSED
8768 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N155] PASSED
8769 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N156] PASSED
8770 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N157] PASSED
8771 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N158] PASSED
8772 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N159] PASSED
8773 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N160] PASSED
8774 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N161] PASSED
8775 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N162] PASSED
8776 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N163] PASSED
8777 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N164] PASSED
8778 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N165] PASSED
8779 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N166] PASSED
8780 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N167] PASSED
8781 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N168] PASSED
8782 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N169] PASSED
8783 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N170] PASSED
8784 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N171] PASSED
8785 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N172] PASSED
8786 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N173] PASSED
8787 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N174] PASSED
8788 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N175] PASSED
8789 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N176] PASSED
8790 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N177] PASSED
8791 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N178] PASSED
8792 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N179] PASSED
8793 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N180] PASSED
8794 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N181] PASSED
8795 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N182] PASSED
8796 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N183] PASSED
8797 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N184] PASSED
8798 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N185] PASSED
8799 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N186] PASSED
8800 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N187] PASSED
8801 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N188] PASSED
8802 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N189] PASSED
8803 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N190] PASSED
8804 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N191] PASSED
8805 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N192] PASSED
8806 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N193] PASSED
8807 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N194] PASSED
8808 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N195] PASSED
8809 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N196] PASSED
8810 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N197] PASSED
8811 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N198] PASSED
8812 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N199] PASSED
8813 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N200] PASSED
8814 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N201] PASSED
8815 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N202] PASSED
8816 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N203] PASSED
8817 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N204] PASSED
8818 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N205] PASSED
8819 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N206] PASSED
8820 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N207] PASSED
8821 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N208] PASSED
8822 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N209] PASSED
8823 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N210] PASSED
8824 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N211] PASSED
8825 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N212] PASSED
8826 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N213] PASSED
8827 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N214] PASSED
8828 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N215] PASSED
8829 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N216] PASSED
8830 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N217] PASSED
8831 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N218] PASSED
8832 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N219] PASSED
8833 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N220] PASSED
8834 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N221] PASSED
8835 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N222] PASSED
8836 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N223] PASSED
8837 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N224] PASSED
8838 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N225] PASSED
8839 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N226] PASSED
8840 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N227] PASSED
8841 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N228] PASSED
8842 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N229] PASSED
8843 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N230] PASSED
8844 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N231] PASSED
8845 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N232] PASSED
8846 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N233] PASSED
8847 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N234] PASSED
8848 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N235] PASSED
8849 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N236] PASSED
8850 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N237] PASSED
8851 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N238] PASSED
8852 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N239] PASSED
8853 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N240] PASSED
8854 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N241] PASSED
8855 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N242] PASSED
8856 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N243] PASSED
8857 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N244] PASSED
8858 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N245] PASSED
8859 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N246] PASSED
8860 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N247] PASSED
8861 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N248] PASSED
8862 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N249] PASSED
8863 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N250] PASSED
8864 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N251] PASSED
8865 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N252] PASSED
8866 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N253] PASSED
8867 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N254] PASSED
8868 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N255] PASSED
8869 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N256] PASSED
8870 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N257] PASSED
8871 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N258] PASSED
8872 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N259] PASSED
8873 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N260] PASSED
8874 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N261] PASSED
8875 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N262] PASSED
8876 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N263] PASSED
8877 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N264] PASSED
8878 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N265] PASSED
8879 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N266] PASSED
8880 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N267] PASSED
8881 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N268] PASSED
8882 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N269] PASSED
8883 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N270] PASSED
8884 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N271] PASSED
8885 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N272] PASSED
8886 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N273] PASSED
8887 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N274] PASSED
8888 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N275] PASSED
8889 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N276] PASSED
8890 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N277] PASSED
8891 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N278] PASSED
8892 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N279] PASSED
8893 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N280] PASSED
8894 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N281] PASSED
8895 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N282] PASSED
8896 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N283] PASSED
8897 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N284] PASSED
8898 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N285] PASSED
8899 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N286] PASSED
8900 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N287] PASSED
8901 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N288] PASSED
8902 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N289] PASSED
8903 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N290] PASSED
8904 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N291] PASSED
8905 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N292] PASSED
8906 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N293] PASSED
8907 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N294] PASSED
8908 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N295] PASSED
8909 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N296] PASSED
8910 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N297] PASSED
8911 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N298] PASSED
8912 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N299] PASSED
8913 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N300] PASSED
8914 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N301] PASSED
8915 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N302] PASSED
8916 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N303] PASSED
8917 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N304] PASSED
8918 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N305] PASSED
8919 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N306] PASSED
8920 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N307] PASSED
8921 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N308] PASSED
8922 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N309] PASSED
8923 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N310] PASSED
8924 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N311] PASSED
8925 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N312] PASSED
8926 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N313] PASSED
8927 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N314] PASSED
8928 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N315] PASSED
8929 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N316] PASSED
8930 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N317] PASSED
8931 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N318] PASSED
8932 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N319] PASSED
8933 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N320] PASSED
8934 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N321] PASSED
8935 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N322] PASSED
8936 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N323] PASSED
8937 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N324] PASSED
8938 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N325] PASSED
8939 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N326] PASSED
8940 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N327] PASSED
8941 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N328] PASSED
8942 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N329] PASSED
8943 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N330] PASSED
8944 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N331] PASSED
8945 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N332] PASSED
8946 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N333] PASSED
8947 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N334] PASSED
8948 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N335] PASSED
8949 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N336] PASSED
8950 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N337] PASSED
8951 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N338] PASSED
8952 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N339] PASSED
8953 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N340] PASSED
8954 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N341] PASSED
8955 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N342] PASSED
8956 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N343] PASSED
8957 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N344] PASSED
8958 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N345] PASSED
8959 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N346] PASSED
8960 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N347] PASSED
8961 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N348] PASSED
8962 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N349] PASSED
8963 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N350] PASSED
8964 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N351] PASSED
8965 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N352] PASSED
8966 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N353] PASSED
8967 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N354] PASSED
8968 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N355] PASSED
8969 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N356] PASSED
8970 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N357] PASSED
8971 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N358] PASSED
8972 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N359] PASSED
8973 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N360] PASSED
8974 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N361] PASSED
8975 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N362] PASSED
8976 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N363] PASSED
8977 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N364] PASSED
8978 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N365] PASSED
8979 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N366] PASSED
8980 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N367] PASSED
8981 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N368] PASSED
8982 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N369] PASSED
8983 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N370] PASSED
8984 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N371] PASSED
8985 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N372] PASSED
8986 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N373] PASSED
8987 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N374] PASSED
8988 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N375] PASSED
8989 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N376] PASSED
8990 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N377] PASSED
8991 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N378] PASSED
8992 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N379] PASSED
8993 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N380] PASSED
8994 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N381] PASSED
8995 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N382] PASSED
8996 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N383] PASSED
8997 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N384] PASSED
8998 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N385] PASSED
8999 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N386] PASSED
9000 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N387] PASSED
9001 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N388] PASSED
9002 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N389] PASSED
9003 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N390] PASSED
9004 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N391] PASSED
9005 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N392] PASSED
9006 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N393] PASSED
9007 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N394] PASSED
9008 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N395] PASSED
9009 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N396] PASSED
9010 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N397] PASSED
9011 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N398] PASSED
9012 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N399] PASSED
9013 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N400] PASSED
9014 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N401] PASSED
9015 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N402] PASSED
9016 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N403] PASSED
9017 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N404] PASSED
9018 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N405] PASSED
9019 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N406] PASSED
9020 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N407] PASSED
9021 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N408] PASSED
9022 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N409] PASSED
9023 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N410] PASSED
9024 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N411] PASSED
9025 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N412] PASSED
9026 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N413] PASSED
9027 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N414] PASSED
9028 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N415] PASSED
9029 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N416] PASSED
9030 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N417] PASSED
9031 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N418] PASSED
9032 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N419] PASSED
9033 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N420] PASSED
9034 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N421] PASSED
9035 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N422] PASSED
9036 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N423] PASSED
9037 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N424] PASSED
9038 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N425] PASSED
9039 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N426] PASSED
9040 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N427] PASSED
9041 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N428] PASSED
9042 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N429] PASSED
9043 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N430] PASSED
9044 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N431] PASSED
9045 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N432] PASSED
9046 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N433] PASSED
9047 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N434] PASSED
9048 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N435] PASSED
9049 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N436] PASSED
9050 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N437] PASSED
9051 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N438] PASSED
9052 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N439] PASSED
9053 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N440] PASSED
9054 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N441] PASSED
9055 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N442] PASSED
9056 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N443] PASSED
9057 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N444] PASSED
9058 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N445] PASSED
9059 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N446] PASSED
9060 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N447] PASSED
9061 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N448] PASSED
9062 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N449] PASSED
9063 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N450] PASSED
9064 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N451] PASSED
9065 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N452] PASSED
9066 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N453] PASSED
9067 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N454] PASSED
9068 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N455] PASSED
9069 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N456] PASSED
9070 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N457] PASSED
9071 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N458] PASSED
9072 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N459] PASSED
9073 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N460] PASSED
9074 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N461] PASSED
9075 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N462] PASSED
9076 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N463] PASSED
9077 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N464] PASSED
9078 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N465] PASSED
9079 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N466] PASSED
9080 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N467] PASSED
9081 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N468] PASSED
9082 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N469] PASSED
9083 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N470] PASSED
9084 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N471] PASSED
9085 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N472] PASSED
9086 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N473] PASSED
9087 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N474] PASSED
9088 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N475] PASSED
9089 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N476] PASSED
9090 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N477] PASSED
9091 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N478] PASSED
9092 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N479] PASSED
9093 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N480] PASSED
9094 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N481] PASSED
9095 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N482] PASSED
9096 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N483] PASSED
9097 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N484] PASSED
9098 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N485] PASSED
9099 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N486] PASSED
9100 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N487] PASSED
9101 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N488] PASSED
9102 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N489] PASSED
9103 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N490] PASSED
9104 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N491] PASSED
9105 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N492] PASSED
9106 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N493] PASSED
9107 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N494] PASSED
9108 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N495] PASSED
9109 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N496] PASSED
9110 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N497] PASSED
9111 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N498] PASSED
9112 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N499] PASSED
9113 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N500] PASSED
9114 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N501] PASSED
9115 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N502] PASSED
9116 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N503] PASSED
9117 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N504] PASSED
9118 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N505] PASSED
9119 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N506] PASSED
9120 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N507] PASSED
9121 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N508] PASSED
9122 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N509] PASSED
9123 numpy/_core/tests/test_multiarray.py::test_sort_int[l-N510] PASSED
9124 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N0] PASSED
9125 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N1] PASSED
9126 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N2] PASSED
9127 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N3] PASSED
9128 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N4] PASSED
9129 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N5] PASSED
9130 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N6] PASSED
9131 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N7] PASSED
9132 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N8] PASSED
9133 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N9] PASSED
9134 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N10] PASSED
9135 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N11] PASSED
9136 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N12] PASSED
9137 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N13] PASSED
9138 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N14] PASSED
9139 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N15] PASSED
9140 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N16] PASSED
9141 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N17] PASSED
9142 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N18] PASSED
9143 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N19] PASSED
9144 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N20] PASSED
9145 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N21] PASSED
9146 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N22] PASSED
9147 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N23] PASSED
9148 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N24] PASSED
9149 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N25] PASSED
9150 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N26] PASSED
9151 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N27] PASSED
9152 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N28] PASSED
9153 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N29] PASSED
9154 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N30] PASSED
9155 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N31] PASSED
9156 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N32] PASSED
9157 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N33] PASSED
9158 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N34] PASSED
9159 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N35] PASSED
9160 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N36] PASSED
9161 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N37] PASSED
9162 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N38] PASSED
9163 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N39] PASSED
9164 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N40] PASSED
9165 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N41] PASSED
9166 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N42] PASSED
9167 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N43] PASSED
9168 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N44] PASSED
9169 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N45] PASSED
9170 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N46] PASSED
9171 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N47] PASSED
9172 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N48] PASSED
9173 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N49] PASSED
9174 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N50] PASSED
9175 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N51] PASSED
9176 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N52] PASSED
9177 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N53] PASSED
9178 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N54] PASSED
9179 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N55] PASSED
9180 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N56] PASSED
9181 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N57] PASSED
9182 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N58] PASSED
9183 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N59] PASSED
9184 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N60] PASSED
9185 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N61] PASSED
9186 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N62] PASSED
9187 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N63] PASSED
9188 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N64] PASSED
9189 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N65] PASSED
9190 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N66] PASSED
9191 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N67] PASSED
9192 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N68] PASSED
9193 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N69] PASSED
9194 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N70] PASSED
9195 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N71] PASSED
9196 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N72] PASSED
9197 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N73] PASSED
9198 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N74] PASSED
9199 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N75] PASSED
9200 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N76] PASSED
9201 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N77] PASSED
9202 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N78] PASSED
9203 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N79] PASSED
9204 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N80] PASSED
9205 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N81] PASSED
9206 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N82] PASSED
9207 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N83] PASSED
9208 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N84] PASSED
9209 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N85] PASSED
9210 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N86] PASSED
9211 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N87] PASSED
9212 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N88] PASSED
9213 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N89] PASSED
9214 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N90] PASSED
9215 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N91] PASSED
9216 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N92] PASSED
9217 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N93] PASSED
9218 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N94] PASSED
9219 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N95] PASSED
9220 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N96] PASSED
9221 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N97] PASSED
9222 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N98] PASSED
9223 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N99] PASSED
9224 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N100] PASSED
9225 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N101] PASSED
9226 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N102] PASSED
9227 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N103] PASSED
9228 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N104] PASSED
9229 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N105] PASSED
9230 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N106] PASSED
9231 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N107] PASSED
9232 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N108] PASSED
9233 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N109] PASSED
9234 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N110] PASSED
9235 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N111] PASSED
9236 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N112] PASSED
9237 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N113] PASSED
9238 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N114] PASSED
9239 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N115] PASSED
9240 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N116] PASSED
9241 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N117] PASSED
9242 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N118] PASSED
9243 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N119] PASSED
9244 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N120] PASSED
9245 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N121] PASSED
9246 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N122] PASSED
9247 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N123] PASSED
9248 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N124] PASSED
9249 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N125] PASSED
9250 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N126] PASSED
9251 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N127] PASSED
9252 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N128] PASSED
9253 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N129] PASSED
9254 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N130] PASSED
9255 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N131] PASSED
9256 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N132] PASSED
9257 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N133] PASSED
9258 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N134] PASSED
9259 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N135] PASSED
9260 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N136] PASSED
9261 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N137] PASSED
9262 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N138] PASSED
9263 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N139] PASSED
9264 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N140] PASSED
9265 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N141] PASSED
9266 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N142] PASSED
9267 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N143] PASSED
9268 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N144] PASSED
9269 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N145] PASSED
9270 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N146] PASSED
9271 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N147] PASSED
9272 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N148] PASSED
9273 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N149] PASSED
9274 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N150] PASSED
9275 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N151] PASSED
9276 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N152] PASSED
9277 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N153] PASSED
9278 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N154] PASSED
9279 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N155] PASSED
9280 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N156] PASSED
9281 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N157] PASSED
9282 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N158] PASSED
9283 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N159] PASSED
9284 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N160] PASSED
9285 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N161] PASSED
9286 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N162] PASSED
9287 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N163] PASSED
9288 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N164] PASSED
9289 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N165] PASSED
9290 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N166] PASSED
9291 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N167] PASSED
9292 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N168] PASSED
9293 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N169] PASSED
9294 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N170] PASSED
9295 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N171] PASSED
9296 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N172] PASSED
9297 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N173] PASSED
9298 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N174] PASSED
9299 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N175] PASSED
9300 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N176] PASSED
9301 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N177] PASSED
9302 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N178] PASSED
9303 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N179] PASSED
9304 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N180] PASSED
9305 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N181] PASSED
9306 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N182] PASSED
9307 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N183] PASSED
9308 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N184] PASSED
9309 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N185] PASSED
9310 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N186] PASSED
9311 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N187] PASSED
9312 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N188] PASSED
9313 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N189] PASSED
9314 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N190] PASSED
9315 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N191] PASSED
9316 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N192] PASSED
9317 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N193] PASSED
9318 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N194] PASSED
9319 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N195] PASSED
9320 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N196] PASSED
9321 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N197] PASSED
9322 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N198] PASSED
9323 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N199] PASSED
9324 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N200] PASSED
9325 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N201] PASSED
9326 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N202] PASSED
9327 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N203] PASSED
9328 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N204] PASSED
9329 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N205] PASSED
9330 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N206] PASSED
9331 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N207] PASSED
9332 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N208] PASSED
9333 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N209] PASSED
9334 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N210] PASSED
9335 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N211] PASSED
9336 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N212] PASSED
9337 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N213] PASSED
9338 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N214] PASSED
9339 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N215] PASSED
9340 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N216] PASSED
9341 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N217] PASSED
9342 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N218] PASSED
9343 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N219] PASSED
9344 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N220] PASSED
9345 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N221] PASSED
9346 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N222] PASSED
9347 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N223] PASSED
9348 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N224] PASSED
9349 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N225] PASSED
9350 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N226] PASSED
9351 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N227] PASSED
9352 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N228] PASSED
9353 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N229] PASSED
9354 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N230] PASSED
9355 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N231] PASSED
9356 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N232] PASSED
9357 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N233] PASSED
9358 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N234] PASSED
9359 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N235] PASSED
9360 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N236] PASSED
9361 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N237] PASSED
9362 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N238] PASSED
9363 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N239] PASSED
9364 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N240] PASSED
9365 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N241] PASSED
9366 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N242] PASSED
9367 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N243] PASSED
9368 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N244] PASSED
9369 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N245] PASSED
9370 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N246] PASSED
9371 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N247] PASSED
9372 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N248] PASSED
9373 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N249] PASSED
9374 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N250] PASSED
9375 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N251] PASSED
9376 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N252] PASSED
9377 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N253] PASSED
9378 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N254] PASSED
9379 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N255] PASSED
9380 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N256] PASSED
9381 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N257] PASSED
9382 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N258] PASSED
9383 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N259] PASSED
9384 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N260] PASSED
9385 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N261] PASSED
9386 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N262] PASSED
9387 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N263] PASSED
9388 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N264] PASSED
9389 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N265] PASSED
9390 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N266] PASSED
9391 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N267] PASSED
9392 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N268] PASSED
9393 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N269] PASSED
9394 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N270] PASSED
9395 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N271] PASSED
9396 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N272] PASSED
9397 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N273] PASSED
9398 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N274] PASSED
9399 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N275] PASSED
9400 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N276] PASSED
9401 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N277] PASSED
9402 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N278] PASSED
9403 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N279] PASSED
9404 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N280] PASSED
9405 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N281] PASSED
9406 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N282] PASSED
9407 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N283] PASSED
9408 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N284] PASSED
9409 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N285] PASSED
9410 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N286] PASSED
9411 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N287] PASSED
9412 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N288] PASSED
9413 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N289] PASSED
9414 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N290] PASSED
9415 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N291] PASSED
9416 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N292] PASSED
9417 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N293] PASSED
9418 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N294] PASSED
9419 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N295] PASSED
9420 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N296] PASSED
9421 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N297] PASSED
9422 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N298] PASSED
9423 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N299] PASSED
9424 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N300] PASSED
9425 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N301] PASSED
9426 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N302] PASSED
9427 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N303] PASSED
9428 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N304] PASSED
9429 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N305] PASSED
9430 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N306] PASSED
9431 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N307] PASSED
9432 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N308] PASSED
9433 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N309] PASSED
9434 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N310] PASSED
9435 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N311] PASSED
9436 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N312] PASSED
9437 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N313] PASSED
9438 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N314] PASSED
9439 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N315] PASSED
9440 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N316] PASSED
9441 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N317] PASSED
9442 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N318] PASSED
9443 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N319] PASSED
9444 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N320] PASSED
9445 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N321] PASSED
9446 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N322] PASSED
9447 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N323] PASSED
9448 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N324] PASSED
9449 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N325] PASSED
9450 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N326] PASSED
9451 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N327] PASSED
9452 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N328] PASSED
9453 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N329] PASSED
9454 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N330] PASSED
9455 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N331] PASSED
9456 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N332] PASSED
9457 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N333] PASSED
9458 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N334] PASSED
9459 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N335] PASSED
9460 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N336] PASSED
9461 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N337] PASSED
9462 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N338] PASSED
9463 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N339] PASSED
9464 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N340] PASSED
9465 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N341] PASSED
9466 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N342] PASSED
9467 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N343] PASSED
9468 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N344] PASSED
9469 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N345] PASSED
9470 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N346] PASSED
9471 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N347] PASSED
9472 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N348] PASSED
9473 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N349] PASSED
9474 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N350] PASSED
9475 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N351] PASSED
9476 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N352] PASSED
9477 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N353] PASSED
9478 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N354] PASSED
9479 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N355] PASSED
9480 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N356] PASSED
9481 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N357] PASSED
9482 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N358] PASSED
9483 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N359] PASSED
9484 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N360] PASSED
9485 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N361] PASSED
9486 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N362] PASSED
9487 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N363] PASSED
9488 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N364] PASSED
9489 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N365] PASSED
9490 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N366] PASSED
9491 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N367] PASSED
9492 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N368] PASSED
9493 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N369] PASSED
9494 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N370] PASSED
9495 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N371] PASSED
9496 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N372] PASSED
9497 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N373] PASSED
9498 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N374] PASSED
9499 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N375] PASSED
9500 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N376] PASSED
9501 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N377] PASSED
9502 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N378] PASSED
9503 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N379] PASSED
9504 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N380] PASSED
9505 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N381] PASSED
9506 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N382] PASSED
9507 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N383] PASSED
9508 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N384] PASSED
9509 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N385] PASSED
9510 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N386] PASSED
9511 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N387] PASSED
9512 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N388] PASSED
9513 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N389] PASSED
9514 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N390] PASSED
9515 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N391] PASSED
9516 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N392] PASSED
9517 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N393] PASSED
9518 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N394] PASSED
9519 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N395] PASSED
9520 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N396] PASSED
9521 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N397] PASSED
9522 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N398] PASSED
9523 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N399] PASSED
9524 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N400] PASSED
9525 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N401] PASSED
9526 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N402] PASSED
9527 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N403] PASSED
9528 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N404] PASSED
9529 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N405] PASSED
9530 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N406] PASSED
9531 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N407] PASSED
9532 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N408] PASSED
9533 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N409] PASSED
9534 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N410] PASSED
9535 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N411] PASSED
9536 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N412] PASSED
9537 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N413] PASSED
9538 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N414] PASSED
9539 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N415] PASSED
9540 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N416] PASSED
9541 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N417] PASSED
9542 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N418] PASSED
9543 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N419] PASSED
9544 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N420] PASSED
9545 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N421] PASSED
9546 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N422] PASSED
9547 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N423] PASSED
9548 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N424] PASSED
9549 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N425] PASSED
9550 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N426] PASSED
9551 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N427] PASSED
9552 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N428] PASSED
9553 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N429] PASSED
9554 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N430] PASSED
9555 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N431] PASSED
9556 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N432] PASSED
9557 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N433] PASSED
9558 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N434] PASSED
9559 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N435] PASSED
9560 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N436] PASSED
9561 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N437] PASSED
9562 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N438] PASSED
9563 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N439] PASSED
9564 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N440] PASSED
9565 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N441] PASSED
9566 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N442] PASSED
9567 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N443] PASSED
9568 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N444] PASSED
9569 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N445] PASSED
9570 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N446] PASSED
9571 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N447] PASSED
9572 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N448] PASSED
9573 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N449] PASSED
9574 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N450] PASSED
9575 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N451] PASSED
9576 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N452] PASSED
9577 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N453] PASSED
9578 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N454] PASSED
9579 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N455] PASSED
9580 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N456] PASSED
9581 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N457] PASSED
9582 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N458] PASSED
9583 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N459] PASSED
9584 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N460] PASSED
9585 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N461] PASSED
9586 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N462] PASSED
9587 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N463] PASSED
9588 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N464] PASSED
9589 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N465] PASSED
9590 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N466] PASSED
9591 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N467] PASSED
9592 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N468] PASSED
9593 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N469] PASSED
9594 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N470] PASSED
9595 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N471] PASSED
9596 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N472] PASSED
9597 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N473] PASSED
9598 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N474] PASSED
9599 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N475] PASSED
9600 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N476] PASSED
9601 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N477] PASSED
9602 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N478] PASSED
9603 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N479] PASSED
9604 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N480] PASSED
9605 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N481] PASSED
9606 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N482] PASSED
9607 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N483] PASSED
9608 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N484] PASSED
9609 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N485] PASSED
9610 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N486] PASSED
9611 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N487] PASSED
9612 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N488] PASSED
9613 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N489] PASSED
9614 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N490] PASSED
9615 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N491] PASSED
9616 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N492] PASSED
9617 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N493] PASSED
9618 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N494] PASSED
9619 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N495] PASSED
9620 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N496] PASSED
9621 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N497] PASSED
9622 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N498] PASSED
9623 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N499] PASSED
9624 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N500] PASSED
9625 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N501] PASSED
9626 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N502] PASSED
9627 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N503] PASSED
9628 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N504] PASSED
9629 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N505] PASSED
9630 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N506] PASSED
9631 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N507] PASSED
9632 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N508] PASSED
9633 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N509] PASSED
9634 numpy/_core/tests/test_multiarray.py::test_sort_int[L-N510] PASSED
9635 numpy/_core/tests/test_multiarray.py::test_sort_uint PASSED
9636 numpy/_core/tests/test_multiarray.py::test_private_get_ndarray_c_version PASSED
9637 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N0] PASSED
9638 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N1] PASSED
9639 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N2] PASSED
9640 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N3] PASSED
9641 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N4] PASSED
9642 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N5] PASSED
9643 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N6] PASSED
9644 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N7] PASSED
9645 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N8] PASSED
9646 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N9] PASSED
9647 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N10] PASSED
9648 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N11] PASSED
9649 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N12] PASSED
9650 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N13] PASSED
9651 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N14] PASSED
9652 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N15] PASSED
9653 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N16] PASSED
9654 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N17] PASSED
9655 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N18] PASSED
9656 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N19] PASSED
9657 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N20] PASSED
9658 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N21] PASSED
9659 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N22] PASSED
9660 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N23] PASSED
9661 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N24] PASSED
9662 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N25] PASSED
9663 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N26] PASSED
9664 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N27] PASSED
9665 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N28] PASSED
9666 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N29] PASSED
9667 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N30] PASSED
9668 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N31] PASSED
9669 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N32] PASSED
9670 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N33] PASSED
9671 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N34] PASSED
9672 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N35] PASSED
9673 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N36] PASSED
9674 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N37] PASSED
9675 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N38] PASSED
9676 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N39] PASSED
9677 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N40] PASSED
9678 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N41] PASSED
9679 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N42] PASSED
9680 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N43] PASSED
9681 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N44] PASSED
9682 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N45] PASSED
9683 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N46] PASSED
9684 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N47] PASSED
9685 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N48] PASSED
9686 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N49] PASSED
9687 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N50] PASSED
9688 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N51] PASSED
9689 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N52] PASSED
9690 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N53] PASSED
9691 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N54] PASSED
9692 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N55] PASSED
9693 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N56] PASSED
9694 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N57] PASSED
9695 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N58] PASSED
9696 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N59] PASSED
9697 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N60] PASSED
9698 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N61] PASSED
9699 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N62] PASSED
9700 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N63] PASSED
9701 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N64] PASSED
9702 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N65] PASSED
9703 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N66] PASSED
9704 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N67] PASSED
9705 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N68] PASSED
9706 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N69] PASSED
9707 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N70] PASSED
9708 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N71] PASSED
9709 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N72] PASSED
9710 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N73] PASSED
9711 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N74] PASSED
9712 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N75] PASSED
9713 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N76] PASSED
9714 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N77] PASSED
9715 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N78] PASSED
9716 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N79] PASSED
9717 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N80] PASSED
9718 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N81] PASSED
9719 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N82] PASSED
9720 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N83] PASSED
9721 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N84] PASSED
9722 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N85] PASSED
9723 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N86] PASSED
9724 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N87] PASSED
9725 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N88] PASSED
9726 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N89] PASSED
9727 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N90] PASSED
9728 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N91] PASSED
9729 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N92] PASSED
9730 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N93] PASSED
9731 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N94] PASSED
9732 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N95] PASSED
9733 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N96] PASSED
9734 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N97] PASSED
9735 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N98] PASSED
9736 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N99] PASSED
9737 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N100] PASSED
9738 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N101] PASSED
9739 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N102] PASSED
9740 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N103] PASSED
9741 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N104] PASSED
9742 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N105] PASSED
9743 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N106] PASSED
9744 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N107] PASSED
9745 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N108] PASSED
9746 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N109] PASSED
9747 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N110] PASSED
9748 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N111] PASSED
9749 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N112] PASSED
9750 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N113] PASSED
9751 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N114] PASSED
9752 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N115] PASSED
9753 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N116] PASSED
9754 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N117] PASSED
9755 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N118] PASSED
9756 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N119] PASSED
9757 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N120] PASSED
9758 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N121] PASSED
9759 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N122] PASSED
9760 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N123] PASSED
9761 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N124] PASSED
9762 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N125] PASSED
9763 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N126] PASSED
9764 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N127] PASSED
9765 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N128] PASSED
9766 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N129] PASSED
9767 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N130] PASSED
9768 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N131] PASSED
9769 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N132] PASSED
9770 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N133] PASSED
9771 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N134] PASSED
9772 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N135] PASSED
9773 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N136] PASSED
9774 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N137] PASSED
9775 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N138] PASSED
9776 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N139] PASSED
9777 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N140] PASSED
9778 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N141] PASSED
9779 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N142] PASSED
9780 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N143] PASSED
9781 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N144] PASSED
9782 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N145] PASSED
9783 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N146] PASSED
9784 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N147] PASSED
9785 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N148] PASSED
9786 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N149] PASSED
9787 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N150] PASSED
9788 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N151] PASSED
9789 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N152] PASSED
9790 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N153] PASSED
9791 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N154] PASSED
9792 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N155] PASSED
9793 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N156] PASSED
9794 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N157] PASSED
9795 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N158] PASSED
9796 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N159] PASSED
9797 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N160] PASSED
9798 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N161] PASSED
9799 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N162] PASSED
9800 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N163] PASSED
9801 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N164] PASSED
9802 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N165] PASSED
9803 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N166] PASSED
9804 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N167] PASSED
9805 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N168] PASSED
9806 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N169] PASSED
9807 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N170] PASSED
9808 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N171] PASSED
9809 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N172] PASSED
9810 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N173] PASSED
9811 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N174] PASSED
9812 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N175] PASSED
9813 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N176] PASSED
9814 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N177] PASSED
9815 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N178] PASSED
9816 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N179] PASSED
9817 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N180] PASSED
9818 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N181] PASSED
9819 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N182] PASSED
9820 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N183] PASSED
9821 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N184] PASSED
9822 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N185] PASSED
9823 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N186] PASSED
9824 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N187] PASSED
9825 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N188] PASSED
9826 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N189] PASSED
9827 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N190] PASSED
9828 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N191] PASSED
9829 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N192] PASSED
9830 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N193] PASSED
9831 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N194] PASSED
9832 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N195] PASSED
9833 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N196] PASSED
9834 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N197] PASSED
9835 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N198] PASSED
9836 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N199] PASSED
9837 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N200] PASSED
9838 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N201] PASSED
9839 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N202] PASSED
9840 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N203] PASSED
9841 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N204] PASSED
9842 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N205] PASSED
9843 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N206] PASSED
9844 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N207] PASSED
9845 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N208] PASSED
9846 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N209] PASSED
9847 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N210] PASSED
9848 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N211] PASSED
9849 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N212] PASSED
9850 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N213] PASSED
9851 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N214] PASSED
9852 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N215] PASSED
9853 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N216] PASSED
9854 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N217] PASSED
9855 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N218] PASSED
9856 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N219] PASSED
9857 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N220] PASSED
9858 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N221] PASSED
9859 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N222] PASSED
9860 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N223] PASSED
9861 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N224] PASSED
9862 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N225] PASSED
9863 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N226] PASSED
9864 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N227] PASSED
9865 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N228] PASSED
9866 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N229] PASSED
9867 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N230] PASSED
9868 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N231] PASSED
9869 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N232] PASSED
9870 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N233] PASSED
9871 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N234] PASSED
9872 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N235] PASSED
9873 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N236] PASSED
9874 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N237] PASSED
9875 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N238] PASSED
9876 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N239] PASSED
9877 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N240] PASSED
9878 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N241] PASSED
9879 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N242] PASSED
9880 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N243] PASSED
9881 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N244] PASSED
9882 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N245] PASSED
9883 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N246] PASSED
9884 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N247] PASSED
9885 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N248] PASSED
9886 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N249] PASSED
9887 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N250] PASSED
9888 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N251] PASSED
9889 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N252] PASSED
9890 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N253] PASSED
9891 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N254] PASSED
9892 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N255] PASSED
9893 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N256] PASSED
9894 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N257] PASSED
9895 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N258] PASSED
9896 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N259] PASSED
9897 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N260] PASSED
9898 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N261] PASSED
9899 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N262] PASSED
9900 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N263] PASSED
9901 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N264] PASSED
9902 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N265] PASSED
9903 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N266] PASSED
9904 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N267] PASSED
9905 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N268] PASSED
9906 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N269] PASSED
9907 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N270] PASSED
9908 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N271] PASSED
9909 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N272] PASSED
9910 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N273] PASSED
9911 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N274] PASSED
9912 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N275] PASSED
9913 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N276] PASSED
9914 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N277] PASSED
9915 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N278] PASSED
9916 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N279] PASSED
9917 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N280] PASSED
9918 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N281] PASSED
9919 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N282] PASSED
9920 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N283] PASSED
9921 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N284] PASSED
9922 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N285] PASSED
9923 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N286] PASSED
9924 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N287] PASSED
9925 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N288] PASSED
9926 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N289] PASSED
9927 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N290] PASSED
9928 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N291] PASSED
9929 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N292] PASSED
9930 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N293] PASSED
9931 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N294] PASSED
9932 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N295] PASSED
9933 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N296] PASSED
9934 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N297] PASSED
9935 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N298] PASSED
9936 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N299] PASSED
9937 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N300] PASSED
9938 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N301] PASSED
9939 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N302] PASSED
9940 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N303] PASSED
9941 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N304] PASSED
9942 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N305] PASSED
9943 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N306] PASSED
9944 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N307] PASSED
9945 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N308] PASSED
9946 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N309] PASSED
9947 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N310] PASSED
9948 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N311] PASSED
9949 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N312] PASSED
9950 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N313] PASSED
9951 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N314] PASSED
9952 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N315] PASSED
9953 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N316] PASSED
9954 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N317] PASSED
9955 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N318] PASSED
9956 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N319] PASSED
9957 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N320] PASSED
9958 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N321] PASSED
9959 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N322] PASSED
9960 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N323] PASSED
9961 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N324] PASSED
9962 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N325] PASSED
9963 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N326] PASSED
9964 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N327] PASSED
9965 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N328] PASSED
9966 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N329] PASSED
9967 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N330] PASSED
9968 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N331] PASSED
9969 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N332] PASSED
9970 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N333] PASSED
9971 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N334] PASSED
9972 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N335] PASSED
9973 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N336] PASSED
9974 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N337] PASSED
9975 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N338] PASSED
9976 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N339] PASSED
9977 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N340] PASSED
9978 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N341] PASSED
9979 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N342] PASSED
9980 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N343] PASSED
9981 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N344] PASSED
9982 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N345] PASSED
9983 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N346] PASSED
9984 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N347] PASSED
9985 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N348] PASSED
9986 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N349] PASSED
9987 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N350] PASSED
9988 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N351] PASSED
9989 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N352] PASSED
9990 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N353] PASSED
9991 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N354] PASSED
9992 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N355] PASSED
9993 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N356] PASSED
9994 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N357] PASSED
9995 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N358] PASSED
9996 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N359] PASSED
9997 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N360] PASSED
9998 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N361] PASSED
9999 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N362] PASSED
10000 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N363] PASSED
10001 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N364] PASSED
10002 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N365] PASSED
10003 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N366] PASSED
10004 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N367] PASSED
10005 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N368] PASSED
10006 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N369] PASSED
10007 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N370] PASSED
10008 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N371] PASSED
10009 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N372] PASSED
10010 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N373] PASSED
10011 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N374] PASSED
10012 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N375] PASSED
10013 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N376] PASSED
10014 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N377] PASSED
10015 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N378] PASSED
10016 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N379] PASSED
10017 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N380] PASSED
10018 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N381] PASSED
10019 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N382] PASSED
10020 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N383] PASSED
10021 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N384] PASSED
10022 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N385] PASSED
10023 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N386] PASSED
10024 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N387] PASSED
10025 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N388] PASSED
10026 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N389] PASSED
10027 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N390] PASSED
10028 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N391] PASSED
10029 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N392] PASSED
10030 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N393] PASSED
10031 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N394] PASSED
10032 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N395] PASSED
10033 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N396] PASSED
10034 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N397] PASSED
10035 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N398] PASSED
10036 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N399] PASSED
10037 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N400] PASSED
10038 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N401] PASSED
10039 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N402] PASSED
10040 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N403] PASSED
10041 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N404] PASSED
10042 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N405] PASSED
10043 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N406] PASSED
10044 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N407] PASSED
10045 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N408] PASSED
10046 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N409] PASSED
10047 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N410] PASSED
10048 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N411] PASSED
10049 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N412] PASSED
10050 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N413] PASSED
10051 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N414] PASSED
10052 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N415] PASSED
10053 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N416] PASSED
10054 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N417] PASSED
10055 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N418] PASSED
10056 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N419] PASSED
10057 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N420] PASSED
10058 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N421] PASSED
10059 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N422] PASSED
10060 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N423] PASSED
10061 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N424] PASSED
10062 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N425] PASSED
10063 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N426] PASSED
10064 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N427] PASSED
10065 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N428] PASSED
10066 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N429] PASSED
10067 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N430] PASSED
10068 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N431] PASSED
10069 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N432] PASSED
10070 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N433] PASSED
10071 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N434] PASSED
10072 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N435] PASSED
10073 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N436] PASSED
10074 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N437] PASSED
10075 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N438] PASSED
10076 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N439] PASSED
10077 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N440] PASSED
10078 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N441] PASSED
10079 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N442] PASSED
10080 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N443] PASSED
10081 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N444] PASSED
10082 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N445] PASSED
10083 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N446] PASSED
10084 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N447] PASSED
10085 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N448] PASSED
10086 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N449] PASSED
10087 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N450] PASSED
10088 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N451] PASSED
10089 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N452] PASSED
10090 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N453] PASSED
10091 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N454] PASSED
10092 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N455] PASSED
10093 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N456] PASSED
10094 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N457] PASSED
10095 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N458] PASSED
10096 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N459] PASSED
10097 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N460] PASSED
10098 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N461] PASSED
10099 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N462] PASSED
10100 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N463] PASSED
10101 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N464] PASSED
10102 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N465] PASSED
10103 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N466] PASSED
10104 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N467] PASSED
10105 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N468] PASSED
10106 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N469] PASSED
10107 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N470] PASSED
10108 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N471] PASSED
10109 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N472] PASSED
10110 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N473] PASSED
10111 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N474] PASSED
10112 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N475] PASSED
10113 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N476] PASSED
10114 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N477] PASSED
10115 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N478] PASSED
10116 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N479] PASSED
10117 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N480] PASSED
10118 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N481] PASSED
10119 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N482] PASSED
10120 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N483] PASSED
10121 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N484] PASSED
10122 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N485] PASSED
10123 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N486] PASSED
10124 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N487] PASSED
10125 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N488] PASSED
10126 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N489] PASSED
10127 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N490] PASSED
10128 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N491] PASSED
10129 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N492] PASSED
10130 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N493] PASSED
10131 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N494] PASSED
10132 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N495] PASSED
10133 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N496] PASSED
10134 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N497] PASSED
10135 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N498] PASSED
10136 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N499] PASSED
10137 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N500] PASSED
10138 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N501] PASSED
10139 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N502] PASSED
10140 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N503] PASSED
10141 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N504] PASSED
10142 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N505] PASSED
10143 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N506] PASSED
10144 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N507] PASSED
10145 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N508] PASSED
10146 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N509] PASSED
10147 numpy/_core/tests/test_multiarray.py::test_argsort_float[float32-N510] PASSED
10148 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N0] PASSED
10149 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N1] PASSED
10150 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N2] PASSED
10151 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N3] PASSED
10152 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N4] PASSED
10153 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N5] PASSED
10154 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N6] PASSED
10155 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N7] PASSED
10156 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N8] PASSED
10157 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N9] PASSED
10158 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N10] PASSED
10159 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N11] PASSED
10160 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N12] PASSED
10161 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N13] PASSED
10162 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N14] PASSED
10163 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N15] PASSED
10164 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N16] PASSED
10165 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N17] PASSED
10166 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N18] PASSED
10167 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N19] PASSED
10168 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N20] PASSED
10169 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N21] PASSED
10170 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N22] PASSED
10171 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N23] PASSED
10172 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N24] PASSED
10173 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N25] PASSED
10174 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N26] PASSED
10175 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N27] PASSED
10176 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N28] PASSED
10177 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N29] PASSED
10178 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N30] PASSED
10179 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N31] PASSED
10180 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N32] PASSED
10181 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N33] PASSED
10182 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N34] PASSED
10183 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N35] PASSED
10184 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N36] PASSED
10185 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N37] PASSED
10186 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N38] PASSED
10187 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N39] PASSED
10188 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N40] PASSED
10189 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N41] PASSED
10190 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N42] PASSED
10191 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N43] PASSED
10192 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N44] PASSED
10193 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N45] PASSED
10194 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N46] PASSED
10195 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N47] PASSED
10196 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N48] PASSED
10197 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N49] PASSED
10198 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N50] PASSED
10199 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N51] PASSED
10200 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N52] PASSED
10201 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N53] PASSED
10202 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N54] PASSED
10203 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N55] PASSED
10204 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N56] PASSED
10205 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N57] PASSED
10206 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N58] PASSED
10207 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N59] PASSED
10208 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N60] PASSED
10209 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N61] PASSED
10210 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N62] PASSED
10211 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N63] PASSED
10212 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N64] PASSED
10213 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N65] PASSED
10214 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N66] PASSED
10215 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N67] PASSED
10216 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N68] PASSED
10217 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N69] PASSED
10218 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N70] PASSED
10219 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N71] PASSED
10220 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N72] PASSED
10221 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N73] PASSED
10222 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N74] PASSED
10223 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N75] PASSED
10224 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N76] PASSED
10225 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N77] PASSED
10226 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N78] PASSED
10227 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N79] PASSED
10228 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N80] PASSED
10229 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N81] PASSED
10230 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N82] PASSED
10231 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N83] PASSED
10232 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N84] PASSED
10233 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N85] PASSED
10234 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N86] PASSED
10235 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N87] PASSED
10236 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N88] PASSED
10237 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N89] PASSED
10238 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N90] PASSED
10239 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N91] PASSED
10240 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N92] PASSED
10241 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N93] PASSED
10242 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N94] PASSED
10243 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N95] PASSED
10244 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N96] PASSED
10245 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N97] PASSED
10246 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N98] PASSED
10247 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N99] PASSED
10248 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N100] PASSED
10249 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N101] PASSED
10250 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N102] PASSED
10251 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N103] PASSED
10252 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N104] PASSED
10253 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N105] PASSED
10254 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N106] PASSED
10255 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N107] PASSED
10256 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N108] PASSED
10257 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N109] PASSED
10258 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N110] PASSED
10259 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N111] PASSED
10260 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N112] PASSED
10261 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N113] PASSED
10262 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N114] PASSED
10263 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N115] PASSED
10264 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N116] PASSED
10265 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N117] PASSED
10266 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N118] PASSED
10267 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N119] PASSED
10268 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N120] PASSED
10269 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N121] PASSED
10270 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N122] PASSED
10271 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N123] PASSED
10272 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N124] PASSED
10273 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N125] PASSED
10274 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N126] PASSED
10275 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N127] PASSED
10276 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N128] PASSED
10277 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N129] PASSED
10278 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N130] PASSED
10279 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N131] PASSED
10280 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N132] PASSED
10281 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N133] PASSED
10282 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N134] PASSED
10283 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N135] PASSED
10284 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N136] PASSED
10285 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N137] PASSED
10286 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N138] PASSED
10287 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N139] PASSED
10288 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N140] PASSED
10289 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N141] PASSED
10290 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N142] PASSED
10291 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N143] PASSED
10292 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N144] PASSED
10293 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N145] PASSED
10294 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N146] PASSED
10295 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N147] PASSED
10296 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N148] PASSED
10297 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N149] PASSED
10298 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N150] PASSED
10299 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N151] PASSED
10300 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N152] PASSED
10301 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N153] PASSED
10302 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N154] PASSED
10303 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N155] PASSED
10304 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N156] PASSED
10305 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N157] PASSED
10306 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N158] PASSED
10307 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N159] PASSED
10308 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N160] PASSED
10309 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N161] PASSED
10310 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N162] PASSED
10311 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N163] PASSED
10312 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N164] PASSED
10313 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N165] PASSED
10314 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N166] PASSED
10315 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N167] PASSED
10316 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N168] PASSED
10317 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N169] PASSED
10318 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N170] PASSED
10319 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N171] PASSED
10320 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N172] PASSED
10321 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N173] PASSED
10322 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N174] PASSED
10323 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N175] PASSED
10324 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N176] PASSED
10325 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N177] PASSED
10326 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N178] PASSED
10327 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N179] PASSED
10328 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N180] PASSED
10329 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N181] PASSED
10330 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N182] PASSED
10331 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N183] PASSED
10332 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N184] PASSED
10333 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N185] PASSED
10334 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N186] PASSED
10335 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N187] PASSED
10336 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N188] PASSED
10337 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N189] PASSED
10338 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N190] PASSED
10339 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N191] PASSED
10340 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N192] PASSED
10341 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N193] PASSED
10342 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N194] PASSED
10343 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N195] PASSED
10344 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N196] PASSED
10345 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N197] PASSED
10346 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N198] PASSED
10347 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N199] PASSED
10348 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N200] PASSED
10349 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N201] PASSED
10350 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N202] PASSED
10351 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N203] PASSED
10352 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N204] PASSED
10353 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N205] PASSED
10354 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N206] PASSED
10355 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N207] PASSED
10356 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N208] PASSED
10357 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N209] PASSED
10358 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N210] PASSED
10359 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N211] PASSED
10360 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N212] PASSED
10361 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N213] PASSED
10362 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N214] PASSED
10363 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N215] PASSED
10364 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N216] PASSED
10365 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N217] PASSED
10366 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N218] PASSED
10367 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N219] PASSED
10368 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N220] PASSED
10369 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N221] PASSED
10370 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N222] PASSED
10371 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N223] PASSED
10372 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N224] PASSED
10373 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N225] PASSED
10374 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N226] PASSED
10375 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N227] PASSED
10376 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N228] PASSED
10377 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N229] PASSED
10378 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N230] PASSED
10379 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N231] PASSED
10380 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N232] PASSED
10381 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N233] PASSED
10382 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N234] PASSED
10383 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N235] PASSED
10384 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N236] PASSED
10385 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N237] PASSED
10386 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N238] PASSED
10387 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N239] PASSED
10388 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N240] PASSED
10389 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N241] PASSED
10390 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N242] PASSED
10391 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N243] PASSED
10392 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N244] PASSED
10393 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N245] PASSED
10394 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N246] PASSED
10395 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N247] PASSED
10396 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N248] PASSED
10397 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N249] PASSED
10398 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N250] PASSED
10399 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N251] PASSED
10400 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N252] PASSED
10401 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N253] PASSED
10402 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N254] PASSED
10403 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N255] PASSED
10404 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N256] PASSED
10405 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N257] PASSED
10406 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N258] PASSED
10407 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N259] PASSED
10408 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N260] PASSED
10409 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N261] PASSED
10410 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N262] PASSED
10411 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N263] PASSED
10412 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N264] PASSED
10413 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N265] PASSED
10414 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N266] PASSED
10415 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N267] PASSED
10416 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N268] PASSED
10417 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N269] PASSED
10418 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N270] PASSED
10419 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N271] PASSED
10420 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N272] PASSED
10421 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N273] PASSED
10422 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N274] PASSED
10423 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N275] PASSED
10424 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N276] PASSED
10425 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N277] PASSED
10426 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N278] PASSED
10427 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N279] PASSED
10428 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N280] PASSED
10429 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N281] PASSED
10430 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N282] PASSED
10431 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N283] PASSED
10432 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N284] PASSED
10433 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N285] PASSED
10434 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N286] PASSED
10435 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N287] PASSED
10436 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N288] PASSED
10437 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N289] PASSED
10438 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N290] PASSED
10439 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N291] PASSED
10440 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N292] PASSED
10441 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N293] PASSED
10442 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N294] PASSED
10443 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N295] PASSED
10444 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N296] PASSED
10445 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N297] PASSED
10446 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N298] PASSED
10447 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N299] PASSED
10448 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N300] PASSED
10449 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N301] PASSED
10450 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N302] PASSED
10451 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N303] PASSED
10452 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N304] PASSED
10453 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N305] PASSED
10454 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N306] PASSED
10455 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N307] PASSED
10456 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N308] PASSED
10457 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N309] PASSED
10458 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N310] PASSED
10459 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N311] PASSED
10460 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N312] PASSED
10461 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N313] PASSED
10462 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N314] PASSED
10463 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N315] PASSED
10464 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N316] PASSED
10465 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N317] PASSED
10466 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N318] PASSED
10467 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N319] PASSED
10468 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N320] PASSED
10469 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N321] PASSED
10470 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N322] PASSED
10471 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N323] PASSED
10472 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N324] PASSED
10473 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N325] PASSED
10474 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N326] PASSED
10475 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N327] PASSED
10476 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N328] PASSED
10477 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N329] PASSED
10478 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N330] PASSED
10479 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N331] PASSED
10480 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N332] PASSED
10481 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N333] PASSED
10482 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N334] PASSED
10483 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N335] PASSED
10484 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N336] PASSED
10485 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N337] PASSED
10486 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N338] PASSED
10487 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N339] PASSED
10488 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N340] PASSED
10489 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N341] PASSED
10490 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N342] PASSED
10491 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N343] PASSED
10492 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N344] PASSED
10493 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N345] PASSED
10494 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N346] PASSED
10495 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N347] PASSED
10496 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N348] PASSED
10497 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N349] PASSED
10498 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N350] PASSED
10499 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N351] PASSED
10500 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N352] PASSED
10501 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N353] PASSED
10502 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N354] PASSED
10503 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N355] PASSED
10504 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N356] PASSED
10505 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N357] PASSED
10506 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N358] PASSED
10507 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N359] PASSED
10508 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N360] PASSED
10509 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N361] PASSED
10510 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N362] PASSED
10511 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N363] PASSED
10512 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N364] PASSED
10513 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N365] PASSED
10514 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N366] PASSED
10515 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N367] PASSED
10516 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N368] PASSED
10517 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N369] PASSED
10518 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N370] PASSED
10519 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N371] PASSED
10520 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N372] PASSED
10521 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N373] PASSED
10522 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N374] PASSED
10523 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N375] PASSED
10524 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N376] PASSED
10525 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N377] PASSED
10526 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N378] PASSED
10527 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N379] PASSED
10528 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N380] PASSED
10529 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N381] PASSED
10530 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N382] PASSED
10531 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N383] PASSED
10532 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N384] PASSED
10533 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N385] PASSED
10534 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N386] PASSED
10535 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N387] PASSED
10536 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N388] PASSED
10537 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N389] PASSED
10538 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N390] PASSED
10539 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N391] PASSED
10540 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N392] PASSED
10541 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N393] PASSED
10542 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N394] PASSED
10543 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N395] PASSED
10544 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N396] PASSED
10545 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N397] PASSED
10546 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N398] PASSED
10547 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N399] PASSED
10548 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N400] PASSED
10549 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N401] PASSED
10550 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N402] PASSED
10551 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N403] PASSED
10552 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N404] PASSED
10553 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N405] PASSED
10554 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N406] PASSED
10555 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N407] PASSED
10556 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N408] PASSED
10557 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N409] PASSED
10558 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N410] PASSED
10559 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N411] PASSED
10560 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N412] PASSED
10561 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N413] PASSED
10562 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N414] PASSED
10563 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N415] PASSED
10564 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N416] PASSED
10565 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N417] PASSED
10566 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N418] PASSED
10567 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N419] PASSED
10568 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N420] PASSED
10569 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N421] PASSED
10570 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N422] PASSED
10571 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N423] PASSED
10572 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N424] PASSED
10573 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N425] PASSED
10574 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N426] PASSED
10575 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N427] PASSED
10576 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N428] PASSED
10577 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N429] PASSED
10578 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N430] PASSED
10579 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N431] PASSED
10580 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N432] PASSED
10581 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N433] PASSED
10582 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N434] PASSED
10583 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N435] PASSED
10584 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N436] PASSED
10585 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N437] PASSED
10586 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N438] PASSED
10587 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N439] PASSED
10588 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N440] PASSED
10589 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N441] PASSED
10590 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N442] PASSED
10591 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N443] PASSED
10592 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N444] PASSED
10593 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N445] PASSED
10594 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N446] PASSED
10595 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N447] PASSED
10596 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N448] PASSED
10597 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N449] PASSED
10598 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N450] PASSED
10599 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N451] PASSED
10600 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N452] PASSED
10601 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N453] PASSED
10602 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N454] PASSED
10603 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N455] PASSED
10604 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N456] PASSED
10605 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N457] PASSED
10606 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N458] PASSED
10607 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N459] PASSED
10608 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N460] PASSED
10609 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N461] PASSED
10610 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N462] PASSED
10611 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N463] PASSED
10612 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N464] PASSED
10613 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N465] PASSED
10614 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N466] PASSED
10615 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N467] PASSED
10616 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N468] PASSED
10617 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N469] PASSED
10618 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N470] PASSED
10619 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N471] PASSED
10620 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N472] PASSED
10621 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N473] PASSED
10622 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N474] PASSED
10623 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N475] PASSED
10624 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N476] PASSED
10625 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N477] PASSED
10626 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N478] PASSED
10627 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N479] PASSED
10628 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N480] PASSED
10629 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N481] PASSED
10630 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N482] PASSED
10631 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N483] PASSED
10632 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N484] PASSED
10633 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N485] PASSED
10634 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N486] PASSED
10635 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N487] PASSED
10636 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N488] PASSED
10637 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N489] PASSED
10638 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N490] PASSED
10639 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N491] PASSED
10640 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N492] PASSED
10641 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N493] PASSED
10642 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N494] PASSED
10643 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N495] PASSED
10644 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N496] PASSED
10645 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N497] PASSED
10646 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N498] PASSED
10647 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N499] PASSED
10648 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N500] PASSED
10649 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N501] PASSED
10650 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N502] PASSED
10651 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N503] PASSED
10652 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N504] PASSED
10653 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N505] PASSED
10654 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N506] PASSED
10655 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N507] PASSED
10656 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N508] PASSED
10657 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N509] PASSED
10658 numpy/_core/tests/test_multiarray.py::test_argsort_float[float64-N510] PASSED
10659 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N0] PASSED
10660 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N1] PASSED
10661 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N2] PASSED
10662 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N3] PASSED
10663 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N4] PASSED
10664 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N5] PASSED
10665 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N6] PASSED
10666 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N7] PASSED
10667 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N8] PASSED
10668 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N9] PASSED
10669 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N10] PASSED
10670 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N11] PASSED
10671 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N12] PASSED
10672 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N13] PASSED
10673 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N14] PASSED
10674 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N15] PASSED
10675 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N16] PASSED
10676 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N17] PASSED
10677 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N18] PASSED
10678 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N19] PASSED
10679 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N20] PASSED
10680 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N21] PASSED
10681 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N22] PASSED
10682 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N23] PASSED
10683 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N24] PASSED
10684 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N25] PASSED
10685 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N26] PASSED
10686 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N27] PASSED
10687 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N28] PASSED
10688 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N29] PASSED
10689 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N30] PASSED
10690 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N31] PASSED
10691 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N32] PASSED
10692 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N33] PASSED
10693 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N34] PASSED
10694 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N35] PASSED
10695 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N36] PASSED
10696 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N37] PASSED
10697 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N38] PASSED
10698 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N39] PASSED
10699 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N40] PASSED
10700 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N41] PASSED
10701 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N42] PASSED
10702 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N43] PASSED
10703 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N44] PASSED
10704 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N45] PASSED
10705 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N46] PASSED
10706 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N47] PASSED
10707 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N48] PASSED
10708 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N49] PASSED
10709 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N50] PASSED
10710 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N51] PASSED
10711 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N52] PASSED
10712 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N53] PASSED
10713 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N54] PASSED
10714 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N55] PASSED
10715 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N56] PASSED
10716 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N57] PASSED
10717 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N58] PASSED
10718 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N59] PASSED
10719 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N60] PASSED
10720 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N61] PASSED
10721 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N62] PASSED
10722 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N63] PASSED
10723 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N64] PASSED
10724 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N65] PASSED
10725 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N66] PASSED
10726 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N67] PASSED
10727 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N68] PASSED
10728 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N69] PASSED
10729 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N70] PASSED
10730 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N71] PASSED
10731 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N72] PASSED
10732 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N73] PASSED
10733 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N74] PASSED
10734 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N75] PASSED
10735 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N76] PASSED
10736 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N77] PASSED
10737 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N78] PASSED
10738 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N79] PASSED
10739 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N80] PASSED
10740 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N81] PASSED
10741 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N82] PASSED
10742 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N83] PASSED
10743 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N84] PASSED
10744 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N85] PASSED
10745 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N86] PASSED
10746 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N87] PASSED
10747 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N88] PASSED
10748 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N89] PASSED
10749 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N90] PASSED
10750 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N91] PASSED
10751 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N92] PASSED
10752 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N93] PASSED
10753 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N94] PASSED
10754 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N95] PASSED
10755 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N96] PASSED
10756 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N97] PASSED
10757 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N98] PASSED
10758 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N99] PASSED
10759 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N100] PASSED
10760 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N101] PASSED
10761 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N102] PASSED
10762 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N103] PASSED
10763 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N104] PASSED
10764 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N105] PASSED
10765 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N106] PASSED
10766 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N107] PASSED
10767 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N108] PASSED
10768 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N109] PASSED
10769 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N110] PASSED
10770 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N111] PASSED
10771 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N112] PASSED
10772 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N113] PASSED
10773 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N114] PASSED
10774 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N115] PASSED
10775 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N116] PASSED
10776 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N117] PASSED
10777 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N118] PASSED
10778 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N119] PASSED
10779 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N120] PASSED
10780 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N121] PASSED
10781 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N122] PASSED
10782 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N123] PASSED
10783 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N124] PASSED
10784 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N125] PASSED
10785 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N126] PASSED
10786 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N127] PASSED
10787 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N128] PASSED
10788 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N129] PASSED
10789 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N130] PASSED
10790 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N131] PASSED
10791 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N132] PASSED
10792 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N133] PASSED
10793 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N134] PASSED
10794 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N135] PASSED
10795 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N136] PASSED
10796 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N137] PASSED
10797 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N138] PASSED
10798 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N139] PASSED
10799 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N140] PASSED
10800 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N141] PASSED
10801 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N142] PASSED
10802 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N143] PASSED
10803 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N144] PASSED
10804 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N145] PASSED
10805 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N146] PASSED
10806 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N147] PASSED
10807 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N148] PASSED
10808 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N149] PASSED
10809 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N150] PASSED
10810 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N151] PASSED
10811 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N152] PASSED
10812 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N153] PASSED
10813 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N154] PASSED
10814 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N155] PASSED
10815 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N156] PASSED
10816 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N157] PASSED
10817 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N158] PASSED
10818 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N159] PASSED
10819 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N160] PASSED
10820 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N161] PASSED
10821 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N162] PASSED
10822 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N163] PASSED
10823 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N164] PASSED
10824 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N165] PASSED
10825 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N166] PASSED
10826 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N167] PASSED
10827 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N168] PASSED
10828 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N169] PASSED
10829 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N170] PASSED
10830 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N171] PASSED
10831 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N172] PASSED
10832 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N173] PASSED
10833 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N174] PASSED
10834 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N175] PASSED
10835 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N176] PASSED
10836 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N177] PASSED
10837 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N178] PASSED
10838 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N179] PASSED
10839 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N180] PASSED
10840 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N181] PASSED
10841 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N182] PASSED
10842 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N183] PASSED
10843 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N184] PASSED
10844 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N185] PASSED
10845 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N186] PASSED
10846 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N187] PASSED
10847 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N188] PASSED
10848 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N189] PASSED
10849 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N190] PASSED
10850 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N191] PASSED
10851 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N192] PASSED
10852 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N193] PASSED
10853 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N194] PASSED
10854 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N195] PASSED
10855 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N196] PASSED
10856 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N197] PASSED
10857 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N198] PASSED
10858 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N199] PASSED
10859 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N200] PASSED
10860 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N201] PASSED
10861 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N202] PASSED
10862 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N203] PASSED
10863 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N204] PASSED
10864 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N205] PASSED
10865 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N206] PASSED
10866 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N207] PASSED
10867 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N208] PASSED
10868 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N209] PASSED
10869 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N210] PASSED
10870 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N211] PASSED
10871 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N212] PASSED
10872 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N213] PASSED
10873 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N214] PASSED
10874 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N215] PASSED
10875 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N216] PASSED
10876 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N217] PASSED
10877 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N218] PASSED
10878 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N219] PASSED
10879 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N220] PASSED
10880 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N221] PASSED
10881 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N222] PASSED
10882 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N223] PASSED
10883 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N224] PASSED
10884 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N225] PASSED
10885 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N226] PASSED
10886 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N227] PASSED
10887 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N228] PASSED
10888 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N229] PASSED
10889 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N230] PASSED
10890 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N231] PASSED
10891 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N232] PASSED
10892 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N233] PASSED
10893 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N234] PASSED
10894 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N235] PASSED
10895 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N236] PASSED
10896 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N237] PASSED
10897 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N238] PASSED
10898 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N239] PASSED
10899 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N240] PASSED
10900 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N241] PASSED
10901 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N242] PASSED
10902 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N243] PASSED
10903 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N244] PASSED
10904 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N245] PASSED
10905 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N246] PASSED
10906 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N247] PASSED
10907 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N248] PASSED
10908 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N249] PASSED
10909 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N250] PASSED
10910 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N251] PASSED
10911 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N252] PASSED
10912 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N253] PASSED
10913 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N254] PASSED
10914 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N255] PASSED
10915 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N256] PASSED
10916 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N257] PASSED
10917 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N258] PASSED
10918 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N259] PASSED
10919 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N260] PASSED
10920 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N261] PASSED
10921 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N262] PASSED
10922 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N263] PASSED
10923 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N264] PASSED
10924 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N265] PASSED
10925 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N266] PASSED
10926 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N267] PASSED
10927 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N268] PASSED
10928 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N269] PASSED
10929 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N270] PASSED
10930 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N271] PASSED
10931 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N272] PASSED
10932 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N273] PASSED
10933 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N274] PASSED
10934 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N275] PASSED
10935 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N276] PASSED
10936 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N277] PASSED
10937 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N278] PASSED
10938 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N279] PASSED
10939 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N280] PASSED
10940 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N281] PASSED
10941 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N282] PASSED
10942 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N283] PASSED
10943 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N284] PASSED
10944 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N285] PASSED
10945 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N286] PASSED
10946 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N287] PASSED
10947 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N288] PASSED
10948 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N289] PASSED
10949 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N290] PASSED
10950 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N291] PASSED
10951 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N292] PASSED
10952 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N293] PASSED
10953 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N294] PASSED
10954 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N295] PASSED
10955 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N296] PASSED
10956 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N297] PASSED
10957 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N298] PASSED
10958 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N299] PASSED
10959 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N300] PASSED
10960 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N301] PASSED
10961 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N302] PASSED
10962 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N303] PASSED
10963 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N304] PASSED
10964 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N305] PASSED
10965 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N306] PASSED
10966 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N307] PASSED
10967 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N308] PASSED
10968 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N309] PASSED
10969 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N310] PASSED
10970 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N311] PASSED
10971 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N312] PASSED
10972 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N313] PASSED
10973 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N314] PASSED
10974 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N315] PASSED
10975 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N316] PASSED
10976 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N317] PASSED
10977 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N318] PASSED
10978 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N319] PASSED
10979 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N320] PASSED
10980 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N321] PASSED
10981 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N322] PASSED
10982 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N323] PASSED
10983 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N324] PASSED
10984 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N325] PASSED
10985 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N326] PASSED
10986 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N327] PASSED
10987 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N328] PASSED
10988 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N329] PASSED
10989 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N330] PASSED
10990 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N331] PASSED
10991 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N332] PASSED
10992 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N333] PASSED
10993 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N334] PASSED
10994 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N335] PASSED
10995 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N336] PASSED
10996 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N337] PASSED
10997 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N338] PASSED
10998 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N339] PASSED
10999 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N340] PASSED
11000 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N341] PASSED
11001 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N342] PASSED
11002 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N343] PASSED
11003 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N344] PASSED
11004 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N345] PASSED
11005 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N346] PASSED
11006 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N347] PASSED
11007 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N348] PASSED
11008 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N349] PASSED
11009 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N350] PASSED
11010 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N351] PASSED
11011 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N352] PASSED
11012 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N353] PASSED
11013 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N354] PASSED
11014 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N355] PASSED
11015 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N356] PASSED
11016 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N357] PASSED
11017 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N358] PASSED
11018 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N359] PASSED
11019 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N360] PASSED
11020 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N361] PASSED
11021 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N362] PASSED
11022 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N363] PASSED
11023 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N364] PASSED
11024 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N365] PASSED
11025 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N366] PASSED
11026 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N367] PASSED
11027 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N368] PASSED
11028 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N369] PASSED
11029 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N370] PASSED
11030 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N371] PASSED
11031 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N372] PASSED
11032 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N373] PASSED
11033 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N374] PASSED
11034 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N375] PASSED
11035 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N376] PASSED
11036 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N377] PASSED
11037 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N378] PASSED
11038 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N379] PASSED
11039 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N380] PASSED
11040 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N381] PASSED
11041 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N382] PASSED
11042 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N383] PASSED
11043 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N384] PASSED
11044 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N385] PASSED
11045 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N386] PASSED
11046 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N387] PASSED
11047 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N388] PASSED
11048 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N389] PASSED
11049 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N390] PASSED
11050 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N391] PASSED
11051 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N392] PASSED
11052 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N393] PASSED
11053 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N394] PASSED
11054 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N395] PASSED
11055 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N396] PASSED
11056 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N397] PASSED
11057 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N398] PASSED
11058 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N399] PASSED
11059 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N400] PASSED
11060 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N401] PASSED
11061 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N402] PASSED
11062 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N403] PASSED
11063 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N404] PASSED
11064 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N405] PASSED
11065 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N406] PASSED
11066 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N407] PASSED
11067 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N408] PASSED
11068 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N409] PASSED
11069 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N410] PASSED
11070 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N411] PASSED
11071 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N412] PASSED
11072 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N413] PASSED
11073 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N414] PASSED
11074 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N415] PASSED
11075 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N416] PASSED
11076 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N417] PASSED
11077 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N418] PASSED
11078 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N419] PASSED
11079 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N420] PASSED
11080 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N421] PASSED
11081 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N422] PASSED
11082 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N423] PASSED
11083 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N424] PASSED
11084 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N425] PASSED
11085 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N426] PASSED
11086 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N427] PASSED
11087 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N428] PASSED
11088 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N429] PASSED
11089 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N430] PASSED
11090 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N431] PASSED
11091 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N432] PASSED
11092 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N433] PASSED
11093 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N434] PASSED
11094 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N435] PASSED
11095 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N436] PASSED
11096 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N437] PASSED
11097 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N438] PASSED
11098 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N439] PASSED
11099 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N440] PASSED
11100 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N441] PASSED
11101 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N442] PASSED
11102 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N443] PASSED
11103 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N444] PASSED
11104 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N445] PASSED
11105 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N446] PASSED
11106 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N447] PASSED
11107 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N448] PASSED
11108 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N449] PASSED
11109 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N450] PASSED
11110 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N451] PASSED
11111 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N452] PASSED
11112 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N453] PASSED
11113 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N454] PASSED
11114 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N455] PASSED
11115 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N456] PASSED
11116 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N457] PASSED
11117 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N458] PASSED
11118 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N459] PASSED
11119 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N460] PASSED
11120 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N461] PASSED
11121 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N462] PASSED
11122 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N463] PASSED
11123 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N464] PASSED
11124 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N465] PASSED
11125 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N466] PASSED
11126 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N467] PASSED
11127 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N468] PASSED
11128 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N469] PASSED
11129 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N470] PASSED
11130 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N471] PASSED
11131 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N472] PASSED
11132 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N473] PASSED
11133 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N474] PASSED
11134 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N475] PASSED
11135 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N476] PASSED
11136 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N477] PASSED
11137 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N478] PASSED
11138 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N479] PASSED
11139 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N480] PASSED
11140 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N481] PASSED
11141 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N482] PASSED
11142 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N483] PASSED
11143 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N484] PASSED
11144 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N485] PASSED
11145 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N486] PASSED
11146 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N487] PASSED
11147 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N488] PASSED
11148 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N489] PASSED
11149 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N490] PASSED
11150 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N491] PASSED
11151 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N492] PASSED
11152 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N493] PASSED
11153 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N494] PASSED
11154 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N495] PASSED
11155 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N496] PASSED
11156 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N497] PASSED
11157 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N498] PASSED
11158 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N499] PASSED
11159 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N500] PASSED
11160 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N501] PASSED
11161 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N502] PASSED
11162 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N503] PASSED
11163 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N504] PASSED
11164 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N505] PASSED
11165 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N506] PASSED
11166 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N507] PASSED
11167 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N508] PASSED
11168 numpy/_core/tests/test_multiarray.py::test_argsort_int[int32-N509] PASSED
11169 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N0] PASSED
11170 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N1] PASSED
11171 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N2] PASSED
11172 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N3] PASSED
11173 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N4] PASSED
11174 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N5] PASSED
11175 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N6] PASSED
11176 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N7] PASSED
11177 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N8] PASSED
11178 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N9] PASSED
11179 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N10] PASSED
11180 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N11] PASSED
11181 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N12] PASSED
11182 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N13] PASSED
11183 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N14] PASSED
11184 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N15] PASSED
11185 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N16] PASSED
11186 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N17] PASSED
11187 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N18] PASSED
11188 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N19] PASSED
11189 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N20] PASSED
11190 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N21] PASSED
11191 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N22] PASSED
11192 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N23] PASSED
11193 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N24] PASSED
11194 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N25] PASSED
11195 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N26] PASSED
11196 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N27] PASSED
11197 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N28] PASSED
11198 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N29] PASSED
11199 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N30] PASSED
11200 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N31] PASSED
11201 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N32] PASSED
11202 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N33] PASSED
11203 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N34] PASSED
11204 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N35] PASSED
11205 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N36] PASSED
11206 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N37] PASSED
11207 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N38] PASSED
11208 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N39] PASSED
11209 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N40] PASSED
11210 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N41] PASSED
11211 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N42] PASSED
11212 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N43] PASSED
11213 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N44] PASSED
11214 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N45] PASSED
11215 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N46] PASSED
11216 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N47] PASSED
11217 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N48] PASSED
11218 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N49] PASSED
11219 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N50] PASSED
11220 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N51] PASSED
11221 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N52] PASSED
11222 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N53] PASSED
11223 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N54] PASSED
11224 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N55] PASSED
11225 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N56] PASSED
11226 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N57] PASSED
11227 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N58] PASSED
11228 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N59] PASSED
11229 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N60] PASSED
11230 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N61] PASSED
11231 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N62] PASSED
11232 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N63] PASSED
11233 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N64] PASSED
11234 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N65] PASSED
11235 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N66] PASSED
11236 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N67] PASSED
11237 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N68] PASSED
11238 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N69] PASSED
11239 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N70] PASSED
11240 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N71] PASSED
11241 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N72] PASSED
11242 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N73] PASSED
11243 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N74] PASSED
11244 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N75] PASSED
11245 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N76] PASSED
11246 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N77] PASSED
11247 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N78] PASSED
11248 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N79] PASSED
11249 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N80] PASSED
11250 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N81] PASSED
11251 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N82] PASSED
11252 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N83] PASSED
11253 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N84] PASSED
11254 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N85] PASSED
11255 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N86] PASSED
11256 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N87] PASSED
11257 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N88] PASSED
11258 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N89] PASSED
11259 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N90] PASSED
11260 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N91] PASSED
11261 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N92] PASSED
11262 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N93] PASSED
11263 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N94] PASSED
11264 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N95] PASSED
11265 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N96] PASSED
11266 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N97] PASSED
11267 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N98] PASSED
11268 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N99] PASSED
11269 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N100] PASSED
11270 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N101] PASSED
11271 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N102] PASSED
11272 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N103] PASSED
11273 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N104] PASSED
11274 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N105] PASSED
11275 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N106] PASSED
11276 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N107] PASSED
11277 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N108] PASSED
11278 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N109] PASSED
11279 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N110] PASSED
11280 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N111] PASSED
11281 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N112] PASSED
11282 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N113] PASSED
11283 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N114] PASSED
11284 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N115] PASSED
11285 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N116] PASSED
11286 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N117] PASSED
11287 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N118] PASSED
11288 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N119] PASSED
11289 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N120] PASSED
11290 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N121] PASSED
11291 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N122] PASSED
11292 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N123] PASSED
11293 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N124] PASSED
11294 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N125] PASSED
11295 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N126] PASSED
11296 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N127] PASSED
11297 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N128] PASSED
11298 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N129] PASSED
11299 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N130] PASSED
11300 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N131] PASSED
11301 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N132] PASSED
11302 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N133] PASSED
11303 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N134] PASSED
11304 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N135] PASSED
11305 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N136] PASSED
11306 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N137] PASSED
11307 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N138] PASSED
11308 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N139] PASSED
11309 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N140] PASSED
11310 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N141] PASSED
11311 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N142] PASSED
11312 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N143] PASSED
11313 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N144] PASSED
11314 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N145] PASSED
11315 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N146] PASSED
11316 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N147] PASSED
11317 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N148] PASSED
11318 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N149] PASSED
11319 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N150] PASSED
11320 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N151] PASSED
11321 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N152] PASSED
11322 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N153] PASSED
11323 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N154] PASSED
11324 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N155] PASSED
11325 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N156] PASSED
11326 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N157] PASSED
11327 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N158] PASSED
11328 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N159] PASSED
11329 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N160] PASSED
11330 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N161] PASSED
11331 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N162] PASSED
11332 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N163] PASSED
11333 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N164] PASSED
11334 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N165] PASSED
11335 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N166] PASSED
11336 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N167] PASSED
11337 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N168] PASSED
11338 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N169] PASSED
11339 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N170] PASSED
11340 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N171] PASSED
11341 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N172] PASSED
11342 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N173] PASSED
11343 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N174] PASSED
11344 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N175] PASSED
11345 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N176] PASSED
11346 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N177] PASSED
11347 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N178] PASSED
11348 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N179] PASSED
11349 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N180] PASSED
11350 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N181] PASSED
11351 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N182] PASSED
11352 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N183] PASSED
11353 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N184] PASSED
11354 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N185] PASSED
11355 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N186] PASSED
11356 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N187] PASSED
11357 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N188] PASSED
11358 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N189] PASSED
11359 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N190] PASSED
11360 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N191] PASSED
11361 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N192] PASSED
11362 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N193] PASSED
11363 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N194] PASSED
11364 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N195] PASSED
11365 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N196] PASSED
11366 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N197] PASSED
11367 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N198] PASSED
11368 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N199] PASSED
11369 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N200] PASSED
11370 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N201] PASSED
11371 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N202] PASSED
11372 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N203] PASSED
11373 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N204] PASSED
11374 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N205] PASSED
11375 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N206] PASSED
11376 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N207] PASSED
11377 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N208] PASSED
11378 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N209] PASSED
11379 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N210] PASSED
11380 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N211] PASSED
11381 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N212] PASSED
11382 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N213] PASSED
11383 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N214] PASSED
11384 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N215] PASSED
11385 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N216] PASSED
11386 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N217] PASSED
11387 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N218] PASSED
11388 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N219] PASSED
11389 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N220] PASSED
11390 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N221] PASSED
11391 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N222] PASSED
11392 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N223] PASSED
11393 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N224] PASSED
11394 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N225] PASSED
11395 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N226] PASSED
11396 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N227] PASSED
11397 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N228] PASSED
11398 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N229] PASSED
11399 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N230] PASSED
11400 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N231] PASSED
11401 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N232] PASSED
11402 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N233] PASSED
11403 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N234] PASSED
11404 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N235] PASSED
11405 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N236] PASSED
11406 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N237] PASSED
11407 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N238] PASSED
11408 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N239] PASSED
11409 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N240] PASSED
11410 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N241] PASSED
11411 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N242] PASSED
11412 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N243] PASSED
11413 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N244] PASSED
11414 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N245] PASSED
11415 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N246] PASSED
11416 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N247] PASSED
11417 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N248] PASSED
11418 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N249] PASSED
11419 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N250] PASSED
11420 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N251] PASSED
11421 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N252] PASSED
11422 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N253] PASSED
11423 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N254] PASSED
11424 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N255] PASSED
11425 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N256] PASSED
11426 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N257] PASSED
11427 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N258] PASSED
11428 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N259] PASSED
11429 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N260] PASSED
11430 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N261] PASSED
11431 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N262] PASSED
11432 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N263] PASSED
11433 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N264] PASSED
11434 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N265] PASSED
11435 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N266] PASSED
11436 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N267] PASSED
11437 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N268] PASSED
11438 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N269] PASSED
11439 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N270] PASSED
11440 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N271] PASSED
11441 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N272] PASSED
11442 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N273] PASSED
11443 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N274] PASSED
11444 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N275] PASSED
11445 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N276] PASSED
11446 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N277] PASSED
11447 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N278] PASSED
11448 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N279] PASSED
11449 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N280] PASSED
11450 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N281] PASSED
11451 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N282] PASSED
11452 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N283] PASSED
11453 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N284] PASSED
11454 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N285] PASSED
11455 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N286] PASSED
11456 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N287] PASSED
11457 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N288] PASSED
11458 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N289] PASSED
11459 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N290] PASSED
11460 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N291] PASSED
11461 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N292] PASSED
11462 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N293] PASSED
11463 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N294] PASSED
11464 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N295] PASSED
11465 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N296] PASSED
11466 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N297] PASSED
11467 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N298] PASSED
11468 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N299] PASSED
11469 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N300] PASSED
11470 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N301] PASSED
11471 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N302] PASSED
11472 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N303] PASSED
11473 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N304] PASSED
11474 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N305] PASSED
11475 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N306] PASSED
11476 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N307] PASSED
11477 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N308] PASSED
11478 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N309] PASSED
11479 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N310] PASSED
11480 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N311] PASSED
11481 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N312] PASSED
11482 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N313] PASSED
11483 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N314] PASSED
11484 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N315] PASSED
11485 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N316] PASSED
11486 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N317] PASSED
11487 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N318] PASSED
11488 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N319] PASSED
11489 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N320] PASSED
11490 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N321] PASSED
11491 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N322] PASSED
11492 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N323] PASSED
11493 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N324] PASSED
11494 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N325] PASSED
11495 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N326] PASSED
11496 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N327] PASSED
11497 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N328] PASSED
11498 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N329] PASSED
11499 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N330] PASSED
11500 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N331] PASSED
11501 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N332] PASSED
11502 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N333] PASSED
11503 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N334] PASSED
11504 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N335] PASSED
11505 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N336] PASSED
11506 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N337] PASSED
11507 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N338] PASSED
11508 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N339] PASSED
11509 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N340] PASSED
11510 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N341] PASSED
11511 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N342] PASSED
11512 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N343] PASSED
11513 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N344] PASSED
11514 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N345] PASSED
11515 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N346] PASSED
11516 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N347] PASSED
11517 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N348] PASSED
11518 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N349] PASSED
11519 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N350] PASSED
11520 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N351] PASSED
11521 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N352] PASSED
11522 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N353] PASSED
11523 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N354] PASSED
11524 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N355] PASSED
11525 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N356] PASSED
11526 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N357] PASSED
11527 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N358] PASSED
11528 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N359] PASSED
11529 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N360] PASSED
11530 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N361] PASSED
11531 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N362] PASSED
11532 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N363] PASSED
11533 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N364] PASSED
11534 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N365] PASSED
11535 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N366] PASSED
11536 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N367] PASSED
11537 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N368] PASSED
11538 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N369] PASSED
11539 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N370] PASSED
11540 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N371] PASSED
11541 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N372] PASSED
11542 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N373] PASSED
11543 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N374] PASSED
11544 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N375] PASSED
11545 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N376] PASSED
11546 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N377] PASSED
11547 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N378] PASSED
11548 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N379] PASSED
11549 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N380] PASSED
11550 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N381] PASSED
11551 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N382] PASSED
11552 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N383] PASSED
11553 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N384] PASSED
11554 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N385] PASSED
11555 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N386] PASSED
11556 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N387] PASSED
11557 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N388] PASSED
11558 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N389] PASSED
11559 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N390] PASSED
11560 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N391] PASSED
11561 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N392] PASSED
11562 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N393] PASSED
11563 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N394] PASSED
11564 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N395] PASSED
11565 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N396] PASSED
11566 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N397] PASSED
11567 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N398] PASSED
11568 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N399] PASSED
11569 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N400] PASSED
11570 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N401] PASSED
11571 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N402] PASSED
11572 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N403] PASSED
11573 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N404] PASSED
11574 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N405] PASSED
11575 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N406] PASSED
11576 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N407] PASSED
11577 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N408] PASSED
11578 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N409] PASSED
11579 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N410] PASSED
11580 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N411] PASSED
11581 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N412] PASSED
11582 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N413] PASSED
11583 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N414] PASSED
11584 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N415] PASSED
11585 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N416] PASSED
11586 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N417] PASSED
11587 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N418] PASSED
11588 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N419] PASSED
11589 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N420] PASSED
11590 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N421] PASSED
11591 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N422] PASSED
11592 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N423] PASSED
11593 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N424] PASSED
11594 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N425] PASSED
11595 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N426] PASSED
11596 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N427] PASSED
11597 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N428] PASSED
11598 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N429] PASSED
11599 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N430] PASSED
11600 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N431] PASSED
11601 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N432] PASSED
11602 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N433] PASSED
11603 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N434] PASSED
11604 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N435] PASSED
11605 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N436] PASSED
11606 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N437] PASSED
11607 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N438] PASSED
11608 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N439] PASSED
11609 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N440] PASSED
11610 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N441] PASSED
11611 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N442] PASSED
11612 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N443] PASSED
11613 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N444] PASSED
11614 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N445] PASSED
11615 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N446] PASSED
11616 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N447] PASSED
11617 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N448] PASSED
11618 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N449] PASSED
11619 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N450] PASSED
11620 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N451] PASSED
11621 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N452] PASSED
11622 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N453] PASSED
11623 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N454] PASSED
11624 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N455] PASSED
11625 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N456] PASSED
11626 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N457] PASSED
11627 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N458] PASSED
11628 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N459] PASSED
11629 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N460] PASSED
11630 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N461] PASSED
11631 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N462] PASSED
11632 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N463] PASSED
11633 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N464] PASSED
11634 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N465] PASSED
11635 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N466] PASSED
11636 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N467] PASSED
11637 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N468] PASSED
11638 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N469] PASSED
11639 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N470] PASSED
11640 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N471] PASSED
11641 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N472] PASSED
11642 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N473] PASSED
11643 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N474] PASSED
11644 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N475] PASSED
11645 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N476] PASSED
11646 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N477] PASSED
11647 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N478] PASSED
11648 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N479] PASSED
11649 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N480] PASSED
11650 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N481] PASSED
11651 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N482] PASSED
11652 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N483] PASSED
11653 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N484] PASSED
11654 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N485] PASSED
11655 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N486] PASSED
11656 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N487] PASSED
11657 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N488] PASSED
11658 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N489] PASSED
11659 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N490] PASSED
11660 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N491] PASSED
11661 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N492] PASSED
11662 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N493] PASSED
11663 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N494] PASSED
11664 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N495] PASSED
11665 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N496] PASSED
11666 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N497] PASSED
11667 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N498] PASSED
11668 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N499] PASSED
11669 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N500] PASSED
11670 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N501] PASSED
11671 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N502] PASSED
11672 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N503] PASSED
11673 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N504] PASSED
11674 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N505] PASSED
11675 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N506] PASSED
11676 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N507] PASSED
11677 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N508] PASSED
11678 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint32-N509] PASSED
11679 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N0] PASSED
11680 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N1] PASSED
11681 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N2] PASSED
11682 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N3] PASSED
11683 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N4] PASSED
11684 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N5] PASSED
11685 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N6] PASSED
11686 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N7] PASSED
11687 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N8] PASSED
11688 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N9] PASSED
11689 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N10] PASSED
11690 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N11] PASSED
11691 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N12] PASSED
11692 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N13] PASSED
11693 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N14] PASSED
11694 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N15] PASSED
11695 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N16] PASSED
11696 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N17] PASSED
11697 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N18] PASSED
11698 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N19] PASSED
11699 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N20] PASSED
11700 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N21] PASSED
11701 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N22] PASSED
11702 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N23] PASSED
11703 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N24] PASSED
11704 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N25] PASSED
11705 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N26] PASSED
11706 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N27] PASSED
11707 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N28] PASSED
11708 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N29] PASSED
11709 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N30] PASSED
11710 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N31] PASSED
11711 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N32] PASSED
11712 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N33] PASSED
11713 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N34] PASSED
11714 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N35] PASSED
11715 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N36] PASSED
11716 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N37] PASSED
11717 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N38] PASSED
11718 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N39] PASSED
11719 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N40] PASSED
11720 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N41] PASSED
11721 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N42] PASSED
11722 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N43] PASSED
11723 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N44] PASSED
11724 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N45] PASSED
11725 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N46] PASSED
11726 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N47] PASSED
11727 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N48] PASSED
11728 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N49] PASSED
11729 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N50] PASSED
11730 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N51] PASSED
11731 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N52] PASSED
11732 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N53] PASSED
11733 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N54] PASSED
11734 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N55] PASSED
11735 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N56] PASSED
11736 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N57] PASSED
11737 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N58] PASSED
11738 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N59] PASSED
11739 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N60] PASSED
11740 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N61] PASSED
11741 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N62] PASSED
11742 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N63] PASSED
11743 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N64] PASSED
11744 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N65] PASSED
11745 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N66] PASSED
11746 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N67] PASSED
11747 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N68] PASSED
11748 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N69] PASSED
11749 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N70] PASSED
11750 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N71] PASSED
11751 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N72] PASSED
11752 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N73] PASSED
11753 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N74] PASSED
11754 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N75] PASSED
11755 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N76] PASSED
11756 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N77] PASSED
11757 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N78] PASSED
11758 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N79] PASSED
11759 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N80] PASSED
11760 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N81] PASSED
11761 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N82] PASSED
11762 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N83] PASSED
11763 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N84] PASSED
11764 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N85] PASSED
11765 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N86] PASSED
11766 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N87] PASSED
11767 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N88] PASSED
11768 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N89] PASSED
11769 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N90] PASSED
11770 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N91] PASSED
11771 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N92] PASSED
11772 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N93] PASSED
11773 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N94] PASSED
11774 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N95] PASSED
11775 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N96] PASSED
11776 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N97] PASSED
11777 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N98] PASSED
11778 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N99] PASSED
11779 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N100] PASSED
11780 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N101] PASSED
11781 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N102] PASSED
11782 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N103] PASSED
11783 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N104] PASSED
11784 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N105] PASSED
11785 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N106] PASSED
11786 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N107] PASSED
11787 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N108] PASSED
11788 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N109] PASSED
11789 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N110] PASSED
11790 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N111] PASSED
11791 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N112] PASSED
11792 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N113] PASSED
11793 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N114] PASSED
11794 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N115] PASSED
11795 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N116] PASSED
11796 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N117] PASSED
11797 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N118] PASSED
11798 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N119] PASSED
11799 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N120] PASSED
11800 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N121] PASSED
11801 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N122] PASSED
11802 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N123] PASSED
11803 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N124] PASSED
11804 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N125] PASSED
11805 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N126] PASSED
11806 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N127] PASSED
11807 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N128] PASSED
11808 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N129] PASSED
11809 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N130] PASSED
11810 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N131] PASSED
11811 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N132] PASSED
11812 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N133] PASSED
11813 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N134] PASSED
11814 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N135] PASSED
11815 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N136] PASSED
11816 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N137] PASSED
11817 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N138] PASSED
11818 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N139] PASSED
11819 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N140] PASSED
11820 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N141] PASSED
11821 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N142] PASSED
11822 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N143] PASSED
11823 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N144] PASSED
11824 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N145] PASSED
11825 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N146] PASSED
11826 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N147] PASSED
11827 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N148] PASSED
11828 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N149] PASSED
11829 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N150] PASSED
11830 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N151] PASSED
11831 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N152] PASSED
11832 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N153] PASSED
11833 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N154] PASSED
11834 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N155] PASSED
11835 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N156] PASSED
11836 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N157] PASSED
11837 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N158] PASSED
11838 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N159] PASSED
11839 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N160] PASSED
11840 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N161] PASSED
11841 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N162] PASSED
11842 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N163] PASSED
11843 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N164] PASSED
11844 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N165] PASSED
11845 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N166] PASSED
11846 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N167] PASSED
11847 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N168] PASSED
11848 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N169] PASSED
11849 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N170] PASSED
11850 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N171] PASSED
11851 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N172] PASSED
11852 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N173] PASSED
11853 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N174] PASSED
11854 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N175] PASSED
11855 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N176] PASSED
11856 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N177] PASSED
11857 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N178] PASSED
11858 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N179] PASSED
11859 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N180] PASSED
11860 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N181] PASSED
11861 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N182] PASSED
11862 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N183] PASSED
11863 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N184] PASSED
11864 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N185] PASSED
11865 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N186] PASSED
11866 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N187] PASSED
11867 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N188] PASSED
11868 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N189] PASSED
11869 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N190] PASSED
11870 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N191] PASSED
11871 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N192] PASSED
11872 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N193] PASSED
11873 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N194] PASSED
11874 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N195] PASSED
11875 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N196] PASSED
11876 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N197] PASSED
11877 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N198] PASSED
11878 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N199] PASSED
11879 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N200] PASSED
11880 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N201] PASSED
11881 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N202] PASSED
11882 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N203] PASSED
11883 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N204] PASSED
11884 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N205] PASSED
11885 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N206] PASSED
11886 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N207] PASSED
11887 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N208] PASSED
11888 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N209] PASSED
11889 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N210] PASSED
11890 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N211] PASSED
11891 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N212] PASSED
11892 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N213] PASSED
11893 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N214] PASSED
11894 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N215] PASSED
11895 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N216] PASSED
11896 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N217] PASSED
11897 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N218] PASSED
11898 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N219] PASSED
11899 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N220] PASSED
11900 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N221] PASSED
11901 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N222] PASSED
11902 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N223] PASSED
11903 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N224] PASSED
11904 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N225] PASSED
11905 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N226] PASSED
11906 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N227] PASSED
11907 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N228] PASSED
11908 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N229] PASSED
11909 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N230] PASSED
11910 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N231] PASSED
11911 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N232] PASSED
11912 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N233] PASSED
11913 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N234] PASSED
11914 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N235] PASSED
11915 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N236] PASSED
11916 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N237] PASSED
11917 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N238] PASSED
11918 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N239] PASSED
11919 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N240] PASSED
11920 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N241] PASSED
11921 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N242] PASSED
11922 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N243] PASSED
11923 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N244] PASSED
11924 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N245] PASSED
11925 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N246] PASSED
11926 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N247] PASSED
11927 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N248] PASSED
11928 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N249] PASSED
11929 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N250] PASSED
11930 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N251] PASSED
11931 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N252] PASSED
11932 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N253] PASSED
11933 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N254] PASSED
11934 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N255] PASSED
11935 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N256] PASSED
11936 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N257] PASSED
11937 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N258] PASSED
11938 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N259] PASSED
11939 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N260] PASSED
11940 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N261] PASSED
11941 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N262] PASSED
11942 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N263] PASSED
11943 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N264] PASSED
11944 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N265] PASSED
11945 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N266] PASSED
11946 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N267] PASSED
11947 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N268] PASSED
11948 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N269] PASSED
11949 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N270] PASSED
11950 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N271] PASSED
11951 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N272] PASSED
11952 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N273] PASSED
11953 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N274] PASSED
11954 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N275] PASSED
11955 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N276] PASSED
11956 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N277] PASSED
11957 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N278] PASSED
11958 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N279] PASSED
11959 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N280] PASSED
11960 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N281] PASSED
11961 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N282] PASSED
11962 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N283] PASSED
11963 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N284] PASSED
11964 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N285] PASSED
11965 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N286] PASSED
11966 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N287] PASSED
11967 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N288] PASSED
11968 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N289] PASSED
11969 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N290] PASSED
11970 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N291] PASSED
11971 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N292] PASSED
11972 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N293] PASSED
11973 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N294] PASSED
11974 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N295] PASSED
11975 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N296] PASSED
11976 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N297] PASSED
11977 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N298] PASSED
11978 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N299] PASSED
11979 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N300] PASSED
11980 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N301] PASSED
11981 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N302] PASSED
11982 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N303] PASSED
11983 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N304] PASSED
11984 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N305] PASSED
11985 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N306] PASSED
11986 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N307] PASSED
11987 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N308] PASSED
11988 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N309] PASSED
11989 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N310] PASSED
11990 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N311] PASSED
11991 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N312] PASSED
11992 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N313] PASSED
11993 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N314] PASSED
11994 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N315] PASSED
11995 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N316] PASSED
11996 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N317] PASSED
11997 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N318] PASSED
11998 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N319] PASSED
11999 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N320] PASSED
12000 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N321] PASSED
12001 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N322] PASSED
12002 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N323] PASSED
12003 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N324] PASSED
12004 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N325] PASSED
12005 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N326] PASSED
12006 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N327] PASSED
12007 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N328] PASSED
12008 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N329] PASSED
12009 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N330] PASSED
12010 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N331] PASSED
12011 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N332] PASSED
12012 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N333] PASSED
12013 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N334] PASSED
12014 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N335] PASSED
12015 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N336] PASSED
12016 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N337] PASSED
12017 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N338] PASSED
12018 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N339] PASSED
12019 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N340] PASSED
12020 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N341] PASSED
12021 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N342] PASSED
12022 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N343] PASSED
12023 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N344] PASSED
12024 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N345] PASSED
12025 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N346] PASSED
12026 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N347] PASSED
12027 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N348] PASSED
12028 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N349] PASSED
12029 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N350] PASSED
12030 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N351] PASSED
12031 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N352] PASSED
12032 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N353] PASSED
12033 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N354] PASSED
12034 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N355] PASSED
12035 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N356] PASSED
12036 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N357] PASSED
12037 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N358] PASSED
12038 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N359] PASSED
12039 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N360] PASSED
12040 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N361] PASSED
12041 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N362] PASSED
12042 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N363] PASSED
12043 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N364] PASSED
12044 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N365] PASSED
12045 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N366] PASSED
12046 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N367] PASSED
12047 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N368] PASSED
12048 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N369] PASSED
12049 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N370] PASSED
12050 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N371] PASSED
12051 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N372] PASSED
12052 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N373] PASSED
12053 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N374] PASSED
12054 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N375] PASSED
12055 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N376] PASSED
12056 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N377] PASSED
12057 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N378] PASSED
12058 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N379] PASSED
12059 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N380] PASSED
12060 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N381] PASSED
12061 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N382] PASSED
12062 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N383] PASSED
12063 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N384] PASSED
12064 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N385] PASSED
12065 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N386] PASSED
12066 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N387] PASSED
12067 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N388] PASSED
12068 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N389] PASSED
12069 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N390] PASSED
12070 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N391] PASSED
12071 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N392] PASSED
12072 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N393] PASSED
12073 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N394] PASSED
12074 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N395] PASSED
12075 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N396] PASSED
12076 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N397] PASSED
12077 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N398] PASSED
12078 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N399] PASSED
12079 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N400] PASSED
12080 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N401] PASSED
12081 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N402] PASSED
12082 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N403] PASSED
12083 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N404] PASSED
12084 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N405] PASSED
12085 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N406] PASSED
12086 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N407] PASSED
12087 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N408] PASSED
12088 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N409] PASSED
12089 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N410] PASSED
12090 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N411] PASSED
12091 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N412] PASSED
12092 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N413] PASSED
12093 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N414] PASSED
12094 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N415] PASSED
12095 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N416] PASSED
12096 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N417] PASSED
12097 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N418] PASSED
12098 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N419] PASSED
12099 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N420] PASSED
12100 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N421] PASSED
12101 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N422] PASSED
12102 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N423] PASSED
12103 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N424] PASSED
12104 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N425] PASSED
12105 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N426] PASSED
12106 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N427] PASSED
12107 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N428] PASSED
12108 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N429] PASSED
12109 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N430] PASSED
12110 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N431] PASSED
12111 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N432] PASSED
12112 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N433] PASSED
12113 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N434] PASSED
12114 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N435] PASSED
12115 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N436] PASSED
12116 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N437] PASSED
12117 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N438] PASSED
12118 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N439] PASSED
12119 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N440] PASSED
12120 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N441] PASSED
12121 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N442] PASSED
12122 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N443] PASSED
12123 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N444] PASSED
12124 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N445] PASSED
12125 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N446] PASSED
12126 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N447] PASSED
12127 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N448] PASSED
12128 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N449] PASSED
12129 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N450] PASSED
12130 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N451] PASSED
12131 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N452] PASSED
12132 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N453] PASSED
12133 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N454] PASSED
12134 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N455] PASSED
12135 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N456] PASSED
12136 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N457] PASSED
12137 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N458] PASSED
12138 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N459] PASSED
12139 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N460] PASSED
12140 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N461] PASSED
12141 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N462] PASSED
12142 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N463] PASSED
12143 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N464] PASSED
12144 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N465] PASSED
12145 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N466] PASSED
12146 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N467] PASSED
12147 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N468] PASSED
12148 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N469] PASSED
12149 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N470] PASSED
12150 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N471] PASSED
12151 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N472] PASSED
12152 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N473] PASSED
12153 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N474] PASSED
12154 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N475] PASSED
12155 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N476] PASSED
12156 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N477] PASSED
12157 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N478] PASSED
12158 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N479] PASSED
12159 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N480] PASSED
12160 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N481] PASSED
12161 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N482] PASSED
12162 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N483] PASSED
12163 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N484] PASSED
12164 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N485] PASSED
12165 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N486] PASSED
12166 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N487] PASSED
12167 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N488] PASSED
12168 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N489] PASSED
12169 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N490] PASSED
12170 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N491] PASSED
12171 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N492] PASSED
12172 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N493] PASSED
12173 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N494] PASSED
12174 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N495] PASSED
12175 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N496] PASSED
12176 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N497] PASSED
12177 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N498] PASSED
12178 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N499] PASSED
12179 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N500] PASSED
12180 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N501] PASSED
12181 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N502] PASSED
12182 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N503] PASSED
12183 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N504] PASSED
12184 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N505] PASSED
12185 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N506] PASSED
12186 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N507] PASSED
12187 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N508] PASSED
12188 numpy/_core/tests/test_multiarray.py::test_argsort_int[int64-N509] PASSED
12189 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N0] PASSED
12190 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N1] PASSED
12191 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N2] PASSED
12192 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N3] PASSED
12193 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N4] PASSED
12194 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N5] PASSED
12195 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N6] PASSED
12196 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N7] PASSED
12197 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N8] PASSED
12198 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N9] PASSED
12199 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N10] PASSED
12200 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N11] PASSED
12201 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N12] PASSED
12202 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N13] PASSED
12203 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N14] PASSED
12204 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N15] PASSED
12205 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N16] PASSED
12206 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N17] PASSED
12207 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N18] PASSED
12208 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N19] PASSED
12209 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N20] PASSED
12210 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N21] PASSED
12211 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N22] PASSED
12212 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N23] PASSED
12213 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N24] PASSED
12214 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N25] PASSED
12215 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N26] PASSED
12216 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N27] PASSED
12217 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N28] PASSED
12218 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N29] PASSED
12219 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N30] PASSED
12220 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N31] PASSED
12221 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N32] PASSED
12222 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N33] PASSED
12223 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N34] PASSED
12224 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N35] PASSED
12225 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N36] PASSED
12226 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N37] PASSED
12227 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N38] PASSED
12228 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N39] PASSED
12229 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N40] PASSED
12230 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N41] PASSED
12231 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N42] PASSED
12232 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N43] PASSED
12233 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N44] PASSED
12234 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N45] PASSED
12235 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N46] PASSED
12236 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N47] PASSED
12237 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N48] PASSED
12238 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N49] PASSED
12239 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N50] PASSED
12240 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N51] PASSED
12241 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N52] PASSED
12242 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N53] PASSED
12243 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N54] PASSED
12244 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N55] PASSED
12245 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N56] PASSED
12246 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N57] PASSED
12247 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N58] PASSED
12248 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N59] PASSED
12249 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N60] PASSED
12250 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N61] PASSED
12251 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N62] PASSED
12252 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N63] PASSED
12253 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N64] PASSED
12254 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N65] PASSED
12255 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N66] PASSED
12256 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N67] PASSED
12257 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N68] PASSED
12258 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N69] PASSED
12259 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N70] PASSED
12260 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N71] PASSED
12261 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N72] PASSED
12262 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N73] PASSED
12263 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N74] PASSED
12264 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N75] PASSED
12265 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N76] PASSED
12266 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N77] PASSED
12267 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N78] PASSED
12268 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N79] PASSED
12269 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N80] PASSED
12270 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N81] PASSED
12271 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N82] PASSED
12272 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N83] PASSED
12273 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N84] PASSED
12274 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N85] PASSED
12275 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N86] PASSED
12276 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N87] PASSED
12277 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N88] PASSED
12278 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N89] PASSED
12279 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N90] PASSED
12280 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N91] PASSED
12281 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N92] PASSED
12282 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N93] PASSED
12283 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N94] PASSED
12284 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N95] PASSED
12285 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N96] PASSED
12286 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N97] PASSED
12287 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N98] PASSED
12288 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N99] PASSED
12289 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N100] PASSED
12290 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N101] PASSED
12291 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N102] PASSED
12292 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N103] PASSED
12293 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N104] PASSED
12294 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N105] PASSED
12295 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N106] PASSED
12296 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N107] PASSED
12297 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N108] PASSED
12298 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N109] PASSED
12299 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N110] PASSED
12300 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N111] PASSED
12301 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N112] PASSED
12302 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N113] PASSED
12303 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N114] PASSED
12304 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N115] PASSED
12305 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N116] PASSED
12306 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N117] PASSED
12307 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N118] PASSED
12308 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N119] PASSED
12309 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N120] PASSED
12310 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N121] PASSED
12311 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N122] PASSED
12312 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N123] PASSED
12313 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N124] PASSED
12314 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N125] PASSED
12315 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N126] PASSED
12316 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N127] PASSED
12317 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N128] PASSED
12318 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N129] PASSED
12319 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N130] PASSED
12320 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N131] PASSED
12321 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N132] PASSED
12322 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N133] PASSED
12323 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N134] PASSED
12324 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N135] PASSED
12325 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N136] PASSED
12326 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N137] PASSED
12327 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N138] PASSED
12328 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N139] PASSED
12329 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N140] PASSED
12330 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N141] PASSED
12331 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N142] PASSED
12332 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N143] PASSED
12333 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N144] PASSED
12334 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N145] PASSED
12335 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N146] PASSED
12336 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N147] PASSED
12337 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N148] PASSED
12338 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N149] PASSED
12339 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N150] PASSED
12340 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N151] PASSED
12341 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N152] PASSED
12342 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N153] PASSED
12343 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N154] PASSED
12344 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N155] PASSED
12345 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N156] PASSED
12346 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N157] PASSED
12347 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N158] PASSED
12348 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N159] PASSED
12349 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N160] PASSED
12350 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N161] PASSED
12351 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N162] PASSED
12352 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N163] PASSED
12353 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N164] PASSED
12354 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N165] PASSED
12355 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N166] PASSED
12356 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N167] PASSED
12357 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N168] PASSED
12358 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N169] PASSED
12359 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N170] PASSED
12360 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N171] PASSED
12361 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N172] PASSED
12362 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N173] PASSED
12363 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N174] PASSED
12364 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N175] PASSED
12365 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N176] PASSED
12366 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N177] PASSED
12367 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N178] PASSED
12368 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N179] PASSED
12369 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N180] PASSED
12370 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N181] PASSED
12371 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N182] PASSED
12372 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N183] PASSED
12373 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N184] PASSED
12374 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N185] PASSED
12375 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N186] PASSED
12376 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N187] PASSED
12377 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N188] PASSED
12378 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N189] PASSED
12379 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N190] PASSED
12380 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N191] PASSED
12381 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N192] PASSED
12382 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N193] PASSED
12383 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N194] PASSED
12384 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N195] PASSED
12385 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N196] PASSED
12386 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N197] PASSED
12387 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N198] PASSED
12388 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N199] PASSED
12389 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N200] PASSED
12390 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N201] PASSED
12391 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N202] PASSED
12392 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N203] PASSED
12393 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N204] PASSED
12394 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N205] PASSED
12395 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N206] PASSED
12396 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N207] PASSED
12397 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N208] PASSED
12398 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N209] PASSED
12399 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N210] PASSED
12400 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N211] PASSED
12401 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N212] PASSED
12402 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N213] PASSED
12403 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N214] PASSED
12404 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N215] PASSED
12405 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N216] PASSED
12406 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N217] PASSED
12407 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N218] PASSED
12408 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N219] PASSED
12409 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N220] PASSED
12410 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N221] PASSED
12411 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N222] PASSED
12412 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N223] PASSED
12413 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N224] PASSED
12414 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N225] PASSED
12415 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N226] PASSED
12416 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N227] PASSED
12417 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N228] PASSED
12418 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N229] PASSED
12419 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N230] PASSED
12420 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N231] PASSED
12421 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N232] PASSED
12422 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N233] PASSED
12423 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N234] PASSED
12424 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N235] PASSED
12425 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N236] PASSED
12426 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N237] PASSED
12427 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N238] PASSED
12428 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N239] PASSED
12429 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N240] PASSED
12430 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N241] PASSED
12431 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N242] PASSED
12432 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N243] PASSED
12433 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N244] PASSED
12434 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N245] PASSED
12435 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N246] PASSED
12436 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N247] PASSED
12437 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N248] PASSED
12438 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N249] PASSED
12439 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N250] PASSED
12440 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N251] PASSED
12441 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N252] PASSED
12442 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N253] PASSED
12443 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N254] PASSED
12444 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N255] PASSED
12445 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N256] PASSED
12446 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N257] PASSED
12447 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N258] PASSED
12448 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N259] PASSED
12449 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N260] PASSED
12450 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N261] PASSED
12451 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N262] PASSED
12452 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N263] PASSED
12453 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N264] PASSED
12454 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N265] PASSED
12455 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N266] PASSED
12456 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N267] PASSED
12457 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N268] PASSED
12458 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N269] PASSED
12459 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N270] PASSED
12460 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N271] PASSED
12461 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N272] PASSED
12462 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N273] PASSED
12463 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N274] PASSED
12464 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N275] PASSED
12465 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N276] PASSED
12466 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N277] PASSED
12467 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N278] PASSED
12468 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N279] PASSED
12469 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N280] PASSED
12470 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N281] PASSED
12471 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N282] PASSED
12472 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N283] PASSED
12473 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N284] PASSED
12474 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N285] PASSED
12475 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N286] PASSED
12476 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N287] PASSED
12477 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N288] PASSED
12478 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N289] PASSED
12479 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N290] PASSED
12480 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N291] PASSED
12481 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N292] PASSED
12482 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N293] PASSED
12483 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N294] PASSED
12484 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N295] PASSED
12485 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N296] PASSED
12486 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N297] PASSED
12487 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N298] PASSED
12488 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N299] PASSED
12489 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N300] PASSED
12490 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N301] PASSED
12491 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N302] PASSED
12492 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N303] PASSED
12493 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N304] PASSED
12494 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N305] PASSED
12495 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N306] PASSED
12496 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N307] PASSED
12497 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N308] PASSED
12498 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N309] PASSED
12499 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N310] PASSED
12500 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N311] PASSED
12501 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N312] PASSED
12502 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N313] PASSED
12503 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N314] PASSED
12504 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N315] PASSED
12505 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N316] PASSED
12506 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N317] PASSED
12507 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N318] PASSED
12508 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N319] PASSED
12509 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N320] PASSED
12510 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N321] PASSED
12511 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N322] PASSED
12512 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N323] PASSED
12513 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N324] PASSED
12514 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N325] PASSED
12515 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N326] PASSED
12516 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N327] PASSED
12517 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N328] PASSED
12518 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N329] PASSED
12519 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N330] PASSED
12520 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N331] PASSED
12521 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N332] PASSED
12522 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N333] PASSED
12523 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N334] PASSED
12524 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N335] PASSED
12525 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N336] PASSED
12526 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N337] PASSED
12527 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N338] PASSED
12528 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N339] PASSED
12529 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N340] PASSED
12530 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N341] PASSED
12531 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N342] PASSED
12532 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N343] PASSED
12533 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N344] PASSED
12534 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N345] PASSED
12535 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N346] PASSED
12536 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N347] PASSED
12537 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N348] PASSED
12538 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N349] PASSED
12539 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N350] PASSED
12540 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N351] PASSED
12541 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N352] PASSED
12542 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N353] PASSED
12543 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N354] PASSED
12544 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N355] PASSED
12545 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N356] PASSED
12546 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N357] PASSED
12547 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N358] PASSED
12548 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N359] PASSED
12549 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N360] PASSED
12550 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N361] PASSED
12551 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N362] PASSED
12552 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N363] PASSED
12553 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N364] PASSED
12554 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N365] PASSED
12555 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N366] PASSED
12556 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N367] PASSED
12557 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N368] PASSED
12558 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N369] PASSED
12559 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N370] PASSED
12560 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N371] PASSED
12561 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N372] PASSED
12562 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N373] PASSED
12563 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N374] PASSED
12564 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N375] PASSED
12565 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N376] PASSED
12566 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N377] PASSED
12567 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N378] PASSED
12568 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N379] PASSED
12569 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N380] PASSED
12570 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N381] PASSED
12571 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N382] PASSED
12572 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N383] PASSED
12573 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N384] PASSED
12574 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N385] PASSED
12575 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N386] PASSED
12576 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N387] PASSED
12577 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N388] PASSED
12578 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N389] PASSED
12579 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N390] PASSED
12580 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N391] PASSED
12581 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N392] PASSED
12582 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N393] PASSED
12583 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N394] PASSED
12584 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N395] PASSED
12585 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N396] PASSED
12586 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N397] PASSED
12587 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N398] PASSED
12588 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N399] PASSED
12589 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N400] PASSED
12590 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N401] PASSED
12591 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N402] PASSED
12592 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N403] PASSED
12593 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N404] PASSED
12594 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N405] PASSED
12595 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N406] PASSED
12596 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N407] PASSED
12597 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N408] PASSED
12598 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N409] PASSED
12599 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N410] PASSED
12600 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N411] PASSED
12601 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N412] PASSED
12602 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N413] PASSED
12603 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N414] PASSED
12604 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N415] PASSED
12605 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N416] PASSED
12606 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N417] PASSED
12607 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N418] PASSED
12608 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N419] PASSED
12609 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N420] PASSED
12610 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N421] PASSED
12611 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N422] PASSED
12612 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N423] PASSED
12613 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N424] PASSED
12614 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N425] PASSED
12615 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N426] PASSED
12616 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N427] PASSED
12617 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N428] PASSED
12618 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N429] PASSED
12619 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N430] PASSED
12620 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N431] PASSED
12621 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N432] PASSED
12622 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N433] PASSED
12623 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N434] PASSED
12624 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N435] PASSED
12625 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N436] PASSED
12626 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N437] PASSED
12627 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N438] PASSED
12628 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N439] PASSED
12629 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N440] PASSED
12630 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N441] PASSED
12631 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N442] PASSED
12632 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N443] PASSED
12633 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N444] PASSED
12634 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N445] PASSED
12635 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N446] PASSED
12636 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N447] PASSED
12637 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N448] PASSED
12638 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N449] PASSED
12639 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N450] PASSED
12640 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N451] PASSED
12641 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N452] PASSED
12642 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N453] PASSED
12643 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N454] PASSED
12644 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N455] PASSED
12645 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N456] PASSED
12646 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N457] PASSED
12647 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N458] PASSED
12648 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N459] PASSED
12649 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N460] PASSED
12650 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N461] PASSED
12651 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N462] PASSED
12652 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N463] PASSED
12653 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N464] PASSED
12654 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N465] PASSED
12655 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N466] PASSED
12656 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N467] PASSED
12657 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N468] PASSED
12658 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N469] PASSED
12659 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N470] PASSED
12660 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N471] PASSED
12661 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N472] PASSED
12662 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N473] PASSED
12663 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N474] PASSED
12664 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N475] PASSED
12665 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N476] PASSED
12666 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N477] PASSED
12667 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N478] PASSED
12668 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N479] PASSED
12669 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N480] PASSED
12670 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N481] PASSED
12671 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N482] PASSED
12672 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N483] PASSED
12673 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N484] PASSED
12674 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N485] PASSED
12675 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N486] PASSED
12676 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N487] PASSED
12677 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N488] PASSED
12678 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N489] PASSED
12679 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N490] PASSED
12680 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N491] PASSED
12681 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N492] PASSED
12682 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N493] PASSED
12683 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N494] PASSED
12684 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N495] PASSED
12685 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N496] PASSED
12686 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N497] PASSED
12687 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N498] PASSED
12688 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N499] PASSED
12689 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N500] PASSED
12690 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N501] PASSED
12691 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N502] PASSED
12692 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N503] PASSED
12693 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N504] PASSED
12694 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N505] PASSED
12695 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N506] PASSED
12696 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N507] PASSED
12697 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N508] PASSED
12698 numpy/_core/tests/test_multiarray.py::test_argsort_int[uint64-N509] PASSED
12699 numpy/_core/tests/test_multiarray.py::test_gh_22683 PASSED
12700 numpy/_core/tests/test_multiarray.py::test_gh_24459 PASSED
12701 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N0] PASSED
12702 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N1] PASSED
12703 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N2] PASSED
12704 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N3] PASSED
12705 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N4] PASSED
12706 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N5] PASSED
12707 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N6] PASSED
12708 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N7] PASSED
12709 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N8] PASSED
12710 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N9] PASSED
12711 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N10] PASSED
12712 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N11] PASSED
12713 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N12] PASSED
12714 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N13] PASSED
12715 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N14] PASSED
12716 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N15] PASSED
12717 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N16] PASSED
12718 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N17] PASSED
12719 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N18] PASSED
12720 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N19] PASSED
12721 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N20] PASSED
12722 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N21] PASSED
12723 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N22] PASSED
12724 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N23] PASSED
12725 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N24] PASSED
12726 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N25] PASSED
12727 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N26] PASSED
12728 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N27] PASSED
12729 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N28] PASSED
12730 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N29] PASSED
12731 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N30] PASSED
12732 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N31] PASSED
12733 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N32] PASSED
12734 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N33] PASSED
12735 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N34] PASSED
12736 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N35] PASSED
12737 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N36] PASSED
12738 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N37] PASSED
12739 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N38] PASSED
12740 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N39] PASSED
12741 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N40] PASSED
12742 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N41] PASSED
12743 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N42] PASSED
12744 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N43] PASSED
12745 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N44] PASSED
12746 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N45] PASSED
12747 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N46] PASSED
12748 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N47] PASSED
12749 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N48] PASSED
12750 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N49] PASSED
12751 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N50] PASSED
12752 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N51] PASSED
12753 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N52] PASSED
12754 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N53] PASSED
12755 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N54] PASSED
12756 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N55] PASSED
12757 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N56] PASSED
12758 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N57] PASSED
12759 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N58] PASSED
12760 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N59] PASSED
12761 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N60] PASSED
12762 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N61] PASSED
12763 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N62] PASSED
12764 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N63] PASSED
12765 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N64] PASSED
12766 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N65] PASSED
12767 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N66] PASSED
12768 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N67] PASSED
12769 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N68] PASSED
12770 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N69] PASSED
12771 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N70] PASSED
12772 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N71] PASSED
12773 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N72] PASSED
12774 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N73] PASSED
12775 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N74] PASSED
12776 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N75] PASSED
12777 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N76] PASSED
12778 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N77] PASSED
12779 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N78] PASSED
12780 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N79] PASSED
12781 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N80] PASSED
12782 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N81] PASSED
12783 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N82] PASSED
12784 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N83] PASSED
12785 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N84] PASSED
12786 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N85] PASSED
12787 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N86] PASSED
12788 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N87] PASSED
12789 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N88] PASSED
12790 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N89] PASSED
12791 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N90] PASSED
12792 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N91] PASSED
12793 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N92] PASSED
12794 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N93] PASSED
12795 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N94] PASSED
12796 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N95] PASSED
12797 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N96] PASSED
12798 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N97] PASSED
12799 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N98] PASSED
12800 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N99] PASSED
12801 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N100] PASSED
12802 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N101] PASSED
12803 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N102] PASSED
12804 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N103] PASSED
12805 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N104] PASSED
12806 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N105] PASSED
12807 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N106] PASSED
12808 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N107] PASSED
12809 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N108] PASSED
12810 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N109] PASSED
12811 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N110] PASSED
12812 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N111] PASSED
12813 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N112] PASSED
12814 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N113] PASSED
12815 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N114] PASSED
12816 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N115] PASSED
12817 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N116] PASSED
12818 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N117] PASSED
12819 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N118] PASSED
12820 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N119] PASSED
12821 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N120] PASSED
12822 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N121] PASSED
12823 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N122] PASSED
12824 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N123] PASSED
12825 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N124] PASSED
12826 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N125] PASSED
12827 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N126] PASSED
12828 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N127] PASSED
12829 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N128] PASSED
12830 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N129] PASSED
12831 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N130] PASSED
12832 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N131] PASSED
12833 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N132] PASSED
12834 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N133] PASSED
12835 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N134] PASSED
12836 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N135] PASSED
12837 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N136] PASSED
12838 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N137] PASSED
12839 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N138] PASSED
12840 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N139] PASSED
12841 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N140] PASSED
12842 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N141] PASSED
12843 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N142] PASSED
12844 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N143] PASSED
12845 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N144] PASSED
12846 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N145] PASSED
12847 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N146] PASSED
12848 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N147] PASSED
12849 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N148] PASSED
12850 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N149] PASSED
12851 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N150] PASSED
12852 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N151] PASSED
12853 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N152] PASSED
12854 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N153] PASSED
12855 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N154] PASSED
12856 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N155] PASSED
12857 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N156] PASSED
12858 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N157] PASSED
12859 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N158] PASSED
12860 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N159] PASSED
12861 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N160] PASSED
12862 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N161] PASSED
12863 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N162] PASSED
12864 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N163] PASSED
12865 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N164] PASSED
12866 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N165] PASSED
12867 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N166] PASSED
12868 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N167] PASSED
12869 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N168] PASSED
12870 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N169] PASSED
12871 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N170] PASSED
12872 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N171] PASSED
12873 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N172] PASSED
12874 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N173] PASSED
12875 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N174] PASSED
12876 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N175] PASSED
12877 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N176] PASSED
12878 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N177] PASSED
12879 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N178] PASSED
12880 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N179] PASSED
12881 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N180] PASSED
12882 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N181] PASSED
12883 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N182] PASSED
12884 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N183] PASSED
12885 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N184] PASSED
12886 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N185] PASSED
12887 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N186] PASSED
12888 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N187] PASSED
12889 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N188] PASSED
12890 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N189] PASSED
12891 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N190] PASSED
12892 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N191] PASSED
12893 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N192] PASSED
12894 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N193] PASSED
12895 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N194] PASSED
12896 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N195] PASSED
12897 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N196] PASSED
12898 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N197] PASSED
12899 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N198] PASSED
12900 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N199] PASSED
12901 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N200] PASSED
12902 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N201] PASSED
12903 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N202] PASSED
12904 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N203] PASSED
12905 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N204] PASSED
12906 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N205] PASSED
12907 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N206] PASSED
12908 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N207] PASSED
12909 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N208] PASSED
12910 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N209] PASSED
12911 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N210] PASSED
12912 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N211] PASSED
12913 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N212] PASSED
12914 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N213] PASSED
12915 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N214] PASSED
12916 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N215] PASSED
12917 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N216] PASSED
12918 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N217] PASSED
12919 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N218] PASSED
12920 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N219] PASSED
12921 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N220] PASSED
12922 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N221] PASSED
12923 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N222] PASSED
12924 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N223] PASSED
12925 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N224] PASSED
12926 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N225] PASSED
12927 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N226] PASSED
12928 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N227] PASSED
12929 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N228] PASSED
12930 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N229] PASSED
12931 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N230] PASSED
12932 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N231] PASSED
12933 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N232] PASSED
12934 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N233] PASSED
12935 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N234] PASSED
12936 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N235] PASSED
12937 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N236] PASSED
12938 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N237] PASSED
12939 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N238] PASSED
12940 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N239] PASSED
12941 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N240] PASSED
12942 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N241] PASSED
12943 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N242] PASSED
12944 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N243] PASSED
12945 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N244] PASSED
12946 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N245] PASSED
12947 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N246] PASSED
12948 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N247] PASSED
12949 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N248] PASSED
12950 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N249] PASSED
12951 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N250] PASSED
12952 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N251] PASSED
12953 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N252] PASSED
12954 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N253] PASSED
12955 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N254] PASSED
12956 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N255] PASSED
12957 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N256] PASSED
12958 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N257] PASSED
12959 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N258] PASSED
12960 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N259] PASSED
12961 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N260] PASSED
12962 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N261] PASSED
12963 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N262] PASSED
12964 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N263] PASSED
12965 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N264] PASSED
12966 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N265] PASSED
12967 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N266] PASSED
12968 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N267] PASSED
12969 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N268] PASSED
12970 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N269] PASSED
12971 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N270] PASSED
12972 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N271] PASSED
12973 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N272] PASSED
12974 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N273] PASSED
12975 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N274] PASSED
12976 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N275] PASSED
12977 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N276] PASSED
12978 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N277] PASSED
12979 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N278] PASSED
12980 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N279] PASSED
12981 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N280] PASSED
12982 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N281] PASSED
12983 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N282] PASSED
12984 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N283] PASSED
12985 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N284] PASSED
12986 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N285] PASSED
12987 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N286] PASSED
12988 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N287] PASSED
12989 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N288] PASSED
12990 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N289] PASSED
12991 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N290] PASSED
12992 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N291] PASSED
12993 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N292] PASSED
12994 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N293] PASSED
12995 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N294] PASSED
12996 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N295] PASSED
12997 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N296] PASSED
12998 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N297] PASSED
12999 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N298] PASSED
13000 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N299] PASSED
13001 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N300] PASSED
13002 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N301] PASSED
13003 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N302] PASSED
13004 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N303] PASSED
13005 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N304] PASSED
13006 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N305] PASSED
13007 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N306] PASSED
13008 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N307] PASSED
13009 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N308] PASSED
13010 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N309] PASSED
13011 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N310] PASSED
13012 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N311] PASSED
13013 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N312] PASSED
13014 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N313] PASSED
13015 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N314] PASSED
13016 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N315] PASSED
13017 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N316] PASSED
13018 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N317] PASSED
13019 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N318] PASSED
13020 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N319] PASSED
13021 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N320] PASSED
13022 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N321] PASSED
13023 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N322] PASSED
13024 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N323] PASSED
13025 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N324] PASSED
13026 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N325] PASSED
13027 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N326] PASSED
13028 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N327] PASSED
13029 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N328] PASSED
13030 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N329] PASSED
13031 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N330] PASSED
13032 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N331] PASSED
13033 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N332] PASSED
13034 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N333] PASSED
13035 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N334] PASSED
13036 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N335] PASSED
13037 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N336] PASSED
13038 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N337] PASSED
13039 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N338] PASSED
13040 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N339] PASSED
13041 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N340] PASSED
13042 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N341] PASSED
13043 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N342] PASSED
13044 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N343] PASSED
13045 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N344] PASSED
13046 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N345] PASSED
13047 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N346] PASSED
13048 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N347] PASSED
13049 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N348] PASSED
13050 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N349] PASSED
13051 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N350] PASSED
13052 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N351] PASSED
13053 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N352] PASSED
13054 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N353] PASSED
13055 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N354] PASSED
13056 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N355] PASSED
13057 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N356] PASSED
13058 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N357] PASSED
13059 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N358] PASSED
13060 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N359] PASSED
13061 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N360] PASSED
13062 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N361] PASSED
13063 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N362] PASSED
13064 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N363] PASSED
13065 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N364] PASSED
13066 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N365] PASSED
13067 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N366] PASSED
13068 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N367] PASSED
13069 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N368] PASSED
13070 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N369] PASSED
13071 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N370] PASSED
13072 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N371] PASSED
13073 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N372] PASSED
13074 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N373] PASSED
13075 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N374] PASSED
13076 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N375] PASSED
13077 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N376] PASSED
13078 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N377] PASSED
13079 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N378] PASSED
13080 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N379] PASSED
13081 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N380] PASSED
13082 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N381] PASSED
13083 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N382] PASSED
13084 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N383] PASSED
13085 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N384] PASSED
13086 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N385] PASSED
13087 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N386] PASSED
13088 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N387] PASSED
13089 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N388] PASSED
13090 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N389] PASSED
13091 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N390] PASSED
13092 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N391] PASSED
13093 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N392] PASSED
13094 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N393] PASSED
13095 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N394] PASSED
13096 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N395] PASSED
13097 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N396] PASSED
13098 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N397] PASSED
13099 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N398] PASSED
13100 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N399] PASSED
13101 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N400] PASSED
13102 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N401] PASSED
13103 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N402] PASSED
13104 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N403] PASSED
13105 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N404] PASSED
13106 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N405] PASSED
13107 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N406] PASSED
13108 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N407] PASSED
13109 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N408] PASSED
13110 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N409] PASSED
13111 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N410] PASSED
13112 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N411] PASSED
13113 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N412] PASSED
13114 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N413] PASSED
13115 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N414] PASSED
13116 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N415] PASSED
13117 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N416] PASSED
13118 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N417] PASSED
13119 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N418] PASSED
13120 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N419] PASSED
13121 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N420] PASSED
13122 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N421] PASSED
13123 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N422] PASSED
13124 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N423] PASSED
13125 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N424] PASSED
13126 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N425] PASSED
13127 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N426] PASSED
13128 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N427] PASSED
13129 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N428] PASSED
13130 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N429] PASSED
13131 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N430] PASSED
13132 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N431] PASSED
13133 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N432] PASSED
13134 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N433] PASSED
13135 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N434] PASSED
13136 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N435] PASSED
13137 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N436] PASSED
13138 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N437] PASSED
13139 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N438] PASSED
13140 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N439] PASSED
13141 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N440] PASSED
13142 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N441] PASSED
13143 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N442] PASSED
13144 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N443] PASSED
13145 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N444] PASSED
13146 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N445] PASSED
13147 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N446] PASSED
13148 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N447] PASSED
13149 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N448] PASSED
13150 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N449] PASSED
13151 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N450] PASSED
13152 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N451] PASSED
13153 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N452] PASSED
13154 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N453] PASSED
13155 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N454] PASSED
13156 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N455] PASSED
13157 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N456] PASSED
13158 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N457] PASSED
13159 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N458] PASSED
13160 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N459] PASSED
13161 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N460] PASSED
13162 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N461] PASSED
13163 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N462] PASSED
13164 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N463] PASSED
13165 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N464] PASSED
13166 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N465] PASSED
13167 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N466] PASSED
13168 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N467] PASSED
13169 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N468] PASSED
13170 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N469] PASSED
13171 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N470] PASSED
13172 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N471] PASSED
13173 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N472] PASSED
13174 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N473] PASSED
13175 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N474] PASSED
13176 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N475] PASSED
13177 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N476] PASSED
13178 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N477] PASSED
13179 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N478] PASSED
13180 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N479] PASSED
13181 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N480] PASSED
13182 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N481] PASSED
13183 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N482] PASSED
13184 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N483] PASSED
13185 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N484] PASSED
13186 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N485] PASSED
13187 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N486] PASSED
13188 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N487] PASSED
13189 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N488] PASSED
13190 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N489] PASSED
13191 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N490] PASSED
13192 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N491] PASSED
13193 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N492] PASSED
13194 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N493] PASSED
13195 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N494] PASSED
13196 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N495] PASSED
13197 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N496] PASSED
13198 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N497] PASSED
13199 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N498] PASSED
13200 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N499] PASSED
13201 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N500] PASSED
13202 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N501] PASSED
13203 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N502] PASSED
13204 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N503] PASSED
13205 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N504] PASSED
13206 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N505] PASSED
13207 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N506] PASSED
13208 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N507] PASSED
13209 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N508] PASSED
13210 numpy/_core/tests/test_multiarray.py::test_partition_int[int16-N509] PASSED
13211 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N0] PASSED
13212 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N1] PASSED
13213 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N2] PASSED
13214 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N3] PASSED
13215 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N4] PASSED
13216 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N5] PASSED
13217 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N6] PASSED
13218 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N7] PASSED
13219 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N8] PASSED
13220 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N9] PASSED
13221 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N10] PASSED
13222 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N11] PASSED
13223 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N12] PASSED
13224 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N13] PASSED
13225 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N14] PASSED
13226 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N15] PASSED
13227 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N16] PASSED
13228 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N17] PASSED
13229 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N18] PASSED
13230 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N19] PASSED
13231 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N20] PASSED
13232 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N21] PASSED
13233 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N22] PASSED
13234 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N23] PASSED
13235 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N24] PASSED
13236 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N25] PASSED
13237 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N26] PASSED
13238 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N27] PASSED
13239 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N28] PASSED
13240 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N29] PASSED
13241 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N30] PASSED
13242 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N31] PASSED
13243 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N32] PASSED
13244 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N33] PASSED
13245 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N34] PASSED
13246 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N35] PASSED
13247 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N36] PASSED
13248 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N37] PASSED
13249 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N38] PASSED
13250 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N39] PASSED
13251 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N40] PASSED
13252 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N41] PASSED
13253 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N42] PASSED
13254 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N43] PASSED
13255 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N44] PASSED
13256 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N45] PASSED
13257 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N46] PASSED
13258 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N47] PASSED
13259 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N48] PASSED
13260 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N49] PASSED
13261 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N50] PASSED
13262 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N51] PASSED
13263 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N52] PASSED
13264 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N53] PASSED
13265 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N54] PASSED
13266 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N55] PASSED
13267 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N56] PASSED
13268 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N57] PASSED
13269 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N58] PASSED
13270 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N59] PASSED
13271 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N60] PASSED
13272 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N61] PASSED
13273 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N62] PASSED
13274 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N63] PASSED
13275 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N64] PASSED
13276 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N65] PASSED
13277 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N66] PASSED
13278 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N67] PASSED
13279 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N68] PASSED
13280 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N69] PASSED
13281 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N70] PASSED
13282 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N71] PASSED
13283 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N72] PASSED
13284 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N73] PASSED
13285 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N74] PASSED
13286 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N75] PASSED
13287 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N76] PASSED
13288 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N77] PASSED
13289 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N78] PASSED
13290 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N79] PASSED
13291 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N80] PASSED
13292 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N81] PASSED
13293 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N82] PASSED
13294 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N83] PASSED
13295 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N84] PASSED
13296 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N85] PASSED
13297 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N86] PASSED
13298 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N87] PASSED
13299 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N88] PASSED
13300 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N89] PASSED
13301 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N90] PASSED
13302 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N91] PASSED
13303 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N92] PASSED
13304 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N93] PASSED
13305 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N94] PASSED
13306 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N95] PASSED
13307 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N96] PASSED
13308 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N97] PASSED
13309 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N98] PASSED
13310 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N99] PASSED
13311 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N100] PASSED
13312 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N101] PASSED
13313 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N102] PASSED
13314 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N103] PASSED
13315 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N104] PASSED
13316 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N105] PASSED
13317 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N106] PASSED
13318 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N107] PASSED
13319 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N108] PASSED
13320 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N109] PASSED
13321 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N110] PASSED
13322 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N111] PASSED
13323 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N112] PASSED
13324 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N113] PASSED
13325 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N114] PASSED
13326 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N115] PASSED
13327 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N116] PASSED
13328 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N117] PASSED
13329 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N118] PASSED
13330 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N119] PASSED
13331 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N120] PASSED
13332 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N121] PASSED
13333 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N122] PASSED
13334 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N123] PASSED
13335 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N124] PASSED
13336 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N125] PASSED
13337 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N126] PASSED
13338 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N127] PASSED
13339 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N128] PASSED
13340 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N129] PASSED
13341 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N130] PASSED
13342 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N131] PASSED
13343 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N132] PASSED
13344 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N133] PASSED
13345 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N134] PASSED
13346 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N135] PASSED
13347 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N136] PASSED
13348 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N137] PASSED
13349 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N138] PASSED
13350 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N139] PASSED
13351 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N140] PASSED
13352 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N141] PASSED
13353 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N142] PASSED
13354 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N143] PASSED
13355 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N144] PASSED
13356 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N145] PASSED
13357 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N146] PASSED
13358 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N147] PASSED
13359 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N148] PASSED
13360 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N149] PASSED
13361 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N150] PASSED
13362 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N151] PASSED
13363 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N152] PASSED
13364 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N153] PASSED
13365 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N154] PASSED
13366 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N155] PASSED
13367 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N156] PASSED
13368 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N157] PASSED
13369 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N158] PASSED
13370 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N159] PASSED
13371 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N160] PASSED
13372 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N161] PASSED
13373 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N162] PASSED
13374 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N163] PASSED
13375 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N164] PASSED
13376 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N165] PASSED
13377 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N166] PASSED
13378 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N167] PASSED
13379 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N168] PASSED
13380 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N169] PASSED
13381 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N170] PASSED
13382 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N171] PASSED
13383 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N172] PASSED
13384 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N173] PASSED
13385 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N174] PASSED
13386 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N175] PASSED
13387 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N176] PASSED
13388 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N177] PASSED
13389 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N178] PASSED
13390 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N179] PASSED
13391 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N180] PASSED
13392 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N181] PASSED
13393 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N182] PASSED
13394 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N183] PASSED
13395 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N184] PASSED
13396 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N185] PASSED
13397 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N186] PASSED
13398 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N187] PASSED
13399 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N188] PASSED
13400 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N189] PASSED
13401 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N190] PASSED
13402 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N191] PASSED
13403 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N192] PASSED
13404 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N193] PASSED
13405 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N194] PASSED
13406 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N195] PASSED
13407 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N196] PASSED
13408 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N197] PASSED
13409 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N198] PASSED
13410 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N199] PASSED
13411 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N200] PASSED
13412 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N201] PASSED
13413 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N202] PASSED
13414 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N203] PASSED
13415 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N204] PASSED
13416 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N205] PASSED
13417 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N206] PASSED
13418 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N207] PASSED
13419 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N208] PASSED
13420 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N209] PASSED
13421 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N210] PASSED
13422 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N211] PASSED
13423 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N212] PASSED
13424 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N213] PASSED
13425 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N214] PASSED
13426 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N215] PASSED
13427 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N216] PASSED
13428 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N217] PASSED
13429 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N218] PASSED
13430 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N219] PASSED
13431 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N220] PASSED
13432 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N221] PASSED
13433 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N222] PASSED
13434 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N223] PASSED
13435 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N224] PASSED
13436 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N225] PASSED
13437 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N226] PASSED
13438 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N227] PASSED
13439 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N228] PASSED
13440 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N229] PASSED
13441 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N230] PASSED
13442 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N231] PASSED
13443 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N232] PASSED
13444 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N233] PASSED
13445 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N234] PASSED
13446 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N235] PASSED
13447 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N236] PASSED
13448 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N237] PASSED
13449 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N238] PASSED
13450 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N239] PASSED
13451 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N240] PASSED
13452 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N241] PASSED
13453 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N242] PASSED
13454 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N243] PASSED
13455 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N244] PASSED
13456 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N245] PASSED
13457 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N246] PASSED
13458 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N247] PASSED
13459 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N248] PASSED
13460 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N249] PASSED
13461 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N250] PASSED
13462 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N251] PASSED
13463 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N252] PASSED
13464 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N253] PASSED
13465 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N254] PASSED
13466 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N255] PASSED
13467 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N256] PASSED
13468 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N257] PASSED
13469 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N258] PASSED
13470 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N259] PASSED
13471 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N260] PASSED
13472 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N261] PASSED
13473 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N262] PASSED
13474 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N263] PASSED
13475 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N264] PASSED
13476 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N265] PASSED
13477 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N266] PASSED
13478 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N267] PASSED
13479 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N268] PASSED
13480 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N269] PASSED
13481 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N270] PASSED
13482 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N271] PASSED
13483 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N272] PASSED
13484 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N273] PASSED
13485 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N274] PASSED
13486 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N275] PASSED
13487 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N276] PASSED
13488 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N277] PASSED
13489 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N278] PASSED
13490 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N279] PASSED
13491 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N280] PASSED
13492 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N281] PASSED
13493 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N282] PASSED
13494 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N283] PASSED
13495 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N284] PASSED
13496 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N285] PASSED
13497 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N286] PASSED
13498 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N287] PASSED
13499 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N288] PASSED
13500 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N289] PASSED
13501 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N290] PASSED
13502 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N291] PASSED
13503 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N292] PASSED
13504 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N293] PASSED
13505 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N294] PASSED
13506 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N295] PASSED
13507 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N296] PASSED
13508 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N297] PASSED
13509 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N298] PASSED
13510 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N299] PASSED
13511 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N300] PASSED
13512 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N301] PASSED
13513 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N302] PASSED
13514 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N303] PASSED
13515 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N304] PASSED
13516 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N305] PASSED
13517 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N306] PASSED
13518 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N307] PASSED
13519 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N308] PASSED
13520 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N309] PASSED
13521 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N310] PASSED
13522 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N311] PASSED
13523 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N312] PASSED
13524 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N313] PASSED
13525 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N314] PASSED
13526 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N315] PASSED
13527 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N316] PASSED
13528 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N317] PASSED
13529 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N318] PASSED
13530 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N319] PASSED
13531 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N320] PASSED
13532 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N321] PASSED
13533 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N322] PASSED
13534 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N323] PASSED
13535 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N324] PASSED
13536 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N325] PASSED
13537 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N326] PASSED
13538 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N327] PASSED
13539 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N328] PASSED
13540 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N329] PASSED
13541 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N330] PASSED
13542 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N331] PASSED
13543 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N332] PASSED
13544 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N333] PASSED
13545 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N334] PASSED
13546 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N335] PASSED
13547 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N336] PASSED
13548 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N337] PASSED
13549 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N338] PASSED
13550 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N339] PASSED
13551 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N340] PASSED
13552 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N341] PASSED
13553 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N342] PASSED
13554 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N343] PASSED
13555 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N344] PASSED
13556 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N345] PASSED
13557 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N346] PASSED
13558 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N347] PASSED
13559 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N348] PASSED
13560 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N349] PASSED
13561 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N350] PASSED
13562 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N351] PASSED
13563 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N352] PASSED
13564 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N353] PASSED
13565 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N354] PASSED
13566 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N355] PASSED
13567 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N356] PASSED
13568 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N357] PASSED
13569 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N358] PASSED
13570 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N359] PASSED
13571 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N360] PASSED
13572 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N361] PASSED
13573 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N362] PASSED
13574 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N363] PASSED
13575 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N364] PASSED
13576 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N365] PASSED
13577 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N366] PASSED
13578 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N367] PASSED
13579 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N368] PASSED
13580 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N369] PASSED
13581 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N370] PASSED
13582 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N371] PASSED
13583 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N372] PASSED
13584 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N373] PASSED
13585 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N374] PASSED
13586 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N375] PASSED
13587 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N376] PASSED
13588 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N377] PASSED
13589 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N378] PASSED
13590 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N379] PASSED
13591 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N380] PASSED
13592 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N381] PASSED
13593 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N382] PASSED
13594 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N383] PASSED
13595 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N384] PASSED
13596 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N385] PASSED
13597 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N386] PASSED
13598 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N387] PASSED
13599 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N388] PASSED
13600 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N389] PASSED
13601 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N390] PASSED
13602 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N391] PASSED
13603 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N392] PASSED
13604 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N393] PASSED
13605 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N394] PASSED
13606 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N395] PASSED
13607 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N396] PASSED
13608 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N397] PASSED
13609 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N398] PASSED
13610 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N399] PASSED
13611 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N400] PASSED
13612 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N401] PASSED
13613 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N402] PASSED
13614 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N403] PASSED
13615 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N404] PASSED
13616 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N405] PASSED
13617 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N406] PASSED
13618 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N407] PASSED
13619 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N408] PASSED
13620 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N409] PASSED
13621 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N410] PASSED
13622 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N411] PASSED
13623 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N412] PASSED
13624 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N413] PASSED
13625 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N414] PASSED
13626 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N415] PASSED
13627 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N416] PASSED
13628 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N417] PASSED
13629 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N418] PASSED
13630 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N419] PASSED
13631 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N420] PASSED
13632 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N421] PASSED
13633 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N422] PASSED
13634 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N423] PASSED
13635 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N424] PASSED
13636 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N425] PASSED
13637 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N426] PASSED
13638 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N427] PASSED
13639 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N428] PASSED
13640 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N429] PASSED
13641 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N430] PASSED
13642 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N431] PASSED
13643 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N432] PASSED
13644 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N433] PASSED
13645 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N434] PASSED
13646 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N435] PASSED
13647 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N436] PASSED
13648 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N437] PASSED
13649 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N438] PASSED
13650 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N439] PASSED
13651 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N440] PASSED
13652 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N441] PASSED
13653 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N442] PASSED
13654 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N443] PASSED
13655 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N444] PASSED
13656 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N445] PASSED
13657 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N446] PASSED
13658 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N447] PASSED
13659 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N448] PASSED
13660 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N449] PASSED
13661 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N450] PASSED
13662 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N451] PASSED
13663 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N452] PASSED
13664 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N453] PASSED
13665 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N454] PASSED
13666 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N455] PASSED
13667 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N456] PASSED
13668 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N457] PASSED
13669 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N458] PASSED
13670 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N459] PASSED
13671 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N460] PASSED
13672 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N461] PASSED
13673 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N462] PASSED
13674 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N463] PASSED
13675 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N464] PASSED
13676 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N465] PASSED
13677 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N466] PASSED
13678 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N467] PASSED
13679 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N468] PASSED
13680 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N469] PASSED
13681 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N470] PASSED
13682 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N471] PASSED
13683 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N472] PASSED
13684 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N473] PASSED
13685 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N474] PASSED
13686 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N475] PASSED
13687 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N476] PASSED
13688 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N477] PASSED
13689 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N478] PASSED
13690 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N479] PASSED
13691 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N480] PASSED
13692 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N481] PASSED
13693 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N482] PASSED
13694 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N483] PASSED
13695 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N484] PASSED
13696 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N485] PASSED
13697 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N486] PASSED
13698 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N487] PASSED
13699 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N488] PASSED
13700 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N489] PASSED
13701 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N490] PASSED
13702 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N491] PASSED
13703 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N492] PASSED
13704 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N493] PASSED
13705 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N494] PASSED
13706 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N495] PASSED
13707 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N496] PASSED
13708 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N497] PASSED
13709 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N498] PASSED
13710 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N499] PASSED
13711 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N500] PASSED
13712 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N501] PASSED
13713 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N502] PASSED
13714 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N503] PASSED
13715 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N504] PASSED
13716 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N505] PASSED
13717 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N506] PASSED
13718 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N507] PASSED
13719 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N508] PASSED
13720 numpy/_core/tests/test_multiarray.py::test_partition_int[uint16-N509] PASSED
13721 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N0] PASSED
13722 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N1] PASSED
13723 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N2] PASSED
13724 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N3] PASSED
13725 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N4] PASSED
13726 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N5] PASSED
13727 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N6] PASSED
13728 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N7] PASSED
13729 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N8] PASSED
13730 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N9] PASSED
13731 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N10] PASSED
13732 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N11] PASSED
13733 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N12] PASSED
13734 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N13] PASSED
13735 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N14] PASSED
13736 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N15] PASSED
13737 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N16] PASSED
13738 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N17] PASSED
13739 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N18] PASSED
13740 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N19] PASSED
13741 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N20] PASSED
13742 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N21] PASSED
13743 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N22] PASSED
13744 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N23] PASSED
13745 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N24] PASSED
13746 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N25] PASSED
13747 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N26] PASSED
13748 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N27] PASSED
13749 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N28] PASSED
13750 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N29] PASSED
13751 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N30] PASSED
13752 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N31] PASSED
13753 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N32] PASSED
13754 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N33] PASSED
13755 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N34] PASSED
13756 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N35] PASSED
13757 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N36] PASSED
13758 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N37] PASSED
13759 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N38] PASSED
13760 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N39] PASSED
13761 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N40] PASSED
13762 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N41] PASSED
13763 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N42] PASSED
13764 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N43] PASSED
13765 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N44] PASSED
13766 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N45] PASSED
13767 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N46] PASSED
13768 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N47] PASSED
13769 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N48] PASSED
13770 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N49] PASSED
13771 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N50] PASSED
13772 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N51] PASSED
13773 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N52] PASSED
13774 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N53] PASSED
13775 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N54] PASSED
13776 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N55] PASSED
13777 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N56] PASSED
13778 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N57] PASSED
13779 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N58] PASSED
13780 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N59] PASSED
13781 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N60] PASSED
13782 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N61] PASSED
13783 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N62] PASSED
13784 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N63] PASSED
13785 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N64] PASSED
13786 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N65] PASSED
13787 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N66] PASSED
13788 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N67] PASSED
13789 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N68] PASSED
13790 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N69] PASSED
13791 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N70] PASSED
13792 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N71] PASSED
13793 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N72] PASSED
13794 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N73] PASSED
13795 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N74] PASSED
13796 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N75] PASSED
13797 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N76] PASSED
13798 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N77] PASSED
13799 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N78] PASSED
13800 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N79] PASSED
13801 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N80] PASSED
13802 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N81] PASSED
13803 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N82] PASSED
13804 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N83] PASSED
13805 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N84] PASSED
13806 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N85] PASSED
13807 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N86] PASSED
13808 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N87] PASSED
13809 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N88] PASSED
13810 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N89] PASSED
13811 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N90] PASSED
13812 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N91] PASSED
13813 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N92] PASSED
13814 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N93] PASSED
13815 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N94] PASSED
13816 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N95] PASSED
13817 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N96] PASSED
13818 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N97] PASSED
13819 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N98] PASSED
13820 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N99] PASSED
13821 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N100] PASSED
13822 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N101] PASSED
13823 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N102] PASSED
13824 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N103] PASSED
13825 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N104] PASSED
13826 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N105] PASSED
13827 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N106] PASSED
13828 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N107] PASSED
13829 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N108] PASSED
13830 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N109] PASSED
13831 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N110] PASSED
13832 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N111] PASSED
13833 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N112] PASSED
13834 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N113] PASSED
13835 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N114] PASSED
13836 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N115] PASSED
13837 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N116] PASSED
13838 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N117] PASSED
13839 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N118] PASSED
13840 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N119] PASSED
13841 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N120] PASSED
13842 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N121] PASSED
13843 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N122] PASSED
13844 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N123] PASSED
13845 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N124] PASSED
13846 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N125] PASSED
13847 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N126] PASSED
13848 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N127] PASSED
13849 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N128] PASSED
13850 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N129] PASSED
13851 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N130] PASSED
13852 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N131] PASSED
13853 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N132] PASSED
13854 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N133] PASSED
13855 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N134] PASSED
13856 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N135] PASSED
13857 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N136] PASSED
13858 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N137] PASSED
13859 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N138] PASSED
13860 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N139] PASSED
13861 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N140] PASSED
13862 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N141] PASSED
13863 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N142] PASSED
13864 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N143] PASSED
13865 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N144] PASSED
13866 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N145] PASSED
13867 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N146] PASSED
13868 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N147] PASSED
13869 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N148] PASSED
13870 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N149] PASSED
13871 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N150] PASSED
13872 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N151] PASSED
13873 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N152] PASSED
13874 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N153] PASSED
13875 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N154] PASSED
13876 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N155] PASSED
13877 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N156] PASSED
13878 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N157] PASSED
13879 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N158] PASSED
13880 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N159] PASSED
13881 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N160] PASSED
13882 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N161] PASSED
13883 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N162] PASSED
13884 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N163] PASSED
13885 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N164] PASSED
13886 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N165] PASSED
13887 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N166] PASSED
13888 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N167] PASSED
13889 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N168] PASSED
13890 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N169] PASSED
13891 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N170] PASSED
13892 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N171] PASSED
13893 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N172] PASSED
13894 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N173] PASSED
13895 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N174] PASSED
13896 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N175] PASSED
13897 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N176] PASSED
13898 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N177] PASSED
13899 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N178] PASSED
13900 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N179] PASSED
13901 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N180] PASSED
13902 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N181] PASSED
13903 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N182] PASSED
13904 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N183] PASSED
13905 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N184] PASSED
13906 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N185] PASSED
13907 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N186] PASSED
13908 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N187] PASSED
13909 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N188] PASSED
13910 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N189] PASSED
13911 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N190] PASSED
13912 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N191] PASSED
13913 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N192] PASSED
13914 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N193] PASSED
13915 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N194] PASSED
13916 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N195] PASSED
13917 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N196] PASSED
13918 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N197] PASSED
13919 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N198] PASSED
13920 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N199] PASSED
13921 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N200] PASSED
13922 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N201] PASSED
13923 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N202] PASSED
13924 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N203] PASSED
13925 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N204] PASSED
13926 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N205] PASSED
13927 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N206] PASSED
13928 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N207] PASSED
13929 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N208] PASSED
13930 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N209] PASSED
13931 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N210] PASSED
13932 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N211] PASSED
13933 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N212] PASSED
13934 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N213] PASSED
13935 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N214] PASSED
13936 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N215] PASSED
13937 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N216] PASSED
13938 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N217] PASSED
13939 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N218] PASSED
13940 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N219] PASSED
13941 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N220] PASSED
13942 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N221] PASSED
13943 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N222] PASSED
13944 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N223] PASSED
13945 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N224] PASSED
13946 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N225] PASSED
13947 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N226] PASSED
13948 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N227] PASSED
13949 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N228] PASSED
13950 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N229] PASSED
13951 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N230] PASSED
13952 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N231] PASSED
13953 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N232] PASSED
13954 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N233] PASSED
13955 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N234] PASSED
13956 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N235] PASSED
13957 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N236] PASSED
13958 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N237] PASSED
13959 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N238] PASSED
13960 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N239] PASSED
13961 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N240] PASSED
13962 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N241] PASSED
13963 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N242] PASSED
13964 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N243] PASSED
13965 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N244] PASSED
13966 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N245] PASSED
13967 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N246] PASSED
13968 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N247] PASSED
13969 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N248] PASSED
13970 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N249] PASSED
13971 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N250] PASSED
13972 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N251] PASSED
13973 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N252] PASSED
13974 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N253] PASSED
13975 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N254] PASSED
13976 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N255] PASSED
13977 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N256] PASSED
13978 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N257] PASSED
13979 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N258] PASSED
13980 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N259] PASSED
13981 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N260] PASSED
13982 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N261] PASSED
13983 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N262] PASSED
13984 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N263] PASSED
13985 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N264] PASSED
13986 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N265] PASSED
13987 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N266] PASSED
13988 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N267] PASSED
13989 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N268] PASSED
13990 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N269] PASSED
13991 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N270] PASSED
13992 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N271] PASSED
13993 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N272] PASSED
13994 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N273] PASSED
13995 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N274] PASSED
13996 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N275] PASSED
13997 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N276] PASSED
13998 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N277] PASSED
13999 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N278] PASSED
14000 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N279] PASSED
14001 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N280] PASSED
14002 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N281] PASSED
14003 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N282] PASSED
14004 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N283] PASSED
14005 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N284] PASSED
14006 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N285] PASSED
14007 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N286] PASSED
14008 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N287] PASSED
14009 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N288] PASSED
14010 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N289] PASSED
14011 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N290] PASSED
14012 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N291] PASSED
14013 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N292] PASSED
14014 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N293] PASSED
14015 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N294] PASSED
14016 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N295] PASSED
14017 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N296] PASSED
14018 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N297] PASSED
14019 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N298] PASSED
14020 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N299] PASSED
14021 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N300] PASSED
14022 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N301] PASSED
14023 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N302] PASSED
14024 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N303] PASSED
14025 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N304] PASSED
14026 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N305] PASSED
14027 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N306] PASSED
14028 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N307] PASSED
14029 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N308] PASSED
14030 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N309] PASSED
14031 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N310] PASSED
14032 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N311] PASSED
14033 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N312] PASSED
14034 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N313] PASSED
14035 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N314] PASSED
14036 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N315] PASSED
14037 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N316] PASSED
14038 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N317] PASSED
14039 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N318] PASSED
14040 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N319] PASSED
14041 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N320] PASSED
14042 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N321] PASSED
14043 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N322] PASSED
14044 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N323] PASSED
14045 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N324] PASSED
14046 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N325] PASSED
14047 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N326] PASSED
14048 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N327] PASSED
14049 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N328] PASSED
14050 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N329] PASSED
14051 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N330] PASSED
14052 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N331] PASSED
14053 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N332] PASSED
14054 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N333] PASSED
14055 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N334] PASSED
14056 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N335] PASSED
14057 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N336] PASSED
14058 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N337] PASSED
14059 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N338] PASSED
14060 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N339] PASSED
14061 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N340] PASSED
14062 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N341] PASSED
14063 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N342] PASSED
14064 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N343] PASSED
14065 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N344] PASSED
14066 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N345] PASSED
14067 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N346] PASSED
14068 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N347] PASSED
14069 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N348] PASSED
14070 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N349] PASSED
14071 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N350] PASSED
14072 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N351] PASSED
14073 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N352] PASSED
14074 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N353] PASSED
14075 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N354] PASSED
14076 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N355] PASSED
14077 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N356] PASSED
14078 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N357] PASSED
14079 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N358] PASSED
14080 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N359] PASSED
14081 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N360] PASSED
14082 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N361] PASSED
14083 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N362] PASSED
14084 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N363] PASSED
14085 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N364] PASSED
14086 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N365] PASSED
14087 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N366] PASSED
14088 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N367] PASSED
14089 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N368] PASSED
14090 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N369] PASSED
14091 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N370] PASSED
14092 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N371] PASSED
14093 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N372] PASSED
14094 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N373] PASSED
14095 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N374] PASSED
14096 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N375] PASSED
14097 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N376] PASSED
14098 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N377] PASSED
14099 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N378] PASSED
14100 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N379] PASSED
14101 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N380] PASSED
14102 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N381] PASSED
14103 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N382] PASSED
14104 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N383] PASSED
14105 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N384] PASSED
14106 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N385] PASSED
14107 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N386] PASSED
14108 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N387] PASSED
14109 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N388] PASSED
14110 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N389] PASSED
14111 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N390] PASSED
14112 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N391] PASSED
14113 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N392] PASSED
14114 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N393] PASSED
14115 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N394] PASSED
14116 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N395] PASSED
14117 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N396] PASSED
14118 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N397] PASSED
14119 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N398] PASSED
14120 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N399] PASSED
14121 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N400] PASSED
14122 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N401] PASSED
14123 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N402] PASSED
14124 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N403] PASSED
14125 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N404] PASSED
14126 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N405] PASSED
14127 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N406] PASSED
14128 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N407] PASSED
14129 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N408] PASSED
14130 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N409] PASSED
14131 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N410] PASSED
14132 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N411] PASSED
14133 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N412] PASSED
14134 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N413] PASSED
14135 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N414] PASSED
14136 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N415] PASSED
14137 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N416] PASSED
14138 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N417] PASSED
14139 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N418] PASSED
14140 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N419] PASSED
14141 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N420] PASSED
14142 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N421] PASSED
14143 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N422] PASSED
14144 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N423] PASSED
14145 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N424] PASSED
14146 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N425] PASSED
14147 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N426] PASSED
14148 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N427] PASSED
14149 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N428] PASSED
14150 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N429] PASSED
14151 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N430] PASSED
14152 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N431] PASSED
14153 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N432] PASSED
14154 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N433] PASSED
14155 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N434] PASSED
14156 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N435] PASSED
14157 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N436] PASSED
14158 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N437] PASSED
14159 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N438] PASSED
14160 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N439] PASSED
14161 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N440] PASSED
14162 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N441] PASSED
14163 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N442] PASSED
14164 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N443] PASSED
14165 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N444] PASSED
14166 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N445] PASSED
14167 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N446] PASSED
14168 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N447] PASSED
14169 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N448] PASSED
14170 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N449] PASSED
14171 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N450] PASSED
14172 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N451] PASSED
14173 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N452] PASSED
14174 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N453] PASSED
14175 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N454] PASSED
14176 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N455] PASSED
14177 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N456] PASSED
14178 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N457] PASSED
14179 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N458] PASSED
14180 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N459] PASSED
14181 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N460] PASSED
14182 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N461] PASSED
14183 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N462] PASSED
14184 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N463] PASSED
14185 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N464] PASSED
14186 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N465] PASSED
14187 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N466] PASSED
14188 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N467] PASSED
14189 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N468] PASSED
14190 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N469] PASSED
14191 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N470] PASSED
14192 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N471] PASSED
14193 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N472] PASSED
14194 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N473] PASSED
14195 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N474] PASSED
14196 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N475] PASSED
14197 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N476] PASSED
14198 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N477] PASSED
14199 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N478] PASSED
14200 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N479] PASSED
14201 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N480] PASSED
14202 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N481] PASSED
14203 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N482] PASSED
14204 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N483] PASSED
14205 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N484] PASSED
14206 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N485] PASSED
14207 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N486] PASSED
14208 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N487] PASSED
14209 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N488] PASSED
14210 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N489] PASSED
14211 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N490] PASSED
14212 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N491] PASSED
14213 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N492] PASSED
14214 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N493] PASSED
14215 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N494] PASSED
14216 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N495] PASSED
14217 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N496] PASSED
14218 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N497] PASSED
14219 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N498] PASSED
14220 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N499] PASSED
14221 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N500] PASSED
14222 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N501] PASSED
14223 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N502] PASSED
14224 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N503] PASSED
14225 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N504] PASSED
14226 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N505] PASSED
14227 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N506] PASSED
14228 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N507] PASSED
14229 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N508] PASSED
14230 numpy/_core/tests/test_multiarray.py::test_partition_int[int32-N509] PASSED
14231 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N0] PASSED
14232 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N1] PASSED
14233 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N2] PASSED
14234 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N3] PASSED
14235 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N4] PASSED
14236 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N5] PASSED
14237 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N6] PASSED
14238 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N7] PASSED
14239 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N8] PASSED
14240 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N9] PASSED
14241 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N10] PASSED
14242 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N11] PASSED
14243 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N12] PASSED
14244 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N13] PASSED
14245 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N14] PASSED
14246 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N15] PASSED
14247 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N16] PASSED
14248 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N17] PASSED
14249 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N18] PASSED
14250 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N19] PASSED
14251 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N20] PASSED
14252 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N21] PASSED
14253 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N22] PASSED
14254 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N23] PASSED
14255 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N24] PASSED
14256 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N25] PASSED
14257 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N26] PASSED
14258 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N27] PASSED
14259 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N28] PASSED
14260 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N29] PASSED
14261 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N30] PASSED
14262 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N31] PASSED
14263 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N32] PASSED
14264 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N33] PASSED
14265 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N34] PASSED
14266 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N35] PASSED
14267 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N36] PASSED
14268 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N37] PASSED
14269 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N38] PASSED
14270 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N39] PASSED
14271 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N40] PASSED
14272 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N41] PASSED
14273 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N42] PASSED
14274 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N43] PASSED
14275 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N44] PASSED
14276 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N45] PASSED
14277 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N46] PASSED
14278 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N47] PASSED
14279 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N48] PASSED
14280 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N49] PASSED
14281 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N50] PASSED
14282 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N51] PASSED
14283 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N52] PASSED
14284 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N53] PASSED
14285 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N54] PASSED
14286 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N55] PASSED
14287 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N56] PASSED
14288 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N57] PASSED
14289 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N58] PASSED
14290 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N59] PASSED
14291 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N60] PASSED
14292 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N61] PASSED
14293 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N62] PASSED
14294 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N63] PASSED
14295 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N64] PASSED
14296 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N65] PASSED
14297 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N66] PASSED
14298 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N67] PASSED
14299 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N68] PASSED
14300 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N69] PASSED
14301 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N70] PASSED
14302 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N71] PASSED
14303 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N72] PASSED
14304 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N73] PASSED
14305 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N74] PASSED
14306 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N75] PASSED
14307 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N76] PASSED
14308 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N77] PASSED
14309 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N78] PASSED
14310 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N79] PASSED
14311 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N80] PASSED
14312 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N81] PASSED
14313 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N82] PASSED
14314 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N83] PASSED
14315 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N84] PASSED
14316 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N85] PASSED
14317 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N86] PASSED
14318 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N87] PASSED
14319 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N88] PASSED
14320 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N89] PASSED
14321 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N90] PASSED
14322 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N91] PASSED
14323 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N92] PASSED
14324 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N93] PASSED
14325 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N94] PASSED
14326 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N95] PASSED
14327 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N96] PASSED
14328 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N97] PASSED
14329 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N98] PASSED
14330 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N99] PASSED
14331 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N100] PASSED
14332 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N101] PASSED
14333 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N102] PASSED
14334 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N103] PASSED
14335 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N104] PASSED
14336 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N105] PASSED
14337 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N106] PASSED
14338 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N107] PASSED
14339 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N108] PASSED
14340 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N109] PASSED
14341 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N110] PASSED
14342 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N111] PASSED
14343 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N112] PASSED
14344 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N113] PASSED
14345 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N114] PASSED
14346 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N115] PASSED
14347 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N116] PASSED
14348 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N117] PASSED
14349 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N118] PASSED
14350 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N119] PASSED
14351 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N120] PASSED
14352 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N121] PASSED
14353 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N122] PASSED
14354 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N123] PASSED
14355 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N124] PASSED
14356 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N125] PASSED
14357 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N126] PASSED
14358 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N127] PASSED
14359 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N128] PASSED
14360 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N129] PASSED
14361 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N130] PASSED
14362 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N131] PASSED
14363 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N132] PASSED
14364 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N133] PASSED
14365 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N134] PASSED
14366 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N135] PASSED
14367 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N136] PASSED
14368 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N137] PASSED
14369 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N138] PASSED
14370 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N139] PASSED
14371 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N140] PASSED
14372 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N141] PASSED
14373 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N142] PASSED
14374 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N143] PASSED
14375 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N144] PASSED
14376 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N145] PASSED
14377 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N146] PASSED
14378 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N147] PASSED
14379 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N148] PASSED
14380 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N149] PASSED
14381 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N150] PASSED
14382 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N151] PASSED
14383 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N152] PASSED
14384 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N153] PASSED
14385 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N154] PASSED
14386 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N155] PASSED
14387 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N156] PASSED
14388 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N157] PASSED
14389 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N158] PASSED
14390 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N159] PASSED
14391 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N160] PASSED
14392 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N161] PASSED
14393 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N162] PASSED
14394 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N163] PASSED
14395 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N164] PASSED
14396 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N165] PASSED
14397 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N166] PASSED
14398 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N167] PASSED
14399 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N168] PASSED
14400 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N169] PASSED
14401 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N170] PASSED
14402 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N171] PASSED
14403 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N172] PASSED
14404 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N173] PASSED
14405 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N174] PASSED
14406 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N175] PASSED
14407 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N176] PASSED
14408 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N177] PASSED
14409 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N178] PASSED
14410 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N179] PASSED
14411 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N180] PASSED
14412 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N181] PASSED
14413 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N182] PASSED
14414 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N183] PASSED
14415 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N184] PASSED
14416 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N185] PASSED
14417 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N186] PASSED
14418 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N187] PASSED
14419 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N188] PASSED
14420 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N189] PASSED
14421 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N190] PASSED
14422 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N191] PASSED
14423 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N192] PASSED
14424 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N193] PASSED
14425 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N194] PASSED
14426 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N195] PASSED
14427 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N196] PASSED
14428 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N197] PASSED
14429 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N198] PASSED
14430 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N199] PASSED
14431 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N200] PASSED
14432 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N201] PASSED
14433 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N202] PASSED
14434 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N203] PASSED
14435 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N204] PASSED
14436 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N205] PASSED
14437 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N206] PASSED
14438 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N207] PASSED
14439 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N208] PASSED
14440 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N209] PASSED
14441 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N210] PASSED
14442 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N211] PASSED
14443 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N212] PASSED
14444 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N213] PASSED
14445 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N214] PASSED
14446 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N215] PASSED
14447 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N216] PASSED
14448 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N217] PASSED
14449 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N218] PASSED
14450 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N219] PASSED
14451 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N220] PASSED
14452 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N221] PASSED
14453 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N222] PASSED
14454 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N223] PASSED
14455 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N224] PASSED
14456 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N225] PASSED
14457 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N226] PASSED
14458 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N227] PASSED
14459 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N228] PASSED
14460 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N229] PASSED
14461 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N230] PASSED
14462 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N231] PASSED
14463 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N232] PASSED
14464 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N233] PASSED
14465 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N234] PASSED
14466 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N235] PASSED
14467 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N236] PASSED
14468 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N237] PASSED
14469 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N238] PASSED
14470 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N239] PASSED
14471 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N240] PASSED
14472 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N241] PASSED
14473 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N242] PASSED
14474 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N243] PASSED
14475 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N244] PASSED
14476 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N245] PASSED
14477 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N246] PASSED
14478 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N247] PASSED
14479 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N248] PASSED
14480 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N249] PASSED
14481 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N250] PASSED
14482 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N251] PASSED
14483 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N252] PASSED
14484 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N253] PASSED
14485 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N254] PASSED
14486 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N255] PASSED
14487 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N256] PASSED
14488 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N257] PASSED
14489 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N258] PASSED
14490 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N259] PASSED
14491 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N260] PASSED
14492 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N261] PASSED
14493 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N262] PASSED
14494 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N263] PASSED
14495 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N264] PASSED
14496 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N265] PASSED
14497 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N266] PASSED
14498 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N267] PASSED
14499 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N268] PASSED
14500 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N269] PASSED
14501 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N270] PASSED
14502 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N271] PASSED
14503 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N272] PASSED
14504 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N273] PASSED
14505 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N274] PASSED
14506 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N275] PASSED
14507 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N276] PASSED
14508 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N277] PASSED
14509 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N278] PASSED
14510 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N279] PASSED
14511 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N280] PASSED
14512 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N281] PASSED
14513 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N282] PASSED
14514 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N283] PASSED
14515 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N284] PASSED
14516 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N285] PASSED
14517 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N286] PASSED
14518 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N287] PASSED
14519 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N288] PASSED
14520 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N289] PASSED
14521 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N290] PASSED
14522 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N291] PASSED
14523 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N292] PASSED
14524 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N293] PASSED
14525 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N294] PASSED
14526 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N295] PASSED
14527 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N296] PASSED
14528 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N297] PASSED
14529 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N298] PASSED
14530 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N299] PASSED
14531 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N300] PASSED
14532 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N301] PASSED
14533 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N302] PASSED
14534 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N303] PASSED
14535 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N304] PASSED
14536 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N305] PASSED
14537 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N306] PASSED
14538 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N307] PASSED
14539 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N308] PASSED
14540 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N309] PASSED
14541 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N310] PASSED
14542 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N311] PASSED
14543 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N312] PASSED
14544 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N313] PASSED
14545 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N314] PASSED
14546 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N315] PASSED
14547 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N316] PASSED
14548 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N317] PASSED
14549 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N318] PASSED
14550 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N319] PASSED
14551 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N320] PASSED
14552 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N321] PASSED
14553 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N322] PASSED
14554 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N323] PASSED
14555 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N324] PASSED
14556 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N325] PASSED
14557 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N326] PASSED
14558 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N327] PASSED
14559 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N328] PASSED
14560 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N329] PASSED
14561 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N330] PASSED
14562 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N331] PASSED
14563 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N332] PASSED
14564 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N333] PASSED
14565 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N334] PASSED
14566 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N335] PASSED
14567 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N336] PASSED
14568 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N337] PASSED
14569 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N338] PASSED
14570 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N339] PASSED
14571 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N340] PASSED
14572 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N341] PASSED
14573 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N342] PASSED
14574 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N343] PASSED
14575 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N344] PASSED
14576 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N345] PASSED
14577 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N346] PASSED
14578 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N347] PASSED
14579 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N348] PASSED
14580 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N349] PASSED
14581 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N350] PASSED
14582 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N351] PASSED
14583 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N352] PASSED
14584 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N353] PASSED
14585 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N354] PASSED
14586 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N355] PASSED
14587 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N356] PASSED
14588 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N357] PASSED
14589 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N358] PASSED
14590 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N359] PASSED
14591 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N360] PASSED
14592 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N361] PASSED
14593 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N362] PASSED
14594 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N363] PASSED
14595 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N364] PASSED
14596 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N365] PASSED
14597 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N366] PASSED
14598 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N367] PASSED
14599 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N368] PASSED
14600 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N369] PASSED
14601 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N370] PASSED
14602 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N371] PASSED
14603 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N372] PASSED
14604 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N373] PASSED
14605 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N374] PASSED
14606 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N375] PASSED
14607 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N376] PASSED
14608 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N377] PASSED
14609 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N378] PASSED
14610 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N379] PASSED
14611 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N380] PASSED
14612 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N381] PASSED
14613 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N382] PASSED
14614 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N383] PASSED
14615 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N384] PASSED
14616 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N385] PASSED
14617 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N386] PASSED
14618 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N387] PASSED
14619 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N388] PASSED
14620 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N389] PASSED
14621 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N390] PASSED
14622 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N391] PASSED
14623 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N392] PASSED
14624 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N393] PASSED
14625 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N394] PASSED
14626 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N395] PASSED
14627 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N396] PASSED
14628 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N397] PASSED
14629 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N398] PASSED
14630 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N399] PASSED
14631 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N400] PASSED
14632 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N401] PASSED
14633 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N402] PASSED
14634 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N403] PASSED
14635 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N404] PASSED
14636 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N405] PASSED
14637 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N406] PASSED
14638 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N407] PASSED
14639 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N408] PASSED
14640 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N409] PASSED
14641 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N410] PASSED
14642 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N411] PASSED
14643 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N412] PASSED
14644 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N413] PASSED
14645 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N414] PASSED
14646 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N415] PASSED
14647 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N416] PASSED
14648 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N417] PASSED
14649 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N418] PASSED
14650 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N419] PASSED
14651 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N420] PASSED
14652 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N421] PASSED
14653 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N422] PASSED
14654 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N423] PASSED
14655 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N424] PASSED
14656 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N425] PASSED
14657 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N426] PASSED
14658 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N427] PASSED
14659 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N428] PASSED
14660 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N429] PASSED
14661 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N430] PASSED
14662 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N431] PASSED
14663 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N432] PASSED
14664 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N433] PASSED
14665 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N434] PASSED
14666 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N435] PASSED
14667 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N436] PASSED
14668 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N437] PASSED
14669 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N438] PASSED
14670 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N439] PASSED
14671 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N440] PASSED
14672 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N441] PASSED
14673 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N442] PASSED
14674 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N443] PASSED
14675 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N444] PASSED
14676 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N445] PASSED
14677 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N446] PASSED
14678 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N447] PASSED
14679 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N448] PASSED
14680 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N449] PASSED
14681 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N450] PASSED
14682 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N451] PASSED
14683 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N452] PASSED
14684 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N453] PASSED
14685 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N454] PASSED
14686 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N455] PASSED
14687 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N456] PASSED
14688 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N457] PASSED
14689 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N458] PASSED
14690 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N459] PASSED
14691 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N460] PASSED
14692 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N461] PASSED
14693 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N462] PASSED
14694 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N463] PASSED
14695 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N464] PASSED
14696 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N465] PASSED
14697 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N466] PASSED
14698 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N467] PASSED
14699 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N468] PASSED
14700 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N469] PASSED
14701 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N470] PASSED
14702 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N471] PASSED
14703 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N472] PASSED
14704 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N473] PASSED
14705 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N474] PASSED
14706 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N475] PASSED
14707 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N476] PASSED
14708 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N477] PASSED
14709 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N478] PASSED
14710 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N479] PASSED
14711 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N480] PASSED
14712 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N481] PASSED
14713 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N482] PASSED
14714 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N483] PASSED
14715 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N484] PASSED
14716 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N485] PASSED
14717 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N486] PASSED
14718 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N487] PASSED
14719 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N488] PASSED
14720 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N489] PASSED
14721 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N490] PASSED
14722 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N491] PASSED
14723 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N492] PASSED
14724 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N493] PASSED
14725 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N494] PASSED
14726 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N495] PASSED
14727 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N496] PASSED
14728 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N497] PASSED
14729 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N498] PASSED
14730 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N499] PASSED
14731 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N500] PASSED
14732 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N501] PASSED
14733 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N502] PASSED
14734 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N503] PASSED
14735 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N504] PASSED
14736 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N505] PASSED
14737 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N506] PASSED
14738 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N507] PASSED
14739 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N508] PASSED
14740 numpy/_core/tests/test_multiarray.py::test_partition_int[uint32-N509] PASSED
14741 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N0] PASSED
14742 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N1] PASSED
14743 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N2] PASSED
14744 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N3] PASSED
14745 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N4] PASSED
14746 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N5] PASSED
14747 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N6] PASSED
14748 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N7] PASSED
14749 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N8] PASSED
14750 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N9] PASSED
14751 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N10] PASSED
14752 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N11] PASSED
14753 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N12] PASSED
14754 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N13] PASSED
14755 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N14] PASSED
14756 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N15] PASSED
14757 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N16] PASSED
14758 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N17] PASSED
14759 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N18] PASSED
14760 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N19] PASSED
14761 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N20] PASSED
14762 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N21] PASSED
14763 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N22] PASSED
14764 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N23] PASSED
14765 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N24] PASSED
14766 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N25] PASSED
14767 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N26] PASSED
14768 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N27] PASSED
14769 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N28] PASSED
14770 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N29] PASSED
14771 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N30] PASSED
14772 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N31] PASSED
14773 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N32] PASSED
14774 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N33] PASSED
14775 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N34] PASSED
14776 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N35] PASSED
14777 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N36] PASSED
14778 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N37] PASSED
14779 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N38] PASSED
14780 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N39] PASSED
14781 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N40] PASSED
14782 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N41] PASSED
14783 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N42] PASSED
14784 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N43] PASSED
14785 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N44] PASSED
14786 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N45] PASSED
14787 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N46] PASSED
14788 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N47] PASSED
14789 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N48] PASSED
14790 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N49] PASSED
14791 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N50] PASSED
14792 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N51] PASSED
14793 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N52] PASSED
14794 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N53] PASSED
14795 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N54] PASSED
14796 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N55] PASSED
14797 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N56] PASSED
14798 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N57] PASSED
14799 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N58] PASSED
14800 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N59] PASSED
14801 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N60] PASSED
14802 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N61] PASSED
14803 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N62] PASSED
14804 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N63] PASSED
14805 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N64] PASSED
14806 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N65] PASSED
14807 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N66] PASSED
14808 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N67] PASSED
14809 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N68] PASSED
14810 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N69] PASSED
14811 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N70] PASSED
14812 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N71] PASSED
14813 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N72] PASSED
14814 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N73] PASSED
14815 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N74] PASSED
14816 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N75] PASSED
14817 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N76] PASSED
14818 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N77] PASSED
14819 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N78] PASSED
14820 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N79] PASSED
14821 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N80] PASSED
14822 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N81] PASSED
14823 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N82] PASSED
14824 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N83] PASSED
14825 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N84] PASSED
14826 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N85] PASSED
14827 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N86] PASSED
14828 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N87] PASSED
14829 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N88] PASSED
14830 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N89] PASSED
14831 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N90] PASSED
14832 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N91] PASSED
14833 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N92] PASSED
14834 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N93] PASSED
14835 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N94] PASSED
14836 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N95] PASSED
14837 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N96] PASSED
14838 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N97] PASSED
14839 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N98] PASSED
14840 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N99] PASSED
14841 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N100] PASSED
14842 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N101] PASSED
14843 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N102] PASSED
14844 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N103] PASSED
14845 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N104] PASSED
14846 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N105] PASSED
14847 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N106] PASSED
14848 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N107] PASSED
14849 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N108] PASSED
14850 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N109] PASSED
14851 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N110] PASSED
14852 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N111] PASSED
14853 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N112] PASSED
14854 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N113] PASSED
14855 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N114] PASSED
14856 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N115] PASSED
14857 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N116] PASSED
14858 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N117] PASSED
14859 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N118] PASSED
14860 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N119] PASSED
14861 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N120] PASSED
14862 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N121] PASSED
14863 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N122] PASSED
14864 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N123] PASSED
14865 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N124] PASSED
14866 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N125] PASSED
14867 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N126] PASSED
14868 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N127] PASSED
14869 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N128] PASSED
14870 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N129] PASSED
14871 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N130] PASSED
14872 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N131] PASSED
14873 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N132] PASSED
14874 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N133] PASSED
14875 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N134] PASSED
14876 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N135] PASSED
14877 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N136] PASSED
14878 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N137] PASSED
14879 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N138] PASSED
14880 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N139] PASSED
14881 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N140] PASSED
14882 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N141] PASSED
14883 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N142] PASSED
14884 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N143] PASSED
14885 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N144] PASSED
14886 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N145] PASSED
14887 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N146] PASSED
14888 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N147] PASSED
14889 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N148] PASSED
14890 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N149] PASSED
14891 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N150] PASSED
14892 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N151] PASSED
14893 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N152] PASSED
14894 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N153] PASSED
14895 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N154] PASSED
14896 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N155] PASSED
14897 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N156] PASSED
14898 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N157] PASSED
14899 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N158] PASSED
14900 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N159] PASSED
14901 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N160] PASSED
14902 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N161] PASSED
14903 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N162] PASSED
14904 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N163] PASSED
14905 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N164] PASSED
14906 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N165] PASSED
14907 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N166] PASSED
14908 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N167] PASSED
14909 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N168] PASSED
14910 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N169] PASSED
14911 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N170] PASSED
14912 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N171] PASSED
14913 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N172] PASSED
14914 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N173] PASSED
14915 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N174] PASSED
14916 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N175] PASSED
14917 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N176] PASSED
14918 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N177] PASSED
14919 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N178] PASSED
14920 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N179] PASSED
14921 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N180] PASSED
14922 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N181] PASSED
14923 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N182] PASSED
14924 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N183] PASSED
14925 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N184] PASSED
14926 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N185] PASSED
14927 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N186] PASSED
14928 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N187] PASSED
14929 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N188] PASSED
14930 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N189] PASSED
14931 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N190] PASSED
14932 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N191] PASSED
14933 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N192] PASSED
14934 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N193] PASSED
14935 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N194] PASSED
14936 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N195] PASSED
14937 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N196] PASSED
14938 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N197] PASSED
14939 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N198] PASSED
14940 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N199] PASSED
14941 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N200] PASSED
14942 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N201] PASSED
14943 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N202] PASSED
14944 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N203] PASSED
14945 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N204] PASSED
14946 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N205] PASSED
14947 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N206] PASSED
14948 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N207] PASSED
14949 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N208] PASSED
14950 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N209] PASSED
14951 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N210] PASSED
14952 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N211] PASSED
14953 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N212] PASSED
14954 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N213] PASSED
14955 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N214] PASSED
14956 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N215] PASSED
14957 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N216] PASSED
14958 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N217] PASSED
14959 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N218] PASSED
14960 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N219] PASSED
14961 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N220] PASSED
14962 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N221] PASSED
14963 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N222] PASSED
14964 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N223] PASSED
14965 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N224] PASSED
14966 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N225] PASSED
14967 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N226] PASSED
14968 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N227] PASSED
14969 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N228] PASSED
14970 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N229] PASSED
14971 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N230] PASSED
14972 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N231] PASSED
14973 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N232] PASSED
14974 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N233] PASSED
14975 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N234] PASSED
14976 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N235] PASSED
14977 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N236] PASSED
14978 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N237] PASSED
14979 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N238] PASSED
14980 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N239] PASSED
14981 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N240] PASSED
14982 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N241] PASSED
14983 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N242] PASSED
14984 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N243] PASSED
14985 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N244] PASSED
14986 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N245] PASSED
14987 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N246] PASSED
14988 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N247] PASSED
14989 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N248] PASSED
14990 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N249] PASSED
14991 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N250] PASSED
14992 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N251] PASSED
14993 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N252] PASSED
14994 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N253] PASSED
14995 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N254] PASSED
14996 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N255] PASSED
14997 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N256] PASSED
14998 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N257] PASSED
14999 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N258] PASSED
15000 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N259] PASSED
15001 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N260] PASSED
15002 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N261] PASSED
15003 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N262] PASSED
15004 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N263] PASSED
15005 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N264] PASSED
15006 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N265] PASSED
15007 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N266] PASSED
15008 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N267] PASSED
15009 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N268] PASSED
15010 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N269] PASSED
15011 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N270] PASSED
15012 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N271] PASSED
15013 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N272] PASSED
15014 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N273] PASSED
15015 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N274] PASSED
15016 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N275] PASSED
15017 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N276] PASSED
15018 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N277] PASSED
15019 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N278] PASSED
15020 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N279] PASSED
15021 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N280] PASSED
15022 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N281] PASSED
15023 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N282] PASSED
15024 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N283] PASSED
15025 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N284] PASSED
15026 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N285] PASSED
15027 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N286] PASSED
15028 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N287] PASSED
15029 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N288] PASSED
15030 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N289] PASSED
15031 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N290] PASSED
15032 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N291] PASSED
15033 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N292] PASSED
15034 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N293] PASSED
15035 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N294] PASSED
15036 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N295] PASSED
15037 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N296] PASSED
15038 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N297] PASSED
15039 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N298] PASSED
15040 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N299] PASSED
15041 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N300] PASSED
15042 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N301] PASSED
15043 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N302] PASSED
15044 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N303] PASSED
15045 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N304] PASSED
15046 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N305] PASSED
15047 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N306] PASSED
15048 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N307] PASSED
15049 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N308] PASSED
15050 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N309] PASSED
15051 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N310] PASSED
15052 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N311] PASSED
15053 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N312] PASSED
15054 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N313] PASSED
15055 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N314] PASSED
15056 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N315] PASSED
15057 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N316] PASSED
15058 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N317] PASSED
15059 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N318] PASSED
15060 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N319] PASSED
15061 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N320] PASSED
15062 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N321] PASSED
15063 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N322] PASSED
15064 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N323] PASSED
15065 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N324] PASSED
15066 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N325] PASSED
15067 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N326] PASSED
15068 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N327] PASSED
15069 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N328] PASSED
15070 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N329] PASSED
15071 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N330] PASSED
15072 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N331] PASSED
15073 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N332] PASSED
15074 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N333] PASSED
15075 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N334] PASSED
15076 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N335] PASSED
15077 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N336] PASSED
15078 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N337] PASSED
15079 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N338] PASSED
15080 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N339] PASSED
15081 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N340] PASSED
15082 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N341] PASSED
15083 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N342] PASSED
15084 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N343] PASSED
15085 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N344] PASSED
15086 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N345] PASSED
15087 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N346] PASSED
15088 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N347] PASSED
15089 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N348] PASSED
15090 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N349] PASSED
15091 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N350] PASSED
15092 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N351] PASSED
15093 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N352] PASSED
15094 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N353] PASSED
15095 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N354] PASSED
15096 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N355] PASSED
15097 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N356] PASSED
15098 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N357] PASSED
15099 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N358] PASSED
15100 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N359] PASSED
15101 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N360] PASSED
15102 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N361] PASSED
15103 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N362] PASSED
15104 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N363] PASSED
15105 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N364] PASSED
15106 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N365] PASSED
15107 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N366] PASSED
15108 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N367] PASSED
15109 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N368] PASSED
15110 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N369] PASSED
15111 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N370] PASSED
15112 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N371] PASSED
15113 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N372] PASSED
15114 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N373] PASSED
15115 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N374] PASSED
15116 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N375] PASSED
15117 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N376] PASSED
15118 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N377] PASSED
15119 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N378] PASSED
15120 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N379] PASSED
15121 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N380] PASSED
15122 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N381] PASSED
15123 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N382] PASSED
15124 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N383] PASSED
15125 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N384] PASSED
15126 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N385] PASSED
15127 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N386] PASSED
15128 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N387] PASSED
15129 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N388] PASSED
15130 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N389] PASSED
15131 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N390] PASSED
15132 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N391] PASSED
15133 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N392] PASSED
15134 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N393] PASSED
15135 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N394] PASSED
15136 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N395] PASSED
15137 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N396] PASSED
15138 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N397] PASSED
15139 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N398] PASSED
15140 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N399] PASSED
15141 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N400] PASSED
15142 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N401] PASSED
15143 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N402] PASSED
15144 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N403] PASSED
15145 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N404] PASSED
15146 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N405] PASSED
15147 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N406] PASSED
15148 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N407] PASSED
15149 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N408] PASSED
15150 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N409] PASSED
15151 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N410] PASSED
15152 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N411] PASSED
15153 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N412] PASSED
15154 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N413] PASSED
15155 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N414] PASSED
15156 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N415] PASSED
15157 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N416] PASSED
15158 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N417] PASSED
15159 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N418] PASSED
15160 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N419] PASSED
15161 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N420] PASSED
15162 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N421] PASSED
15163 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N422] PASSED
15164 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N423] PASSED
15165 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N424] PASSED
15166 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N425] PASSED
15167 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N426] PASSED
15168 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N427] PASSED
15169 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N428] PASSED
15170 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N429] PASSED
15171 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N430] PASSED
15172 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N431] PASSED
15173 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N432] PASSED
15174 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N433] PASSED
15175 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N434] PASSED
15176 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N435] PASSED
15177 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N436] PASSED
15178 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N437] PASSED
15179 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N438] PASSED
15180 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N439] PASSED
15181 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N440] PASSED
15182 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N441] PASSED
15183 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N442] PASSED
15184 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N443] PASSED
15185 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N444] PASSED
15186 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N445] PASSED
15187 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N446] PASSED
15188 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N447] PASSED
15189 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N448] PASSED
15190 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N449] PASSED
15191 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N450] PASSED
15192 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N451] PASSED
15193 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N452] PASSED
15194 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N453] PASSED
15195 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N454] PASSED
15196 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N455] PASSED
15197 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N456] PASSED
15198 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N457] PASSED
15199 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N458] PASSED
15200 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N459] PASSED
15201 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N460] PASSED
15202 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N461] PASSED
15203 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N462] PASSED
15204 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N463] PASSED
15205 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N464] PASSED
15206 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N465] PASSED
15207 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N466] PASSED
15208 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N467] PASSED
15209 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N468] PASSED
15210 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N469] PASSED
15211 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N470] PASSED
15212 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N471] PASSED
15213 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N472] PASSED
15214 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N473] PASSED
15215 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N474] PASSED
15216 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N475] PASSED
15217 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N476] PASSED
15218 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N477] PASSED
15219 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N478] PASSED
15220 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N479] PASSED
15221 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N480] PASSED
15222 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N481] PASSED
15223 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N482] PASSED
15224 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N483] PASSED
15225 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N484] PASSED
15226 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N485] PASSED
15227 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N486] PASSED
15228 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N487] PASSED
15229 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N488] PASSED
15230 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N489] PASSED
15231 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N490] PASSED
15232 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N491] PASSED
15233 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N492] PASSED
15234 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N493] PASSED
15235 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N494] PASSED
15236 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N495] PASSED
15237 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N496] PASSED
15238 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N497] PASSED
15239 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N498] PASSED
15240 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N499] PASSED
15241 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N500] PASSED
15242 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N501] PASSED
15243 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N502] PASSED
15244 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N503] PASSED
15245 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N504] PASSED
15246 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N505] PASSED
15247 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N506] PASSED
15248 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N507] PASSED
15249 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N508] PASSED
15250 numpy/_core/tests/test_multiarray.py::test_partition_int[int64-N509] PASSED
15251 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N0] PASSED
15252 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N1] PASSED
15253 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N2] PASSED
15254 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N3] PASSED
15255 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N4] PASSED
15256 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N5] PASSED
15257 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N6] PASSED
15258 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N7] PASSED
15259 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N8] PASSED
15260 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N9] PASSED
15261 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N10] PASSED
15262 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N11] PASSED
15263 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N12] PASSED
15264 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N13] PASSED
15265 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N14] PASSED
15266 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N15] PASSED
15267 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N16] PASSED
15268 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N17] PASSED
15269 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N18] PASSED
15270 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N19] PASSED
15271 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N20] PASSED
15272 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N21] PASSED
15273 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N22] PASSED
15274 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N23] PASSED
15275 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N24] PASSED
15276 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N25] PASSED
15277 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N26] PASSED
15278 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N27] PASSED
15279 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N28] PASSED
15280 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N29] PASSED
15281 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N30] PASSED
15282 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N31] PASSED
15283 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N32] PASSED
15284 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N33] PASSED
15285 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N34] PASSED
15286 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N35] PASSED
15287 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N36] PASSED
15288 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N37] PASSED
15289 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N38] PASSED
15290 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N39] PASSED
15291 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N40] PASSED
15292 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N41] PASSED
15293 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N42] PASSED
15294 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N43] PASSED
15295 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N44] PASSED
15296 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N45] PASSED
15297 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N46] PASSED
15298 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N47] PASSED
15299 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N48] PASSED
15300 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N49] PASSED
15301 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N50] PASSED
15302 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N51] PASSED
15303 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N52] PASSED
15304 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N53] PASSED
15305 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N54] PASSED
15306 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N55] PASSED
15307 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N56] PASSED
15308 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N57] PASSED
15309 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N58] PASSED
15310 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N59] PASSED
15311 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N60] PASSED
15312 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N61] PASSED
15313 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N62] PASSED
15314 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N63] PASSED
15315 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N64] PASSED
15316 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N65] PASSED
15317 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N66] PASSED
15318 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N67] PASSED
15319 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N68] PASSED
15320 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N69] PASSED
15321 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N70] PASSED
15322 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N71] PASSED
15323 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N72] PASSED
15324 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N73] PASSED
15325 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N74] PASSED
15326 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N75] PASSED
15327 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N76] PASSED
15328 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N77] PASSED
15329 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N78] PASSED
15330 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N79] PASSED
15331 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N80] PASSED
15332 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N81] PASSED
15333 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N82] PASSED
15334 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N83] PASSED
15335 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N84] PASSED
15336 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N85] PASSED
15337 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N86] PASSED
15338 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N87] PASSED
15339 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N88] PASSED
15340 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N89] PASSED
15341 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N90] PASSED
15342 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N91] PASSED
15343 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N92] PASSED
15344 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N93] PASSED
15345 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N94] PASSED
15346 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N95] PASSED
15347 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N96] PASSED
15348 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N97] PASSED
15349 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N98] PASSED
15350 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N99] PASSED
15351 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N100] PASSED
15352 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N101] PASSED
15353 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N102] PASSED
15354 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N103] PASSED
15355 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N104] PASSED
15356 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N105] PASSED
15357 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N106] PASSED
15358 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N107] PASSED
15359 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N108] PASSED
15360 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N109] PASSED
15361 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N110] PASSED
15362 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N111] PASSED
15363 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N112] PASSED
15364 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N113] PASSED
15365 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N114] PASSED
15366 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N115] PASSED
15367 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N116] PASSED
15368 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N117] PASSED
15369 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N118] PASSED
15370 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N119] PASSED
15371 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N120] PASSED
15372 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N121] PASSED
15373 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N122] PASSED
15374 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N123] PASSED
15375 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N124] PASSED
15376 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N125] PASSED
15377 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N126] PASSED
15378 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N127] PASSED
15379 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N128] PASSED
15380 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N129] PASSED
15381 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N130] PASSED
15382 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N131] PASSED
15383 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N132] PASSED
15384 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N133] PASSED
15385 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N134] PASSED
15386 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N135] PASSED
15387 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N136] PASSED
15388 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N137] PASSED
15389 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N138] PASSED
15390 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N139] PASSED
15391 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N140] PASSED
15392 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N141] PASSED
15393 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N142] PASSED
15394 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N143] PASSED
15395 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N144] PASSED
15396 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N145] PASSED
15397 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N146] PASSED
15398 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N147] PASSED
15399 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N148] PASSED
15400 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N149] PASSED
15401 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N150] PASSED
15402 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N151] PASSED
15403 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N152] PASSED
15404 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N153] PASSED
15405 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N154] PASSED
15406 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N155] PASSED
15407 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N156] PASSED
15408 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N157] PASSED
15409 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N158] PASSED
15410 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N159] PASSED
15411 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N160] PASSED
15412 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N161] PASSED
15413 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N162] PASSED
15414 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N163] PASSED
15415 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N164] PASSED
15416 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N165] PASSED
15417 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N166] PASSED
15418 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N167] PASSED
15419 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N168] PASSED
15420 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N169] PASSED
15421 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N170] PASSED
15422 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N171] PASSED
15423 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N172] PASSED
15424 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N173] PASSED
15425 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N174] PASSED
15426 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N175] PASSED
15427 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N176] PASSED
15428 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N177] PASSED
15429 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N178] PASSED
15430 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N179] PASSED
15431 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N180] PASSED
15432 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N181] PASSED
15433 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N182] PASSED
15434 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N183] PASSED
15435 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N184] PASSED
15436 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N185] PASSED
15437 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N186] PASSED
15438 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N187] PASSED
15439 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N188] PASSED
15440 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N189] PASSED
15441 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N190] PASSED
15442 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N191] PASSED
15443 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N192] PASSED
15444 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N193] PASSED
15445 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N194] PASSED
15446 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N195] PASSED
15447 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N196] PASSED
15448 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N197] PASSED
15449 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N198] PASSED
15450 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N199] PASSED
15451 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N200] PASSED
15452 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N201] PASSED
15453 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N202] PASSED
15454 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N203] PASSED
15455 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N204] PASSED
15456 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N205] PASSED
15457 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N206] PASSED
15458 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N207] PASSED
15459 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N208] PASSED
15460 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N209] PASSED
15461 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N210] PASSED
15462 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N211] PASSED
15463 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N212] PASSED
15464 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N213] PASSED
15465 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N214] PASSED
15466 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N215] PASSED
15467 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N216] PASSED
15468 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N217] PASSED
15469 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N218] PASSED
15470 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N219] PASSED
15471 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N220] PASSED
15472 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N221] PASSED
15473 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N222] PASSED
15474 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N223] PASSED
15475 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N224] PASSED
15476 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N225] PASSED
15477 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N226] PASSED
15478 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N227] PASSED
15479 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N228] PASSED
15480 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N229] PASSED
15481 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N230] PASSED
15482 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N231] PASSED
15483 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N232] PASSED
15484 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N233] PASSED
15485 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N234] PASSED
15486 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N235] PASSED
15487 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N236] PASSED
15488 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N237] PASSED
15489 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N238] PASSED
15490 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N239] PASSED
15491 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N240] PASSED
15492 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N241] PASSED
15493 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N242] PASSED
15494 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N243] PASSED
15495 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N244] PASSED
15496 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N245] PASSED
15497 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N246] PASSED
15498 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N247] PASSED
15499 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N248] PASSED
15500 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N249] PASSED
15501 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N250] PASSED
15502 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N251] PASSED
15503 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N252] PASSED
15504 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N253] PASSED
15505 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N254] PASSED
15506 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N255] PASSED
15507 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N256] PASSED
15508 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N257] PASSED
15509 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N258] PASSED
15510 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N259] PASSED
15511 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N260] PASSED
15512 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N261] PASSED
15513 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N262] PASSED
15514 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N263] PASSED
15515 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N264] PASSED
15516 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N265] PASSED
15517 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N266] PASSED
15518 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N267] PASSED
15519 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N268] PASSED
15520 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N269] PASSED
15521 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N270] PASSED
15522 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N271] PASSED
15523 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N272] PASSED
15524 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N273] PASSED
15525 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N274] PASSED
15526 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N275] PASSED
15527 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N276] PASSED
15528 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N277] PASSED
15529 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N278] PASSED
15530 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N279] PASSED
15531 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N280] PASSED
15532 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N281] PASSED
15533 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N282] PASSED
15534 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N283] PASSED
15535 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N284] PASSED
15536 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N285] PASSED
15537 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N286] PASSED
15538 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N287] PASSED
15539 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N288] PASSED
15540 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N289] PASSED
15541 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N290] PASSED
15542 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N291] PASSED
15543 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N292] PASSED
15544 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N293] PASSED
15545 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N294] PASSED
15546 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N295] PASSED
15547 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N296] PASSED
15548 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N297] PASSED
15549 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N298] PASSED
15550 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N299] PASSED
15551 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N300] PASSED
15552 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N301] PASSED
15553 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N302] PASSED
15554 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N303] PASSED
15555 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N304] PASSED
15556 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N305] PASSED
15557 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N306] PASSED
15558 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N307] PASSED
15559 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N308] PASSED
15560 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N309] PASSED
15561 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N310] PASSED
15562 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N311] PASSED
15563 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N312] PASSED
15564 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N313] PASSED
15565 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N314] PASSED
15566 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N315] PASSED
15567 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N316] PASSED
15568 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N317] PASSED
15569 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N318] PASSED
15570 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N319] PASSED
15571 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N320] PASSED
15572 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N321] PASSED
15573 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N322] PASSED
15574 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N323] PASSED
15575 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N324] PASSED
15576 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N325] PASSED
15577 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N326] PASSED
15578 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N327] PASSED
15579 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N328] PASSED
15580 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N329] PASSED
15581 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N330] PASSED
15582 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N331] PASSED
15583 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N332] PASSED
15584 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N333] PASSED
15585 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N334] PASSED
15586 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N335] PASSED
15587 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N336] PASSED
15588 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N337] PASSED
15589 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N338] PASSED
15590 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N339] PASSED
15591 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N340] PASSED
15592 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N341] PASSED
15593 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N342] PASSED
15594 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N343] PASSED
15595 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N344] PASSED
15596 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N345] PASSED
15597 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N346] PASSED
15598 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N347] PASSED
15599 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N348] PASSED
15600 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N349] PASSED
15601 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N350] PASSED
15602 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N351] PASSED
15603 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N352] PASSED
15604 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N353] PASSED
15605 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N354] PASSED
15606 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N355] PASSED
15607 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N356] PASSED
15608 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N357] PASSED
15609 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N358] PASSED
15610 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N359] PASSED
15611 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N360] PASSED
15612 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N361] PASSED
15613 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N362] PASSED
15614 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N363] PASSED
15615 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N364] PASSED
15616 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N365] PASSED
15617 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N366] PASSED
15618 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N367] PASSED
15619 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N368] PASSED
15620 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N369] PASSED
15621 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N370] PASSED
15622 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N371] PASSED
15623 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N372] PASSED
15624 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N373] PASSED
15625 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N374] PASSED
15626 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N375] PASSED
15627 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N376] PASSED
15628 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N377] PASSED
15629 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N378] PASSED
15630 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N379] PASSED
15631 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N380] PASSED
15632 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N381] PASSED
15633 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N382] PASSED
15634 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N383] PASSED
15635 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N384] PASSED
15636 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N385] PASSED
15637 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N386] PASSED
15638 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N387] PASSED
15639 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N388] PASSED
15640 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N389] PASSED
15641 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N390] PASSED
15642 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N391] PASSED
15643 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N392] PASSED
15644 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N393] PASSED
15645 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N394] PASSED
15646 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N395] PASSED
15647 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N396] PASSED
15648 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N397] PASSED
15649 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N398] PASSED
15650 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N399] PASSED
15651 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N400] PASSED
15652 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N401] PASSED
15653 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N402] PASSED
15654 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N403] PASSED
15655 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N404] PASSED
15656 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N405] PASSED
15657 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N406] PASSED
15658 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N407] PASSED
15659 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N408] PASSED
15660 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N409] PASSED
15661 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N410] PASSED
15662 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N411] PASSED
15663 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N412] PASSED
15664 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N413] PASSED
15665 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N414] PASSED
15666 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N415] PASSED
15667 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N416] PASSED
15668 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N417] PASSED
15669 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N418] PASSED
15670 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N419] PASSED
15671 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N420] PASSED
15672 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N421] PASSED
15673 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N422] PASSED
15674 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N423] PASSED
15675 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N424] PASSED
15676 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N425] PASSED
15677 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N426] PASSED
15678 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N427] PASSED
15679 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N428] PASSED
15680 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N429] PASSED
15681 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N430] PASSED
15682 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N431] PASSED
15683 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N432] PASSED
15684 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N433] PASSED
15685 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N434] PASSED
15686 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N435] PASSED
15687 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N436] PASSED
15688 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N437] PASSED
15689 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N438] PASSED
15690 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N439] PASSED
15691 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N440] PASSED
15692 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N441] PASSED
15693 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N442] PASSED
15694 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N443] PASSED
15695 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N444] PASSED
15696 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N445] PASSED
15697 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N446] PASSED
15698 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N447] PASSED
15699 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N448] PASSED
15700 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N449] PASSED
15701 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N450] PASSED
15702 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N451] PASSED
15703 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N452] PASSED
15704 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N453] PASSED
15705 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N454] PASSED
15706 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N455] PASSED
15707 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N456] PASSED
15708 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N457] PASSED
15709 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N458] PASSED
15710 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N459] PASSED
15711 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N460] PASSED
15712 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N461] PASSED
15713 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N462] PASSED
15714 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N463] PASSED
15715 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N464] PASSED
15716 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N465] PASSED
15717 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N466] PASSED
15718 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N467] PASSED
15719 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N468] PASSED
15720 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N469] PASSED
15721 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N470] PASSED
15722 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N471] PASSED
15723 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N472] PASSED
15724 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N473] PASSED
15725 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N474] PASSED
15726 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N475] PASSED
15727 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N476] PASSED
15728 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N477] PASSED
15729 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N478] PASSED
15730 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N479] PASSED
15731 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N480] PASSED
15732 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N481] PASSED
15733 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N482] PASSED
15734 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N483] PASSED
15735 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N484] PASSED
15736 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N485] PASSED
15737 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N486] PASSED
15738 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N487] PASSED
15739 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N488] PASSED
15740 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N489] PASSED
15741 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N490] PASSED
15742 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N491] PASSED
15743 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N492] PASSED
15744 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N493] PASSED
15745 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N494] PASSED
15746 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N495] PASSED
15747 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N496] PASSED
15748 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N497] PASSED
15749 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N498] PASSED
15750 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N499] PASSED
15751 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N500] PASSED
15752 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N501] PASSED
15753 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N502] PASSED
15754 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N503] PASSED
15755 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N504] PASSED
15756 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N505] PASSED
15757 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N506] PASSED
15758 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N507] PASSED
15759 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N508] PASSED
15760 numpy/_core/tests/test_multiarray.py::test_partition_int[uint64-N509] PASSED
15761 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N0] PASSED
15762 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N1] PASSED
15763 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N2] PASSED
15764 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N3] PASSED
15765 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N4] PASSED
15766 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N5] PASSED
15767 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N6] PASSED
15768 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N7] PASSED
15769 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N8] PASSED
15770 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N9] PASSED
15771 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N10] PASSED
15772 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N11] PASSED
15773 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N12] PASSED
15774 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N13] PASSED
15775 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N14] PASSED
15776 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N15] PASSED
15777 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N16] PASSED
15778 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N17] PASSED
15779 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N18] PASSED
15780 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N19] PASSED
15781 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N20] PASSED
15782 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N21] PASSED
15783 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N22] PASSED
15784 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N23] PASSED
15785 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N24] PASSED
15786 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N25] PASSED
15787 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N26] PASSED
15788 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N27] PASSED
15789 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N28] PASSED
15790 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N29] PASSED
15791 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N30] PASSED
15792 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N31] PASSED
15793 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N32] PASSED
15794 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N33] PASSED
15795 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N34] PASSED
15796 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N35] PASSED
15797 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N36] PASSED
15798 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N37] PASSED
15799 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N38] PASSED
15800 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N39] PASSED
15801 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N40] PASSED
15802 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N41] PASSED
15803 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N42] PASSED
15804 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N43] PASSED
15805 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N44] PASSED
15806 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N45] PASSED
15807 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N46] PASSED
15808 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N47] PASSED
15809 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N48] PASSED
15810 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N49] PASSED
15811 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N50] PASSED
15812 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N51] PASSED
15813 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N52] PASSED
15814 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N53] PASSED
15815 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N54] PASSED
15816 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N55] PASSED
15817 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N56] PASSED
15818 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N57] PASSED
15819 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N58] PASSED
15820 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N59] PASSED
15821 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N60] PASSED
15822 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N61] PASSED
15823 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N62] PASSED
15824 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N63] PASSED
15825 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N64] PASSED
15826 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N65] PASSED
15827 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N66] PASSED
15828 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N67] PASSED
15829 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N68] PASSED
15830 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N69] PASSED
15831 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N70] PASSED
15832 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N71] PASSED
15833 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N72] PASSED
15834 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N73] PASSED
15835 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N74] PASSED
15836 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N75] PASSED
15837 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N76] PASSED
15838 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N77] PASSED
15839 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N78] PASSED
15840 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N79] PASSED
15841 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N80] PASSED
15842 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N81] PASSED
15843 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N82] PASSED
15844 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N83] PASSED
15845 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N84] PASSED
15846 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N85] PASSED
15847 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N86] PASSED
15848 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N87] PASSED
15849 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N88] PASSED
15850 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N89] PASSED
15851 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N90] PASSED
15852 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N91] PASSED
15853 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N92] PASSED
15854 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N93] PASSED
15855 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N94] PASSED
15856 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N95] PASSED
15857 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N96] PASSED
15858 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N97] PASSED
15859 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N98] PASSED
15860 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N99] PASSED
15861 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N100] PASSED
15862 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N101] PASSED
15863 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N102] PASSED
15864 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N103] PASSED
15865 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N104] PASSED
15866 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N105] PASSED
15867 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N106] PASSED
15868 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N107] PASSED
15869 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N108] PASSED
15870 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N109] PASSED
15871 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N110] PASSED
15872 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N111] PASSED
15873 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N112] PASSED
15874 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N113] PASSED
15875 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N114] PASSED
15876 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N115] PASSED
15877 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N116] PASSED
15878 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N117] PASSED
15879 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N118] PASSED
15880 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N119] PASSED
15881 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N120] PASSED
15882 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N121] PASSED
15883 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N122] PASSED
15884 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N123] PASSED
15885 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N124] PASSED
15886 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N125] PASSED
15887 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N126] PASSED
15888 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N127] PASSED
15889 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N128] PASSED
15890 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N129] PASSED
15891 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N130] PASSED
15892 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N131] PASSED
15893 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N132] PASSED
15894 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N133] PASSED
15895 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N134] PASSED
15896 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N135] PASSED
15897 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N136] PASSED
15898 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N137] PASSED
15899 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N138] PASSED
15900 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N139] PASSED
15901 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N140] PASSED
15902 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N141] PASSED
15903 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N142] PASSED
15904 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N143] PASSED
15905 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N144] PASSED
15906 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N145] PASSED
15907 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N146] PASSED
15908 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N147] PASSED
15909 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N148] PASSED
15910 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N149] PASSED
15911 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N150] PASSED
15912 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N151] PASSED
15913 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N152] PASSED
15914 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N153] PASSED
15915 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N154] PASSED
15916 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N155] PASSED
15917 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N156] PASSED
15918 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N157] PASSED
15919 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N158] PASSED
15920 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N159] PASSED
15921 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N160] PASSED
15922 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N161] PASSED
15923 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N162] PASSED
15924 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N163] PASSED
15925 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N164] PASSED
15926 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N165] PASSED
15927 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N166] PASSED
15928 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N167] PASSED
15929 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N168] PASSED
15930 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N169] PASSED
15931 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N170] PASSED
15932 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N171] PASSED
15933 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N172] PASSED
15934 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N173] PASSED
15935 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N174] PASSED
15936 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N175] PASSED
15937 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N176] PASSED
15938 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N177] PASSED
15939 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N178] PASSED
15940 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N179] PASSED
15941 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N180] PASSED
15942 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N181] PASSED
15943 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N182] PASSED
15944 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N183] PASSED
15945 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N184] PASSED
15946 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N185] PASSED
15947 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N186] PASSED
15948 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N187] PASSED
15949 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N188] PASSED
15950 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N189] PASSED
15951 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N190] PASSED
15952 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N191] PASSED
15953 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N192] PASSED
15954 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N193] PASSED
15955 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N194] PASSED
15956 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N195] PASSED
15957 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N196] PASSED
15958 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N197] PASSED
15959 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N198] PASSED
15960 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N199] PASSED
15961 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N200] PASSED
15962 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N201] PASSED
15963 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N202] PASSED
15964 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N203] PASSED
15965 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N204] PASSED
15966 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N205] PASSED
15967 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N206] PASSED
15968 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N207] PASSED
15969 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N208] PASSED
15970 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N209] PASSED
15971 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N210] PASSED
15972 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N211] PASSED
15973 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N212] PASSED
15974 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N213] PASSED
15975 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N214] PASSED
15976 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N215] PASSED
15977 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N216] PASSED
15978 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N217] PASSED
15979 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N218] PASSED
15980 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N219] PASSED
15981 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N220] PASSED
15982 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N221] PASSED
15983 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N222] PASSED
15984 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N223] PASSED
15985 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N224] PASSED
15986 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N225] PASSED
15987 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N226] PASSED
15988 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N227] PASSED
15989 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N228] PASSED
15990 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N229] PASSED
15991 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N230] PASSED
15992 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N231] PASSED
15993 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N232] PASSED
15994 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N233] PASSED
15995 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N234] PASSED
15996 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N235] PASSED
15997 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N236] PASSED
15998 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N237] PASSED
15999 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N238] PASSED
16000 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N239] PASSED
16001 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N240] PASSED
16002 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N241] PASSED
16003 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N242] PASSED
16004 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N243] PASSED
16005 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N244] PASSED
16006 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N245] PASSED
16007 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N246] PASSED
16008 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N247] PASSED
16009 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N248] PASSED
16010 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N249] PASSED
16011 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N250] PASSED
16012 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N251] PASSED
16013 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N252] PASSED
16014 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N253] PASSED
16015 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N254] PASSED
16016 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N255] PASSED
16017 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N256] PASSED
16018 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N257] PASSED
16019 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N258] PASSED
16020 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N259] PASSED
16021 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N260] PASSED
16022 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N261] PASSED
16023 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N262] PASSED
16024 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N263] PASSED
16025 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N264] PASSED
16026 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N265] PASSED
16027 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N266] PASSED
16028 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N267] PASSED
16029 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N268] PASSED
16030 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N269] PASSED
16031 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N270] PASSED
16032 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N271] PASSED
16033 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N272] PASSED
16034 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N273] PASSED
16035 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N274] PASSED
16036 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N275] PASSED
16037 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N276] PASSED
16038 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N277] PASSED
16039 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N278] PASSED
16040 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N279] PASSED
16041 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N280] PASSED
16042 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N281] PASSED
16043 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N282] PASSED
16044 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N283] PASSED
16045 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N284] PASSED
16046 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N285] PASSED
16047 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N286] PASSED
16048 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N287] PASSED
16049 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N288] PASSED
16050 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N289] PASSED
16051 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N290] PASSED
16052 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N291] PASSED
16053 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N292] PASSED
16054 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N293] PASSED
16055 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N294] PASSED
16056 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N295] PASSED
16057 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N296] PASSED
16058 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N297] PASSED
16059 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N298] PASSED
16060 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N299] PASSED
16061 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N300] PASSED
16062 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N301] PASSED
16063 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N302] PASSED
16064 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N303] PASSED
16065 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N304] PASSED
16066 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N305] PASSED
16067 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N306] PASSED
16068 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N307] PASSED
16069 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N308] PASSED
16070 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N309] PASSED
16071 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N310] PASSED
16072 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N311] PASSED
16073 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N312] PASSED
16074 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N313] PASSED
16075 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N314] PASSED
16076 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N315] PASSED
16077 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N316] PASSED
16078 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N317] PASSED
16079 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N318] PASSED
16080 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N319] PASSED
16081 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N320] PASSED
16082 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N321] PASSED
16083 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N322] PASSED
16084 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N323] PASSED
16085 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N324] PASSED
16086 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N325] PASSED
16087 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N326] PASSED
16088 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N327] PASSED
16089 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N328] PASSED
16090 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N329] PASSED
16091 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N330] PASSED
16092 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N331] PASSED
16093 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N332] PASSED
16094 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N333] PASSED
16095 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N334] PASSED
16096 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N335] PASSED
16097 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N336] PASSED
16098 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N337] PASSED
16099 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N338] PASSED
16100 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N339] PASSED
16101 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N340] PASSED
16102 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N341] PASSED
16103 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N342] PASSED
16104 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N343] PASSED
16105 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N344] PASSED
16106 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N345] PASSED
16107 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N346] PASSED
16108 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N347] PASSED
16109 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N348] PASSED
16110 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N349] PASSED
16111 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N350] PASSED
16112 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N351] PASSED
16113 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N352] PASSED
16114 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N353] PASSED
16115 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N354] PASSED
16116 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N355] PASSED
16117 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N356] PASSED
16118 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N357] PASSED
16119 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N358] PASSED
16120 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N359] PASSED
16121 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N360] PASSED
16122 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N361] PASSED
16123 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N362] PASSED
16124 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N363] PASSED
16125 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N364] PASSED
16126 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N365] PASSED
16127 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N366] PASSED
16128 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N367] PASSED
16129 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N368] PASSED
16130 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N369] PASSED
16131 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N370] PASSED
16132 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N371] PASSED
16133 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N372] PASSED
16134 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N373] PASSED
16135 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N374] PASSED
16136 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N375] PASSED
16137 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N376] PASSED
16138 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N377] PASSED
16139 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N378] PASSED
16140 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N379] PASSED
16141 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N380] PASSED
16142 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N381] PASSED
16143 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N382] PASSED
16144 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N383] PASSED
16145 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N384] PASSED
16146 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N385] PASSED
16147 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N386] PASSED
16148 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N387] PASSED
16149 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N388] PASSED
16150 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N389] PASSED
16151 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N390] PASSED
16152 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N391] PASSED
16153 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N392] PASSED
16154 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N393] PASSED
16155 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N394] PASSED
16156 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N395] PASSED
16157 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N396] PASSED
16158 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N397] PASSED
16159 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N398] PASSED
16160 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N399] PASSED
16161 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N400] PASSED
16162 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N401] PASSED
16163 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N402] PASSED
16164 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N403] PASSED
16165 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N404] PASSED
16166 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N405] PASSED
16167 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N406] PASSED
16168 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N407] PASSED
16169 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N408] PASSED
16170 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N409] PASSED
16171 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N410] PASSED
16172 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N411] PASSED
16173 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N412] PASSED
16174 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N413] PASSED
16175 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N414] PASSED
16176 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N415] PASSED
16177 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N416] PASSED
16178 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N417] PASSED
16179 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N418] PASSED
16180 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N419] PASSED
16181 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N420] PASSED
16182 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N421] PASSED
16183 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N422] PASSED
16184 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N423] PASSED
16185 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N424] PASSED
16186 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N425] PASSED
16187 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N426] PASSED
16188 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N427] PASSED
16189 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N428] PASSED
16190 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N429] PASSED
16191 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N430] PASSED
16192 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N431] PASSED
16193 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N432] PASSED
16194 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N433] PASSED
16195 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N434] PASSED
16196 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N435] PASSED
16197 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N436] PASSED
16198 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N437] PASSED
16199 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N438] PASSED
16200 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N439] PASSED
16201 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N440] PASSED
16202 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N441] PASSED
16203 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N442] PASSED
16204 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N443] PASSED
16205 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N444] PASSED
16206 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N445] PASSED
16207 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N446] PASSED
16208 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N447] PASSED
16209 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N448] PASSED
16210 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N449] PASSED
16211 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N450] PASSED
16212 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N451] PASSED
16213 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N452] PASSED
16214 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N453] PASSED
16215 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N454] PASSED
16216 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N455] PASSED
16217 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N456] PASSED
16218 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N457] PASSED
16219 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N458] PASSED
16220 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N459] PASSED
16221 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N460] PASSED
16222 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N461] PASSED
16223 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N462] PASSED
16224 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N463] PASSED
16225 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N464] PASSED
16226 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N465] PASSED
16227 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N466] PASSED
16228 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N467] PASSED
16229 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N468] PASSED
16230 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N469] PASSED
16231 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N470] PASSED
16232 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N471] PASSED
16233 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N472] PASSED
16234 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N473] PASSED
16235 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N474] PASSED
16236 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N475] PASSED
16237 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N476] PASSED
16238 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N477] PASSED
16239 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N478] PASSED
16240 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N479] PASSED
16241 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N480] PASSED
16242 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N481] PASSED
16243 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N482] PASSED
16244 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N483] PASSED
16245 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N484] PASSED
16246 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N485] PASSED
16247 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N486] PASSED
16248 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N487] PASSED
16249 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N488] PASSED
16250 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N489] PASSED
16251 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N490] PASSED
16252 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N491] PASSED
16253 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N492] PASSED
16254 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N493] PASSED
16255 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N494] PASSED
16256 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N495] PASSED
16257 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N496] PASSED
16258 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N497] PASSED
16259 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N498] PASSED
16260 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N499] PASSED
16261 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N500] PASSED
16262 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N501] PASSED
16263 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N502] PASSED
16264 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N503] PASSED
16265 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N504] PASSED
16266 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N505] PASSED
16267 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N506] PASSED
16268 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N507] PASSED
16269 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N508] PASSED
16270 numpy/_core/tests/test_multiarray.py::test_partition_fp[float16-N509] PASSED
16271 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N0] PASSED
16272 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N1] PASSED
16273 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N2] PASSED
16274 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N3] PASSED
16275 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N4] PASSED
16276 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N5] PASSED
16277 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N6] PASSED
16278 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N7] PASSED
16279 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N8] PASSED
16280 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N9] PASSED
16281 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N10] PASSED
16282 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N11] PASSED
16283 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N12] PASSED
16284 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N13] PASSED
16285 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N14] PASSED
16286 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N15] PASSED
16287 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N16] PASSED
16288 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N17] PASSED
16289 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N18] PASSED
16290 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N19] PASSED
16291 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N20] PASSED
16292 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N21] PASSED
16293 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N22] PASSED
16294 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N23] PASSED
16295 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N24] PASSED
16296 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N25] PASSED
16297 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N26] PASSED
16298 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N27] PASSED
16299 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N28] PASSED
16300 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N29] PASSED
16301 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N30] PASSED
16302 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N31] PASSED
16303 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N32] PASSED
16304 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N33] PASSED
16305 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N34] PASSED
16306 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N35] PASSED
16307 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N36] PASSED
16308 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N37] PASSED
16309 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N38] PASSED
16310 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N39] PASSED
16311 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N40] PASSED
16312 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N41] PASSED
16313 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N42] PASSED
16314 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N43] PASSED
16315 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N44] PASSED
16316 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N45] PASSED
16317 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N46] PASSED
16318 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N47] PASSED
16319 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N48] PASSED
16320 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N49] PASSED
16321 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N50] PASSED
16322 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N51] PASSED
16323 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N52] PASSED
16324 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N53] PASSED
16325 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N54] PASSED
16326 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N55] PASSED
16327 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N56] PASSED
16328 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N57] PASSED
16329 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N58] PASSED
16330 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N59] PASSED
16331 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N60] PASSED
16332 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N61] PASSED
16333 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N62] PASSED
16334 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N63] PASSED
16335 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N64] PASSED
16336 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N65] PASSED
16337 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N66] PASSED
16338 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N67] PASSED
16339 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N68] PASSED
16340 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N69] PASSED
16341 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N70] PASSED
16342 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N71] PASSED
16343 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N72] PASSED
16344 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N73] PASSED
16345 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N74] PASSED
16346 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N75] PASSED
16347 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N76] PASSED
16348 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N77] PASSED
16349 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N78] PASSED
16350 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N79] PASSED
16351 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N80] PASSED
16352 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N81] PASSED
16353 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N82] PASSED
16354 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N83] PASSED
16355 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N84] PASSED
16356 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N85] PASSED
16357 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N86] PASSED
16358 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N87] PASSED
16359 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N88] PASSED
16360 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N89] PASSED
16361 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N90] PASSED
16362 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N91] PASSED
16363 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N92] PASSED
16364 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N93] PASSED
16365 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N94] PASSED
16366 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N95] PASSED
16367 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N96] PASSED
16368 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N97] PASSED
16369 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N98] PASSED
16370 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N99] PASSED
16371 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N100] PASSED
16372 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N101] PASSED
16373 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N102] PASSED
16374 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N103] PASSED
16375 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N104] PASSED
16376 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N105] PASSED
16377 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N106] PASSED
16378 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N107] PASSED
16379 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N108] PASSED
16380 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N109] PASSED
16381 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N110] PASSED
16382 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N111] PASSED
16383 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N112] PASSED
16384 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N113] PASSED
16385 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N114] PASSED
16386 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N115] PASSED
16387 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N116] PASSED
16388 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N117] PASSED
16389 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N118] PASSED
16390 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N119] PASSED
16391 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N120] PASSED
16392 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N121] PASSED
16393 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N122] PASSED
16394 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N123] PASSED
16395 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N124] PASSED
16396 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N125] PASSED
16397 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N126] PASSED
16398 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N127] PASSED
16399 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N128] PASSED
16400 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N129] PASSED
16401 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N130] PASSED
16402 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N131] PASSED
16403 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N132] PASSED
16404 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N133] PASSED
16405 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N134] PASSED
16406 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N135] PASSED
16407 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N136] PASSED
16408 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N137] PASSED
16409 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N138] PASSED
16410 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N139] PASSED
16411 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N140] PASSED
16412 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N141] PASSED
16413 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N142] PASSED
16414 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N143] PASSED
16415 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N144] PASSED
16416 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N145] PASSED
16417 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N146] PASSED
16418 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N147] PASSED
16419 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N148] PASSED
16420 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N149] PASSED
16421 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N150] PASSED
16422 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N151] PASSED
16423 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N152] PASSED
16424 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N153] PASSED
16425 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N154] PASSED
16426 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N155] PASSED
16427 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N156] PASSED
16428 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N157] PASSED
16429 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N158] PASSED
16430 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N159] PASSED
16431 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N160] PASSED
16432 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N161] PASSED
16433 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N162] PASSED
16434 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N163] PASSED
16435 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N164] PASSED
16436 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N165] PASSED
16437 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N166] PASSED
16438 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N167] PASSED
16439 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N168] PASSED
16440 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N169] PASSED
16441 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N170] PASSED
16442 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N171] PASSED
16443 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N172] PASSED
16444 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N173] PASSED
16445 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N174] PASSED
16446 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N175] PASSED
16447 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N176] PASSED
16448 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N177] PASSED
16449 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N178] PASSED
16450 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N179] PASSED
16451 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N180] PASSED
16452 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N181] PASSED
16453 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N182] PASSED
16454 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N183] PASSED
16455 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N184] PASSED
16456 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N185] PASSED
16457 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N186] PASSED
16458 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N187] PASSED
16459 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N188] PASSED
16460 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N189] PASSED
16461 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N190] PASSED
16462 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N191] PASSED
16463 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N192] PASSED
16464 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N193] PASSED
16465 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N194] PASSED
16466 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N195] PASSED
16467 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N196] PASSED
16468 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N197] PASSED
16469 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N198] PASSED
16470 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N199] PASSED
16471 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N200] PASSED
16472 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N201] PASSED
16473 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N202] PASSED
16474 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N203] PASSED
16475 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N204] PASSED
16476 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N205] PASSED
16477 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N206] PASSED
16478 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N207] PASSED
16479 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N208] PASSED
16480 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N209] PASSED
16481 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N210] PASSED
16482 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N211] PASSED
16483 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N212] PASSED
16484 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N213] PASSED
16485 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N214] PASSED
16486 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N215] PASSED
16487 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N216] PASSED
16488 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N217] PASSED
16489 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N218] PASSED
16490 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N219] PASSED
16491 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N220] PASSED
16492 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N221] PASSED
16493 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N222] PASSED
16494 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N223] PASSED
16495 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N224] PASSED
16496 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N225] PASSED
16497 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N226] PASSED
16498 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N227] PASSED
16499 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N228] PASSED
16500 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N229] PASSED
16501 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N230] PASSED
16502 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N231] PASSED
16503 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N232] PASSED
16504 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N233] PASSED
16505 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N234] PASSED
16506 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N235] PASSED
16507 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N236] PASSED
16508 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N237] PASSED
16509 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N238] PASSED
16510 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N239] PASSED
16511 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N240] PASSED
16512 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N241] PASSED
16513 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N242] PASSED
16514 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N243] PASSED
16515 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N244] PASSED
16516 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N245] PASSED
16517 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N246] PASSED
16518 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N247] PASSED
16519 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N248] PASSED
16520 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N249] PASSED
16521 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N250] PASSED
16522 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N251] PASSED
16523 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N252] PASSED
16524 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N253] PASSED
16525 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N254] PASSED
16526 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N255] PASSED
16527 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N256] PASSED
16528 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N257] PASSED
16529 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N258] PASSED
16530 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N259] PASSED
16531 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N260] PASSED
16532 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N261] PASSED
16533 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N262] PASSED
16534 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N263] PASSED
16535 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N264] PASSED
16536 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N265] PASSED
16537 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N266] PASSED
16538 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N267] PASSED
16539 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N268] PASSED
16540 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N269] PASSED
16541 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N270] PASSED
16542 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N271] PASSED
16543 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N272] PASSED
16544 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N273] PASSED
16545 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N274] PASSED
16546 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N275] PASSED
16547 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N276] PASSED
16548 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N277] PASSED
16549 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N278] PASSED
16550 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N279] PASSED
16551 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N280] PASSED
16552 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N281] PASSED
16553 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N282] PASSED
16554 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N283] PASSED
16555 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N284] PASSED
16556 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N285] PASSED
16557 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N286] PASSED
16558 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N287] PASSED
16559 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N288] PASSED
16560 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N289] PASSED
16561 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N290] PASSED
16562 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N291] PASSED
16563 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N292] PASSED
16564 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N293] PASSED
16565 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N294] PASSED
16566 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N295] PASSED
16567 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N296] PASSED
16568 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N297] PASSED
16569 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N298] PASSED
16570 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N299] PASSED
16571 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N300] PASSED
16572 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N301] PASSED
16573 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N302] PASSED
16574 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N303] PASSED
16575 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N304] PASSED
16576 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N305] PASSED
16577 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N306] PASSED
16578 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N307] PASSED
16579 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N308] PASSED
16580 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N309] PASSED
16581 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N310] PASSED
16582 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N311] PASSED
16583 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N312] PASSED
16584 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N313] PASSED
16585 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N314] PASSED
16586 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N315] PASSED
16587 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N316] PASSED
16588 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N317] PASSED
16589 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N318] PASSED
16590 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N319] PASSED
16591 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N320] PASSED
16592 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N321] PASSED
16593 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N322] PASSED
16594 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N323] PASSED
16595 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N324] PASSED
16596 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N325] PASSED
16597 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N326] PASSED
16598 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N327] PASSED
16599 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N328] PASSED
16600 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N329] PASSED
16601 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N330] PASSED
16602 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N331] PASSED
16603 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N332] PASSED
16604 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N333] PASSED
16605 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N334] PASSED
16606 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N335] PASSED
16607 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N336] PASSED
16608 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N337] PASSED
16609 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N338] PASSED
16610 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N339] PASSED
16611 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N340] PASSED
16612 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N341] PASSED
16613 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N342] PASSED
16614 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N343] PASSED
16615 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N344] PASSED
16616 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N345] PASSED
16617 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N346] PASSED
16618 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N347] PASSED
16619 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N348] PASSED
16620 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N349] PASSED
16621 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N350] PASSED
16622 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N351] PASSED
16623 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N352] PASSED
16624 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N353] PASSED
16625 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N354] PASSED
16626 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N355] PASSED
16627 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N356] PASSED
16628 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N357] PASSED
16629 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N358] PASSED
16630 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N359] PASSED
16631 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N360] PASSED
16632 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N361] PASSED
16633 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N362] PASSED
16634 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N363] PASSED
16635 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N364] PASSED
16636 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N365] PASSED
16637 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N366] PASSED
16638 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N367] PASSED
16639 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N368] PASSED
16640 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N369] PASSED
16641 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N370] PASSED
16642 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N371] PASSED
16643 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N372] PASSED
16644 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N373] PASSED
16645 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N374] PASSED
16646 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N375] PASSED
16647 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N376] PASSED
16648 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N377] PASSED
16649 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N378] PASSED
16650 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N379] PASSED
16651 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N380] PASSED
16652 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N381] PASSED
16653 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N382] PASSED
16654 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N383] PASSED
16655 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N384] PASSED
16656 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N385] PASSED
16657 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N386] PASSED
16658 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N387] PASSED
16659 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N388] PASSED
16660 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N389] PASSED
16661 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N390] PASSED
16662 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N391] PASSED
16663 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N392] PASSED
16664 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N393] PASSED
16665 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N394] PASSED
16666 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N395] PASSED
16667 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N396] PASSED
16668 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N397] PASSED
16669 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N398] PASSED
16670 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N399] PASSED
16671 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N400] PASSED
16672 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N401] PASSED
16673 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N402] PASSED
16674 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N403] PASSED
16675 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N404] PASSED
16676 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N405] PASSED
16677 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N406] PASSED
16678 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N407] PASSED
16679 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N408] PASSED
16680 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N409] PASSED
16681 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N410] PASSED
16682 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N411] PASSED
16683 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N412] PASSED
16684 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N413] PASSED
16685 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N414] PASSED
16686 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N415] PASSED
16687 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N416] PASSED
16688 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N417] PASSED
16689 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N418] PASSED
16690 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N419] PASSED
16691 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N420] PASSED
16692 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N421] PASSED
16693 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N422] PASSED
16694 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N423] PASSED
16695 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N424] PASSED
16696 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N425] PASSED
16697 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N426] PASSED
16698 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N427] PASSED
16699 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N428] PASSED
16700 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N429] PASSED
16701 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N430] PASSED
16702 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N431] PASSED
16703 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N432] PASSED
16704 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N433] PASSED
16705 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N434] PASSED
16706 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N435] PASSED
16707 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N436] PASSED
16708 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N437] PASSED
16709 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N438] PASSED
16710 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N439] PASSED
16711 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N440] PASSED
16712 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N441] PASSED
16713 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N442] PASSED
16714 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N443] PASSED
16715 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N444] PASSED
16716 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N445] PASSED
16717 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N446] PASSED
16718 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N447] PASSED
16719 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N448] PASSED
16720 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N449] PASSED
16721 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N450] PASSED
16722 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N451] PASSED
16723 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N452] PASSED
16724 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N453] PASSED
16725 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N454] PASSED
16726 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N455] PASSED
16727 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N456] PASSED
16728 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N457] PASSED
16729 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N458] PASSED
16730 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N459] PASSED
16731 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N460] PASSED
16732 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N461] PASSED
16733 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N462] PASSED
16734 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N463] PASSED
16735 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N464] PASSED
16736 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N465] PASSED
16737 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N466] PASSED
16738 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N467] PASSED
16739 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N468] PASSED
16740 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N469] PASSED
16741 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N470] PASSED
16742 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N471] PASSED
16743 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N472] PASSED
16744 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N473] PASSED
16745 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N474] PASSED
16746 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N475] PASSED
16747 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N476] PASSED
16748 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N477] PASSED
16749 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N478] PASSED
16750 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N479] PASSED
16751 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N480] PASSED
16752 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N481] PASSED
16753 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N482] PASSED
16754 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N483] PASSED
16755 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N484] PASSED
16756 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N485] PASSED
16757 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N486] PASSED
16758 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N487] PASSED
16759 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N488] PASSED
16760 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N489] PASSED
16761 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N490] PASSED
16762 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N491] PASSED
16763 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N492] PASSED
16764 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N493] PASSED
16765 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N494] PASSED
16766 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N495] PASSED
16767 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N496] PASSED
16768 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N497] PASSED
16769 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N498] PASSED
16770 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N499] PASSED
16771 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N500] PASSED
16772 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N501] PASSED
16773 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N502] PASSED
16774 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N503] PASSED
16775 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N504] PASSED
16776 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N505] PASSED
16777 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N506] PASSED
16778 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N507] PASSED
16779 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N508] PASSED
16780 numpy/_core/tests/test_multiarray.py::test_partition_fp[float32-N509] PASSED
16781 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N0] PASSED
16782 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N1] PASSED
16783 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N2] PASSED
16784 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N3] PASSED
16785 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N4] PASSED
16786 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N5] PASSED
16787 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N6] PASSED
16788 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N7] PASSED
16789 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N8] PASSED
16790 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N9] PASSED
16791 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N10] PASSED
16792 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N11] PASSED
16793 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N12] PASSED
16794 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N13] PASSED
16795 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N14] PASSED
16796 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N15] PASSED
16797 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N16] PASSED
16798 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N17] PASSED
16799 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N18] PASSED
16800 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N19] PASSED
16801 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N20] PASSED
16802 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N21] PASSED
16803 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N22] PASSED
16804 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N23] PASSED
16805 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N24] PASSED
16806 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N25] PASSED
16807 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N26] PASSED
16808 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N27] PASSED
16809 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N28] PASSED
16810 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N29] PASSED
16811 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N30] PASSED
16812 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N31] PASSED
16813 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N32] PASSED
16814 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N33] PASSED
16815 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N34] PASSED
16816 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N35] PASSED
16817 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N36] PASSED
16818 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N37] PASSED
16819 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N38] PASSED
16820 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N39] PASSED
16821 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N40] PASSED
16822 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N41] PASSED
16823 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N42] PASSED
16824 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N43] PASSED
16825 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N44] PASSED
16826 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N45] PASSED
16827 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N46] PASSED
16828 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N47] PASSED
16829 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N48] PASSED
16830 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N49] PASSED
16831 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N50] PASSED
16832 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N51] PASSED
16833 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N52] PASSED
16834 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N53] PASSED
16835 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N54] PASSED
16836 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N55] PASSED
16837 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N56] PASSED
16838 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N57] PASSED
16839 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N58] PASSED
16840 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N59] PASSED
16841 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N60] PASSED
16842 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N61] PASSED
16843 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N62] PASSED
16844 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N63] PASSED
16845 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N64] PASSED
16846 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N65] PASSED
16847 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N66] PASSED
16848 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N67] PASSED
16849 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N68] PASSED
16850 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N69] PASSED
16851 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N70] PASSED
16852 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N71] PASSED
16853 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N72] PASSED
16854 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N73] PASSED
16855 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N74] PASSED
16856 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N75] PASSED
16857 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N76] PASSED
16858 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N77] PASSED
16859 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N78] PASSED
16860 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N79] PASSED
16861 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N80] PASSED
16862 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N81] PASSED
16863 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N82] PASSED
16864 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N83] PASSED
16865 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N84] PASSED
16866 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N85] PASSED
16867 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N86] PASSED
16868 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N87] PASSED
16869 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N88] PASSED
16870 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N89] PASSED
16871 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N90] PASSED
16872 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N91] PASSED
16873 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N92] PASSED
16874 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N93] PASSED
16875 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N94] PASSED
16876 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N95] PASSED
16877 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N96] PASSED
16878 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N97] PASSED
16879 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N98] PASSED
16880 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N99] PASSED
16881 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N100] PASSED
16882 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N101] PASSED
16883 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N102] PASSED
16884 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N103] PASSED
16885 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N104] PASSED
16886 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N105] PASSED
16887 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N106] PASSED
16888 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N107] PASSED
16889 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N108] PASSED
16890 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N109] PASSED
16891 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N110] PASSED
16892 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N111] PASSED
16893 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N112] PASSED
16894 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N113] PASSED
16895 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N114] PASSED
16896 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N115] PASSED
16897 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N116] PASSED
16898 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N117] PASSED
16899 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N118] PASSED
16900 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N119] PASSED
16901 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N120] PASSED
16902 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N121] PASSED
16903 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N122] PASSED
16904 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N123] PASSED
16905 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N124] PASSED
16906 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N125] PASSED
16907 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N126] PASSED
16908 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N127] PASSED
16909 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N128] PASSED
16910 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N129] PASSED
16911 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N130] PASSED
16912 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N131] PASSED
16913 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N132] PASSED
16914 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N133] PASSED
16915 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N134] PASSED
16916 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N135] PASSED
16917 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N136] PASSED
16918 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N137] PASSED
16919 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N138] PASSED
16920 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N139] PASSED
16921 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N140] PASSED
16922 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N141] PASSED
16923 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N142] PASSED
16924 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N143] PASSED
16925 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N144] PASSED
16926 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N145] PASSED
16927 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N146] PASSED
16928 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N147] PASSED
16929 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N148] PASSED
16930 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N149] PASSED
16931 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N150] PASSED
16932 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N151] PASSED
16933 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N152] PASSED
16934 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N153] PASSED
16935 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N154] PASSED
16936 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N155] PASSED
16937 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N156] PASSED
16938 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N157] PASSED
16939 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N158] PASSED
16940 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N159] PASSED
16941 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N160] PASSED
16942 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N161] PASSED
16943 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N162] PASSED
16944 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N163] PASSED
16945 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N164] PASSED
16946 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N165] PASSED
16947 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N166] PASSED
16948 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N167] PASSED
16949 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N168] PASSED
16950 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N169] PASSED
16951 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N170] PASSED
16952 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N171] PASSED
16953 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N172] PASSED
16954 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N173] PASSED
16955 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N174] PASSED
16956 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N175] PASSED
16957 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N176] PASSED
16958 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N177] PASSED
16959 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N178] PASSED
16960 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N179] PASSED
16961 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N180] PASSED
16962 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N181] PASSED
16963 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N182] PASSED
16964 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N183] PASSED
16965 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N184] PASSED
16966 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N185] PASSED
16967 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N186] PASSED
16968 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N187] PASSED
16969 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N188] PASSED
16970 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N189] PASSED
16971 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N190] PASSED
16972 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N191] PASSED
16973 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N192] PASSED
16974 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N193] PASSED
16975 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N194] PASSED
16976 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N195] PASSED
16977 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N196] PASSED
16978 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N197] PASSED
16979 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N198] PASSED
16980 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N199] PASSED
16981 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N200] PASSED
16982 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N201] PASSED
16983 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N202] PASSED
16984 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N203] PASSED
16985 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N204] PASSED
16986 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N205] PASSED
16987 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N206] PASSED
16988 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N207] PASSED
16989 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N208] PASSED
16990 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N209] PASSED
16991 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N210] PASSED
16992 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N211] PASSED
16993 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N212] PASSED
16994 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N213] PASSED
16995 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N214] PASSED
16996 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N215] PASSED
16997 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N216] PASSED
16998 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N217] PASSED
16999 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N218] PASSED
17000 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N219] PASSED
17001 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N220] PASSED
17002 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N221] PASSED
17003 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N222] PASSED
17004 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N223] PASSED
17005 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N224] PASSED
17006 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N225] PASSED
17007 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N226] PASSED
17008 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N227] PASSED
17009 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N228] PASSED
17010 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N229] PASSED
17011 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N230] PASSED
17012 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N231] PASSED
17013 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N232] PASSED
17014 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N233] PASSED
17015 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N234] PASSED
17016 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N235] PASSED
17017 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N236] PASSED
17018 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N237] PASSED
17019 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N238] PASSED
17020 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N239] PASSED
17021 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N240] PASSED
17022 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N241] PASSED
17023 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N242] PASSED
17024 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N243] PASSED
17025 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N244] PASSED
17026 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N245] PASSED
17027 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N246] PASSED
17028 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N247] PASSED
17029 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N248] PASSED
17030 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N249] PASSED
17031 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N250] PASSED
17032 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N251] PASSED
17033 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N252] PASSED
17034 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N253] PASSED
17035 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N254] PASSED
17036 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N255] PASSED
17037 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N256] PASSED
17038 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N257] PASSED
17039 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N258] PASSED
17040 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N259] PASSED
17041 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N260] PASSED
17042 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N261] PASSED
17043 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N262] PASSED
17044 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N263] PASSED
17045 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N264] PASSED
17046 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N265] PASSED
17047 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N266] PASSED
17048 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N267] PASSED
17049 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N268] PASSED
17050 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N269] PASSED
17051 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N270] PASSED
17052 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N271] PASSED
17053 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N272] PASSED
17054 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N273] PASSED
17055 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N274] PASSED
17056 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N275] PASSED
17057 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N276] PASSED
17058 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N277] PASSED
17059 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N278] PASSED
17060 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N279] PASSED
17061 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N280] PASSED
17062 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N281] PASSED
17063 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N282] PASSED
17064 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N283] PASSED
17065 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N284] PASSED
17066 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N285] PASSED
17067 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N286] PASSED
17068 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N287] PASSED
17069 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N288] PASSED
17070 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N289] PASSED
17071 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N290] PASSED
17072 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N291] PASSED
17073 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N292] PASSED
17074 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N293] PASSED
17075 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N294] PASSED
17076 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N295] PASSED
17077 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N296] PASSED
17078 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N297] PASSED
17079 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N298] PASSED
17080 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N299] PASSED
17081 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N300] PASSED
17082 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N301] PASSED
17083 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N302] PASSED
17084 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N303] PASSED
17085 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N304] PASSED
17086 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N305] PASSED
17087 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N306] PASSED
17088 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N307] PASSED
17089 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N308] PASSED
17090 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N309] PASSED
17091 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N310] PASSED
17092 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N311] PASSED
17093 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N312] PASSED
17094 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N313] PASSED
17095 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N314] PASSED
17096 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N315] PASSED
17097 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N316] PASSED
17098 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N317] PASSED
17099 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N318] PASSED
17100 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N319] PASSED
17101 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N320] PASSED
17102 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N321] PASSED
17103 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N322] PASSED
17104 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N323] PASSED
17105 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N324] PASSED
17106 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N325] PASSED
17107 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N326] PASSED
17108 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N327] PASSED
17109 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N328] PASSED
17110 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N329] PASSED
17111 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N330] PASSED
17112 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N331] PASSED
17113 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N332] PASSED
17114 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N333] PASSED
17115 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N334] PASSED
17116 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N335] PASSED
17117 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N336] PASSED
17118 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N337] PASSED
17119 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N338] PASSED
17120 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N339] PASSED
17121 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N340] PASSED
17122 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N341] PASSED
17123 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N342] PASSED
17124 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N343] PASSED
17125 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N344] PASSED
17126 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N345] PASSED
17127 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N346] PASSED
17128 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N347] PASSED
17129 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N348] PASSED
17130 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N349] PASSED
17131 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N350] PASSED
17132 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N351] PASSED
17133 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N352] PASSED
17134 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N353] PASSED
17135 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N354] PASSED
17136 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N355] PASSED
17137 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N356] PASSED
17138 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N357] PASSED
17139 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N358] PASSED
17140 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N359] PASSED
17141 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N360] PASSED
17142 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N361] PASSED
17143 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N362] PASSED
17144 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N363] PASSED
17145 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N364] PASSED
17146 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N365] PASSED
17147 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N366] PASSED
17148 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N367] PASSED
17149 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N368] PASSED
17150 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N369] PASSED
17151 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N370] PASSED
17152 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N371] PASSED
17153 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N372] PASSED
17154 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N373] PASSED
17155 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N374] PASSED
17156 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N375] PASSED
17157 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N376] PASSED
17158 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N377] PASSED
17159 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N378] PASSED
17160 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N379] PASSED
17161 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N380] PASSED
17162 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N381] PASSED
17163 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N382] PASSED
17164 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N383] PASSED
17165 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N384] PASSED
17166 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N385] PASSED
17167 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N386] PASSED
17168 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N387] PASSED
17169 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N388] PASSED
17170 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N389] PASSED
17171 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N390] PASSED
17172 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N391] PASSED
17173 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N392] PASSED
17174 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N393] PASSED
17175 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N394] PASSED
17176 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N395] PASSED
17177 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N396] PASSED
17178 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N397] PASSED
17179 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N398] PASSED
17180 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N399] PASSED
17181 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N400] PASSED
17182 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N401] PASSED
17183 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N402] PASSED
17184 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N403] PASSED
17185 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N404] PASSED
17186 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N405] PASSED
17187 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N406] PASSED
17188 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N407] PASSED
17189 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N408] PASSED
17190 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N409] PASSED
17191 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N410] PASSED
17192 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N411] PASSED
17193 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N412] PASSED
17194 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N413] PASSED
17195 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N414] PASSED
17196 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N415] PASSED
17197 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N416] PASSED
17198 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N417] PASSED
17199 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N418] PASSED
17200 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N419] PASSED
17201 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N420] PASSED
17202 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N421] PASSED
17203 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N422] PASSED
17204 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N423] PASSED
17205 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N424] PASSED
17206 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N425] PASSED
17207 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N426] PASSED
17208 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N427] PASSED
17209 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N428] PASSED
17210 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N429] PASSED
17211 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N430] PASSED
17212 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N431] PASSED
17213 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N432] PASSED
17214 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N433] PASSED
17215 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N434] PASSED
17216 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N435] PASSED
17217 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N436] PASSED
17218 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N437] PASSED
17219 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N438] PASSED
17220 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N439] PASSED
17221 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N440] PASSED
17222 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N441] PASSED
17223 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N442] PASSED
17224 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N443] PASSED
17225 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N444] PASSED
17226 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N445] PASSED
17227 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N446] PASSED
17228 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N447] PASSED
17229 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N448] PASSED
17230 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N449] PASSED
17231 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N450] PASSED
17232 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N451] PASSED
17233 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N452] PASSED
17234 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N453] PASSED
17235 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N454] PASSED
17236 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N455] PASSED
17237 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N456] PASSED
17238 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N457] PASSED
17239 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N458] PASSED
17240 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N459] PASSED
17241 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N460] PASSED
17242 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N461] PASSED
17243 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N462] PASSED
17244 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N463] PASSED
17245 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N464] PASSED
17246 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N465] PASSED
17247 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N466] PASSED
17248 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N467] PASSED
17249 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N468] PASSED
17250 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N469] PASSED
17251 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N470] PASSED
17252 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N471] PASSED
17253 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N472] PASSED
17254 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N473] PASSED
17255 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N474] PASSED
17256 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N475] PASSED
17257 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N476] PASSED
17258 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N477] PASSED
17259 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N478] PASSED
17260 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N479] PASSED
17261 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N480] PASSED
17262 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N481] PASSED
17263 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N482] PASSED
17264 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N483] PASSED
17265 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N484] PASSED
17266 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N485] PASSED
17267 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N486] PASSED
17268 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N487] PASSED
17269 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N488] PASSED
17270 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N489] PASSED
17271 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N490] PASSED
17272 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N491] PASSED
17273 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N492] PASSED
17274 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N493] PASSED
17275 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N494] PASSED
17276 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N495] PASSED
17277 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N496] PASSED
17278 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N497] PASSED
17279 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N498] PASSED
17280 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N499] PASSED
17281 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N500] PASSED
17282 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N501] PASSED
17283 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N502] PASSED
17284 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N503] PASSED
17285 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N504] PASSED
17286 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N505] PASSED
17287 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N506] PASSED
17288 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N507] PASSED
17289 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N508] PASSED
17290 numpy/_core/tests/test_multiarray.py::test_partition_fp[float64-N509] PASSED
17291 numpy/_core/tests/test_multiarray.py::test_cannot_assign_data PASSED
17292 numpy/_core/tests/test_multiarray.py::test_insufficient_width PASSED
17293 numpy/_core/tests/test_multiarray.py::test_npy_char_raises PASSED
17294 numpy/_core/tests/test_multiarray.py::TestDevice::test_device PASSED
17295 numpy/_core/tests/test_multiarray.py::TestDevice::test_to_device PASSED
17296 numpy/_core/tests/test_nditer.py::test_iter_refcount PASSED
17297 numpy/_core/tests/test_nditer.py::test_iter_best_order PASSED
17298 numpy/_core/tests/test_nditer.py::test_iter_c_order PASSED
17299 numpy/_core/tests/test_nditer.py::test_iter_f_order PASSED
17300 numpy/_core/tests/test_nditer.py::test_iter_c_or_f_order PASSED
17301 numpy/_core/tests/test_nditer.py::test_nditer_multi_index_set PASSED
17302 numpy/_core/tests/test_nditer.py::test_nditer_multi_index_set_refcount PASSED
17303 numpy/_core/tests/test_nditer.py::test_iter_best_order_multi_index_1d PASSED
17304 numpy/_core/tests/test_nditer.py::test_iter_best_order_multi_index_2d PASSED
17305 numpy/_core/tests/test_nditer.py::test_iter_best_order_multi_index_3d PASSED
17306 numpy/_core/tests/test_nditer.py::test_iter_best_order_c_index_1d PASSED
17307 numpy/_core/tests/test_nditer.py::test_iter_best_order_c_index_2d PASSED
17308 numpy/_core/tests/test_nditer.py::test_iter_best_order_c_index_3d PASSED
17309 numpy/_core/tests/test_nditer.py::test_iter_best_order_f_index_1d PASSED
17310 numpy/_core/tests/test_nditer.py::test_iter_best_order_f_index_2d PASSED
17311 numpy/_core/tests/test_nditer.py::test_iter_best_order_f_index_3d PASSED
17312 numpy/_core/tests/test_nditer.py::test_iter_no_inner_full_coalesce PASSED
17313 numpy/_core/tests/test_nditer.py::test_iter_no_inner_dim_coalescing PASSED
17314 numpy/_core/tests/test_nditer.py::test_iter_dim_coalescing PASSED
17315 numpy/_core/tests/test_nditer.py::test_iter_broadcasting PASSED
17316 numpy/_core/tests/test_nditer.py::test_iter_itershape PASSED
17317 numpy/_core/tests/test_nditer.py::test_iter_broadcasting_errors PASSED
17318 numpy/_core/tests/test_nditer.py::test_iter_flags_errors PASSED
17319 numpy/_core/tests/test_nditer.py::test_iter_slice PASSED
17320 numpy/_core/tests/test_nditer.py::test_iter_assign_mapping PASSED
17321 numpy/_core/tests/test_nditer.py::test_iter_nbo_align_contig PASSED
17322 numpy/_core/tests/test_nditer.py::test_iter_array_cast PASSED
17323 numpy/_core/tests/test_nditer.py::test_iter_array_cast_errors PASSED
17324 numpy/_core/tests/test_nditer.py::test_iter_scalar_cast PASSED
17325 numpy/_core/tests/test_nditer.py::test_iter_scalar_cast_errors PASSED
17326 numpy/_core/tests/test_nditer.py::test_iter_object_arrays_basic PASSED
17327 numpy/_core/tests/test_nditer.py::test_iter_object_arrays_conversions PASSED
17328 numpy/_core/tests/test_nditer.py::test_iter_common_dtype PASSED
17329 numpy/_core/tests/test_nditer.py::test_iter_copy_if_overlap PASSED
17330 numpy/_core/tests/test_nditer.py::test_iter_op_axes PASSED
17331 numpy/_core/tests/test_nditer.py::test_iter_op_axes_errors PASSED
17332 numpy/_core/tests/test_nditer.py::test_iter_copy PASSED
17333 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-?] PASSED
17334 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-b] PASSED
17335 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-h] PASSED
17336 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-i] PASSED
17337 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-l] PASSED
17338 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-q] PASSED
17339 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-n] PASSED
17340 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-p] PASSED
17341 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-B] PASSED
17342 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-H] PASSED
17343 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-I] PASSED
17344 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-L] PASSED
17345 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-Q] PASSED
17346 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-N] PASSED
17347 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-P] PASSED
17348 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-e] PASSED
17349 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-f] PASSED
17350 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-d] PASSED
17351 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-g] PASSED
17352 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-F] PASSED
17353 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-D] PASSED
17354 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-G] PASSED
17355 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-S] PASSED
17356 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-U] PASSED
17357 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-V] PASSED
17358 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-O] PASSED
17359 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-M] PASSED
17360 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[?-m] PASSED
17361 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-?] PASSED
17362 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-b] PASSED
17363 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-h] PASSED
17364 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-i] PASSED
17365 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-l] PASSED
17366 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-q] PASSED
17367 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-n] PASSED
17368 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-p] PASSED
17369 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-B] PASSED
17370 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-H] PASSED
17371 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-I] PASSED
17372 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-L] PASSED
17373 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-Q] PASSED
17374 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-N] PASSED
17375 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-P] PASSED
17376 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-e] PASSED
17377 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-f] PASSED
17378 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-d] PASSED
17379 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-g] PASSED
17380 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-F] PASSED
17381 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-D] PASSED
17382 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-G] PASSED
17383 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-S] PASSED
17384 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-U] PASSED
17385 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-V] PASSED
17386 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-O] PASSED
17387 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-M] PASSED
17388 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[b-m] PASSED
17389 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-?] PASSED
17390 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-b] PASSED
17391 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-h] PASSED
17392 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-i] PASSED
17393 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-l] PASSED
17394 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-q] PASSED
17395 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-n] PASSED
17396 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-p] PASSED
17397 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-B] PASSED
17398 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-H] PASSED
17399 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-I] PASSED
17400 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-L] PASSED
17401 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-Q] PASSED
17402 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-N] PASSED
17403 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-P] PASSED
17404 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-e] PASSED
17405 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-f] PASSED
17406 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-d] PASSED
17407 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-g] PASSED
17408 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-F] PASSED
17409 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-D] PASSED
17410 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-G] PASSED
17411 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-S] PASSED
17412 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-U] PASSED
17413 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-V] PASSED
17414 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-O] PASSED
17415 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-M] PASSED
17416 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[h-m] PASSED
17417 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-?] PASSED
17418 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-b] PASSED
17419 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-h] PASSED
17420 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-i] PASSED
17421 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-l] PASSED
17422 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-q] PASSED
17423 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-n] PASSED
17424 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-p] PASSED
17425 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-B] PASSED
17426 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-H] PASSED
17427 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-I] PASSED
17428 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-L] PASSED
17429 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-Q] PASSED
17430 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-N] PASSED
17431 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-P] PASSED
17432 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-e] PASSED
17433 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-f] PASSED
17434 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-d] PASSED
17435 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-g] PASSED
17436 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-F] PASSED
17437 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-D] PASSED
17438 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-G] PASSED
17439 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-S] PASSED
17440 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-U] PASSED
17441 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-V] PASSED
17442 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-O] PASSED
17443 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-M] PASSED
17444 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[i-m] PASSED
17445 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-?] PASSED
17446 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-b] PASSED
17447 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-h] PASSED
17448 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-i] PASSED
17449 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-l] PASSED
17450 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-q] PASSED
17451 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-n] PASSED
17452 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-p] PASSED
17453 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-B] PASSED
17454 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-H] PASSED
17455 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-I] PASSED
17456 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-L] PASSED
17457 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-Q] PASSED
17458 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-N] PASSED
17459 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-P] PASSED
17460 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-e] PASSED
17461 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-f] PASSED
17462 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-d] PASSED
17463 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-g] PASSED
17464 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-F] PASSED
17465 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-D] PASSED
17466 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-G] PASSED
17467 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-S] PASSED
17468 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-U] PASSED
17469 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-V] PASSED
17470 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-O] PASSED
17471 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-M] PASSED
17472 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[l-m] PASSED
17473 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-?] PASSED
17474 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-b] PASSED
17475 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-h] PASSED
17476 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-i] PASSED
17477 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-l] PASSED
17478 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-q] PASSED
17479 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-n] PASSED
17480 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-p] PASSED
17481 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-B] PASSED
17482 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-H] PASSED
17483 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-I] PASSED
17484 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-L] PASSED
17485 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-Q] PASSED
17486 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-N] PASSED
17487 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-P] PASSED
17488 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-e] PASSED
17489 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-f] PASSED
17490 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-d] PASSED
17491 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-g] PASSED
17492 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-F] PASSED
17493 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-D] PASSED
17494 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-G] PASSED
17495 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-S] PASSED
17496 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-U] PASSED
17497 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-V] PASSED
17498 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-O] PASSED
17499 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-M] PASSED
17500 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[q-m] PASSED
17501 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-?] PASSED
17502 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-b] PASSED
17503 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-h] PASSED
17504 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-i] PASSED
17505 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-l] PASSED
17506 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-q] PASSED
17507 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-n] PASSED
17508 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-p] PASSED
17509 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-B] PASSED
17510 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-H] PASSED
17511 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-I] PASSED
17512 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-L] PASSED
17513 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-Q] PASSED
17514 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-N] PASSED
17515 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-P] PASSED
17516 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-e] PASSED
17517 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-f] PASSED
17518 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-d] PASSED
17519 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-g] PASSED
17520 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-F] PASSED
17521 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-D] PASSED
17522 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-G] PASSED
17523 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-S] PASSED
17524 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-U] PASSED
17525 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-V] PASSED
17526 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-O] PASSED
17527 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-M] PASSED
17528 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[n-m] PASSED
17529 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-?] PASSED
17530 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-b] PASSED
17531 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-h] PASSED
17532 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-i] PASSED
17533 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-l] PASSED
17534 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-q] PASSED
17535 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-n] PASSED
17536 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-p] PASSED
17537 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-B] PASSED
17538 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-H] PASSED
17539 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-I] PASSED
17540 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-L] PASSED
17541 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-Q] PASSED
17542 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-N] PASSED
17543 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-P] PASSED
17544 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-e] PASSED
17545 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-f] PASSED
17546 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-d] PASSED
17547 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-g] PASSED
17548 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-F] PASSED
17549 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-D] PASSED
17550 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-G] PASSED
17551 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-S] PASSED
17552 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-U] PASSED
17553 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-V] PASSED
17554 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-O] PASSED
17555 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-M] PASSED
17556 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[p-m] PASSED
17557 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-?] PASSED
17558 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-b] PASSED
17559 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-h] PASSED
17560 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-i] PASSED
17561 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-l] PASSED
17562 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-q] PASSED
17563 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-n] PASSED
17564 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-p] PASSED
17565 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-B] PASSED
17566 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-H] PASSED
17567 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-I] PASSED
17568 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-L] PASSED
17569 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-Q] PASSED
17570 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-N] PASSED
17571 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-P] PASSED
17572 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-e] PASSED
17573 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-f] PASSED
17574 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-d] PASSED
17575 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-g] PASSED
17576 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-F] PASSED
17577 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-D] PASSED
17578 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-G] PASSED
17579 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-S] PASSED
17580 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-U] PASSED
17581 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-V] PASSED
17582 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-O] PASSED
17583 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-M] PASSED
17584 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[B-m] PASSED
17585 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-?] PASSED
17586 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-b] PASSED
17587 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-h] PASSED
17588 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-i] PASSED
17589 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-l] PASSED
17590 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-q] PASSED
17591 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-n] PASSED
17592 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-p] PASSED
17593 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-B] PASSED
17594 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-H] PASSED
17595 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-I] PASSED
17596 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-L] PASSED
17597 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-Q] PASSED
17598 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-N] PASSED
17599 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-P] PASSED
17600 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-e] PASSED
17601 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-f] PASSED
17602 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-d] PASSED
17603 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-g] PASSED
17604 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-F] PASSED
17605 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-D] PASSED
17606 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-G] PASSED
17607 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-S] PASSED
17608 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-U] PASSED
17609 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-V] PASSED
17610 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-O] PASSED
17611 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-M] PASSED
17612 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[H-m] PASSED
17613 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-?] PASSED
17614 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-b] PASSED
17615 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-h] PASSED
17616 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-i] PASSED
17617 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-l] PASSED
17618 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-q] PASSED
17619 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-n] PASSED
17620 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-p] PASSED
17621 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-B] PASSED
17622 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-H] PASSED
17623 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-I] PASSED
17624 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-L] PASSED
17625 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-Q] PASSED
17626 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-N] PASSED
17627 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-P] PASSED
17628 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-e] PASSED
17629 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-f] PASSED
17630 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-d] PASSED
17631 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-g] PASSED
17632 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-F] PASSED
17633 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-D] PASSED
17634 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-G] PASSED
17635 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-S] PASSED
17636 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-U] PASSED
17637 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-V] PASSED
17638 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-O] PASSED
17639 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-M] PASSED
17640 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[I-m] PASSED
17641 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-?] PASSED
17642 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-b] PASSED
17643 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-h] PASSED
17644 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-i] PASSED
17645 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-l] PASSED
17646 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-q] PASSED
17647 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-n] PASSED
17648 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-p] PASSED
17649 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-B] PASSED
17650 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-H] PASSED
17651 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-I] PASSED
17652 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-L] PASSED
17653 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-Q] PASSED
17654 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-N] PASSED
17655 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-P] PASSED
17656 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-e] PASSED
17657 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-f] PASSED
17658 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-d] PASSED
17659 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-g] PASSED
17660 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-F] PASSED
17661 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-D] PASSED
17662 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-G] PASSED
17663 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-S] PASSED
17664 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-U] PASSED
17665 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-V] PASSED
17666 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-O] PASSED
17667 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-M] PASSED
17668 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[L-m] PASSED
17669 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-?] PASSED
17670 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-b] PASSED
17671 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-h] PASSED
17672 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-i] PASSED
17673 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-l] PASSED
17674 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-q] PASSED
17675 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-n] PASSED
17676 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-p] PASSED
17677 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-B] PASSED
17678 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-H] PASSED
17679 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-I] PASSED
17680 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-L] PASSED
17681 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-Q] PASSED
17682 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-N] PASSED
17683 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-P] PASSED
17684 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-e] PASSED
17685 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-f] PASSED
17686 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-d] PASSED
17687 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-g] PASSED
17688 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-F] PASSED
17689 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-D] PASSED
17690 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-G] PASSED
17691 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-S] PASSED
17692 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-U] PASSED
17693 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-V] PASSED
17694 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-O] PASSED
17695 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-M] PASSED
17696 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[Q-m] PASSED
17697 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-?] PASSED
17698 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-b] PASSED
17699 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-h] PASSED
17700 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-i] PASSED
17701 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-l] PASSED
17702 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-q] PASSED
17703 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-n] PASSED
17704 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-p] PASSED
17705 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-B] PASSED
17706 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-H] PASSED
17707 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-I] PASSED
17708 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-L] PASSED
17709 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-Q] PASSED
17710 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-N] PASSED
17711 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-P] PASSED
17712 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-e] PASSED
17713 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-f] PASSED
17714 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-d] PASSED
17715 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-g] PASSED
17716 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-F] PASSED
17717 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-D] PASSED
17718 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-G] PASSED
17719 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-S] PASSED
17720 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-U] PASSED
17721 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-V] PASSED
17722 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-O] PASSED
17723 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-M] PASSED
17724 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[N-m] PASSED
17725 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-?] PASSED
17726 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-b] PASSED
17727 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-h] PASSED
17728 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-i] PASSED
17729 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-l] PASSED
17730 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-q] PASSED
17731 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-n] PASSED
17732 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-p] PASSED
17733 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-B] PASSED
17734 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-H] PASSED
17735 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-I] PASSED
17736 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-L] PASSED
17737 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-Q] PASSED
17738 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-N] PASSED
17739 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-P] PASSED
17740 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-e] PASSED
17741 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-f] PASSED
17742 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-d] PASSED
17743 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-g] PASSED
17744 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-F] PASSED
17745 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-D] PASSED
17746 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-G] PASSED
17747 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-S] PASSED
17748 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-U] PASSED
17749 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-V] PASSED
17750 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-O] PASSED
17751 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-M] PASSED
17752 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[P-m] PASSED
17753 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-?] PASSED
17754 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-b] PASSED
17755 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-h] PASSED
17756 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-i] PASSED
17757 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-l] PASSED
17758 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-q] PASSED
17759 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-n] PASSED
17760 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-p] PASSED
17761 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-B] PASSED
17762 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-H] PASSED
17763 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-I] PASSED
17764 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-L] PASSED
17765 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-Q] PASSED
17766 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-N] PASSED
17767 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-P] PASSED
17768 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-e] PASSED
17769 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-f] PASSED
17770 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-d] PASSED
17771 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-g] PASSED
17772 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-F] PASSED
17773 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-D] PASSED
17774 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-G] PASSED
17775 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-S] PASSED
17776 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-U] PASSED
17777 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-V] PASSED
17778 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-O] PASSED
17779 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-M] PASSED
17780 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[e-m] PASSED
17781 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-?] PASSED
17782 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-b] PASSED
17783 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-h] PASSED
17784 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-i] PASSED
17785 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-l] PASSED
17786 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-q] PASSED
17787 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-n] PASSED
17788 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-p] PASSED
17789 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-B] PASSED
17790 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-H] PASSED
17791 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-I] PASSED
17792 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-L] PASSED
17793 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-Q] PASSED
17794 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-N] PASSED
17795 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-P] PASSED
17796 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-e] PASSED
17797 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-f] PASSED
17798 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-d] PASSED
17799 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-g] PASSED
17800 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-F] PASSED
17801 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-D] PASSED
17802 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-G] PASSED
17803 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-S] PASSED
17804 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-U] PASSED
17805 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-V] PASSED
17806 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-O] PASSED
17807 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-M] PASSED
17808 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[f-m] PASSED
17809 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-?] PASSED
17810 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-b] PASSED
17811 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-h] PASSED
17812 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-i] PASSED
17813 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-l] PASSED
17814 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-q] PASSED
17815 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-n] PASSED
17816 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-p] PASSED
17817 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-B] PASSED
17818 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-H] PASSED
17819 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-I] PASSED
17820 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-L] PASSED
17821 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-Q] PASSED
17822 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-N] PASSED
17823 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-P] PASSED
17824 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-e] PASSED
17825 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-f] PASSED
17826 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-d] PASSED
17827 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-g] PASSED
17828 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-F] PASSED
17829 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-D] PASSED
17830 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-G] PASSED
17831 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-S] PASSED
17832 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-U] PASSED
17833 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-V] PASSED
17834 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-O] PASSED
17835 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-M] PASSED
17836 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[d-m] PASSED
17837 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-?] PASSED
17838 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-b] PASSED
17839 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-h] PASSED
17840 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-i] PASSED
17841 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-l] PASSED
17842 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-q] PASSED
17843 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-n] PASSED
17844 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-p] PASSED
17845 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-B] PASSED
17846 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-H] PASSED
17847 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-I] PASSED
17848 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-L] PASSED
17849 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-Q] PASSED
17850 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-N] PASSED
17851 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-P] PASSED
17852 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-e] PASSED
17853 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-f] PASSED
17854 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-d] PASSED
17855 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-g] PASSED
17856 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-F] PASSED
17857 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-D] PASSED
17858 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-G] PASSED
17859 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-S] PASSED
17860 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-U] PASSED
17861 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-V] PASSED
17862 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-O] PASSED
17863 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-M] PASSED
17864 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[g-m] PASSED
17865 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-?] PASSED
17866 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-b] PASSED
17867 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-h] PASSED
17868 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-i] PASSED
17869 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-l] PASSED
17870 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-q] PASSED
17871 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-n] PASSED
17872 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-p] PASSED
17873 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-B] PASSED
17874 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-H] PASSED
17875 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-I] PASSED
17876 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-L] PASSED
17877 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-Q] PASSED
17878 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-N] PASSED
17879 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-P] PASSED
17880 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-e] PASSED
17881 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-f] PASSED
17882 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-d] PASSED
17883 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-g] PASSED
17884 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-F] PASSED
17885 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-D] PASSED
17886 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-G] PASSED
17887 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-S] PASSED
17888 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-U] PASSED
17889 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-V] PASSED
17890 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-O] PASSED
17891 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-M] PASSED
17892 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[F-m] PASSED
17893 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-?] PASSED
17894 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-b] PASSED
17895 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-h] PASSED
17896 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-i] PASSED
17897 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-l] PASSED
17898 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-q] PASSED
17899 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-n] PASSED
17900 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-p] PASSED
17901 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-B] PASSED
17902 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-H] PASSED
17903 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-I] PASSED
17904 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-L] PASSED
17905 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-Q] PASSED
17906 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-N] PASSED
17907 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-P] PASSED
17908 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-e] PASSED
17909 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-f] PASSED
17910 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-d] PASSED
17911 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-g] PASSED
17912 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-F] PASSED
17913 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-D] PASSED
17914 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-G] PASSED
17915 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-S] PASSED
17916 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-U] PASSED
17917 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-V] PASSED
17918 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-O] PASSED
17919 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-M] PASSED
17920 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[D-m] PASSED
17921 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-?] PASSED
17922 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-b] PASSED
17923 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-h] PASSED
17924 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-i] PASSED
17925 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-l] PASSED
17926 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-q] PASSED
17927 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-n] PASSED
17928 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-p] PASSED
17929 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-B] PASSED
17930 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-H] PASSED
17931 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-I] PASSED
17932 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-L] PASSED
17933 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-Q] PASSED
17934 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-N] PASSED
17935 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-P] PASSED
17936 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-e] PASSED
17937 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-f] PASSED
17938 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-d] PASSED
17939 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-g] PASSED
17940 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-F] PASSED
17941 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-D] PASSED
17942 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-G] PASSED
17943 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-S] PASSED
17944 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-U] PASSED
17945 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-V] PASSED
17946 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-O] PASSED
17947 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-M] PASSED
17948 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[G-m] PASSED
17949 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-?] PASSED
17950 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-b] PASSED
17951 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-h] PASSED
17952 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-i] PASSED
17953 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-l] PASSED
17954 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-q] PASSED
17955 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-n] PASSED
17956 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-p] PASSED
17957 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-B] PASSED
17958 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-H] PASSED
17959 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-I] PASSED
17960 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-L] PASSED
17961 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-Q] PASSED
17962 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-N] PASSED
17963 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-P] PASSED
17964 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-e] PASSED
17965 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-f] PASSED
17966 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-d] PASSED
17967 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-g] PASSED
17968 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-F] PASSED
17969 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-D] PASSED
17970 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-G] PASSED
17971 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-S] PASSED
17972 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-U] PASSED
17973 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-V] PASSED
17974 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-O] PASSED
17975 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-M] PASSED
17976 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[S-m] PASSED
17977 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-?] PASSED
17978 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-b] PASSED
17979 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-h] PASSED
17980 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-i] PASSED
17981 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-l] PASSED
17982 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-q] PASSED
17983 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-n] PASSED
17984 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-p] PASSED
17985 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-B] PASSED
17986 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-H] PASSED
17987 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-I] PASSED
17988 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-L] PASSED
17989 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-Q] PASSED
17990 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-N] PASSED
17991 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-P] PASSED
17992 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-e] PASSED
17993 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-f] PASSED
17994 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-d] PASSED
17995 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-g] PASSED
17996 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-F] PASSED
17997 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-D] PASSED
17998 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-G] PASSED
17999 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-S] PASSED
18000 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-U] PASSED
18001 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-V] PASSED
18002 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-O] PASSED
18003 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-M] PASSED
18004 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[U-m] PASSED
18005 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-?] PASSED
18006 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-b] PASSED
18007 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-h] PASSED
18008 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-i] PASSED
18009 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-l] PASSED
18010 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-q] PASSED
18011 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-n] PASSED
18012 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-p] PASSED
18013 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-B] PASSED
18014 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-H] PASSED
18015 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-I] PASSED
18016 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-L] PASSED
18017 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-Q] PASSED
18018 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-N] PASSED
18019 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-P] PASSED
18020 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-e] PASSED
18021 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-f] PASSED
18022 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-d] PASSED
18023 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-g] PASSED
18024 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-F] PASSED
18025 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-D] PASSED
18026 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-G] PASSED
18027 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-S] PASSED
18028 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-U] PASSED
18029 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-V] PASSED
18030 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-O] PASSED
18031 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-M] PASSED
18032 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[V-m] PASSED
18033 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-?] PASSED
18034 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-b] PASSED
18035 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-h] PASSED
18036 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-i] PASSED
18037 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-l] PASSED
18038 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-q] PASSED
18039 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-n] PASSED
18040 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-p] PASSED
18041 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-B] PASSED
18042 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-H] PASSED
18043 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-I] PASSED
18044 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-L] PASSED
18045 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-Q] PASSED
18046 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-N] PASSED
18047 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-P] PASSED
18048 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-e] PASSED
18049 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-f] PASSED
18050 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-d] PASSED
18051 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-g] PASSED
18052 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-F] PASSED
18053 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-D] PASSED
18054 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-G] PASSED
18055 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-S] PASSED
18056 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-U] PASSED
18057 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-V] PASSED
18058 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-O] PASSED
18059 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-M] PASSED
18060 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[O-m] PASSED
18061 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-?] PASSED
18062 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-b] PASSED
18063 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-h] PASSED
18064 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-i] PASSED
18065 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-l] PASSED
18066 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-q] PASSED
18067 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-n] PASSED
18068 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-p] PASSED
18069 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-B] PASSED
18070 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-H] PASSED
18071 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-I] PASSED
18072 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-L] PASSED
18073 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-Q] PASSED
18074 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-N] PASSED
18075 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-P] PASSED
18076 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-e] PASSED
18077 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-f] PASSED
18078 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-d] PASSED
18079 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-g] PASSED
18080 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-F] PASSED
18081 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-D] PASSED
18082 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-G] PASSED
18083 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-S] PASSED
18084 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-U] PASSED
18085 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-V] PASSED
18086 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-O] PASSED
18087 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-M] PASSED
18088 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[M-m] PASSED
18089 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-?] PASSED
18090 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-b] PASSED
18091 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-h] PASSED
18092 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-i] PASSED
18093 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-l] PASSED
18094 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-q] PASSED
18095 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-n] PASSED
18096 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-p] PASSED
18097 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-B] PASSED
18098 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-H] PASSED
18099 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-I] PASSED
18100 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-L] PASSED
18101 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-Q] PASSED
18102 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-N] PASSED
18103 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-P] PASSED
18104 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-e] PASSED
18105 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-f] PASSED
18106 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-d] PASSED
18107 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-g] PASSED
18108 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-F] PASSED
18109 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-D] PASSED
18110 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-G] PASSED
18111 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-S] PASSED
18112 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-U] PASSED
18113 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-V] PASSED
18114 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-O] PASSED
18115 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-M] PASSED
18116 numpy/_core/tests/test_nditer.py::test_iter_copy_casts[m-m] PASSED
18117 numpy/_core/tests/test_nditer.py::test_iter_copy_casts_structured PASSED
18118 numpy/_core/tests/test_nditer.py::test_iter_copy_casts_structured2 PASSED
18119 numpy/_core/tests/test_nditer.py::test_iter_allocate_output_simple PASSED
18120 numpy/_core/tests/test_nditer.py::test_iter_allocate_output_buffered_readwrite PASSED
18121 numpy/_core/tests/test_nditer.py::test_iter_allocate_output_itorder PASSED
18122 numpy/_core/tests/test_nditer.py::test_iter_allocate_output_opaxes PASSED
18123 numpy/_core/tests/test_nditer.py::test_iter_allocate_output_types_promotion PASSED
18124 numpy/_core/tests/test_nditer.py::test_iter_allocate_output_types_byte_order PASSED
18125 numpy/_core/tests/test_nditer.py::test_iter_allocate_output_types_scalar PASSED
18126 numpy/_core/tests/test_nditer.py::test_iter_allocate_output_subtype PASSED
18127 numpy/_core/tests/test_nditer.py::test_iter_allocate_output_errors PASSED
18128 numpy/_core/tests/test_nditer.py::test_all_allocated PASSED
18129 numpy/_core/tests/test_nditer.py::test_iter_remove_axis PASSED
18130 numpy/_core/tests/test_nditer.py::test_iter_remove_multi_index_inner_loop PASSED
18131 numpy/_core/tests/test_nditer.py::test_iter_iterindex PASSED
18132 numpy/_core/tests/test_nditer.py::test_iter_iterrange PASSED
18133 numpy/_core/tests/test_nditer.py::test_iter_buffering PASSED
18134 numpy/_core/tests/test_nditer.py::test_iter_write_buffering PASSED
18135 numpy/_core/tests/test_nditer.py::test_iter_buffering_delayed_alloc PASSED
18136 numpy/_core/tests/test_nditer.py::test_iter_buffered_cast_simple PASSED
18137 numpy/_core/tests/test_nditer.py::test_iter_buffered_cast_byteswapped PASSED
18138 numpy/_core/tests/test_nditer.py::test_iter_buffered_cast_byteswapped_complex PASSED
18139 numpy/_core/tests/test_nditer.py::test_iter_buffered_cast_structured_type PASSED
18140 numpy/_core/tests/test_nditer.py::test_iter_buffered_cast_structured_type_failure_with_cleanup PASSED
18141 numpy/_core/tests/test_nditer.py::test_buffered_cast_error_paths PASSED
18142 numpy/_core/tests/test_nditer.py::test_buffered_cast_error_paths_unraisable PASSED
18143 numpy/_core/tests/test_nditer.py::test_iter_buffered_cast_subarray PASSED
18144 numpy/_core/tests/test_nditer.py::test_iter_buffering_badwriteback PASSED
18145 numpy/_core/tests/test_nditer.py::test_iter_buffering_string PASSED
18146 numpy/_core/tests/test_nditer.py::test_iter_buffering_growinner PASSED
18147 numpy/_core/tests/test_nditer.py::test_iter_buffered_reduce_reuse PASSED
18148 numpy/_core/tests/test_nditer.py::test_iter_no_broadcast PASSED
18149 numpy/_core/tests/test_nditer.py::TestIterNested::test_basic PASSED
18150 numpy/_core/tests/test_nditer.py::TestIterNested::test_reorder PASSED
18151 numpy/_core/tests/test_nditer.py::TestIterNested::test_flip_axes PASSED
18152 numpy/_core/tests/test_nditer.py::TestIterNested::test_broadcast PASSED
18153 numpy/_core/tests/test_nditer.py::TestIterNested::test_dtype_copy PASSED
18154 numpy/_core/tests/test_nditer.py::TestIterNested::test_dtype_buffered PASSED
18155 numpy/_core/tests/test_nditer.py::TestIterNested::test_0d PASSED
18156 numpy/_core/tests/test_nditer.py::TestIterNested::test_iter_nested_iters_dtype_buffered PASSED
18157 numpy/_core/tests/test_nditer.py::test_iter_reduction_error PASSED
18158 numpy/_core/tests/test_nditer.py::test_iter_reduction PASSED
18159 numpy/_core/tests/test_nditer.py::test_iter_buffering_reduction PASSED
18160 numpy/_core/tests/test_nditer.py::test_iter_buffering_reduction_reuse_reduce_loops PASSED
18161 numpy/_core/tests/test_nditer.py::test_iter_writemasked_badinput PASSED
18162 numpy/_core/tests/test_nditer.py::test_iter_writemasked[a0] PASSED
18163 numpy/_core/tests/test_nditer.py::test_iter_writemasked[a1] PASSED
18164 numpy/_core/tests/test_nditer.py::test_iter_writemasked[a2] PASSED
18165 numpy/_core/tests/test_nditer.py::test_iter_writemasked[a3] PASSED
18166 numpy/_core/tests/test_nditer.py::test_iter_writemasked[a4] PASSED
18167 numpy/_core/tests/test_nditer.py::test_iter_writemasked[a5] PASSED
18168 numpy/_core/tests/test_nditer.py::test_iter_writemasked_broadcast_error[None-mask_axes0] PASSED
18169 numpy/_core/tests/test_nditer.py::test_iter_writemasked_broadcast_error[mask1-mask_axes1] PASSED
18170 numpy/_core/tests/test_nditer.py::test_iter_writemasked_broadcast_error[mask2-None] PASSED
18171 numpy/_core/tests/test_nditer.py::test_iter_writemasked_broadcast_error[mask3-mask_axes3] PASSED
18172 numpy/_core/tests/test_nditer.py::test_iter_writemasked_broadcast_error[mask4-mask_axes4] PASSED
18173 numpy/_core/tests/test_nditer.py::test_iter_writemasked_broadcast_error[mask5-None] PASSED
18174 numpy/_core/tests/test_nditer.py::test_iter_writemasked_decref PASSED
18175 numpy/_core/tests/test_nditer.py::test_iter_non_writable_attribute_deletion PASSED
18176 numpy/_core/tests/test_nditer.py::test_iter_writable_attribute_deletion PASSED
18177 numpy/_core/tests/test_nditer.py::test_iter_element_deletion PASSED
18178 numpy/_core/tests/test_nditer.py::test_iter_allocated_array_dtypes PASSED
18179 numpy/_core/tests/test_nditer.py::test_0d_iter PASSED
18180 numpy/_core/tests/test_nditer.py::test_object_iter_cleanup PASSED
18181 numpy/_core/tests/test_nditer.py::test_object_iter_cleanup_reduce PASSED
18182 numpy/_core/tests/test_nditer.py::test_object_iter_cleanup_large_reduce[arr0] PASSED
18183 numpy/_core/tests/test_nditer.py::test_object_iter_cleanup_large_reduce[arr1] PASSED
18184 numpy/_core/tests/test_nditer.py::test_object_iter_cleanup_large_reduce[arr2] PASSED
18185 numpy/_core/tests/test_nditer.py::test_iter_too_large PASSED
18186 numpy/_core/tests/test_nditer.py::test_iter_too_large_with_multiindex PASSED
18187 numpy/_core/tests/test_nditer.py::test_writebacks PASSED
18188 numpy/_core/tests/test_nditer.py::test_close_equivalent PASSED
18189 numpy/_core/tests/test_nditer.py::test_close_raises PASSED
18190 numpy/_core/tests/test_nditer.py::test_close_parameters PASSED
18191 numpy/_core/tests/test_nditer.py::test_warn_noclose PASSED
18192 numpy/_core/tests/test_nditer.py::test_partial_iteration_cleanup[1-i-O] PASSED
18193 numpy/_core/tests/test_nditer.py::test_partial_iteration_cleanup[1-O-i] PASSED
18194 numpy/_core/tests/test_nditer.py::test_partial_iteration_cleanup[1-i,O-O,O] PASSED
18195 numpy/_core/tests/test_nditer.py::test_partial_iteration_cleanup[1-O,i-i,O] PASSED
18196 numpy/_core/tests/test_nditer.py::test_partial_iteration_cleanup[2-i-O] PASSED
18197 numpy/_core/tests/test_nditer.py::test_partial_iteration_cleanup[2-O-i] PASSED
18198 numpy/_core/tests/test_nditer.py::test_partial_iteration_cleanup[2-i,O-O,O] PASSED
18199 numpy/_core/tests/test_nditer.py::test_partial_iteration_cleanup[2-O,i-i,O] PASSED
18200 numpy/_core/tests/test_nditer.py::test_partial_iteration_cleanup[3-i-O] PASSED
18201 numpy/_core/tests/test_nditer.py::test_partial_iteration_cleanup[3-O-i] PASSED
18202 numpy/_core/tests/test_nditer.py::test_partial_iteration_cleanup[3-i,O-O,O] PASSED
18203 numpy/_core/tests/test_nditer.py::test_partial_iteration_cleanup[3-O,i-i,O] PASSED
18204 numpy/_core/tests/test_nditer.py::test_partial_iteration_error[O-i] PASSED
18205 numpy/_core/tests/test_nditer.py::test_partial_iteration_error[O,i-i,O] PASSED
18206 numpy/_core/tests/test_nditer.py::test_debug_print PASSED
18207 numpy/_core/tests/test_nep50_promotions.py::test_nep50_examples PASSED
18208 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers[b] PASSED
18209 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers[B] PASSED
18210 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers[h] PASSED
18211 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers[H] PASSED
18212 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers[i] PASSED
18213 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers[I] PASSED
18214 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers[l] PASSED
18215 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers[L] PASSED
18216 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers[q] PASSED
18217 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers[Q] PASSED
18218 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers[n] PASSED
18219 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers[N] PASSED
18220 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers[p] PASSED
18221 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers[P] PASSED
18222 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers_with_inexact[e] PASSED
18223 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers_with_inexact[f] PASSED
18224 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers_with_inexact[d] PASSED
18225 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers_with_inexact[g] SKIPPED
18226 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers_with_inexact[F] PASSED
18227 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers_with_inexact[D] PASSED
18228 numpy/_core/tests/test_nep50_promotions.py::test_nep50_weak_integers_with_inexact[G] PASSED
18229 numpy/_core/tests/test_nep50_promotions.py::test_weak_promotion_scalar_path[add] PASSED
18230 numpy/_core/tests/test_nep50_promotions.py::test_weak_promotion_scalar_path[pow] PASSED
18231 numpy/_core/tests/test_nep50_promotions.py::test_nep50_complex_promotion PASSED
18232 numpy/_core/tests/test_nep50_promotions.py::test_nep50_integer_conversion_errors PASSED
18233 numpy/_core/tests/test_nep50_promotions.py::test_nep50_integer_regression PASSED
18234 numpy/_core/tests/test_nep50_promotions.py::test_nep50_with_axisconcatenator PASSED
18235 numpy/_core/tests/test_nep50_promotions.py::test_nep50_huge_integers[weak-add] PASSED
18236 numpy/_core/tests/test_nep50_promotions.py::test_nep50_huge_integers[weak-power] PASSED
18237 numpy/_core/tests/test_nep50_promotions.py::test_nep50_huge_integers[weak_and_warn-add] PASSED
18238 numpy/_core/tests/test_nep50_promotions.py::test_nep50_huge_integers[weak_and_warn-power] PASSED
18239 numpy/_core/tests/test_nep50_promotions.py::test_nep50_in_concat_and_choose PASSED
18240 numpy/_core/tests/test_nep50_promotions.py::test_expected_promotion[float32-dtypes0-optional_dtypes0] PASSED
18241 numpy/_core/tests/test_nep50_promotions.py::test_expected_promotion[complex64-dtypes1-optional_dtypes1] PASSED
18242 numpy/_core/tests/test_nep50_promotions.py::test_expected_promotion[float32-dtypes2-optional_dtypes2] PASSED
18243 numpy/_core/tests/test_nep50_promotions.py::test_expected_promotion[int32-dtypes3-optional_dtypes3] PASSED
18244 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--200-int8] PASSED
18245 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--200-int16] PASSED
18246 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--200-int32] PASSED
18247 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--200-int64] PASSED
18248 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--200-uint8] PASSED
18249 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--200-uint16] PASSED
18250 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--200-uint32] PASSED
18251 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--200-uint64] PASSED
18252 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--1-int8] PASSED
18253 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--1-int16] PASSED
18254 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--1-int32] PASSED
18255 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--1-int64] PASSED
18256 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--1-uint8] PASSED
18257 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--1-uint16] PASSED
18258 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--1-uint32] PASSED
18259 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq--1-uint64] PASSED
18260 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-0-int8] PASSED
18261 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-0-int16] PASSED
18262 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-0-int32] PASSED
18263 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-0-int64] PASSED
18264 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-0-uint8] PASSED
18265 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-0-uint16] PASSED
18266 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-0-uint32] PASSED
18267 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-0-uint64] PASSED
18268 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9-int8] PASSED
18269 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9-int16] PASSED
18270 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9-int32] PASSED
18271 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9-int64] PASSED
18272 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9-uint8] PASSED
18273 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9-uint16] PASSED
18274 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9-uint32] PASSED
18275 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9-uint64] PASSED
18276 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-10-int8] PASSED
18277 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-10-int16] PASSED
18278 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-10-int32] PASSED
18279 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-10-int64] PASSED
18280 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-10-uint8] PASSED
18281 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-10-uint16] PASSED
18282 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-10-uint32] PASSED
18283 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-10-uint64] PASSED
18284 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-11-int8] PASSED
18285 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-11-int16] PASSED
18286 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-11-int32] PASSED
18287 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-11-int64] PASSED
18288 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-11-uint8] PASSED
18289 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-11-uint16] PASSED
18290 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-11-uint32] PASSED
18291 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-11-uint64] PASSED
18292 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9223372036854775808-int8] PASSED
18293 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9223372036854775808-int16] PASSED
18294 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9223372036854775808-int32] PASSED
18295 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9223372036854775808-int64] PASSED
18296 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9223372036854775808-uint8] PASSED
18297 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9223372036854775808-uint16] PASSED
18298 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9223372036854775808-uint32] PASSED
18299 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-9223372036854775808-uint64] PASSED
18300 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-200-int8] PASSED
18301 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-200-int16] PASSED
18302 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-200-int32] PASSED
18303 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-200-int64] PASSED
18304 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-200-uint8] PASSED
18305 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-200-uint16] PASSED
18306 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-200-uint32] PASSED
18307 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[eq-200-uint64] PASSED
18308 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--200-int8] PASSED
18309 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--200-int16] PASSED
18310 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--200-int32] PASSED
18311 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--200-int64] PASSED
18312 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--200-uint8] PASSED
18313 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--200-uint16] PASSED
18314 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--200-uint32] PASSED
18315 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--200-uint64] PASSED
18316 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--1-int8] PASSED
18317 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--1-int16] PASSED
18318 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--1-int32] PASSED
18319 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--1-int64] PASSED
18320 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--1-uint8] PASSED
18321 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--1-uint16] PASSED
18322 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--1-uint32] PASSED
18323 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne--1-uint64] PASSED
18324 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-0-int8] PASSED
18325 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-0-int16] PASSED
18326 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-0-int32] PASSED
18327 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-0-int64] PASSED
18328 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-0-uint8] PASSED
18329 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-0-uint16] PASSED
18330 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-0-uint32] PASSED
18331 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-0-uint64] PASSED
18332 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9-int8] PASSED
18333 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9-int16] PASSED
18334 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9-int32] PASSED
18335 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9-int64] PASSED
18336 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9-uint8] PASSED
18337 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9-uint16] PASSED
18338 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9-uint32] PASSED
18339 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9-uint64] PASSED
18340 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-10-int8] PASSED
18341 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-10-int16] PASSED
18342 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-10-int32] PASSED
18343 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-10-int64] PASSED
18344 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-10-uint8] PASSED
18345 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-10-uint16] PASSED
18346 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-10-uint32] PASSED
18347 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-10-uint64] PASSED
18348 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-11-int8] PASSED
18349 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-11-int16] PASSED
18350 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-11-int32] PASSED
18351 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-11-int64] PASSED
18352 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-11-uint8] PASSED
18353 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-11-uint16] PASSED
18354 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-11-uint32] PASSED
18355 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-11-uint64] PASSED
18356 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9223372036854775808-int8] PASSED
18357 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9223372036854775808-int16] PASSED
18358 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9223372036854775808-int32] PASSED
18359 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9223372036854775808-int64] PASSED
18360 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9223372036854775808-uint8] PASSED
18361 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9223372036854775808-uint16] PASSED
18362 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9223372036854775808-uint32] PASSED
18363 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-9223372036854775808-uint64] PASSED
18364 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-200-int8] PASSED
18365 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-200-int16] PASSED
18366 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-200-int32] PASSED
18367 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-200-int64] PASSED
18368 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-200-uint8] PASSED
18369 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-200-uint16] PASSED
18370 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-200-uint32] PASSED
18371 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ne-200-uint64] PASSED
18372 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--200-int8] PASSED
18373 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--200-int16] PASSED
18374 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--200-int32] PASSED
18375 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--200-int64] PASSED
18376 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--200-uint8] PASSED
18377 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--200-uint16] PASSED
18378 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--200-uint32] PASSED
18379 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--200-uint64] PASSED
18380 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--1-int8] PASSED
18381 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--1-int16] PASSED
18382 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--1-int32] PASSED
18383 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--1-int64] PASSED
18384 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--1-uint8] PASSED
18385 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--1-uint16] PASSED
18386 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--1-uint32] PASSED
18387 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le--1-uint64] PASSED
18388 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-0-int8] PASSED
18389 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-0-int16] PASSED
18390 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-0-int32] PASSED
18391 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-0-int64] PASSED
18392 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-0-uint8] PASSED
18393 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-0-uint16] PASSED
18394 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-0-uint32] PASSED
18395 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-0-uint64] PASSED
18396 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9-int8] PASSED
18397 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9-int16] PASSED
18398 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9-int32] PASSED
18399 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9-int64] PASSED
18400 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9-uint8] PASSED
18401 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9-uint16] PASSED
18402 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9-uint32] PASSED
18403 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9-uint64] PASSED
18404 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-10-int8] PASSED
18405 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-10-int16] PASSED
18406 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-10-int32] PASSED
18407 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-10-int64] PASSED
18408 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-10-uint8] PASSED
18409 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-10-uint16] PASSED
18410 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-10-uint32] PASSED
18411 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-10-uint64] PASSED
18412 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-11-int8] PASSED
18413 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-11-int16] PASSED
18414 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-11-int32] PASSED
18415 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-11-int64] PASSED
18416 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-11-uint8] PASSED
18417 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-11-uint16] PASSED
18418 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-11-uint32] PASSED
18419 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-11-uint64] PASSED
18420 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9223372036854775808-int8] PASSED
18421 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9223372036854775808-int16] PASSED
18422 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9223372036854775808-int32] PASSED
18423 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9223372036854775808-int64] PASSED
18424 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9223372036854775808-uint8] PASSED
18425 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9223372036854775808-uint16] PASSED
18426 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9223372036854775808-uint32] PASSED
18427 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-9223372036854775808-uint64] PASSED
18428 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-200-int8] PASSED
18429 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-200-int16] PASSED
18430 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-200-int32] PASSED
18431 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-200-int64] PASSED
18432 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-200-uint8] PASSED
18433 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-200-uint16] PASSED
18434 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-200-uint32] PASSED
18435 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[le-200-uint64] PASSED
18436 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--200-int8] PASSED
18437 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--200-int16] PASSED
18438 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--200-int32] PASSED
18439 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--200-int64] PASSED
18440 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--200-uint8] PASSED
18441 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--200-uint16] PASSED
18442 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--200-uint32] PASSED
18443 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--200-uint64] PASSED
18444 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--1-int8] PASSED
18445 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--1-int16] PASSED
18446 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--1-int32] PASSED
18447 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--1-int64] PASSED
18448 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--1-uint8] PASSED
18449 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--1-uint16] PASSED
18450 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--1-uint32] PASSED
18451 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt--1-uint64] PASSED
18452 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-0-int8] PASSED
18453 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-0-int16] PASSED
18454 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-0-int32] PASSED
18455 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-0-int64] PASSED
18456 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-0-uint8] PASSED
18457 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-0-uint16] PASSED
18458 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-0-uint32] PASSED
18459 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-0-uint64] PASSED
18460 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9-int8] PASSED
18461 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9-int16] PASSED
18462 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9-int32] PASSED
18463 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9-int64] PASSED
18464 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9-uint8] PASSED
18465 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9-uint16] PASSED
18466 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9-uint32] PASSED
18467 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9-uint64] PASSED
18468 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-10-int8] PASSED
18469 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-10-int16] PASSED
18470 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-10-int32] PASSED
18471 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-10-int64] PASSED
18472 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-10-uint8] PASSED
18473 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-10-uint16] PASSED
18474 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-10-uint32] PASSED
18475 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-10-uint64] PASSED
18476 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-11-int8] PASSED
18477 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-11-int16] PASSED
18478 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-11-int32] PASSED
18479 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-11-int64] PASSED
18480 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-11-uint8] PASSED
18481 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-11-uint16] PASSED
18482 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-11-uint32] PASSED
18483 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-11-uint64] PASSED
18484 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9223372036854775808-int8] PASSED
18485 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9223372036854775808-int16] PASSED
18486 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9223372036854775808-int32] PASSED
18487 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9223372036854775808-int64] PASSED
18488 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9223372036854775808-uint8] PASSED
18489 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9223372036854775808-uint16] PASSED
18490 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9223372036854775808-uint32] PASSED
18491 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-9223372036854775808-uint64] PASSED
18492 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-200-int8] PASSED
18493 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-200-int16] PASSED
18494 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-200-int32] PASSED
18495 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-200-int64] PASSED
18496 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-200-uint8] PASSED
18497 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-200-uint16] PASSED
18498 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-200-uint32] PASSED
18499 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[lt-200-uint64] PASSED
18500 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--200-int8] PASSED
18501 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--200-int16] PASSED
18502 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--200-int32] PASSED
18503 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--200-int64] PASSED
18504 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--200-uint8] PASSED
18505 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--200-uint16] PASSED
18506 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--200-uint32] PASSED
18507 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--200-uint64] PASSED
18508 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--1-int8] PASSED
18509 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--1-int16] PASSED
18510 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--1-int32] PASSED
18511 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--1-int64] PASSED
18512 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--1-uint8] PASSED
18513 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--1-uint16] PASSED
18514 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--1-uint32] PASSED
18515 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge--1-uint64] PASSED
18516 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-0-int8] PASSED
18517 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-0-int16] PASSED
18518 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-0-int32] PASSED
18519 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-0-int64] PASSED
18520 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-0-uint8] PASSED
18521 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-0-uint16] PASSED
18522 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-0-uint32] PASSED
18523 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-0-uint64] PASSED
18524 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9-int8] PASSED
18525 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9-int16] PASSED
18526 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9-int32] PASSED
18527 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9-int64] PASSED
18528 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9-uint8] PASSED
18529 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9-uint16] PASSED
18530 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9-uint32] PASSED
18531 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9-uint64] PASSED
18532 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-10-int8] PASSED
18533 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-10-int16] PASSED
18534 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-10-int32] PASSED
18535 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-10-int64] PASSED
18536 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-10-uint8] PASSED
18537 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-10-uint16] PASSED
18538 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-10-uint32] PASSED
18539 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-10-uint64] PASSED
18540 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-11-int8] PASSED
18541 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-11-int16] PASSED
18542 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-11-int32] PASSED
18543 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-11-int64] PASSED
18544 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-11-uint8] PASSED
18545 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-11-uint16] PASSED
18546 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-11-uint32] PASSED
18547 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-11-uint64] PASSED
18548 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9223372036854775808-int8] PASSED
18549 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9223372036854775808-int16] PASSED
18550 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9223372036854775808-int32] PASSED
18551 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9223372036854775808-int64] PASSED
18552 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9223372036854775808-uint8] PASSED
18553 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9223372036854775808-uint16] PASSED
18554 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9223372036854775808-uint32] PASSED
18555 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-9223372036854775808-uint64] PASSED
18556 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-200-int8] PASSED
18557 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-200-int16] PASSED
18558 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-200-int32] PASSED
18559 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-200-int64] PASSED
18560 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-200-uint8] PASSED
18561 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-200-uint16] PASSED
18562 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-200-uint32] PASSED
18563 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[ge-200-uint64] PASSED
18564 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--200-int8] PASSED
18565 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--200-int16] PASSED
18566 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--200-int32] PASSED
18567 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--200-int64] PASSED
18568 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--200-uint8] PASSED
18569 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--200-uint16] PASSED
18570 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--200-uint32] PASSED
18571 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--200-uint64] PASSED
18572 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--1-int8] PASSED
18573 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--1-int16] PASSED
18574 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--1-int32] PASSED
18575 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--1-int64] PASSED
18576 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--1-uint8] PASSED
18577 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--1-uint16] PASSED
18578 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--1-uint32] PASSED
18579 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt--1-uint64] PASSED
18580 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-0-int8] PASSED
18581 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-0-int16] PASSED
18582 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-0-int32] PASSED
18583 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-0-int64] PASSED
18584 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-0-uint8] PASSED
18585 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-0-uint16] PASSED
18586 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-0-uint32] PASSED
18587 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-0-uint64] PASSED
18588 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9-int8] PASSED
18589 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9-int16] PASSED
18590 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9-int32] PASSED
18591 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9-int64] PASSED
18592 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9-uint8] PASSED
18593 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9-uint16] PASSED
18594 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9-uint32] PASSED
18595 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9-uint64] PASSED
18596 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-10-int8] PASSED
18597 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-10-int16] PASSED
18598 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-10-int32] PASSED
18599 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-10-int64] PASSED
18600 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-10-uint8] PASSED
18601 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-10-uint16] PASSED
18602 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-10-uint32] PASSED
18603 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-10-uint64] PASSED
18604 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-11-int8] PASSED
18605 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-11-int16] PASSED
18606 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-11-int32] PASSED
18607 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-11-int64] PASSED
18608 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-11-uint8] PASSED
18609 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-11-uint16] PASSED
18610 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-11-uint32] PASSED
18611 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-11-uint64] PASSED
18612 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9223372036854775808-int8] PASSED
18613 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9223372036854775808-int16] PASSED
18614 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9223372036854775808-int32] PASSED
18615 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9223372036854775808-int64] PASSED
18616 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9223372036854775808-uint8] PASSED
18617 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9223372036854775808-uint16] PASSED
18618 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9223372036854775808-uint32] PASSED
18619 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-9223372036854775808-uint64] PASSED
18620 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-200-int8] PASSED
18621 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-200-int16] PASSED
18622 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-200-int32] PASSED
18623 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-200-int64] PASSED
18624 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-200-uint8] PASSED
18625 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-200-uint16] PASSED
18626 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-200-uint32] PASSED
18627 numpy/_core/tests/test_nep50_promotions.py::test_integer_comparison[gt-200-uint64] PASSED
18628 numpy/_core/tests/test_nep50_promotions.py::test_integer_integer_comparison[equal] PASSED
18629 numpy/_core/tests/test_nep50_promotions.py::test_integer_integer_comparison[not_equal] PASSED
18630 numpy/_core/tests/test_nep50_promotions.py::test_integer_integer_comparison[less_equal] PASSED
18631 numpy/_core/tests/test_nep50_promotions.py::test_integer_integer_comparison[less] PASSED
18632 numpy/_core/tests/test_nep50_promotions.py::test_integer_integer_comparison[greater_equal] PASSED
18633 numpy/_core/tests/test_nep50_promotions.py::test_integer_integer_comparison[greater] PASSED
18634 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_scalar-int8] PASSED
18635 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_scalar-int16] PASSED
18636 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_scalar-int32] PASSED
18637 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_scalar-int64] PASSED
18638 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_scalar-uint8] PASSED
18639 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_scalar-uint16] PASSED
18640 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_scalar-uint32] PASSED
18641 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_scalar-uint64] PASSED
18642 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_array-int8] PASSED
18643 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_array-int16] PASSED
18644 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_array-int32] PASSED
18645 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_array-int64] PASSED
18646 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_array-uint8] PASSED
18647 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_array-uint16] PASSED
18648 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_array-uint32] PASSED
18649 numpy/_core/tests/test_nep50_promotions.py::test_oob_creation[create_with_array-uint64] PASSED
18650 numpy/_core/tests/test_numeric.py::TestResize::test_copies PASSED
18651 numpy/_core/tests/test_numeric.py::TestResize::test_repeats PASSED
18652 numpy/_core/tests/test_numeric.py::TestResize::test_zeroresize PASSED
18653 numpy/_core/tests/test_numeric.py::TestResize::test_reshape_from_zero PASSED
18654 numpy/_core/tests/test_numeric.py::TestResize::test_negative_resize PASSED
18655 numpy/_core/tests/test_numeric.py::TestResize::test_subclass PASSED
18656 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_choose PASSED
18657 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_clip PASSED
18658 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_compress PASSED
18659 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_count_nonzero PASSED
18660 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_diagonal PASSED
18661 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_mean PASSED
18662 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_ptp PASSED
18663 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_prod PASSED
18664 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_ravel PASSED
18665 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_repeat PASSED
18666 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_reshape PASSED
18667 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_round PASSED
18668 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round[int8] PASSED
18669 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round[int16] PASSED
18670 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round[int32] PASSED
18671 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round[int64] PASSED
18672 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round[uint8] PASSED
18673 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round[uint16] PASSED
18674 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round[uint32] PASSED
18675 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round[uint64] PASSED
18676 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round[float16] PASSED
18677 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round[float32] PASSED
18678 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round[float64] PASSED
18679 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round_edgecases[2147483647--1] SKIPPED
18680 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round_edgecases[2147483647--9] PASSED
18681 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round_edgecases[2147483647--10] PASSED
18682 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round_accuracy PASSED
18683 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_round_py_consistency XFAIL
18684 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_searchsorted PASSED
18685 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_size PASSED
18686 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_squeeze PASSED
18687 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_std PASSED
18688 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_swapaxes PASSED
18689 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_sum PASSED
18690 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_take PASSED
18691 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_trace PASSED
18692 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_transpose PASSED
18693 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_var PASSED
18694 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_std_with_mean_keyword PASSED
18695 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_var_with_mean_keyword PASSED
18696 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_std_with_mean_keyword_keepdims_false PASSED
18697 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_var_with_mean_keyword_keepdims_false PASSED
18698 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_std_with_mean_keyword_where_nontrivial PASSED
18699 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_var_with_mean_keyword_where_nontrivial PASSED
18700 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_std_with_mean_keyword_multiple_axis PASSED
18701 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_std_with_mean_keyword_axis_None PASSED
18702 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_std_with_mean_keyword_keepdims_true_masked PASSED
18703 numpy/_core/tests/test_numeric.py::TestNonarrayArgs::test_var_with_mean_keyword_keepdims_true_masked PASSED
18704 numpy/_core/tests/test_numeric.py::TestIsscalar::test_isscalar PASSED
18705 numpy/_core/tests/test_numeric.py::TestBoolScalar::test_logical PASSED
18706 numpy/_core/tests/test_numeric.py::TestBoolScalar::test_bitwise_or PASSED
18707 numpy/_core/tests/test_numeric.py::TestBoolScalar::test_bitwise_and PASSED
18708 numpy/_core/tests/test_numeric.py::TestBoolScalar::test_bitwise_xor PASSED
18709 numpy/_core/tests/test_numeric.py::TestBoolArray::test_all_any PASSED
18710 numpy/_core/tests/test_numeric.py::TestBoolArray::test_logical_not_abs PASSED
18711 numpy/_core/tests/test_numeric.py::TestBoolArray::test_logical_and_or_xor PASSED
18712 numpy/_core/tests/test_numeric.py::TestBoolCmp::test_float PASSED
18713 numpy/_core/tests/test_numeric.py::TestBoolCmp::test_double PASSED
18714 numpy/_core/tests/test_numeric.py::TestSeterr::test_default PASSED
18715 numpy/_core/tests/test_numeric.py::TestSeterr::test_set PASSED
18716 numpy/_core/tests/test_numeric.py::TestSeterr::test_divide_err PASSED
18717 numpy/_core/tests/test_numeric.py::TestFloatExceptions::test_floating_exceptions[e] PASSED
18718 numpy/_core/tests/test_numeric.py::TestFloatExceptions::test_floating_exceptions[f] PASSED
18719 numpy/_core/tests/test_numeric.py::TestFloatExceptions::test_floating_exceptions[d] PASSED
18720 numpy/_core/tests/test_numeric.py::TestFloatExceptions::test_floating_exceptions[g] PASSED
18721 numpy/_core/tests/test_numeric.py::TestFloatExceptions::test_floating_exceptions[F] PASSED
18722 numpy/_core/tests/test_numeric.py::TestFloatExceptions::test_floating_exceptions[D] PASSED
18723 numpy/_core/tests/test_numeric.py::TestFloatExceptions::test_floating_exceptions[G] PASSED
18724 numpy/_core/tests/test_numeric.py::TestFloatExceptions::test_warnings PASSED
18725 numpy/_core/tests/test_numeric.py::TestTypes::test_coercion PASSED
18726 numpy/_core/tests/test_numeric.py::TestTypes::test_result_type PASSED
18727 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_endian PASSED
18728 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_and_promote_usertypes PASSED
18729 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_strings[U-] PASSED
18730 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_strings[U-swap] PASSED
18731 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_strings[S-] PASSED
18732 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_strings[S-swap] PASSED
18733 numpy/_core/tests/test_numeric.py::TestTypes::test_invalid_void_promotion[dtype10-dtype20] PASSED
18734 numpy/_core/tests/test_numeric.py::TestTypes::test_invalid_void_promotion[dtype11-dtype21] PASSED
18735 numpy/_core/tests/test_numeric.py::TestTypes::test_valid_void_promotion[dtype10-dtype20] PASSED
18736 numpy/_core/tests/test_numeric.py::TestTypes::test_valid_void_promotion[dtype11-dtype21] PASSED
18737 numpy/_core/tests/test_numeric.py::TestTypes::test_valid_void_promotion[dtype12-dtype22] PASSED
18738 numpy/_core/tests/test_numeric.py::TestTypes::test_valid_void_promotion[dtype13-dtype23] PASSED
18739 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[?] PASSED
18740 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[b] PASSED
18741 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[h] PASSED
18742 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[i] PASSED
18743 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[l] PASSED
18744 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[q] PASSED
18745 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[n] PASSED
18746 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[p] PASSED
18747 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[B] PASSED
18748 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[H] PASSED
18749 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[I] PASSED
18750 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[L] PASSED
18751 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[Q] PASSED
18752 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[N] PASSED
18753 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[P] PASSED
18754 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[e] PASSED
18755 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[f] PASSED
18756 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[d] PASSED
18757 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[g] PASSED
18758 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[F] PASSED
18759 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[D] PASSED
18760 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[G] PASSED
18761 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[S] PASSED
18762 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[U] PASSED
18763 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[V] PASSED
18764 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[O] PASSED
18765 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[M] PASSED
18766 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[m] PASSED
18767 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[i,i] PASSED
18768 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[10i] PASSED
18769 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[S3] PASSED
18770 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[S100] PASSED
18771 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[U3] PASSED
18772 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[U100] PASSED
18773 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_identical_types_metadata[rational] PASSED
18774 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-?] PASSED
18775 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-b] PASSED
18776 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-h] PASSED
18777 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-i] PASSED
18778 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-l] PASSED
18779 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-q] PASSED
18780 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-n] PASSED
18781 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-p] PASSED
18782 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-B] PASSED
18783 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-H] PASSED
18784 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-I] PASSED
18785 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-L] PASSED
18786 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-Q] PASSED
18787 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-N] PASSED
18788 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-P] PASSED
18789 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-e] PASSED
18790 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-f] PASSED
18791 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-d] PASSED
18792 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-g] PASSED
18793 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-F] PASSED
18794 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-D] PASSED
18795 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-G] PASSED
18796 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-S] PASSED
18797 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-U] PASSED
18798 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-V] PASSED
18799 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-O] PASSED
18800 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-M] PASSED
18801 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-m] PASSED
18802 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-i,i] PASSED
18803 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-S3] PASSED
18804 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-S100] PASSED
18805 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-U3] PASSED
18806 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-U100] PASSED
18807 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[?-rational] PASSED
18808 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-?] PASSED
18809 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-b] PASSED
18810 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-h] PASSED
18811 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-i] PASSED
18812 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-l] PASSED
18813 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-q] PASSED
18814 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-n] PASSED
18815 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-p] PASSED
18816 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-B] PASSED
18817 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-H] PASSED
18818 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-I] PASSED
18819 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-L] PASSED
18820 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-Q] PASSED
18821 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-N] PASSED
18822 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-P] PASSED
18823 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-e] PASSED
18824 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-f] PASSED
18825 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-d] PASSED
18826 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-g] PASSED
18827 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-F] PASSED
18828 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-D] PASSED
18829 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-G] PASSED
18830 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-S] PASSED
18831 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-U] PASSED
18832 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-V] PASSED
18833 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-O] PASSED
18834 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-M] PASSED
18835 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-m] PASSED
18836 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-i,i] PASSED
18837 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-S3] PASSED
18838 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-S100] PASSED
18839 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-U3] PASSED
18840 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-U100] PASSED
18841 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[b-rational] PASSED
18842 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-?] PASSED
18843 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-b] PASSED
18844 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-h] PASSED
18845 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-i] PASSED
18846 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-l] PASSED
18847 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-q] PASSED
18848 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-n] PASSED
18849 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-p] PASSED
18850 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-B] PASSED
18851 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-H] PASSED
18852 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-I] PASSED
18853 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-L] PASSED
18854 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-Q] PASSED
18855 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-N] PASSED
18856 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-P] PASSED
18857 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-e] PASSED
18858 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-f] PASSED
18859 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-d] PASSED
18860 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-g] PASSED
18861 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-F] PASSED
18862 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-D] PASSED
18863 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-G] PASSED
18864 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-S] PASSED
18865 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-U] PASSED
18866 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-V] PASSED
18867 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-O] PASSED
18868 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-M] PASSED
18869 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-m] PASSED
18870 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-i,i] PASSED
18871 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-S3] PASSED
18872 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-S100] PASSED
18873 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-U3] PASSED
18874 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-U100] PASSED
18875 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[h-rational] PASSED
18876 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-?] PASSED
18877 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-b] PASSED
18878 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-h] PASSED
18879 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-i] PASSED
18880 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-l] PASSED
18881 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-q] PASSED
18882 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-n] PASSED
18883 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-p] PASSED
18884 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-B] PASSED
18885 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-H] PASSED
18886 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-I] PASSED
18887 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-L] PASSED
18888 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-Q] PASSED
18889 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-N] PASSED
18890 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-P] PASSED
18891 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-e] PASSED
18892 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-f] PASSED
18893 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-d] PASSED
18894 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-g] PASSED
18895 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-F] PASSED
18896 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-D] PASSED
18897 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-G] PASSED
18898 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-S] PASSED
18899 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-U] PASSED
18900 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-V] PASSED
18901 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-O] PASSED
18902 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-M] PASSED
18903 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-m] PASSED
18904 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-i,i] PASSED
18905 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-S3] PASSED
18906 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-S100] PASSED
18907 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-U3] PASSED
18908 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-U100] PASSED
18909 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i-rational] PASSED
18910 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-?] PASSED
18911 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-b] PASSED
18912 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-h] PASSED
18913 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-i] PASSED
18914 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-l] PASSED
18915 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-q] PASSED
18916 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-n] PASSED
18917 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-p] PASSED
18918 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-B] PASSED
18919 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-H] PASSED
18920 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-I] PASSED
18921 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-L] PASSED
18922 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-Q] PASSED
18923 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-N] PASSED
18924 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-P] PASSED
18925 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-e] PASSED
18926 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-f] PASSED
18927 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-d] PASSED
18928 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-g] PASSED
18929 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-F] PASSED
18930 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-D] PASSED
18931 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-G] PASSED
18932 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-S] PASSED
18933 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-U] PASSED
18934 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-V] PASSED
18935 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-O] PASSED
18936 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-M] PASSED
18937 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-m] PASSED
18938 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-i,i] PASSED
18939 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-S3] PASSED
18940 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-S100] PASSED
18941 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-U3] PASSED
18942 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-U100] PASSED
18943 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[l-rational] PASSED
18944 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-?] PASSED
18945 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-b] PASSED
18946 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-h] PASSED
18947 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-i] PASSED
18948 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-l] PASSED
18949 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-q] PASSED
18950 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-n] PASSED
18951 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-p] PASSED
18952 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-B] PASSED
18953 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-H] PASSED
18954 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-I] PASSED
18955 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-L] PASSED
18956 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-Q] PASSED
18957 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-N] PASSED
18958 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-P] PASSED
18959 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-e] PASSED
18960 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-f] PASSED
18961 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-d] PASSED
18962 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-g] PASSED
18963 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-F] PASSED
18964 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-D] PASSED
18965 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-G] PASSED
18966 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-S] PASSED
18967 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-U] PASSED
18968 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-V] PASSED
18969 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-O] PASSED
18970 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-M] PASSED
18971 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-m] PASSED
18972 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-i,i] PASSED
18973 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-S3] PASSED
18974 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-S100] PASSED
18975 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-U3] PASSED
18976 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-U100] PASSED
18977 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[q-rational] PASSED
18978 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-?] PASSED
18979 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-b] PASSED
18980 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-h] PASSED
18981 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-i] PASSED
18982 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-l] PASSED
18983 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-q] PASSED
18984 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-n] PASSED
18985 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-p] PASSED
18986 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-B] PASSED
18987 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-H] PASSED
18988 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-I] PASSED
18989 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-L] PASSED
18990 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-Q] PASSED
18991 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-N] PASSED
18992 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-P] PASSED
18993 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-e] PASSED
18994 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-f] PASSED
18995 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-d] PASSED
18996 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-g] PASSED
18997 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-F] PASSED
18998 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-D] PASSED
18999 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-G] PASSED
19000 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-S] PASSED
19001 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-U] PASSED
19002 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-V] PASSED
19003 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-O] PASSED
19004 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-M] PASSED
19005 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-m] PASSED
19006 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-i,i] PASSED
19007 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-S3] PASSED
19008 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-S100] PASSED
19009 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-U3] PASSED
19010 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-U100] PASSED
19011 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[n-rational] PASSED
19012 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-?] PASSED
19013 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-b] PASSED
19014 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-h] PASSED
19015 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-i] PASSED
19016 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-l] PASSED
19017 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-q] PASSED
19018 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-n] PASSED
19019 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-p] PASSED
19020 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-B] PASSED
19021 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-H] PASSED
19022 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-I] PASSED
19023 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-L] PASSED
19024 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-Q] PASSED
19025 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-N] PASSED
19026 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-P] PASSED
19027 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-e] PASSED
19028 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-f] PASSED
19029 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-d] PASSED
19030 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-g] PASSED
19031 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-F] PASSED
19032 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-D] PASSED
19033 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-G] PASSED
19034 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-S] PASSED
19035 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-U] PASSED
19036 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-V] PASSED
19037 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-O] PASSED
19038 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-M] PASSED
19039 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-m] PASSED
19040 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-i,i] PASSED
19041 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-S3] PASSED
19042 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-S100] PASSED
19043 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-U3] PASSED
19044 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-U100] PASSED
19045 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[p-rational] PASSED
19046 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-?] PASSED
19047 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-b] PASSED
19048 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-h] PASSED
19049 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-i] PASSED
19050 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-l] PASSED
19051 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-q] PASSED
19052 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-n] PASSED
19053 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-p] PASSED
19054 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-B] PASSED
19055 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-H] PASSED
19056 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-I] PASSED
19057 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-L] PASSED
19058 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-Q] PASSED
19059 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-N] PASSED
19060 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-P] PASSED
19061 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-e] PASSED
19062 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-f] PASSED
19063 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-d] PASSED
19064 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-g] PASSED
19065 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-F] PASSED
19066 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-D] PASSED
19067 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-G] PASSED
19068 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-S] PASSED
19069 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-U] PASSED
19070 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-V] PASSED
19071 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-O] PASSED
19072 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-M] PASSED
19073 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-m] PASSED
19074 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-i,i] PASSED
19075 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-S3] PASSED
19076 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-S100] PASSED
19077 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-U3] PASSED
19078 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-U100] PASSED
19079 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[B-rational] PASSED
19080 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-?] PASSED
19081 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-b] PASSED
19082 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-h] PASSED
19083 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-i] PASSED
19084 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-l] PASSED
19085 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-q] PASSED
19086 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-n] PASSED
19087 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-p] PASSED
19088 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-B] PASSED
19089 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-H] PASSED
19090 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-I] PASSED
19091 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-L] PASSED
19092 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-Q] PASSED
19093 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-N] PASSED
19094 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-P] PASSED
19095 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-e] PASSED
19096 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-f] PASSED
19097 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-d] PASSED
19098 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-g] PASSED
19099 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-F] PASSED
19100 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-D] PASSED
19101 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-G] PASSED
19102 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-S] PASSED
19103 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-U] PASSED
19104 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-V] PASSED
19105 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-O] PASSED
19106 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-M] PASSED
19107 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-m] PASSED
19108 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-i,i] PASSED
19109 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-S3] PASSED
19110 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-S100] PASSED
19111 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-U3] PASSED
19112 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-U100] PASSED
19113 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[H-rational] PASSED
19114 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-?] PASSED
19115 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-b] PASSED
19116 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-h] PASSED
19117 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-i] PASSED
19118 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-l] PASSED
19119 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-q] PASSED
19120 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-n] PASSED
19121 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-p] PASSED
19122 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-B] PASSED
19123 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-H] PASSED
19124 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-I] PASSED
19125 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-L] PASSED
19126 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-Q] PASSED
19127 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-N] PASSED
19128 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-P] PASSED
19129 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-e] PASSED
19130 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-f] PASSED
19131 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-d] PASSED
19132 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-g] PASSED
19133 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-F] PASSED
19134 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-D] PASSED
19135 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-G] PASSED
19136 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-S] PASSED
19137 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-U] PASSED
19138 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-V] PASSED
19139 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-O] PASSED
19140 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-M] PASSED
19141 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-m] PASSED
19142 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-i,i] PASSED
19143 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-S3] PASSED
19144 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-S100] PASSED
19145 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-U3] PASSED
19146 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-U100] PASSED
19147 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[I-rational] PASSED
19148 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-?] PASSED
19149 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-b] PASSED
19150 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-h] PASSED
19151 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-i] PASSED
19152 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-l] PASSED
19153 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-q] PASSED
19154 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-n] PASSED
19155 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-p] PASSED
19156 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-B] PASSED
19157 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-H] PASSED
19158 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-I] PASSED
19159 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-L] PASSED
19160 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-Q] PASSED
19161 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-N] PASSED
19162 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-P] PASSED
19163 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-e] PASSED
19164 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-f] PASSED
19165 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-d] PASSED
19166 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-g] PASSED
19167 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-F] PASSED
19168 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-D] PASSED
19169 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-G] PASSED
19170 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-S] PASSED
19171 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-U] PASSED
19172 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-V] PASSED
19173 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-O] PASSED
19174 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-M] PASSED
19175 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-m] PASSED
19176 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-i,i] PASSED
19177 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-S3] PASSED
19178 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-S100] PASSED
19179 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-U3] PASSED
19180 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-U100] PASSED
19181 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[L-rational] PASSED
19182 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-?] PASSED
19183 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-b] PASSED
19184 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-h] PASSED
19185 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-i] PASSED
19186 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-l] PASSED
19187 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-q] PASSED
19188 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-n] PASSED
19189 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-p] PASSED
19190 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-B] PASSED
19191 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-H] PASSED
19192 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-I] PASSED
19193 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-L] PASSED
19194 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-Q] PASSED
19195 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-N] PASSED
19196 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-P] PASSED
19197 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-e] PASSED
19198 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-f] PASSED
19199 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-d] PASSED
19200 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-g] PASSED
19201 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-F] PASSED
19202 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-D] PASSED
19203 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-G] PASSED
19204 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-S] PASSED
19205 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-U] PASSED
19206 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-V] PASSED
19207 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-O] PASSED
19208 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-M] PASSED
19209 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-m] PASSED
19210 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-i,i] PASSED
19211 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-S3] PASSED
19212 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-S100] PASSED
19213 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-U3] PASSED
19214 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-U100] PASSED
19215 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[Q-rational] PASSED
19216 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-?] PASSED
19217 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-b] PASSED
19218 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-h] PASSED
19219 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-i] PASSED
19220 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-l] PASSED
19221 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-q] PASSED
19222 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-n] PASSED
19223 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-p] PASSED
19224 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-B] PASSED
19225 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-H] PASSED
19226 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-I] PASSED
19227 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-L] PASSED
19228 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-Q] PASSED
19229 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-N] PASSED
19230 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-P] PASSED
19231 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-e] PASSED
19232 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-f] PASSED
19233 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-d] PASSED
19234 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-g] PASSED
19235 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-F] PASSED
19236 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-D] PASSED
19237 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-G] PASSED
19238 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-S] PASSED
19239 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-U] PASSED
19240 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-V] PASSED
19241 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-O] PASSED
19242 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-M] PASSED
19243 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-m] PASSED
19244 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-i,i] PASSED
19245 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-S3] PASSED
19246 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-S100] PASSED
19247 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-U3] PASSED
19248 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-U100] PASSED
19249 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[N-rational] PASSED
19250 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-?] PASSED
19251 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-b] PASSED
19252 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-h] PASSED
19253 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-i] PASSED
19254 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-l] PASSED
19255 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-q] PASSED
19256 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-n] PASSED
19257 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-p] PASSED
19258 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-B] PASSED
19259 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-H] PASSED
19260 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-I] PASSED
19261 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-L] PASSED
19262 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-Q] PASSED
19263 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-N] PASSED
19264 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-P] PASSED
19265 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-e] PASSED
19266 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-f] PASSED
19267 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-d] PASSED
19268 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-g] PASSED
19269 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-F] PASSED
19270 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-D] PASSED
19271 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-G] PASSED
19272 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-S] PASSED
19273 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-U] PASSED
19274 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-V] PASSED
19275 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-O] PASSED
19276 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-M] PASSED
19277 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-m] PASSED
19278 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-i,i] PASSED
19279 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-S3] PASSED
19280 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-S100] PASSED
19281 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-U3] PASSED
19282 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-U100] PASSED
19283 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[P-rational] PASSED
19284 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-?] PASSED
19285 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-b] PASSED
19286 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-h] PASSED
19287 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-i] PASSED
19288 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-l] PASSED
19289 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-q] PASSED
19290 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-n] PASSED
19291 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-p] PASSED
19292 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-B] PASSED
19293 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-H] PASSED
19294 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-I] PASSED
19295 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-L] PASSED
19296 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-Q] PASSED
19297 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-N] PASSED
19298 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-P] PASSED
19299 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-e] PASSED
19300 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-f] PASSED
19301 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-d] PASSED
19302 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-g] PASSED
19303 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-F] PASSED
19304 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-D] PASSED
19305 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-G] PASSED
19306 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-S] PASSED
19307 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-U] PASSED
19308 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-V] PASSED
19309 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-O] PASSED
19310 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-M] PASSED
19311 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-m] PASSED
19312 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-i,i] PASSED
19313 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-S3] PASSED
19314 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-S100] PASSED
19315 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-U3] PASSED
19316 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-U100] PASSED
19317 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[e-rational] PASSED
19318 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-?] PASSED
19319 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-b] PASSED
19320 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-h] PASSED
19321 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-i] PASSED
19322 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-l] PASSED
19323 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-q] PASSED
19324 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-n] PASSED
19325 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-p] PASSED
19326 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-B] PASSED
19327 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-H] PASSED
19328 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-I] PASSED
19329 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-L] PASSED
19330 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-Q] PASSED
19331 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-N] PASSED
19332 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-P] PASSED
19333 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-e] PASSED
19334 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-f] PASSED
19335 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-d] PASSED
19336 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-g] PASSED
19337 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-F] PASSED
19338 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-D] PASSED
19339 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-G] PASSED
19340 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-S] PASSED
19341 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-U] PASSED
19342 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-V] PASSED
19343 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-O] PASSED
19344 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-M] PASSED
19345 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-m] PASSED
19346 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-i,i] PASSED
19347 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-S3] PASSED
19348 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-S100] PASSED
19349 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-U3] PASSED
19350 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-U100] PASSED
19351 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[f-rational] PASSED
19352 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-?] PASSED
19353 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-b] PASSED
19354 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-h] PASSED
19355 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-i] PASSED
19356 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-l] PASSED
19357 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-q] PASSED
19358 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-n] PASSED
19359 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-p] PASSED
19360 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-B] PASSED
19361 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-H] PASSED
19362 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-I] PASSED
19363 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-L] PASSED
19364 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-Q] PASSED
19365 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-N] PASSED
19366 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-P] PASSED
19367 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-e] PASSED
19368 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-f] PASSED
19369 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-d] PASSED
19370 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-g] PASSED
19371 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-F] PASSED
19372 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-D] PASSED
19373 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-G] PASSED
19374 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-S] PASSED
19375 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-U] PASSED
19376 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-V] PASSED
19377 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-O] PASSED
19378 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-M] PASSED
19379 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-m] PASSED
19380 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-i,i] PASSED
19381 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-S3] PASSED
19382 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-S100] PASSED
19383 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-U3] PASSED
19384 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-U100] PASSED
19385 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[d-rational] PASSED
19386 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-?] PASSED
19387 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-b] PASSED
19388 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-h] PASSED
19389 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-i] PASSED
19390 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-l] PASSED
19391 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-q] PASSED
19392 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-n] PASSED
19393 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-p] PASSED
19394 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-B] PASSED
19395 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-H] PASSED
19396 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-I] PASSED
19397 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-L] PASSED
19398 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-Q] PASSED
19399 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-N] PASSED
19400 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-P] PASSED
19401 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-e] PASSED
19402 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-f] PASSED
19403 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-d] PASSED
19404 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-g] PASSED
19405 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-F] PASSED
19406 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-D] PASSED
19407 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-G] PASSED
19408 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-S] PASSED
19409 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-U] PASSED
19410 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-V] PASSED
19411 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-O] PASSED
19412 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-M] PASSED
19413 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-m] PASSED
19414 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-i,i] PASSED
19415 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-S3] PASSED
19416 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-S100] PASSED
19417 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-U3] PASSED
19418 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-U100] PASSED
19419 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[g-rational] PASSED
19420 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-?] PASSED
19421 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-b] PASSED
19422 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-h] PASSED
19423 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-i] PASSED
19424 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-l] PASSED
19425 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-q] PASSED
19426 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-n] PASSED
19427 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-p] PASSED
19428 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-B] PASSED
19429 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-H] PASSED
19430 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-I] PASSED
19431 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-L] PASSED
19432 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-Q] PASSED
19433 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-N] PASSED
19434 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-P] PASSED
19435 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-e] PASSED
19436 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-f] PASSED
19437 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-d] PASSED
19438 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-g] PASSED
19439 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-F] PASSED
19440 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-D] PASSED
19441 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-G] PASSED
19442 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-S] PASSED
19443 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-U] PASSED
19444 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-V] PASSED
19445 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-O] PASSED
19446 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-M] PASSED
19447 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-m] PASSED
19448 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-i,i] PASSED
19449 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-S3] PASSED
19450 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-S100] PASSED
19451 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-U3] PASSED
19452 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-U100] PASSED
19453 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[F-rational] PASSED
19454 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-?] PASSED
19455 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-b] PASSED
19456 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-h] PASSED
19457 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-i] PASSED
19458 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-l] PASSED
19459 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-q] PASSED
19460 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-n] PASSED
19461 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-p] PASSED
19462 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-B] PASSED
19463 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-H] PASSED
19464 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-I] PASSED
19465 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-L] PASSED
19466 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-Q] PASSED
19467 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-N] PASSED
19468 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-P] PASSED
19469 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-e] PASSED
19470 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-f] PASSED
19471 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-d] PASSED
19472 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-g] PASSED
19473 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-F] PASSED
19474 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-D] PASSED
19475 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-G] PASSED
19476 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-S] PASSED
19477 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-U] PASSED
19478 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-V] PASSED
19479 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-O] PASSED
19480 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-M] PASSED
19481 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-m] PASSED
19482 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-i,i] PASSED
19483 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-S3] PASSED
19484 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-S100] PASSED
19485 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-U3] PASSED
19486 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-U100] PASSED
19487 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[D-rational] PASSED
19488 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-?] PASSED
19489 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-b] PASSED
19490 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-h] PASSED
19491 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-i] PASSED
19492 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-l] PASSED
19493 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-q] PASSED
19494 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-n] PASSED
19495 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-p] PASSED
19496 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-B] PASSED
19497 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-H] PASSED
19498 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-I] PASSED
19499 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-L] PASSED
19500 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-Q] PASSED
19501 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-N] PASSED
19502 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-P] PASSED
19503 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-e] PASSED
19504 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-f] PASSED
19505 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-d] PASSED
19506 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-g] PASSED
19507 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-F] PASSED
19508 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-D] PASSED
19509 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-G] PASSED
19510 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-S] PASSED
19511 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-U] PASSED
19512 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-V] PASSED
19513 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-O] PASSED
19514 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-M] PASSED
19515 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-m] PASSED
19516 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-i,i] PASSED
19517 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-S3] PASSED
19518 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-S100] PASSED
19519 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-U3] PASSED
19520 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-U100] PASSED
19521 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[G-rational] PASSED
19522 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-?] PASSED
19523 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-b] PASSED
19524 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-h] PASSED
19525 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-i] PASSED
19526 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-l] PASSED
19527 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-q] PASSED
19528 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-n] PASSED
19529 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-p] PASSED
19530 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-B] PASSED
19531 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-H] PASSED
19532 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-I] PASSED
19533 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-L] PASSED
19534 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-Q] PASSED
19535 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-N] PASSED
19536 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-P] PASSED
19537 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-e] PASSED
19538 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-f] PASSED
19539 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-d] PASSED
19540 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-g] PASSED
19541 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-F] PASSED
19542 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-D] PASSED
19543 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-G] PASSED
19544 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-S] PASSED
19545 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-U] PASSED
19546 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-V] PASSED
19547 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-O] PASSED
19548 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-M] PASSED
19549 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-m] PASSED
19550 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-i,i] PASSED
19551 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-S3] PASSED
19552 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-S100] PASSED
19553 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-U3] PASSED
19554 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-U100] PASSED
19555 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S-rational] PASSED
19556 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-?] PASSED
19557 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-b] PASSED
19558 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-h] PASSED
19559 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-i] PASSED
19560 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-l] PASSED
19561 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-q] PASSED
19562 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-n] PASSED
19563 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-p] PASSED
19564 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-B] PASSED
19565 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-H] PASSED
19566 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-I] PASSED
19567 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-L] PASSED
19568 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-Q] PASSED
19569 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-N] PASSED
19570 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-P] PASSED
19571 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-e] PASSED
19572 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-f] PASSED
19573 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-d] PASSED
19574 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-g] PASSED
19575 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-F] PASSED
19576 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-D] PASSED
19577 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-G] PASSED
19578 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-S] PASSED
19579 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-U] PASSED
19580 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-V] PASSED
19581 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-O] PASSED
19582 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-M] PASSED
19583 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-m] PASSED
19584 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-i,i] PASSED
19585 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-S3] PASSED
19586 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-S100] PASSED
19587 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-U3] PASSED
19588 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-U100] PASSED
19589 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U-rational] PASSED
19590 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-?] PASSED
19591 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-b] PASSED
19592 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-h] PASSED
19593 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-i] PASSED
19594 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-l] PASSED
19595 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-q] PASSED
19596 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-n] PASSED
19597 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-p] PASSED
19598 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-B] PASSED
19599 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-H] PASSED
19600 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-I] PASSED
19601 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-L] PASSED
19602 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-Q] PASSED
19603 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-N] PASSED
19604 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-P] PASSED
19605 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-e] PASSED
19606 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-f] PASSED
19607 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-d] PASSED
19608 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-g] PASSED
19609 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-F] PASSED
19610 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-D] PASSED
19611 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-G] PASSED
19612 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-S] PASSED
19613 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-U] PASSED
19614 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-V] PASSED
19615 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-O] PASSED
19616 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-M] PASSED
19617 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-m] PASSED
19618 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-i,i] PASSED
19619 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-S3] PASSED
19620 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-S100] PASSED
19621 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-U3] PASSED
19622 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-U100] PASSED
19623 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[V-rational] PASSED
19624 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-?] PASSED
19625 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-b] PASSED
19626 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-h] PASSED
19627 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-i] PASSED
19628 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-l] PASSED
19629 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-q] PASSED
19630 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-n] PASSED
19631 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-p] PASSED
19632 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-B] PASSED
19633 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-H] PASSED
19634 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-I] PASSED
19635 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-L] PASSED
19636 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-Q] PASSED
19637 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-N] PASSED
19638 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-P] PASSED
19639 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-e] PASSED
19640 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-f] PASSED
19641 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-d] PASSED
19642 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-g] PASSED
19643 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-F] PASSED
19644 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-D] PASSED
19645 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-G] PASSED
19646 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-S] PASSED
19647 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-U] PASSED
19648 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-V] PASSED
19649 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-O] PASSED
19650 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-M] PASSED
19651 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-m] PASSED
19652 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-i,i] PASSED
19653 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-S3] PASSED
19654 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-S100] PASSED
19655 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-U3] PASSED
19656 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-U100] PASSED
19657 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[O-rational] PASSED
19658 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-?] PASSED
19659 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-b] PASSED
19660 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-h] PASSED
19661 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-i] PASSED
19662 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-l] PASSED
19663 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-q] PASSED
19664 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-n] PASSED
19665 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-p] PASSED
19666 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-B] PASSED
19667 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-H] PASSED
19668 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-I] PASSED
19669 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-L] PASSED
19670 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-Q] PASSED
19671 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-N] PASSED
19672 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-P] PASSED
19673 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-e] PASSED
19674 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-f] PASSED
19675 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-d] PASSED
19676 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-g] PASSED
19677 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-F] PASSED
19678 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-D] PASSED
19679 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-G] PASSED
19680 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-S] PASSED
19681 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-U] PASSED
19682 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-V] PASSED
19683 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-O] PASSED
19684 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-M] PASSED
19685 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-m] PASSED
19686 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-i,i] PASSED
19687 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-S3] PASSED
19688 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-S100] PASSED
19689 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-U3] PASSED
19690 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-U100] PASSED
19691 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[M-rational] PASSED
19692 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-?] PASSED
19693 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-b] PASSED
19694 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-h] PASSED
19695 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-i] PASSED
19696 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-l] PASSED
19697 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-q] PASSED
19698 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-n] PASSED
19699 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-p] PASSED
19700 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-B] PASSED
19701 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-H] PASSED
19702 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-I] PASSED
19703 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-L] PASSED
19704 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-Q] PASSED
19705 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-N] PASSED
19706 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-P] PASSED
19707 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-e] PASSED
19708 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-f] PASSED
19709 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-d] PASSED
19710 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-g] PASSED
19711 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-F] PASSED
19712 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-D] PASSED
19713 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-G] PASSED
19714 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-S] PASSED
19715 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-U] PASSED
19716 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-V] PASSED
19717 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-O] PASSED
19718 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-M] PASSED
19719 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-m] PASSED
19720 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-i,i] PASSED
19721 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-S3] PASSED
19722 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-S100] PASSED
19723 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-U3] PASSED
19724 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-U100] PASSED
19725 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[m-rational] PASSED
19726 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-?] PASSED
19727 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-b] PASSED
19728 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-h] PASSED
19729 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-i] PASSED
19730 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-l] PASSED
19731 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-q] PASSED
19732 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-n] PASSED
19733 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-p] PASSED
19734 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-B] PASSED
19735 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-H] PASSED
19736 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-I] PASSED
19737 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-L] PASSED
19738 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-Q] PASSED
19739 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-N] PASSED
19740 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-P] PASSED
19741 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-e] PASSED
19742 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-f] PASSED
19743 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-d] PASSED
19744 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-g] PASSED
19745 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-F] PASSED
19746 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-D] PASSED
19747 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-G] PASSED
19748 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-S] PASSED
19749 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-U] PASSED
19750 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-V] PASSED
19751 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-O] PASSED
19752 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-M] PASSED
19753 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-m] PASSED
19754 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-i,i] PASSED
19755 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-S3] PASSED
19756 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-S100] PASSED
19757 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-U3] PASSED
19758 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-U100] PASSED
19759 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[i,i-rational] PASSED
19760 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-?] PASSED
19761 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-b] PASSED
19762 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-h] PASSED
19763 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-i] PASSED
19764 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-l] PASSED
19765 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-q] PASSED
19766 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-n] PASSED
19767 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-p] PASSED
19768 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-B] PASSED
19769 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-H] PASSED
19770 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-I] PASSED
19771 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-L] PASSED
19772 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-Q] PASSED
19773 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-N] PASSED
19774 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-P] PASSED
19775 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-e] PASSED
19776 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-f] PASSED
19777 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-d] PASSED
19778 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-g] PASSED
19779 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-F] PASSED
19780 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-D] PASSED
19781 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-G] PASSED
19782 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-S] PASSED
19783 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-U] PASSED
19784 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-V] PASSED
19785 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-O] PASSED
19786 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-M] PASSED
19787 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-m] PASSED
19788 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-i,i] PASSED
19789 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-S3] PASSED
19790 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-S100] PASSED
19791 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-U3] PASSED
19792 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-U100] PASSED
19793 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S3-rational] PASSED
19794 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-?] PASSED
19795 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-b] PASSED
19796 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-h] PASSED
19797 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-i] PASSED
19798 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-l] PASSED
19799 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-q] PASSED
19800 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-n] PASSED
19801 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-p] PASSED
19802 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-B] PASSED
19803 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-H] PASSED
19804 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-I] PASSED
19805 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-L] PASSED
19806 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-Q] PASSED
19807 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-N] PASSED
19808 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-P] PASSED
19809 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-e] PASSED
19810 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-f] PASSED
19811 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-d] PASSED
19812 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-g] PASSED
19813 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-F] PASSED
19814 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-D] PASSED
19815 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-G] PASSED
19816 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-S] PASSED
19817 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-U] PASSED
19818 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-V] PASSED
19819 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-O] PASSED
19820 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-M] PASSED
19821 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-m] PASSED
19822 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-i,i] PASSED
19823 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-S3] PASSED
19824 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-S100] PASSED
19825 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-U3] PASSED
19826 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-U100] PASSED
19827 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[S100-rational] PASSED
19828 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-?] PASSED
19829 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-b] PASSED
19830 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-h] PASSED
19831 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-i] PASSED
19832 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-l] PASSED
19833 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-q] PASSED
19834 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-n] PASSED
19835 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-p] PASSED
19836 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-B] PASSED
19837 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-H] PASSED
19838 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-I] PASSED
19839 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-L] PASSED
19840 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-Q] PASSED
19841 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-N] PASSED
19842 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-P] PASSED
19843 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-e] PASSED
19844 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-f] PASSED
19845 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-d] PASSED
19846 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-g] PASSED
19847 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-F] PASSED
19848 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-D] PASSED
19849 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-G] PASSED
19850 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-S] PASSED
19851 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-U] PASSED
19852 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-V] PASSED
19853 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-O] PASSED
19854 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-M] PASSED
19855 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-m] PASSED
19856 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-i,i] PASSED
19857 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-S3] PASSED
19858 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-S100] PASSED
19859 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-U3] PASSED
19860 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-U100] PASSED
19861 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U3-rational] PASSED
19862 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-?] PASSED
19863 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-b] PASSED
19864 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-h] PASSED
19865 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-i] PASSED
19866 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-l] PASSED
19867 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-q] PASSED
19868 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-n] PASSED
19869 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-p] PASSED
19870 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-B] PASSED
19871 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-H] PASSED
19872 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-I] PASSED
19873 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-L] PASSED
19874 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-Q] PASSED
19875 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-N] PASSED
19876 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-P] PASSED
19877 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-e] PASSED
19878 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-f] PASSED
19879 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-d] PASSED
19880 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-g] PASSED
19881 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-F] PASSED
19882 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-D] PASSED
19883 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-G] PASSED
19884 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-S] PASSED
19885 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-U] PASSED
19886 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-V] PASSED
19887 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-O] PASSED
19888 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-M] PASSED
19889 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-m] PASSED
19890 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-i,i] PASSED
19891 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-S3] PASSED
19892 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-S100] PASSED
19893 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-U3] PASSED
19894 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-U100] PASSED
19895 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[U100-rational] PASSED
19896 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-?] PASSED
19897 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-b] PASSED
19898 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-h] PASSED
19899 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-i] PASSED
19900 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-l] PASSED
19901 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-q] PASSED
19902 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-n] PASSED
19903 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-p] PASSED
19904 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-B] PASSED
19905 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-H] PASSED
19906 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-I] PASSED
19907 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-L] PASSED
19908 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-Q] PASSED
19909 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-N] PASSED
19910 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-P] PASSED
19911 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-e] PASSED
19912 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-f] PASSED
19913 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-d] PASSED
19914 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-g] PASSED
19915 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-F] PASSED
19916 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-D] PASSED
19917 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-G] PASSED
19918 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-S] PASSED
19919 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-U] PASSED
19920 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-V] PASSED
19921 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-O] PASSED
19922 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-M] PASSED
19923 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-m] PASSED
19924 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-i,i] PASSED
19925 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-S3] PASSED
19926 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-S100] PASSED
19927 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-U3] PASSED
19928 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-U100] PASSED
19929 numpy/_core/tests/test_numeric.py::TestTypes::test_promote_types_metadata[rational-rational] PASSED
19930 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast PASSED
19931 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_simple_to_structured PASSED
19932 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_structured_to_simple PASSED
19933 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_values XFAIL
19934 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[?] PASSED
19935 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[b] PASSED
19936 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[h] PASSED
19937 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[i] PASSED
19938 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[l] PASSED
19939 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[q] PASSED
19940 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[B] PASSED
19941 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[H] PASSED
19942 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[I] PASSED
19943 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[L] PASSED
19944 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[Q] PASSED
19945 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[e] PASSED
19946 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[f] PASSED
19947 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[d] PASSED
19948 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[g] PASSED
19949 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[F] PASSED
19950 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[D] PASSED
19951 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[G] PASSED
19952 numpy/_core/tests/test_numeric.py::TestTypes::test_can_cast_scalars[rational] PASSED
19953 numpy/_core/tests/test_numeric.py::TestFromiter::test_types PASSED
19954 numpy/_core/tests/test_numeric.py::TestFromiter::test_lengths PASSED
19955 numpy/_core/tests/test_numeric.py::TestFromiter::test_values PASSED
19956 numpy/_core/tests/test_numeric.py::TestFromiter::test_2592[10-5-int] PASSED
19957 numpy/_core/tests/test_numeric.py::TestFromiter::test_2592[10-5-object] PASSED
19958 numpy/_core/tests/test_numeric.py::TestFromiter::test_2592[10-9-int] PASSED
19959 numpy/_core/tests/test_numeric.py::TestFromiter::test_2592[10-9-object] PASSED
19960 numpy/_core/tests/test_numeric.py::TestFromiter::test_empty_not_structured[S] PASSED
19961 numpy/_core/tests/test_numeric.py::TestFromiter::test_empty_not_structured[S0] PASSED
19962 numpy/_core/tests/test_numeric.py::TestFromiter::test_empty_not_structured[V0] PASSED
19963 numpy/_core/tests/test_numeric.py::TestFromiter::test_empty_not_structured[U0] PASSED
19964 numpy/_core/tests/test_numeric.py::TestFromiter::test_growth_and_complicated_dtypes[0-d-data0] PASSED
19965 numpy/_core/tests/test_numeric.py::TestFromiter::test_growth_and_complicated_dtypes[0-O-data1] PASSED
19966 numpy/_core/tests/test_numeric.py::TestFromiter::test_growth_and_complicated_dtypes[0-i,O-data2] PASSED
19967 numpy/_core/tests/test_numeric.py::TestFromiter::test_growth_and_complicated_dtypes[0-2i-data3] PASSED
19968 numpy/_core/tests/test_numeric.py::TestFromiter::test_growth_and_complicated_dtypes[0-dtype4-data4] PASSED
19969 numpy/_core/tests/test_numeric.py::TestFromiter::test_growth_and_complicated_dtypes[1-d-data0] PASSED
19970 numpy/_core/tests/test_numeric.py::TestFromiter::test_growth_and_complicated_dtypes[1-O-data1] PASSED
19971 numpy/_core/tests/test_numeric.py::TestFromiter::test_growth_and_complicated_dtypes[1-i,O-data2] PASSED
19972 numpy/_core/tests/test_numeric.py::TestFromiter::test_growth_and_complicated_dtypes[1-2i-data3] PASSED
19973 numpy/_core/tests/test_numeric.py::TestFromiter::test_growth_and_complicated_dtypes[1-dtype4-data4] PASSED
19974 numpy/_core/tests/test_numeric.py::TestFromiter::test_empty_result PASSED
19975 numpy/_core/tests/test_numeric.py::TestFromiter::test_too_few_items PASSED
19976 numpy/_core/tests/test_numeric.py::TestFromiter::test_failed_itemsetting PASSED
19977 numpy/_core/tests/test_numeric.py::TestNonzero::test_nonzero_trivial PASSED
19978 numpy/_core/tests/test_numeric.py::TestNonzero::test_nonzero_zerod PASSED
19979 numpy/_core/tests/test_numeric.py::TestNonzero::test_nonzero_onedim PASSED
19980 numpy/_core/tests/test_numeric.py::TestNonzero::test_nonzero_twodim PASSED
19981 numpy/_core/tests/test_numeric.py::TestNonzero::test_sparse PASSED
19982 numpy/_core/tests/test_numeric.py::TestNonzero::test_return_type PASSED
19983 numpy/_core/tests/test_numeric.py::TestNonzero::test_count_nonzero_axis PASSED
19984 numpy/_core/tests/test_numeric.py::TestNonzero::test_count_nonzero_axis_all_dtypes PASSED
19985 numpy/_core/tests/test_numeric.py::TestNonzero::test_count_nonzero_axis_consistent PASSED
19986 numpy/_core/tests/test_numeric.py::TestNonzero::test_countnonzero_axis_empty PASSED
19987 numpy/_core/tests/test_numeric.py::TestNonzero::test_countnonzero_keepdims PASSED
19988 numpy/_core/tests/test_numeric.py::TestNonzero::test_array_method PASSED
19989 numpy/_core/tests/test_numeric.py::TestNonzero::test_nonzero_invalid_object PASSED
19990 numpy/_core/tests/test_numeric.py::TestNonzero::test_nonzero_sideeffect_safety PASSED
19991 numpy/_core/tests/test_numeric.py::TestNonzero::test_nonzero_sideffects_structured_void PASSED
19992 numpy/_core/tests/test_numeric.py::TestNonzero::test_nonzero_exception_safe PASSED
19993 numpy/_core/tests/test_numeric.py::TestNonzero::test_structured_threadsafety PASSED
19994 numpy/_core/tests/test_numeric.py::TestIndex::test_boolean PASSED
19995 numpy/_core/tests/test_numeric.py::TestIndex::test_boolean_edgecase PASSED
19996 numpy/_core/tests/test_numeric.py::TestBinaryRepr::test_zero PASSED
19997 numpy/_core/tests/test_numeric.py::TestBinaryRepr::test_positive PASSED
19998 numpy/_core/tests/test_numeric.py::TestBinaryRepr::test_negative PASSED
19999 numpy/_core/tests/test_numeric.py::TestBinaryRepr::test_sufficient_width PASSED
20000 numpy/_core/tests/test_numeric.py::TestBinaryRepr::test_neg_width_boundaries PASSED
20001 numpy/_core/tests/test_numeric.py::TestBinaryRepr::test_large_neg_int64 PASSED
20002 numpy/_core/tests/test_numeric.py::TestBaseRepr::test_base3 PASSED
20003 numpy/_core/tests/test_numeric.py::TestBaseRepr::test_positive PASSED
20004 numpy/_core/tests/test_numeric.py::TestBaseRepr::test_negative PASSED
20005 numpy/_core/tests/test_numeric.py::TestBaseRepr::test_base_range PASSED
20006 numpy/_core/tests/test_numeric.py::TestBaseRepr::test_minimal_signed_int PASSED
20007 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx0-by0-None-True] PASSED
20008 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx1-by1-False-True] PASSED
20009 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx2-by2-True-True] PASSED
20010 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx3-by3-None-True] PASSED
20011 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx4-by4-False-True] PASSED
20012 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx5-by5-True-True] PASSED
20013 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx6-by6-None-True] PASSED
20014 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx7-by7-None-True] PASSED
20015 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx8-by8-None-False] PASSED
20016 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx9-by9-None-False] PASSED
20017 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx10-by10-None-False] PASSED
20018 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx11-by11-None-True] PASSED
20019 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx12-by12-None-True] PASSED
20020 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx13-by13-None-True] PASSED
20021 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx14-by14-False-True] PASSED
20022 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx15-by15-True-True] PASSED
20023 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx16-by16-None-True] PASSED
20024 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx17-by17-False-True] PASSED
20025 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx18-by18-True-True] PASSED
20026 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx19-by19-None-True] PASSED
20027 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx20-by20-False-True] PASSED
20028 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx21-by21-True-True] PASSED
20029 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx22-by22-None-False] PASSED
20030 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx23-by23-False-False] PASSED
20031 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx24-by24-True-True] PASSED
20032 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx25-by25-None-False] PASSED
20033 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx26-by26-False-False] PASSED
20034 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx27-by27-True-True] PASSED
20035 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx28-by28-None-False] PASSED
20036 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx29-by29-False-False] PASSED
20037 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx30-by30-True-False] PASSED
20038 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx31-by31-None-False] PASSED
20039 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx32-by32-False-False] PASSED
20040 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx33-by33-True-False] PASSED
20041 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx34-by34-None-False] PASSED
20042 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx35-by35-False-False] PASSED
20043 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx36-by36-True-True] PASSED
20044 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx37-by37-None-False] PASSED
20045 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx38-by38-False-False] PASSED
20046 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx39-by39-True-True] PASSED
20047 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx40-by40-None-False] PASSED
20048 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx41-by41-False-False] PASSED
20049 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx42-by42-True-True] PASSED
20050 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx43-by43-None-False] PASSED
20051 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx44-by44-False-False] PASSED
20052 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx45-by45-True-True] PASSED
20053 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx46-by46-None-False] PASSED
20054 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx47-by47-False-False] PASSED
20055 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx48-by48-True-False] PASSED
20056 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx49-by49-None-False] PASSED
20057 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx50-by50-False-False] PASSED
20058 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx51-by51-True-True] PASSED
20059 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx52-by52-None-False] PASSED
20060 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx53-by53-False-False] PASSED
20061 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx54-by54-True-True] PASSED
20062 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx55-by55-None-False] PASSED
20063 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx56-by56-False-False] PASSED
20064 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx57-by57-True-True] PASSED
20065 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx58-by58-None-False] PASSED
20066 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx59-by59-False-False] PASSED
20067 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_equal_nan[bx60-by60-True-True] PASSED
20068 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equal_different_scalar_types PASSED
20069 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_none_compares_elementwise PASSED
20070 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_array_equiv PASSED
20071 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_compare_unstructured_voids[V0] PASSED
20072 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_compare_unstructured_voids[V3] PASSED
20073 numpy/_core/tests/test_numeric.py::TestArrayComparisons::test_compare_unstructured_voids[V10] PASSED
20074 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[?] PASSED
20075 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[b] PASSED
20076 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[h] PASSED
20077 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[i] PASSED
20078 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[l] PASSED
20079 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[q] PASSED
20080 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[p] PASSED
20081 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[B] PASSED
20082 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[H] PASSED
20083 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[I] PASSED
20084 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[L] PASSED
20085 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[Q] PASSED
20086 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[P] PASSED
20087 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[e] PASSED
20088 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[f] PASSED
20089 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[d] PASSED
20090 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[g] PASSED
20091 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[F] PASSED
20092 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[D] PASSED
20093 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[G] PASSED
20094 numpy/_core/tests/test_numeric.py::TestClip::test_ones_pathological[O] PASSED
20095 numpy/_core/tests/test_numeric.py::TestClip::test_simple_double PASSED
20096 numpy/_core/tests/test_numeric.py::TestClip::test_simple_int PASSED
20097 numpy/_core/tests/test_numeric.py::TestClip::test_array_double PASSED
20098 numpy/_core/tests/test_numeric.py::TestClip::test_simple_nonnative PASSED
20099 numpy/_core/tests/test_numeric.py::TestClip::test_simple_complex PASSED
20100 numpy/_core/tests/test_numeric.py::TestClip::test_clip_complex PASSED
20101 numpy/_core/tests/test_numeric.py::TestClip::test_clip_non_contig PASSED
20102 numpy/_core/tests/test_numeric.py::TestClip::test_simple_out PASSED
20103 numpy/_core/tests/test_numeric.py::TestClip::test_simple_int32_inout[None] PASSED
20104 numpy/_core/tests/test_numeric.py::TestClip::test_simple_int32_inout[unsafe] PASSED
20105 numpy/_core/tests/test_numeric.py::TestClip::test_simple_int64_out PASSED
20106 numpy/_core/tests/test_numeric.py::TestClip::test_simple_int64_inout PASSED
20107 numpy/_core/tests/test_numeric.py::TestClip::test_simple_int32_out PASSED
20108 numpy/_core/tests/test_numeric.py::TestClip::test_simple_inplace_01 PASSED
20109 numpy/_core/tests/test_numeric.py::TestClip::test_simple_inplace_02 PASSED
20110 numpy/_core/tests/test_numeric.py::TestClip::test_noncontig_inplace PASSED
20111 numpy/_core/tests/test_numeric.py::TestClip::test_type_cast_01 PASSED
20112 numpy/_core/tests/test_numeric.py::TestClip::test_type_cast_02 PASSED
20113 numpy/_core/tests/test_numeric.py::TestClip::test_type_cast_03 PASSED
20114 numpy/_core/tests/test_numeric.py::TestClip::test_type_cast_04 PASSED
20115 numpy/_core/tests/test_numeric.py::TestClip::test_type_cast_05 PASSED
20116 numpy/_core/tests/test_numeric.py::TestClip::test_type_cast_06 PASSED
20117 numpy/_core/tests/test_numeric.py::TestClip::test_type_cast_07 PASSED
20118 numpy/_core/tests/test_numeric.py::TestClip::test_type_cast_08 PASSED
20119 numpy/_core/tests/test_numeric.py::TestClip::test_type_cast_09 PASSED
20120 numpy/_core/tests/test_numeric.py::TestClip::test_type_cast_10 PASSED
20121 numpy/_core/tests/test_numeric.py::TestClip::test_type_cast_11 PASSED
20122 numpy/_core/tests/test_numeric.py::TestClip::test_type_cast_12 PASSED
20123 numpy/_core/tests/test_numeric.py::TestClip::test_clip_with_out_simple PASSED
20124 numpy/_core/tests/test_numeric.py::TestClip::test_clip_with_out_simple2 PASSED
20125 numpy/_core/tests/test_numeric.py::TestClip::test_clip_with_out_simple_int32 PASSED
20126 numpy/_core/tests/test_numeric.py::TestClip::test_clip_with_out_array_int32 PASSED
20127 numpy/_core/tests/test_numeric.py::TestClip::test_clip_with_out_array_outint32 PASSED
20128 numpy/_core/tests/test_numeric.py::TestClip::test_clip_with_out_transposed PASSED
20129 numpy/_core/tests/test_numeric.py::TestClip::test_clip_with_out_memory_overlap PASSED
20130 numpy/_core/tests/test_numeric.py::TestClip::test_clip_inplace_array PASSED
20131 numpy/_core/tests/test_numeric.py::TestClip::test_clip_inplace_simple PASSED
20132 numpy/_core/tests/test_numeric.py::TestClip::test_clip_func_takes_out PASSED
20133 numpy/_core/tests/test_numeric.py::TestClip::test_clip_nan PASSED
20134 numpy/_core/tests/test_numeric.py::TestClip::test_object_clip PASSED
20135 numpy/_core/tests/test_numeric.py::TestClip::test_clip_all_none PASSED
20136 numpy/_core/tests/test_numeric.py::TestClip::test_clip_invalid_casting PASSED
20137 numpy/_core/tests/test_numeric.py::TestClip::test_clip_value_min_max_flip[1-0] PASSED
20138 numpy/_core/tests/test_numeric.py::TestClip::test_clip_value_min_max_flip[1-amax1] PASSED
20139 numpy/_core/tests/test_numeric.py::TestClip::test_clip_value_min_max_flip[amin2-amax2] PASSED
20140 numpy/_core/tests/test_numeric.py::TestClip::test_clip_problem_cases[arr0-0--18446744073709551615-exp0] PASSED
20141 numpy/_core/tests/test_numeric.py::TestClip::test_clip_problem_cases[arr1-0-0-exp1] PASSED
20142 numpy/_core/tests/test_numeric.py::TestClip::test_clip_scalar_nan_propagation[arr0-amin0-amax0] PASSED
20143 numpy/_core/tests/test_numeric.py::TestClip::test_NaT_propagation[arr0-amin0-amax0] XPASS
20144 numpy/_core/tests/test_numeric.py::TestClip::test_clip_property PASSED
20145 numpy/_core/tests/test_numeric.py::TestAllclose::test_ip_allclose PASSED
20146 numpy/_core/tests/test_numeric.py::TestAllclose::test_ip_not_allclose PASSED
20147 numpy/_core/tests/test_numeric.py::TestAllclose::test_no_parameter_modification PASSED
20148 numpy/_core/tests/test_numeric.py::TestAllclose::test_min_int PASSED
20149 numpy/_core/tests/test_numeric.py::TestAllclose::test_equalnan PASSED
20150 numpy/_core/tests/test_numeric.py::TestAllclose::test_return_class_is_ndarray PASSED
20151 numpy/_core/tests/test_numeric.py::TestIsclose::test_ip_isclose PASSED
20152 numpy/_core/tests/test_numeric.py::TestIsclose::test_nep50_isclose PASSED
20153 numpy/_core/tests/test_numeric.py::TestIsclose::test_ip_all_isclose PASSED
20154 numpy/_core/tests/test_numeric.py::TestIsclose::test_ip_none_isclose PASSED
20155 numpy/_core/tests/test_numeric.py::TestIsclose::test_ip_isclose_allclose PASSED
20156 numpy/_core/tests/test_numeric.py::TestIsclose::test_equal_nan PASSED
20157 numpy/_core/tests/test_numeric.py::TestIsclose::test_masked_arrays PASSED
20158 numpy/_core/tests/test_numeric.py::TestIsclose::test_scalar_return PASSED
20159 numpy/_core/tests/test_numeric.py::TestIsclose::test_no_parameter_modification PASSED
20160 numpy/_core/tests/test_numeric.py::TestIsclose::test_non_finite_scalar PASSED
20161 numpy/_core/tests/test_numeric.py::TestIsclose::test_timedelta PASSED
20162 numpy/_core/tests/test_numeric.py::TestStdVar::test_basic PASSED
20163 numpy/_core/tests/test_numeric.py::TestStdVar::test_scalars PASSED
20164 numpy/_core/tests/test_numeric.py::TestStdVar::test_ddof1 PASSED
20165 numpy/_core/tests/test_numeric.py::TestStdVar::test_ddof2 PASSED
20166 numpy/_core/tests/test_numeric.py::TestStdVar::test_correction PASSED
20167 numpy/_core/tests/test_numeric.py::TestStdVar::test_out_scalar PASSED
20168 numpy/_core/tests/test_numeric.py::TestStdVarComplex::test_basic PASSED
20169 numpy/_core/tests/test_numeric.py::TestStdVarComplex::test_scalars PASSED
20170 numpy/_core/tests/test_numeric.py::TestCreationFuncs::test_zeros PASSED
20171 numpy/_core/tests/test_numeric.py::TestCreationFuncs::test_ones PASSED
20172 numpy/_core/tests/test_numeric.py::TestCreationFuncs::test_empty PASSED
20173 numpy/_core/tests/test_numeric.py::TestCreationFuncs::test_full PASSED
20174 numpy/_core/tests/test_numeric.py::TestCreationFuncs::test_for_reference_leak PASSED
20175 numpy/_core/tests/test_numeric.py::TestLikeFuncs::test_ones_like PASSED
20176 numpy/_core/tests/test_numeric.py::TestLikeFuncs::test_zeros_like PASSED
20177 numpy/_core/tests/test_numeric.py::TestLikeFuncs::test_empty_like PASSED
20178 numpy/_core/tests/test_numeric.py::TestLikeFuncs::test_filled_like PASSED
20179 numpy/_core/tests/test_numeric.py::TestLikeFuncs::test_dtype_str_bytes[str-empty_like] PASSED
20180 numpy/_core/tests/test_numeric.py::TestLikeFuncs::test_dtype_str_bytes[str-full_like] PASSED
20181 numpy/_core/tests/test_numeric.py::TestLikeFuncs::test_dtype_str_bytes[str-zeros_like] PASSED
20182 numpy/_core/tests/test_numeric.py::TestLikeFuncs::test_dtype_str_bytes[str-ones_like] PASSED
20183 numpy/_core/tests/test_numeric.py::TestLikeFuncs::test_dtype_str_bytes[bytes-empty_like] PASSED
20184 numpy/_core/tests/test_numeric.py::TestLikeFuncs::test_dtype_str_bytes[bytes-full_like] PASSED
20185 numpy/_core/tests/test_numeric.py::TestLikeFuncs::test_dtype_str_bytes[bytes-zeros_like] PASSED
20186 numpy/_core/tests/test_numeric.py::TestLikeFuncs::test_dtype_str_bytes[bytes-ones_like] PASSED
20187 numpy/_core/tests/test_numeric.py::TestCorrelate::test_float PASSED
20188 numpy/_core/tests/test_numeric.py::TestCorrelate::test_object PASSED
20189 numpy/_core/tests/test_numeric.py::TestCorrelate::test_no_overwrite PASSED
20190 numpy/_core/tests/test_numeric.py::TestCorrelate::test_complex PASSED
20191 numpy/_core/tests/test_numeric.py::TestCorrelate::test_zero_size PASSED
20192 numpy/_core/tests/test_numeric.py::TestCorrelate::test_mode PASSED
20193 numpy/_core/tests/test_numeric.py::TestConvolve::test_object PASSED
20194 numpy/_core/tests/test_numeric.py::TestConvolve::test_no_overwrite PASSED
20195 numpy/_core/tests/test_numeric.py::TestConvolve::test_mode PASSED
20196 numpy/_core/tests/test_numeric.py::TestArgwhere::test_nd[0] PASSED
20197 numpy/_core/tests/test_numeric.py::TestArgwhere::test_nd[1] PASSED
20198 numpy/_core/tests/test_numeric.py::TestArgwhere::test_nd[2] PASSED
20199 numpy/_core/tests/test_numeric.py::TestArgwhere::test_2D PASSED
20200 numpy/_core/tests/test_numeric.py::TestArgwhere::test_list PASSED
20201 numpy/_core/tests/test_numeric.py::TestStringFunction::test_set_string_function PASSED
20202 numpy/_core/tests/test_numeric.py::TestRoll::test_roll1d PASSED
20203 numpy/_core/tests/test_numeric.py::TestRoll::test_roll2d PASSED
20204 numpy/_core/tests/test_numeric.py::TestRoll::test_roll_empty PASSED
20205 numpy/_core/tests/test_numeric.py::TestRollaxis::test_exceptions PASSED
20206 numpy/_core/tests/test_numeric.py::TestRollaxis::test_results PASSED
20207 numpy/_core/tests/test_numeric.py::TestMoveaxis::test_move_to_end PASSED
20208 numpy/_core/tests/test_numeric.py::TestMoveaxis::test_move_new_position PASSED
20209 numpy/_core/tests/test_numeric.py::TestMoveaxis::test_preserve_order PASSED
20210 numpy/_core/tests/test_numeric.py::TestMoveaxis::test_move_multiples PASSED
20211 numpy/_core/tests/test_numeric.py::TestMoveaxis::test_errors PASSED
20212 numpy/_core/tests/test_numeric.py::TestMoveaxis::test_array_likes PASSED
20213 numpy/_core/tests/test_numeric.py::TestCross::test_2x2 PASSED
20214 numpy/_core/tests/test_numeric.py::TestCross::test_2x3 PASSED
20215 numpy/_core/tests/test_numeric.py::TestCross::test_3x3 PASSED
20216 numpy/_core/tests/test_numeric.py::TestCross::test_broadcasting PASSED
20217 numpy/_core/tests/test_numeric.py::TestCross::test_broadcasting_shapes PASSED
20218 numpy/_core/tests/test_numeric.py::TestCross::test_uint8_int32_mixed_dtypes PASSED
20219 numpy/_core/tests/test_numeric.py::TestCross::test_zero_dimension[0-b0] PASSED
20220 numpy/_core/tests/test_numeric.py::TestCross::test_zero_dimension[a1-3] PASSED
20221 numpy/_core/tests/test_numeric.py::test_outer_out_param PASSED
20222 numpy/_core/tests/test_numeric.py::TestIndices::test_simple PASSED
20223 numpy/_core/tests/test_numeric.py::TestIndices::test_single_input PASSED
20224 numpy/_core/tests/test_numeric.py::TestIndices::test_scalar_input PASSED
20225 numpy/_core/tests/test_numeric.py::TestIndices::test_sparse PASSED
20226 numpy/_core/tests/test_numeric.py::TestIndices::test_return_type[dims0-int32] PASSED
20227 numpy/_core/tests/test_numeric.py::TestIndices::test_return_type[dims0-int64] PASSED
20228 numpy/_core/tests/test_numeric.py::TestIndices::test_return_type[dims0-float32] PASSED
20229 numpy/_core/tests/test_numeric.py::TestIndices::test_return_type[dims0-float64] PASSED
20230 numpy/_core/tests/test_numeric.py::TestIndices::test_return_type[dims1-int32] PASSED
20231 numpy/_core/tests/test_numeric.py::TestIndices::test_return_type[dims1-int64] PASSED
20232 numpy/_core/tests/test_numeric.py::TestIndices::test_return_type[dims1-float32] PASSED
20233 numpy/_core/tests/test_numeric.py::TestIndices::test_return_type[dims1-float64] PASSED
20234 numpy/_core/tests/test_numeric.py::TestIndices::test_return_type[dims2-int32] PASSED
20235 numpy/_core/tests/test_numeric.py::TestIndices::test_return_type[dims2-int64] PASSED
20236 numpy/_core/tests/test_numeric.py::TestIndices::test_return_type[dims2-float32] PASSED
20237 numpy/_core/tests/test_numeric.py::TestIndices::test_return_type[dims2-float64] PASSED
20238 numpy/_core/tests/test_numeric.py::TestRequire::test_require_each PASSED
20239 numpy/_core/tests/test_numeric.py::TestRequire::test_unknown_requirement PASSED
20240 numpy/_core/tests/test_numeric.py::TestRequire::test_non_array_input PASSED
20241 numpy/_core/tests/test_numeric.py::TestRequire::test_C_and_F_simul PASSED
20242 numpy/_core/tests/test_numeric.py::TestRequire::test_ensure_array PASSED
20243 numpy/_core/tests/test_numeric.py::TestRequire::test_preserve_subtype PASSED
20244 numpy/_core/tests/test_numeric.py::TestBroadcast::test_broadcast_in_args PASSED
20245 numpy/_core/tests/test_numeric.py::TestBroadcast::test_broadcast_single_arg PASSED
20246 numpy/_core/tests/test_numeric.py::TestBroadcast::test_number_of_arguments PASSED
20247 numpy/_core/tests/test_numeric.py::TestBroadcast::test_broadcast_error_kwargs PASSED
20248 numpy/_core/tests/test_numeric.py::TestBroadcast::test_shape_mismatch_error_message PASSED
20249 numpy/_core/tests/test_numeric.py::TestKeepdims::test_raise PASSED
20250 numpy/_core/tests/test_numeric.py::TestTensordot::test_zero_dimension PASSED
20251 numpy/_core/tests/test_numeric.py::TestTensordot::test_zero_dimensional PASSED
20252 numpy/_core/tests/test_numeric.py::TestAsType::test_astype PASSED
20253 numpy/_core/tests/test_numerictypes.py::TestCreateZerosPlain::test_zeros0D PASSED
20254 numpy/_core/tests/test_numerictypes.py::TestCreateZerosPlain::test_zerosSD PASSED
20255 numpy/_core/tests/test_numerictypes.py::TestCreateZerosPlain::test_zerosMD PASSED
20256 numpy/_core/tests/test_numerictypes.py::TestCreateZerosNested::test_zeros0D PASSED
20257 numpy/_core/tests/test_numerictypes.py::TestCreateZerosNested::test_zerosSD PASSED
20258 numpy/_core/tests/test_numerictypes.py::TestCreateZerosNested::test_zerosMD PASSED
20259 numpy/_core/tests/test_numerictypes.py::TestCreateValuesPlainSingle::test_tuple PASSED
20260 numpy/_core/tests/test_numerictypes.py::TestCreateValuesPlainSingle::test_list_of_tuple PASSED
20261 numpy/_core/tests/test_numerictypes.py::TestCreateValuesPlainSingle::test_list_of_list_of_tuple PASSED
20262 numpy/_core/tests/test_numerictypes.py::TestCreateValuesPlainMultiple::test_tuple PASSED
20263 numpy/_core/tests/test_numerictypes.py::TestCreateValuesPlainMultiple::test_list_of_tuple PASSED
20264 numpy/_core/tests/test_numerictypes.py::TestCreateValuesPlainMultiple::test_list_of_list_of_tuple PASSED
20265 numpy/_core/tests/test_numerictypes.py::TestCreateValuesNestedSingle::test_tuple PASSED
20266 numpy/_core/tests/test_numerictypes.py::TestCreateValuesNestedSingle::test_list_of_tuple PASSED
20267 numpy/_core/tests/test_numerictypes.py::TestCreateValuesNestedSingle::test_list_of_list_of_tuple PASSED
20268 numpy/_core/tests/test_numerictypes.py::TestCreateValuesNestedMultiple::test_tuple PASSED
20269 numpy/_core/tests/test_numerictypes.py::TestCreateValuesNestedMultiple::test_list_of_tuple PASSED
20270 numpy/_core/tests/test_numerictypes.py::TestCreateValuesNestedMultiple::test_list_of_list_of_tuple PASSED
20271 numpy/_core/tests/test_numerictypes.py::TestReadValuesPlainSingle::test_access_fields PASSED
20272 numpy/_core/tests/test_numerictypes.py::TestReadValuesPlainMultiple::test_access_fields PASSED
20273 numpy/_core/tests/test_numerictypes.py::TestReadValuesNestedSingle::test_access_top_fields PASSED
20274 numpy/_core/tests/test_numerictypes.py::TestReadValuesNestedSingle::test_nested1_acessors PASSED
20275 numpy/_core/tests/test_numerictypes.py::TestReadValuesNestedSingle::test_nested2_acessors PASSED
20276 numpy/_core/tests/test_numerictypes.py::TestReadValuesNestedSingle::test_nested1_descriptor PASSED
20277 numpy/_core/tests/test_numerictypes.py::TestReadValuesNestedSingle::test_nested2_descriptor PASSED
20278 numpy/_core/tests/test_numerictypes.py::TestReadValuesNestedMultiple::test_access_top_fields PASSED
20279 numpy/_core/tests/test_numerictypes.py::TestReadValuesNestedMultiple::test_nested1_acessors PASSED
20280 numpy/_core/tests/test_numerictypes.py::TestReadValuesNestedMultiple::test_nested2_acessors PASSED
20281 numpy/_core/tests/test_numerictypes.py::TestReadValuesNestedMultiple::test_nested1_descriptor PASSED
20282 numpy/_core/tests/test_numerictypes.py::TestReadValuesNestedMultiple::test_nested2_descriptor PASSED
20283 numpy/_core/tests/test_numerictypes.py::TestEmptyField::test_assign PASSED
20284 numpy/_core/tests/test_numerictypes.py::TestMultipleFields::test_no_tuple PASSED
20285 numpy/_core/tests/test_numerictypes.py::TestMultipleFields::test_return PASSED
20286 numpy/_core/tests/test_numerictypes.py::TestIsSubDType::test_both_abstract PASSED
20287 numpy/_core/tests/test_numerictypes.py::TestIsSubDType::test_same PASSED
20288 numpy/_core/tests/test_numerictypes.py::TestIsSubDType::test_subclass PASSED
20289 numpy/_core/tests/test_numerictypes.py::TestIsSubDType::test_subclass_backwards PASSED
20290 numpy/_core/tests/test_numerictypes.py::TestIsSubDType::test_sibling_class PASSED
20291 numpy/_core/tests/test_numerictypes.py::TestIsSubDType::test_nondtype_nonscalartype PASSED
20292 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[None-int64-int32] PASSED
20293 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[None-uint64-uint32] PASSED
20294 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[None-float64-float32] PASSED
20295 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[None-complex128-complex64] PASSED
20296 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[signed integer-int64-int32] PASSED
20297 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[signed integer-uint64-uint32] PASSED
20298 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[signed integer-float64-float32] PASSED
20299 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[signed integer-complex128-complex64] PASSED
20300 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[unsigned integer-int64-int32] PASSED
20301 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[unsigned integer-uint64-uint32] PASSED
20302 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[unsigned integer-float64-float32] PASSED
20303 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[unsigned integer-complex128-complex64] PASSED
20304 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[integral-int64-int32] PASSED
20305 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[integral-uint64-uint32] PASSED
20306 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[integral-float64-float32] PASSED
20307 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[integral-complex128-complex64] PASSED
20308 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[real floating-int64-int32] PASSED
20309 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[real floating-uint64-uint32] PASSED
20310 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[real floating-float64-float32] PASSED
20311 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[real floating-complex128-complex64] PASSED
20312 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[complex floating-int64-int32] PASSED
20313 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[complex floating-uint64-uint32] PASSED
20314 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[complex floating-float64-float32] PASSED
20315 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[complex floating-complex128-complex64] PASSED
20316 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[numeric-int64-int32] PASSED
20317 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[numeric-uint64-uint32] PASSED
20318 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[numeric-float64-float32] PASSED
20319 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype[numeric-complex128-complex64] PASSED
20320 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_isdtype_invalid_args PASSED
20321 numpy/_core/tests/test_numerictypes.py::TestIsDType::test_sctypes_complete PASSED
20322 numpy/_core/tests/test_numerictypes.py::TestSctypeDict::test_longdouble PASSED
20323 numpy/_core/tests/test_numerictypes.py::TestSctypeDict::test_ulong PASSED
20324 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_int[int8] PASSED
20325 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_int[int16] PASSED
20326 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_int[int32] PASSED
20327 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_int[int64] PASSED
20328 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_int[longlong] PASSED
20329 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_uint[uint8] PASSED
20330 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_uint[uint16] PASSED
20331 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_uint[uint32] PASSED
20332 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_uint[uint64] PASSED
20333 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_uint[ulonglong] PASSED
20334 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_float[float16] PASSED
20335 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_float[float32] PASSED
20336 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_float[float64] PASSED
20337 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_float[longdouble] PASSED
20338 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_complex[complex64] PASSED
20339 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_complex[complex128] PASSED
20340 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_complex[clongdouble] PASSED
20341 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_other[bool] PASSED
20342 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_other[object_] PASSED
20343 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_other[str_] PASSED
20344 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_other[bytes_] PASSED
20345 numpy/_core/tests/test_numerictypes.py::TestMaximumSctype::test_other[void] PASSED
20346 numpy/_core/tests/test_numerictypes.py::Test_sctype2char::test_scalar_type PASSED
20347 numpy/_core/tests/test_numerictypes.py::Test_sctype2char::test_other_type PASSED
20348 numpy/_core/tests/test_numerictypes.py::Test_sctype2char::test_third_party_scalar_type PASSED
20349 numpy/_core/tests/test_numerictypes.py::Test_sctype2char::test_array_instance PASSED
20350 numpy/_core/tests/test_numerictypes.py::Test_sctype2char::test_abstract_type PASSED
20351 numpy/_core/tests/test_numerictypes.py::Test_sctype2char::test_non_type PASSED
20352 numpy/_core/tests/test_numerictypes.py::test_issctype[int32-True] PASSED
20353 numpy/_core/tests/test_numerictypes.py::test_issctype[list-False] PASSED
20354 numpy/_core/tests/test_numerictypes.py::test_issctype[1.1-False] PASSED
20355 numpy/_core/tests/test_numerictypes.py::test_issctype[str-True] PASSED
20356 numpy/_core/tests/test_numerictypes.py::test_issctype[rep4-True] PASSED
20357 numpy/_core/tests/test_numerictypes.py::test_issctype[rep5-True] PASSED
20358 numpy/_core/tests/test_numerictypes.py::test_issctype[rep6-True] PASSED
20359 numpy/_core/tests/test_numerictypes.py::TestDocStrings::test_platform_dependent_aliases PASSED
20360 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_unique PASSED
20361 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[int8] PASSED
20362 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[int16] PASSED
20363 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[int32] PASSED
20364 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[int64] PASSED
20365 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[longlong] PASSED
20366 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[uint8] PASSED
20367 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[uint16] PASSED
20368 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[uint32] PASSED
20369 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[uint64] PASSED
20370 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[ulonglong] PASSED
20371 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[float16] PASSED
20372 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[float32] PASSED
20373 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[float64] PASSED
20374 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[longdouble] PASSED
20375 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[complex64] PASSED
20376 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[complex128] PASSED
20377 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_reflect_attributes[clongdouble] PASSED
20378 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[int8] PASSED
20379 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[int16] PASSED
20380 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[int32] PASSED
20381 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[int64] PASSED
20382 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[longlong] PASSED
20383 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[uint8] PASSED
20384 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[uint16] PASSED
20385 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[uint32] PASSED
20386 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[uint64] PASSED
20387 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[ulonglong] PASSED
20388 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[float16] PASSED
20389 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[float32] PASSED
20390 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[float64] PASSED
20391 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[longdouble] PASSED
20392 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[complex64] PASSED
20393 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[complex128] PASSED
20394 numpy/_core/tests/test_numerictypes.py::TestScalarTypeNames::test_names_are_undersood_by_dtype[clongdouble] PASSED
20395 numpy/_core/tests/test_numerictypes.py::TestBoolDefinition::test_bool_definition PASSED
20396 numpy/_core/tests/test_overrides.py::TestGetImplementingArgs::test_ndarray PASSED
20397 numpy/_core/tests/test_overrides.py::TestGetImplementingArgs::test_ndarray_subclasses PASSED
20398 numpy/_core/tests/test_overrides.py::TestGetImplementingArgs::test_ndarray_and_duck_array PASSED
20399 numpy/_core/tests/test_overrides.py::TestGetImplementingArgs::test_ndarray_subclass_and_duck_array PASSED
20400 numpy/_core/tests/test_overrides.py::TestGetImplementingArgs::test_many_duck_arrays PASSED
20401 numpy/_core/tests/test_overrides.py::TestGetImplementingArgs::test_too_many_duck_arrays PASSED
20402 numpy/_core/tests/test_overrides.py::TestNDArrayArrayFunction::test_method PASSED
20403 numpy/_core/tests/test_overrides.py::TestNDArrayArrayFunction::test_no_wrapper PASSED
20404 numpy/_core/tests/test_overrides.py::TestArrayFunctionDispatch::test_pickle PASSED
20405 numpy/_core/tests/test_overrides.py::TestArrayFunctionDispatch::test_name_and_docstring PASSED
20406 numpy/_core/tests/test_overrides.py::TestArrayFunctionDispatch::test_interface PASSED
20407 numpy/_core/tests/test_overrides.py::TestArrayFunctionDispatch::test_not_implemented PASSED
20408 numpy/_core/tests/test_overrides.py::TestArrayFunctionDispatch::test_where_dispatch PASSED
20409 numpy/_core/tests/test_overrides.py::TestVerifyMatchingSignatures::test_verify_matching_signatures PASSED
20410 numpy/_core/tests/test_overrides.py::TestVerifyMatchingSignatures::test_array_function_dispatch PASSED
20411 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_one_arg PASSED
20412 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_optional_args PASSED
20413 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_not_implemented PASSED
20414 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_signature_error_message_simple[concatenate] PASSED
20415 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_signature_error_message_simple[mean] PASSED
20416 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_signature_error_message_simple[asarray] PASSED
20417 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_signature_error_message SKIPPED
20418 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_dispatcher_error[234] PASSED
20419 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_dispatcher_error[this func is not replaced] PASSED
20420 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_properties PASSED
20421 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_bad_like_sig[<lambda>0] PASSED
20422 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_bad_like_sig[<lambda>1] PASSED
20423 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_bad_like_sig[<lambda>2] PASSED
20424 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_bad_like_passing PASSED
20425 numpy/_core/tests/test_overrides.py::TestArrayFunctionImplementation::test_too_many_args PASSED
20426 numpy/_core/tests/test_overrides.py::TestNDArrayMethods::test_repr PASSED
20427 numpy/_core/tests/test_overrides.py::TestNumPyFunctions::test_set_module PASSED
20428 numpy/_core/tests/test_overrides.py::TestNumPyFunctions::test_inspect_sum PASSED
20429 numpy/_core/tests/test_overrides.py::TestNumPyFunctions::test_override_sum PASSED
20430 numpy/_core/tests/test_overrides.py::TestNumPyFunctions::test_sum_on_mock_array PASSED
20431 numpy/_core/tests/test_overrides.py::TestNumPyFunctions::test_sum_forwarding_implementation PASSED
20432 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like_not_implemented PASSED
20433 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-array-args0-kwargs0] PASSED
20434 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-asarray-args1-kwargs1] PASSED
20435 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-asanyarray-args2-kwargs2] PASSED
20436 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-ascontiguousarray-args3-kwargs3] PASSED
20437 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-asfortranarray-args4-kwargs4] PASSED
20438 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-require-args5-kwargs5] PASSED
20439 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-empty-args6-kwargs6] PASSED
20440 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-full-args7-kwargs7] PASSED
20441 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-ones-args8-kwargs8] PASSED
20442 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-zeros-args9-kwargs9] PASSED
20443 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-arange-args10-kwargs10] PASSED
20444 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-frombuffer-args11-kwargs11] PASSED
20445 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-fromiter-args12-kwargs12] PASSED
20446 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-fromstring-args13-kwargs13] PASSED
20447 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-loadtxt-args14-kwargs14] PASSED
20448 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[True-genfromtxt-args15-kwargs15] PASSED
20449 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-array-args0-kwargs0] PASSED
20450 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-asarray-args1-kwargs1] PASSED
20451 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-asanyarray-args2-kwargs2] PASSED
20452 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-ascontiguousarray-args3-kwargs3] PASSED
20453 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-asfortranarray-args4-kwargs4] PASSED
20454 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-require-args5-kwargs5] PASSED
20455 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-empty-args6-kwargs6] PASSED
20456 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-full-args7-kwargs7] PASSED
20457 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-ones-args8-kwargs8] PASSED
20458 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-zeros-args9-kwargs9] PASSED
20459 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-arange-args10-kwargs10] PASSED
20460 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-frombuffer-args11-kwargs11] PASSED
20461 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-fromiter-args12-kwargs12] PASSED
20462 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-fromstring-args13-kwargs13] PASSED
20463 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-loadtxt-args14-kwargs14] PASSED
20464 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like[False-genfromtxt-args15-kwargs15] PASSED
20465 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-array-args0-kwargs0] PASSED
20466 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-asarray-args1-kwargs1] PASSED
20467 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-asanyarray-args2-kwargs2] PASSED
20468 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-ascontiguousarray-args3-kwargs3] PASSED
20469 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-asfortranarray-args4-kwargs4] PASSED
20470 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-require-args5-kwargs5] PASSED
20471 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-empty-args6-kwargs6] PASSED
20472 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-full-args7-kwargs7] PASSED
20473 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-ones-args8-kwargs8] PASSED
20474 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-zeros-args9-kwargs9] PASSED
20475 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-arange-args10-kwargs10] PASSED
20476 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-frombuffer-args11-kwargs11] PASSED
20477 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-fromiter-args12-kwargs12] PASSED
20478 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-fromstring-args13-kwargs13] PASSED
20479 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-loadtxt-args14-kwargs14] PASSED
20480 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[1-genfromtxt-args15-kwargs15] PASSED
20481 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-array-args0-kwargs0] PASSED
20482 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-asarray-args1-kwargs1] PASSED
20483 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-asanyarray-args2-kwargs2] PASSED
20484 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-ascontiguousarray-args3-kwargs3] PASSED
20485 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-asfortranarray-args4-kwargs4] PASSED
20486 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-require-args5-kwargs5] PASSED
20487 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-empty-args6-kwargs6] PASSED
20488 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-full-args7-kwargs7] PASSED
20489 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-ones-args8-kwargs8] PASSED
20490 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-zeros-args9-kwargs9] PASSED
20491 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-arange-args10-kwargs10] PASSED
20492 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-frombuffer-args11-kwargs11] PASSED
20493 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-fromiter-args12-kwargs12] PASSED
20494 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-fromstring-args13-kwargs13] PASSED
20495 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-loadtxt-args14-kwargs14] PASSED
20496 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[ref1-genfromtxt-args15-kwargs15] PASSED
20497 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-array-args0-kwargs0] PASSED
20498 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-asarray-args1-kwargs1] PASSED
20499 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-asanyarray-args2-kwargs2] PASSED
20500 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-ascontiguousarray-args3-kwargs3] PASSED
20501 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-asfortranarray-args4-kwargs4] PASSED
20502 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-require-args5-kwargs5] PASSED
20503 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-empty-args6-kwargs6] PASSED
20504 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-full-args7-kwargs7] PASSED
20505 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-ones-args8-kwargs8] PASSED
20506 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-zeros-args9-kwargs9] PASSED
20507 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-arange-args10-kwargs10] PASSED
20508 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-frombuffer-args11-kwargs11] PASSED
20509 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-fromiter-args12-kwargs12] PASSED
20510 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-fromstring-args13-kwargs13] PASSED
20511 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-loadtxt-args14-kwargs14] PASSED
20512 numpy/_core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[MyNoArrayFunctionArray-genfromtxt-args15-kwargs15] PASSED
20513 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like_fromfile[True] PASSED
20514 numpy/_core/tests/test_overrides.py::TestArrayLike::test_array_like_fromfile[False] PASSED
20515 numpy/_core/tests/test_overrides.py::TestArrayLike::test_exception_handling PASSED
20516 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[array-args0-kwargs0] PASSED
20517 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[asarray-args1-kwargs1] PASSED
20518 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[asanyarray-args2-kwargs2] PASSED
20519 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[ascontiguousarray-args3-kwargs3] PASSED
20520 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[asfortranarray-args4-kwargs4] PASSED
20521 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[require-args5-kwargs5] PASSED
20522 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[empty-args6-kwargs6] PASSED
20523 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[full-args7-kwargs7] PASSED
20524 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[ones-args8-kwargs8] PASSED
20525 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[zeros-args9-kwargs9] PASSED
20526 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[arange-args10-kwargs10] PASSED
20527 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[frombuffer-args11-kwargs11] PASSED
20528 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[fromiter-args12-kwargs12] PASSED
20529 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[fromstring-args13-kwargs13] PASSED
20530 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[loadtxt-args14-kwargs14] PASSED
20531 numpy/_core/tests/test_overrides.py::TestArrayLike::test_like_as_none[genfromtxt-args15-kwargs15] PASSED
20532 numpy/_core/tests/test_overrides.py::test_function_like PASSED
20533 numpy/_core/tests/test_print.py::test_float_types[float32] PASSED
20534 numpy/_core/tests/test_print.py::test_float_types[float64] PASSED
20535 numpy/_core/tests/test_print.py::test_float_types[longdouble] PASSED
20536 numpy/_core/tests/test_print.py::test_nan_inf_float[float32] PASSED
20537 numpy/_core/tests/test_print.py::test_nan_inf_float[float64] PASSED
20538 numpy/_core/tests/test_print.py::test_nan_inf_float[longdouble] PASSED
20539 numpy/_core/tests/test_print.py::test_complex_types[complex64] PASSED
20540 numpy/_core/tests/test_print.py::test_complex_types[complex128] PASSED
20541 numpy/_core/tests/test_print.py::test_complex_types[clongdouble] PASSED
20542 numpy/_core/tests/test_print.py::test_complex_inf_nan[complex64] PASSED
20543 numpy/_core/tests/test_print.py::test_complex_inf_nan[complex128] PASSED
20544 numpy/_core/tests/test_print.py::test_complex_inf_nan[clongdouble] PASSED
20545 numpy/_core/tests/test_print.py::test_float_type_print[float32] PASSED
20546 numpy/_core/tests/test_print.py::test_float_type_print[float64] PASSED
20547 numpy/_core/tests/test_print.py::test_float_type_print[longdouble] PASSED
20548 numpy/_core/tests/test_print.py::test_complex_type_print[complex64] PASSED
20549 numpy/_core/tests/test_print.py::test_complex_type_print[complex128] PASSED
20550 numpy/_core/tests/test_print.py::test_complex_type_print[clongdouble] PASSED
20551 numpy/_core/tests/test_print.py::test_scalar_format PASSED
20552 numpy/_core/tests/test_print.py::TestCommaDecimalPointLocale::test_locale_single PASSED
20553 numpy/_core/tests/test_print.py::TestCommaDecimalPointLocale::test_locale_double PASSED
20554 numpy/_core/tests/test_protocols.py::test_getattr_warning PASSED
20555 numpy/_core/tests/test_protocols.py::test_array_called PASSED
20556 numpy/_core/tests/test_records.py::TestFromrecords::test_fromrecords PASSED
20557 numpy/_core/tests/test_records.py::TestFromrecords::test_fromrecords_0len PASSED
20558 numpy/_core/tests/test_records.py::TestFromrecords::test_fromrecords_2d PASSED
20559 numpy/_core/tests/test_records.py::TestFromrecords::test_method_array PASSED
20560 numpy/_core/tests/test_records.py::TestFromrecords::test_method_array2 PASSED
20561 numpy/_core/tests/test_records.py::TestFromrecords::test_recarray_slices PASSED
20562 numpy/_core/tests/test_records.py::TestFromrecords::test_recarray_fromarrays PASSED
20563 numpy/_core/tests/test_records.py::TestFromrecords::test_recarray_fromfile PASSED
20564 numpy/_core/tests/test_records.py::TestFromrecords::test_recarray_from_obj PASSED
20565 numpy/_core/tests/test_records.py::TestFromrecords::test_recarray_repr PASSED
20566 numpy/_core/tests/test_records.py::TestFromrecords::test_0d_recarray_repr PASSED
20567 numpy/_core/tests/test_records.py::TestFromrecords::test_recarray_from_repr PASSED
20568 numpy/_core/tests/test_records.py::TestFromrecords::test_recarray_views PASSED
20569 numpy/_core/tests/test_records.py::TestFromrecords::test_recarray_from_names PASSED
20570 numpy/_core/tests/test_records.py::TestFromrecords::test_recarray_conflict_fields PASSED
20571 numpy/_core/tests/test_records.py::TestFromrecords::test_fromrecords_with_explicit_dtype PASSED
20572 numpy/_core/tests/test_records.py::TestFromrecords::test_recarray_stringtypes PASSED
20573 numpy/_core/tests/test_records.py::TestFromrecords::test_recarray_returntypes PASSED
20574 numpy/_core/tests/test_records.py::TestFromrecords::test_zero_width_strings PASSED
20575 numpy/_core/tests/test_records.py::TestPathUsage::test_tofile_fromfile PASSED
20576 numpy/_core/tests/test_records.py::TestRecord::test_assignment1 PASSED
20577 numpy/_core/tests/test_records.py::TestRecord::test_assignment2 PASSED
20578 numpy/_core/tests/test_records.py::TestRecord::test_invalid_assignment PASSED
20579 numpy/_core/tests/test_records.py::TestRecord::test_nonwriteable_setfield PASSED
20580 numpy/_core/tests/test_records.py::TestRecord::test_out_of_order_fields PASSED
20581 numpy/_core/tests/test_records.py::TestRecord::test_pickle_1 PASSED
20582 numpy/_core/tests/test_records.py::TestRecord::test_pickle_2 PASSED
20583 numpy/_core/tests/test_records.py::TestRecord::test_pickle_3 PASSED
20584 numpy/_core/tests/test_records.py::TestRecord::test_pickle_void PASSED
20585 numpy/_core/tests/test_records.py::TestRecord::test_objview_record PASSED
20586 numpy/_core/tests/test_records.py::TestRecord::test_record_scalar_setitem PASSED
20587 numpy/_core/tests/test_records.py::TestRecord::test_missing_field PASSED
20588 numpy/_core/tests/test_records.py::TestRecord::test_fromarrays_nested_structured_arrays PASSED
20589 numpy/_core/tests/test_records.py::TestRecord::test_assign_dtype_attribute[0] PASSED
20590 numpy/_core/tests/test_records.py::TestRecord::test_assign_dtype_attribute[1] PASSED
20591 numpy/_core/tests/test_records.py::TestRecord::test_assign_dtype_attribute[2] PASSED
20592 numpy/_core/tests/test_records.py::TestRecord::test_nested_fields_are_records[0] PASSED
20593 numpy/_core/tests/test_records.py::TestRecord::test_nested_fields_are_records[1] PASSED
20594 numpy/_core/tests/test_records.py::TestRecord::test_nested_fields_are_records[2] PASSED
20595 numpy/_core/tests/test_records.py::TestRecord::test_nested_dtype_padding PASSED
20596 numpy/_core/tests/test_records.py::test_find_duplicate PASSED
20597 numpy/_core/tests/test_regression.py::TestRegression::test_invalid_round PASSED
20598 numpy/_core/tests/test_regression.py::TestRegression::test_mem_empty PASSED
20599 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_transposed PASSED
20600 numpy/_core/tests/test_regression.py::TestRegression::test_dtype_names PASSED
20601 numpy/_core/tests/test_regression.py::TestRegression::test_reduce PASSED
20602 numpy/_core/tests/test_regression.py::TestRegression::test_zeros_order PASSED
20603 numpy/_core/tests/test_regression.py::TestRegression::test_asarray_with_order PASSED
20604 numpy/_core/tests/test_regression.py::TestRegression::test_ravel_with_order PASSED
20605 numpy/_core/tests/test_regression.py::TestRegression::test_sort_bigendian PASSED
20606 numpy/_core/tests/test_regression.py::TestRegression::test_negative_nd_indexing PASSED
20607 numpy/_core/tests/test_regression.py::TestRegression::test_char_dump PASSED
20608 numpy/_core/tests/test_regression.py::TestRegression::test_noncontiguous_fill PASSED
20609 numpy/_core/tests/test_regression.py::TestRegression::test_bool PASSED
20610 numpy/_core/tests/test_regression.py::TestRegression::test_indexing1 PASSED
20611 numpy/_core/tests/test_regression.py::TestRegression::test_indexing2 PASSED
20612 numpy/_core/tests/test_regression.py::TestRegression::test_round PASSED
20613 numpy/_core/tests/test_regression.py::TestRegression::test_scalar_compare PASSED
20614 numpy/_core/tests/test_regression.py::TestRegression::test_unicode_swapping PASSED
20615 numpy/_core/tests/test_regression.py::TestRegression::test_object_array_fill PASSED
20616 numpy/_core/tests/test_regression.py::TestRegression::test_mem_dtype_align PASSED
20617 numpy/_core/tests/test_regression.py::TestRegression::test_endian_bool_indexing PASSED
20618 numpy/_core/tests/test_regression.py::TestRegression::test_endian_where PASSED
20619 numpy/_core/tests/test_regression.py::TestRegression::test_endian_recarray PASSED
20620 numpy/_core/tests/test_regression.py::TestRegression::test_mem_dot PASSED
20621 numpy/_core/tests/test_regression.py::TestRegression::test_arange_endian PASSED
20622 numpy/_core/tests/test_regression.py::TestRegression::test_arange_inf_step PASSED
20623 numpy/_core/tests/test_regression.py::TestRegression::test_arange_underflow_stop_and_step PASSED
20624 numpy/_core/tests/test_regression.py::TestRegression::test_argmax PASSED
20625 numpy/_core/tests/test_regression.py::TestRegression::test_mem_divmod PASSED
20626 numpy/_core/tests/test_regression.py::TestRegression::test_hstack_invalid_dims PASSED
20627 numpy/_core/tests/test_regression.py::TestRegression::test_squeeze_type PASSED
20628 numpy/_core/tests/test_regression.py::TestRegression::test_add_identity PASSED
20629 numpy/_core/tests/test_regression.py::TestRegression::test_numpy_float_python_long_addition PASSED
20630 numpy/_core/tests/test_regression.py::TestRegression::test_binary_repr_0 PASSED
20631 numpy/_core/tests/test_regression.py::TestRegression::test_rec_iterate PASSED
20632 numpy/_core/tests/test_regression.py::TestRegression::test_unicode_string_comparison PASSED
20633 numpy/_core/tests/test_regression.py::TestRegression::test_tobytes_FORTRANORDER_discontiguous PASSED
20634 numpy/_core/tests/test_regression.py::TestRegression::test_flat_assignment PASSED
20635 numpy/_core/tests/test_regression.py::TestRegression::test_broadcast_flat_assignment PASSED
20636 numpy/_core/tests/test_regression.py::TestRegression::test_nonarray_assignment[boolean-arr-index] PASSED
20637 numpy/_core/tests/test_regression.py::TestRegression::test_nonarray_assignment[integer-arr-index] PASSED
20638 numpy/_core/tests/test_regression.py::TestRegression::test_unpickle_dtype_with_object PASSED
20639 numpy/_core/tests/test_regression.py::TestRegression::test_mem_array_creation_invalid_specification PASSED
20640 numpy/_core/tests/test_regression.py::TestRegression::test_recarray_single_element PASSED
20641 numpy/_core/tests/test_regression.py::TestRegression::test_zero_sized_array_indexing PASSED
20642 numpy/_core/tests/test_regression.py::TestRegression::test_chararray_rstrip PASSED
20643 numpy/_core/tests/test_regression.py::TestRegression::test_object_array_shape PASSED
20644 numpy/_core/tests/test_regression.py::TestRegression::test_mem_around PASSED
20645 numpy/_core/tests/test_regression.py::TestRegression::test_character_array_strip PASSED
20646 numpy/_core/tests/test_regression.py::TestRegression::test_lexsort PASSED
20647 numpy/_core/tests/test_regression.py::TestRegression::test_lexsort_invalid_sequence PASSED
20648 numpy/_core/tests/test_regression.py::TestRegression::test_lexsort_zerolen_custom_strides PASSED
20649 numpy/_core/tests/test_regression.py::TestRegression::test_lexsort_zerolen_custom_strides_2d PASSED
20650 numpy/_core/tests/test_regression.py::TestRegression::test_lexsort_invalid_axis PASSED
20651 numpy/_core/tests/test_regression.py::TestRegression::test_lexsort_zerolen_element PASSED
20652 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_py2_bytes_encoding PASSED
20653 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_dtype PASSED
20654 numpy/_core/tests/test_regression.py::TestRegression::test_swap_real PASSED
20655 numpy/_core/tests/test_regression.py::TestRegression::test_object_array_from_list PASSED
20656 numpy/_core/tests/test_regression.py::TestRegression::test_multiple_assign PASSED
20657 numpy/_core/tests/test_regression.py::TestRegression::test_empty_array_type PASSED
20658 numpy/_core/tests/test_regression.py::TestRegression::test_void_copyswap PASSED
20659 numpy/_core/tests/test_regression.py::TestRegression::test_method_args PASSED
20660 numpy/_core/tests/test_regression.py::TestRegression::test_mem_lexsort_strings PASSED
20661 numpy/_core/tests/test_regression.py::TestRegression::test_fancy_index PASSED
20662 numpy/_core/tests/test_regression.py::TestRegression::test_recarray_copy PASSED
20663 numpy/_core/tests/test_regression.py::TestRegression::test_rec_fromarray PASSED
20664 numpy/_core/tests/test_regression.py::TestRegression::test_object_array_assign PASSED
20665 numpy/_core/tests/test_regression.py::TestRegression::test_ndmin_float64 PASSED
20666 numpy/_core/tests/test_regression.py::TestRegression::test_ndmin_order PASSED
20667 numpy/_core/tests/test_regression.py::TestRegression::test_mem_axis_minimization PASSED
20668 numpy/_core/tests/test_regression.py::TestRegression::test_mem_float_imag PASSED
20669 numpy/_core/tests/test_regression.py::TestRegression::test_dtype_tuple PASSED
20670 numpy/_core/tests/test_regression.py::TestRegression::test_dtype_posttuple PASSED
20671 numpy/_core/tests/test_regression.py::TestRegression::test_numeric_carray_compare PASSED
20672 numpy/_core/tests/test_regression.py::TestRegression::test_string_array_size PASSED
20673 numpy/_core/tests/test_regression.py::TestRegression::test_dtype_repr PASSED
20674 numpy/_core/tests/test_regression.py::TestRegression::test_reshape_order PASSED
20675 numpy/_core/tests/test_regression.py::TestRegression::test_reshape_zero_strides PASSED
20676 numpy/_core/tests/test_regression.py::TestRegression::test_reshape_zero_size PASSED
20677 numpy/_core/tests/test_regression.py::TestRegression::test_reshape_trailing_ones_strides PASSED
20678 numpy/_core/tests/test_regression.py::TestRegression::test_repeat_discont PASSED
20679 numpy/_core/tests/test_regression.py::TestRegression::test_array_index PASSED
20680 numpy/_core/tests/test_regression.py::TestRegression::test_object_argmax PASSED
20681 numpy/_core/tests/test_regression.py::TestRegression::test_recarray_fields PASSED
20682 numpy/_core/tests/test_regression.py::TestRegression::test_random_shuffle PASSED
20683 numpy/_core/tests/test_regression.py::TestRegression::test_refcount_vdot PASSED
20684 numpy/_core/tests/test_regression.py::TestRegression::test_startswith PASSED
20685 numpy/_core/tests/test_regression.py::TestRegression::test_noncommutative_reduce_accumulate PASSED
20686 numpy/_core/tests/test_regression.py::TestRegression::test_convolve_empty PASSED
20687 numpy/_core/tests/test_regression.py::TestRegression::test_multidim_byteswap PASSED
20688 numpy/_core/tests/test_regression.py::TestRegression::test_string_NULL PASSED
20689 numpy/_core/tests/test_regression.py::TestRegression::test_junk_in_string_fields_of_recarray PASSED
20690 numpy/_core/tests/test_regression.py::TestRegression::test_take_output PASSED
20691 numpy/_core/tests/test_regression.py::TestRegression::test_take_object_fail PASSED
20692 numpy/_core/tests/test_regression.py::TestRegression::test_array_str_64bit PASSED
20693 numpy/_core/tests/test_regression.py::TestRegression::test_frompyfunc_endian PASSED
20694 numpy/_core/tests/test_regression.py::TestRegression::test_mem_string_arr PASSED
20695 numpy/_core/tests/test_regression.py::TestRegression::test_arr_transpose PASSED
20696 numpy/_core/tests/test_regression.py::TestRegression::test_string_mergesort PASSED
20697 numpy/_core/tests/test_regression.py::TestRegression::test_argmax_byteorder PASSED
20698 numpy/_core/tests/test_regression.py::TestRegression::test_rand_seed PASSED
20699 numpy/_core/tests/test_regression.py::TestRegression::test_mem_deallocation_leak PASSED
20700 numpy/_core/tests/test_regression.py::TestRegression::test_mem_on_invalid_dtype PASSED
20701 numpy/_core/tests/test_regression.py::TestRegression::test_dot_negative_stride PASSED
20702 numpy/_core/tests/test_regression.py::TestRegression::test_object_casting PASSED
20703 numpy/_core/tests/test_regression.py::TestRegression::test_unicode_scalar PASSED
20704 numpy/_core/tests/test_regression.py::TestRegression::test_arange_non_native_dtype PASSED
20705 numpy/_core/tests/test_regression.py::TestRegression::test_bool_flat_indexing_invalid_nr_elements PASSED
20706 numpy/_core/tests/test_regression.py::TestRegression::test_mem_scalar_indexing PASSED
20707 numpy/_core/tests/test_regression.py::TestRegression::test_binary_repr_0_width PASSED
20708 numpy/_core/tests/test_regression.py::TestRegression::test_fromstring PASSED
20709 numpy/_core/tests/test_regression.py::TestRegression::test_searchsorted_variable_length PASSED
20710 numpy/_core/tests/test_regression.py::TestRegression::test_string_argsort_with_zeros PASSED
20711 numpy/_core/tests/test_regression.py::TestRegression::test_string_sort_with_zeros PASSED
20712 numpy/_core/tests/test_regression.py::TestRegression::test_copy_detection_zero_dim PASSED
20713 numpy/_core/tests/test_regression.py::TestRegression::test_flat_byteorder PASSED
20714 numpy/_core/tests/test_regression.py::TestRegression::test_sign_bit PASSED
20715 numpy/_core/tests/test_regression.py::TestRegression::test_flat_index_byteswap PASSED
20716 numpy/_core/tests/test_regression.py::TestRegression::test_copy_detection_corner_case PASSED
20717 numpy/_core/tests/test_regression.py::TestRegression::test_object_array_refcounting PASSED
20718 numpy/_core/tests/test_regression.py::TestRegression::test_mem_custom_float_to_array PASSED
20719 numpy/_core/tests/test_regression.py::TestRegression::test_object_array_refcount_self_assign PASSED
20720 numpy/_core/tests/test_regression.py::TestRegression::test_mem_fromiter_invalid_dtype_string PASSED
20721 numpy/_core/tests/test_regression.py::TestRegression::test_reduce_big_object_array PASSED
20722 numpy/_core/tests/test_regression.py::TestRegression::test_mem_0d_array_index PASSED
20723 numpy/_core/tests/test_regression.py::TestRegression::test_nonnative_endian_fill PASSED
20724 numpy/_core/tests/test_regression.py::TestRegression::test_dot_alignment_sse2 PASSED
20725 numpy/_core/tests/test_regression.py::TestRegression::test_astype_copy PASSED
20726 numpy/_core/tests/test_regression.py::TestRegression::test_compress_small_type PASSED
20727 numpy/_core/tests/test_regression.py::TestRegression::test_attributes PASSED
20728 numpy/_core/tests/test_regression.py::TestRegression::test_recarray_tolist PASSED
20729 numpy/_core/tests/test_regression.py::TestRegression::test_nonscalar_item_method PASSED
20730 numpy/_core/tests/test_regression.py::TestRegression::test_char_array_creation PASSED
20731 numpy/_core/tests/test_regression.py::TestRegression::test_unaligned_unicode_access PASSED
20732 numpy/_core/tests/test_regression.py::TestRegression::test_sign_for_complex_nan PASSED
20733 numpy/_core/tests/test_regression.py::TestRegression::test_for_equal_names PASSED
20734 numpy/_core/tests/test_regression.py::TestRegression::test_for_object_scalar_creation PASSED
20735 numpy/_core/tests/test_regression.py::TestRegression::test_array_resize_method_system_error PASSED
20736 numpy/_core/tests/test_regression.py::TestRegression::test_for_zero_length_in_choose PASSED
20737 numpy/_core/tests/test_regression.py::TestRegression::test_array_ndmin_overflow PASSED
20738 numpy/_core/tests/test_regression.py::TestRegression::test_void_scalar_with_titles PASSED
20739 numpy/_core/tests/test_regression.py::TestRegression::test_void_scalar_constructor PASSED
20740 numpy/_core/tests/test_regression.py::TestRegression::test_blasdot_uninitialized_memory PASSED
20741 numpy/_core/tests/test_regression.py::TestRegression::test_zeros PASSED
20742 numpy/_core/tests/test_regression.py::TestRegression::test_huge_arange PASSED
20743 numpy/_core/tests/test_regression.py::TestRegression::test_fromiter_bytes PASSED
20744 numpy/_core/tests/test_regression.py::TestRegression::test_array_from_sequence_scalar_array PASSED
20745 numpy/_core/tests/test_regression.py::TestRegression::test_array_from_sequence_scalar_array2 PASSED
20746 numpy/_core/tests/test_regression.py::TestRegression::test_array_too_big PASSED
20747 numpy/_core/tests/test_regression.py::TestRegression::test_dtype_keyerrors_ PASSED
20748 numpy/_core/tests/test_regression.py::TestRegression::test_lexsort_buffer_length PASSED
20749 numpy/_core/tests/test_regression.py::TestRegression::test_object_array_to_fixed_string PASSED
20750 numpy/_core/tests/test_regression.py::TestRegression::test_unicode_to_string_cast PASSED
20751 numpy/_core/tests/test_regression.py::TestRegression::test_unicode_to_string_cast_error PASSED
20752 numpy/_core/tests/test_regression.py::TestRegression::test_mixed_string_byte_array_creation PASSED
20753 numpy/_core/tests/test_regression.py::TestRegression::test_misaligned_objects_segfault PASSED
20754 numpy/_core/tests/test_regression.py::TestRegression::test_misaligned_scalars_segfault PASSED
20755 numpy/_core/tests/test_regression.py::TestRegression::test_misaligned_dot_product_objects PASSED
20756 numpy/_core/tests/test_regression.py::TestRegression::test_byteswap_complex_scalar PASSED
20757 numpy/_core/tests/test_regression.py::TestRegression::test_structured_arrays_with_objects1 PASSED
20758 numpy/_core/tests/test_regression.py::TestRegression::test_structured_arrays_with_objects2 PASSED
20759 numpy/_core/tests/test_regression.py::TestRegression::test_duplicate_title_and_name PASSED
20760 numpy/_core/tests/test_regression.py::TestRegression::test_signed_integer_division_overflow PASSED
20761 numpy/_core/tests/test_regression.py::TestRegression::test_buffer_hashlib PASSED
20762 numpy/_core/tests/test_regression.py::TestRegression::test_0d_string_scalar PASSED
20763 numpy/_core/tests/test_regression.py::TestRegression::test_log1p_compiler_shenanigans PASSED
20764 numpy/_core/tests/test_regression.py::TestRegression::test_fromiter_comparison PASSED
20765 numpy/_core/tests/test_regression.py::TestRegression::test_fromstring_crash PASSED
20766 numpy/_core/tests/test_regression.py::TestRegression::test_ticket_1539 PASSED
20767 numpy/_core/tests/test_regression.py::TestRegression::test_ticket_1538 PASSED
20768 numpy/_core/tests/test_regression.py::TestRegression::test_ticket_1434 PASSED
20769 numpy/_core/tests/test_regression.py::TestRegression::test_complex_nan_maximum PASSED
20770 numpy/_core/tests/test_regression.py::TestRegression::test_subclass_int_tuple_assignment PASSED
20771 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_no_unnecessary_views PASSED
20772 numpy/_core/tests/test_regression.py::TestRegression::test_take_refcount PASSED
20773 numpy/_core/tests/test_regression.py::TestRegression::test_fromfile_tofile_seeks PASSED
20774 numpy/_core/tests/test_regression.py::TestRegression::test_complex_scalar_warning PASSED
20775 numpy/_core/tests/test_regression.py::TestRegression::test_complex_scalar_complex_cast PASSED
20776 numpy/_core/tests/test_regression.py::TestRegression::test_complex_boolean_cast PASSED
20777 numpy/_core/tests/test_regression.py::TestRegression::test_uint_int_conversion PASSED
20778 numpy/_core/tests/test_regression.py::TestRegression::test_duplicate_field_names_assign PASSED
20779 numpy/_core/tests/test_regression.py::TestRegression::test_eq_string_and_object_array PASSED
20780 numpy/_core/tests/test_regression.py::TestRegression::test_nonzero_byteswap PASSED
20781 numpy/_core/tests/test_regression.py::TestRegression::test_empty_mul PASSED
20782 numpy/_core/tests/test_regression.py::TestRegression::test_array_side_effect PASSED
20783 numpy/_core/tests/test_regression.py::TestRegression::test_any_float PASSED
20784 numpy/_core/tests/test_regression.py::TestRegression::test_large_float_sum PASSED
20785 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_casting_out PASSED
20786 numpy/_core/tests/test_regression.py::TestRegression::test_array_scalar_contiguous PASSED
20787 numpy/_core/tests/test_regression.py::TestRegression::test_squeeze_contiguous PASSED
20788 numpy/_core/tests/test_regression.py::TestRegression::test_squeeze_axis_handling PASSED
20789 numpy/_core/tests/test_regression.py::TestRegression::test_reduce_contiguous PASSED
20790 numpy/_core/tests/test_regression.py::TestRegression::test_object_array_self_reference PASSED
20791 numpy/_core/tests/test_regression.py::TestRegression::test_object_array_circular_reference PASSED
20792 numpy/_core/tests/test_regression.py::TestRegression::test_object_array_nested PASSED
20793 numpy/_core/tests/test_regression.py::TestRegression::test_object_array_self_copy PASSED
20794 numpy/_core/tests/test_regression.py::TestRegression::test_zerosize_accumulate PASSED
20795 numpy/_core/tests/test_regression.py::TestRegression::test_objectarray_setfield PASSED
20796 numpy/_core/tests/test_regression.py::TestRegression::test_setting_rank0_string PASSED
20797 numpy/_core/tests/test_regression.py::TestRegression::test_string_astype PASSED
20798 numpy/_core/tests/test_regression.py::TestRegression::test_ticket_1756 PASSED
20799 numpy/_core/tests/test_regression.py::TestRegression::test_fields_strides PASSED
20800 numpy/_core/tests/test_regression.py::TestRegression::test_alignment_update PASSED
20801 numpy/_core/tests/test_regression.py::TestRegression::test_ticket_1770 PASSED
20802 numpy/_core/tests/test_regression.py::TestRegression::test_ticket_1608 PASSED
20803 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_string_overwrite PASSED
20804 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_bytes_overwrite PASSED
20805 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_py2_array_latin1_hack PASSED
20806 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_py2_scalar_latin1_hack PASSED
20807 numpy/_core/tests/test_regression.py::TestRegression::test_structured_type_to_object PASSED
20808 numpy/_core/tests/test_regression.py::TestRegression::test_assign_obj_listoflists PASSED
20809 numpy/_core/tests/test_regression.py::TestRegression::test_memoryleak PASSED
20810 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_reduce_memoryleak PASSED
20811 numpy/_core/tests/test_regression.py::TestRegression::test_search_sorted_invalid_arguments PASSED
20812 numpy/_core/tests/test_regression.py::TestRegression::test_string_truncation PASSED
20813 numpy/_core/tests/test_regression.py::TestRegression::test_string_truncation_ucs2 PASSED
20814 numpy/_core/tests/test_regression.py::TestRegression::test_unique_stable PASSED
20815 numpy/_core/tests/test_regression.py::TestRegression::test_unicode_alloc_dealloc_match PASSED
20816 numpy/_core/tests/test_regression.py::TestRegression::test_refcount_error_in_clip PASSED
20817 numpy/_core/tests/test_regression.py::TestRegression::test_searchsorted_wrong_dtype PASSED
20818 numpy/_core/tests/test_regression.py::TestRegression::test_complex64_alignment PASSED
20819 numpy/_core/tests/test_regression.py::TestRegression::test_structured_count_nonzero PASSED
20820 numpy/_core/tests/test_regression.py::TestRegression::test_copymodule_preserves_f_contiguity PASSED
20821 numpy/_core/tests/test_regression.py::TestRegression::test_fortran_order_buffer PASSED
20822 numpy/_core/tests/test_regression.py::TestRegression::test_assign_from_sequence_error PASSED
20823 numpy/_core/tests/test_regression.py::TestRegression::test_format_on_flex_array_element PASSED
20824 numpy/_core/tests/test_regression.py::TestRegression::test_deepcopy_on_0d_array PASSED
20825 numpy/_core/tests/test_regression.py::TestRegression::test_deepcopy_F_order_object_array PASSED
20826 numpy/_core/tests/test_regression.py::TestRegression::test_deepcopy_empty_object_array PASSED
20827 numpy/_core/tests/test_regression.py::TestRegression::test_bool_subscript_crash PASSED
20828 numpy/_core/tests/test_regression.py::TestRegression::test_richcompare_crash PASSED
20829 numpy/_core/tests/test_regression.py::TestRegression::test_richcompare_scalar_and_subclass PASSED
20830 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_empty_string PASSED
20831 numpy/_core/tests/test_regression.py::TestRegression::test_frompyfunc_many_args PASSED
20832 numpy/_core/tests/test_regression.py::TestRegression::test_repeat_broadcasting PASSED
20833 numpy/_core/tests/test_regression.py::TestRegression::test_frompyfunc_nout_0 PASSED
20834 numpy/_core/tests/test_regression.py::TestRegression::test_leak_in_structured_dtype_comparison PASSED
20835 numpy/_core/tests/test_regression.py::TestRegression::test_empty_percentile PASSED
20836 numpy/_core/tests/test_regression.py::TestRegression::test_void_compare_segfault PASSED
20837 numpy/_core/tests/test_regression.py::TestRegression::test_reshape_size_overflow PASSED
20838 numpy/_core/tests/test_regression.py::TestRegression::test_invalid_structured_dtypes PASSED
20839 numpy/_core/tests/test_regression.py::TestRegression::test_correct_hash_dict PASSED
20840 numpy/_core/tests/test_regression.py::TestRegression::test_scalar_copy PASSED
20841 numpy/_core/tests/test_regression.py::TestRegression::test_void_item_memview PASSED
20842 numpy/_core/tests/test_regression.py::TestRegression::test_void_getitem PASSED
20843 numpy/_core/tests/test_regression.py::TestRegression::test_structarray_title PASSED
20844 numpy/_core/tests/test_regression.py::TestRegression::test_dtype_scalar_squeeze PASSED
20845 numpy/_core/tests/test_regression.py::TestRegression::test_field_access_by_title PASSED
20846 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_module[2-val0] PASSED
20847 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_module[2-val1] PASSED
20848 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_module[3-val0] PASSED
20849 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_module[3-val1] PASSED
20850 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_module[4-val0] PASSED
20851 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_module[4-val1] PASSED
20852 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_module[5-val0] PASSED
20853 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_module[5-val1] PASSED
20854 numpy/_core/tests/test_regression.py::TestRegression::test_object_casting_errors PASSED
20855 numpy/_core/tests/test_regression.py::TestRegression::test_eff1d_casting PASSED
20856 numpy/_core/tests/test_regression.py::TestRegression::test_pickle_datetime64_array PASSED
20857 numpy/_core/tests/test_regression.py::TestRegression::test_bad_array_interface PASSED
20858 numpy/_core/tests/test_regression.py::TestRegression::test_2d__array__shape PASSED
20859 numpy/_core/tests/test_regression.py::TestRegression::test_to_ctypes PASSED
20860 numpy/_core/tests/test_regression.py::TestRegression::test_complex_conversion_error PASSED
20861 numpy/_core/tests/test_regression.py::TestRegression::test__array_interface__descr PASSED
20862 numpy/_core/tests/test_regression.py::TestRegression::test_dot_big_stride SKIPPED
20863 numpy/_core/tests/test_regression.py::TestRegression::test_frompyfunc_name PASSED
20864 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-add] PASSED
20865 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-subtract] PASSED
20866 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-multiply] PASSED
20867 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-floor_divide] PASSED
20868 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-conjugate] PASSED
20869 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-fmod] PASSED
20870 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-square] PASSED
20871 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-reciprocal] PASSED
20872 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-power] PASSED
20873 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-absolute] PASSED
20874 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-negative] PASSED
20875 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-positive] PASSED
20876 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-greater] PASSED
20877 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-greater_equal] PASSED
20878 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-less] PASSED
20879 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-less_equal] PASSED
20880 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-equal] PASSED
20881 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-not_equal] PASSED
20882 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-logical_and] PASSED
20883 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-logical_not] PASSED
20884 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-logical_or] PASSED
20885 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-bitwise_and] PASSED
20886 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-bitwise_or] PASSED
20887 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-bitwise_xor] PASSED
20888 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-invert] PASSED
20889 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-left_shift] PASSED
20890 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-right_shift] PASSED
20891 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-gcd] PASSED
20892 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order0-lcm] PASSED
20893 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-add] PASSED
20894 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-subtract] PASSED
20895 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-multiply] PASSED
20896 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-floor_divide] PASSED
20897 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-conjugate] PASSED
20898 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-fmod] PASSED
20899 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-square] PASSED
20900 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-reciprocal] PASSED
20901 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-power] PASSED
20902 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-absolute] PASSED
20903 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-negative] PASSED
20904 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-positive] PASSED
20905 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-greater] PASSED
20906 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-greater_equal] PASSED
20907 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-less] PASSED
20908 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-less_equal] PASSED
20909 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-equal] PASSED
20910 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-not_equal] PASSED
20911 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-logical_and] PASSED
20912 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-logical_not] PASSED
20913 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-logical_or] PASSED
20914 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-bitwise_and] PASSED
20915 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-bitwise_or] PASSED
20916 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-bitwise_xor] PASSED
20917 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-invert] PASSED
20918 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-left_shift] PASSED
20919 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-right_shift] PASSED
20920 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-gcd] PASSED
20921 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order1-lcm] PASSED
20922 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-add] PASSED
20923 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-subtract] PASSED
20924 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-multiply] PASSED
20925 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-floor_divide] PASSED
20926 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-conjugate] PASSED
20927 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-fmod] PASSED
20928 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-square] PASSED
20929 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-reciprocal] PASSED
20930 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-power] PASSED
20931 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-absolute] PASSED
20932 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-negative] PASSED
20933 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-positive] PASSED
20934 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-greater] PASSED
20935 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-greater_equal] PASSED
20936 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-less] PASSED
20937 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-less_equal] PASSED
20938 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-equal] PASSED
20939 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-not_equal] PASSED
20940 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-logical_and] PASSED
20941 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-logical_not] PASSED
20942 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-logical_or] PASSED
20943 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-bitwise_and] PASSED
20944 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-bitwise_or] PASSED
20945 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-bitwise_xor] PASSED
20946 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-invert] PASSED
20947 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-left_shift] PASSED
20948 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-right_shift] PASSED
20949 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-gcd] PASSED
20950 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order2-lcm] PASSED
20951 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-add] PASSED
20952 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-subtract] PASSED
20953 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-multiply] PASSED
20954 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-floor_divide] PASSED
20955 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-conjugate] PASSED
20956 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-fmod] PASSED
20957 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-square] PASSED
20958 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-reciprocal] PASSED
20959 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-power] PASSED
20960 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-absolute] PASSED
20961 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-negative] PASSED
20962 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-positive] PASSED
20963 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-greater] PASSED
20964 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-greater_equal] PASSED
20965 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-less] PASSED
20966 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-less_equal] PASSED
20967 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-equal] PASSED
20968 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-not_equal] PASSED
20969 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-logical_and] PASSED
20970 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-logical_not] PASSED
20971 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-logical_or] PASSED
20972 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-bitwise_and] PASSED
20973 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-bitwise_or] PASSED
20974 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-bitwise_xor] PASSED
20975 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-invert] PASSED
20976 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-left_shift] PASSED
20977 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-right_shift] PASSED
20978 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-gcd] PASSED
20979 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order3-lcm] PASSED
20980 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-add] PASSED
20981 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-subtract] PASSED
20982 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-multiply] PASSED
20983 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-floor_divide] PASSED
20984 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-conjugate] PASSED
20985 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-fmod] PASSED
20986 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-square] PASSED
20987 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-reciprocal] PASSED
20988 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-power] PASSED
20989 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-absolute] PASSED
20990 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-negative] PASSED
20991 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-positive] PASSED
20992 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-greater] PASSED
20993 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-greater_equal] PASSED
20994 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-less] PASSED
20995 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-less_equal] PASSED
20996 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-equal] PASSED
20997 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-not_equal] PASSED
20998 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-logical_and] PASSED
20999 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-logical_not] PASSED
21000 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-logical_or] PASSED
21001 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-bitwise_and] PASSED
21002 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-bitwise_or] PASSED
21003 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-bitwise_xor] PASSED
21004 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-invert] PASSED
21005 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-left_shift] PASSED
21006 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-right_shift] PASSED
21007 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-gcd] PASSED
21008 numpy/_core/tests/test_regression.py::TestRegression::test_ufunc_order[order4-lcm] PASSED
21009 numpy/_core/tests/test_regression.py::TestRegression::test_nonbool_logical PASSED
21010 numpy/_core/tests/test_regression.py::TestRegression::test_gh_23737 PASSED
21011 numpy/_core/tests/test_regression.py::TestRegression::test_load_ufunc_pickle PASSED
21012 numpy/_core/tests/test_regression.py::TestRegression::test__array_namespace__ PASSED
21013 numpy/_core/tests/test_regression.py::TestRegression::test_isin_refcnt_bug PASSED
21014 numpy/_core/tests/test_regression.py::TestRegression::test_replace_regression PASSED
21015 numpy/_core/tests/test_regression.py::TestRegression::test_logspace_base_does_not_determine_dtype PASSED
21016 numpy/_core/tests/test_regression.py::TestRegression::test_vectorize_fixed_width_string PASSED
21017 numpy/_core/tests/test_regression.py::TestRegression::test_sort_unique_crash PASSED
21018 numpy/_core/tests/test_regression.py::TestRegression::test_repeated_square_consistency PASSED
21019 numpy/_core/tests/test_scalar_ctors.py::TestFromString::test_floating PASSED
21020 numpy/_core/tests/test_scalar_ctors.py::TestFromString::test_floating_overflow PASSED
21021 numpy/_core/tests/test_scalar_ctors.py::TestExtraArgs::test_superclass PASSED
21022 numpy/_core/tests/test_scalar_ctors.py::TestExtraArgs::test_datetime PASSED
21023 numpy/_core/tests/test_scalar_ctors.py::TestExtraArgs::test_bool PASSED
21024 numpy/_core/tests/test_scalar_ctors.py::TestExtraArgs::test_void PASSED
21025 numpy/_core/tests/test_scalar_ctors.py::TestFromInt::test_intp PASSED
21026 numpy/_core/tests/test_scalar_ctors.py::TestFromInt::test_uint64_from_negative PASSED
21027 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int8-int8] PASSED
21028 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int8-int16] PASSED
21029 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int8-int32] PASSED
21030 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int8-int64] PASSED
21031 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int8-longlong] PASSED
21032 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int8-uint8] PASSED
21033 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int8-uint16] PASSED
21034 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int8-uint32] PASSED
21035 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int8-uint64] PASSED
21036 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int8-ulonglong] PASSED
21037 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int16-int8] PASSED
21038 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int16-int16] PASSED
21039 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int16-int32] PASSED
21040 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int16-int64] PASSED
21041 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int16-longlong] PASSED
21042 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int16-uint8] PASSED
21043 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int16-uint16] PASSED
21044 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int16-uint32] PASSED
21045 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int16-uint64] PASSED
21046 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int16-ulonglong] PASSED
21047 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int32-int8] PASSED
21048 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int32-int16] PASSED
21049 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int32-int32] PASSED
21050 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int32-int64] PASSED
21051 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int32-longlong] PASSED
21052 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int32-uint8] PASSED
21053 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int32-uint16] PASSED
21054 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int32-uint32] PASSED
21055 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int32-uint64] PASSED
21056 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int32-ulonglong] PASSED
21057 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int64-int8] PASSED
21058 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int64-int16] PASSED
21059 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int64-int32] PASSED
21060 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int64-int64] PASSED
21061 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int64-longlong] PASSED
21062 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int64-uint8] PASSED
21063 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int64-uint16] PASSED
21064 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int64-uint32] PASSED
21065 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int64-uint64] PASSED
21066 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[int64-ulonglong] PASSED
21067 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[longlong-int8] PASSED
21068 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[longlong-int16] PASSED
21069 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[longlong-int32] PASSED
21070 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[longlong-int64] PASSED
21071 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[longlong-longlong] PASSED
21072 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[longlong-uint8] PASSED
21073 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[longlong-uint16] PASSED
21074 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[longlong-uint32] PASSED
21075 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[longlong-uint64] PASSED
21076 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[longlong-ulonglong] PASSED
21077 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint8-int8] PASSED
21078 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint8-int16] PASSED
21079 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint8-int32] PASSED
21080 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint8-int64] PASSED
21081 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint8-longlong] PASSED
21082 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint8-uint8] PASSED
21083 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint8-uint16] PASSED
21084 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint8-uint32] PASSED
21085 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint8-uint64] PASSED
21086 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint8-ulonglong] PASSED
21087 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint16-int8] PASSED
21088 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint16-int16] PASSED
21089 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint16-int32] PASSED
21090 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint16-int64] PASSED
21091 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint16-longlong] PASSED
21092 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint16-uint8] PASSED
21093 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint16-uint16] PASSED
21094 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint16-uint32] PASSED
21095 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint16-uint64] PASSED
21096 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint16-ulonglong] PASSED
21097 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint32-int8] PASSED
21098 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint32-int16] PASSED
21099 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint32-int32] PASSED
21100 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint32-int64] PASSED
21101 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint32-longlong] PASSED
21102 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint32-uint8] PASSED
21103 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint32-uint16] PASSED
21104 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint32-uint32] PASSED
21105 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint32-uint64] PASSED
21106 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint32-ulonglong] PASSED
21107 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint64-int8] PASSED
21108 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint64-int16] PASSED
21109 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint64-int32] PASSED
21110 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint64-int64] PASSED
21111 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint64-longlong] PASSED
21112 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint64-uint8] PASSED
21113 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint64-uint16] PASSED
21114 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint64-uint32] PASSED
21115 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint64-uint64] PASSED
21116 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[uint64-ulonglong] PASSED
21117 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[ulonglong-int8] PASSED
21118 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[ulonglong-int16] PASSED
21119 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[ulonglong-int32] PASSED
21120 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[ulonglong-int64] PASSED
21121 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[ulonglong-longlong] PASSED
21122 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[ulonglong-uint8] PASSED
21123 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[ulonglong-uint16] PASSED
21124 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[ulonglong-uint32] PASSED
21125 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[ulonglong-uint64] PASSED
21126 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[ulonglong-ulonglong] PASSED
21127 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[None-int8] PASSED
21128 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[None-int16] PASSED
21129 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[None-int32] PASSED
21130 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[None-int64] PASSED
21131 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[None-longlong] PASSED
21132 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[None-uint8] PASSED
21133 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[None-uint16] PASSED
21134 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[None-uint32] PASSED
21135 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[None-uint64] PASSED
21136 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_integers[None-ulonglong] PASSED
21137 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[float16-float16] PASSED
21138 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[float16-float32] PASSED
21139 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[float16-float64] PASSED
21140 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[float16-longdouble] PASSED
21141 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[float32-float16] PASSED
21142 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[float32-float32] PASSED
21143 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[float32-float64] PASSED
21144 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[float32-longdouble] PASSED
21145 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[float64-float16] PASSED
21146 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[float64-float32] PASSED
21147 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[float64-float64] PASSED
21148 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[float64-longdouble] PASSED
21149 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[longdouble-float16] PASSED
21150 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[longdouble-float32] PASSED
21151 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[longdouble-float64] PASSED
21152 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[longdouble-longdouble] PASSED
21153 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[None-float16] PASSED
21154 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[None-float32] PASSED
21155 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[None-float64] PASSED
21156 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_reals[None-longdouble] PASSED
21157 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[2-complex64-complex64] PASSED
21158 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[2-complex64-complex128] PASSED
21159 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[2-complex64-clongdouble] PASSED
21160 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[2-complex128-complex64] PASSED
21161 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[2-complex128-complex128] PASSED
21162 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[2-complex128-clongdouble] PASSED
21163 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[2-clongdouble-complex64] PASSED
21164 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[2-clongdouble-complex128] PASSED
21165 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[2-clongdouble-clongdouble] PASSED
21166 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[2-None-complex64] PASSED
21167 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[2-None-complex128] PASSED
21168 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[2-None-clongdouble] PASSED
21169 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[(1+3j)-complex64-complex64] PASSED
21170 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[(1+3j)-complex64-complex128] PASSED
21171 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[(1+3j)-complex64-clongdouble] PASSED
21172 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[(1+3j)-complex128-complex64] PASSED
21173 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[(1+3j)-complex128-complex128] PASSED
21174 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[(1+3j)-complex128-clongdouble] PASSED
21175 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[(1+3j)-clongdouble-complex64] PASSED
21176 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[(1+3j)-clongdouble-complex128] PASSED
21177 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[(1+3j)-clongdouble-clongdouble] PASSED
21178 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[(1+3j)-None-complex64] PASSED
21179 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[(1+3j)-None-complex128] PASSED
21180 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[(1+3j)-None-clongdouble] PASSED
21181 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[arg2-complex64-complex64] PASSED
21182 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[arg2-complex64-complex128] PASSED
21183 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[arg2-complex64-clongdouble] XFAIL
21184 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[arg2-complex128-complex64] PASSED
21185 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[arg2-complex128-complex128] PASSED
21186 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[arg2-complex128-clongdouble] XFAIL
21187 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[arg2-clongdouble-complex64] PASSED
21188 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[arg2-clongdouble-complex128] PASSED
21189 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[arg2-clongdouble-clongdouble] XFAIL
21190 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[arg2-None-complex64] PASSED
21191 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[arg2-None-complex128] PASSED
21192 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[arg2-None-clongdouble] XFAIL
21193 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[None-complex64-complex64] PASSED
21194 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[None-complex64-complex128] PASSED
21195 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[None-complex64-clongdouble] PASSED
21196 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[None-complex128-complex64] PASSED
21197 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[None-complex128-complex128] PASSED
21198 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[None-complex128-clongdouble] PASSED
21199 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[None-clongdouble-complex64] PASSED
21200 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[None-clongdouble-complex128] PASSED
21201 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[None-clongdouble-clongdouble] PASSED
21202 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[None-None-complex64] PASSED
21203 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[None-None-complex128] PASSED
21204 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex[None-None-clongdouble] PASSED
21205 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex_errors[complex64] PASSED
21206 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex_errors[complex128] PASSED
21207 numpy/_core/tests/test_scalar_ctors.py::TestArrayFromScalar::test_complex_errors[clongdouble] PASSED
21208 numpy/_core/tests/test_scalar_ctors.py::test_void_via_length[5] PASSED
21209 numpy/_core/tests/test_scalar_ctors.py::test_void_via_length[length1] PASSED
21210 numpy/_core/tests/test_scalar_ctors.py::test_void_via_length[length2] PASSED
21211 numpy/_core/tests/test_scalar_ctors.py::test_void_from_byteslike[spam] PASSED
21212 numpy/_core/tests/test_scalar_ctors.py::test_void_from_byteslike[bytes_1] PASSED
21213 numpy/_core/tests/test_scalar_ctors.py::test_void_arraylike_trumps_byteslike PASSED
21214 numpy/_core/tests/test_scalar_ctors.py::test_void_dtype_arg PASSED
21215 numpy/_core/tests/test_scalar_ctors.py::test_void_from_integer_with_dtype[5] PASSED
21216 numpy/_core/tests/test_scalar_ctors.py::test_void_from_integer_with_dtype[data1] PASSED
21217 numpy/_core/tests/test_scalar_ctors.py::test_void_from_integer_with_dtype[data2] PASSED
21218 numpy/_core/tests/test_scalar_ctors.py::test_void_from_structure PASSED
21219 numpy/_core/tests/test_scalar_ctors.py::test_void_bad_dtype PASSED
21220 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[0.875-ratio0-float16] PASSED
21221 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[0.875-ratio0-float32] PASSED
21222 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[0.875-ratio0-float64] PASSED
21223 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[0.875-ratio0-longdouble] PASSED
21224 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[-0.875-ratio1-float16] PASSED
21225 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[-0.875-ratio1-float32] PASSED
21226 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[-0.875-ratio1-float64] PASSED
21227 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[-0.875-ratio1-longdouble] PASSED
21228 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[0.0-ratio2-float16] PASSED
21229 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[0.0-ratio2-float32] PASSED
21230 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[0.0-ratio2-float64] PASSED
21231 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[0.0-ratio2-longdouble] PASSED
21232 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[11.5-ratio3-float16] PASSED
21233 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[11.5-ratio3-float32] PASSED
21234 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[11.5-ratio3-float64] PASSED
21235 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_small[11.5-ratio3-longdouble] PASSED
21236 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_simple_fractions[float16] PASSED
21237 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_simple_fractions[float32] PASSED
21238 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_simple_fractions[float64] PASSED
21239 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_simple_fractions[longdouble] PASSED
21240 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_errors[float16] PASSED
21241 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_errors[float32] PASSED
21242 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_errors[float64] PASSED
21243 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_errors[longdouble] PASSED
21244 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_against_known_values PASSED
21245 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_roundtrip[float16-frac_vals0-exp_vals0] PASSED
21246 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_roundtrip[float32-frac_vals1-exp_vals1] PASSED
21247 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_roundtrip[float64-frac_vals2-exp_vals2] PASSED
21248 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_roundtrip[longdouble-frac_vals3-exp_vals3] SKIPPED
21249 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_special[e-inf] PASSED
21250 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_special[e-nan] PASSED
21251 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_special[f-inf] PASSED
21252 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_special[f-nan] PASSED
21253 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_special[d-inf] PASSED
21254 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_special[d-nan] PASSED
21255 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_special[g-inf] PASSED
21256 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_special[g-nan] PASSED
21257 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[e] PASSED
21258 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[f] PASSED
21259 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[d] PASSED
21260 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[g] PASSED
21261 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[b] PASSED
21262 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[B] PASSED
21263 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[h] PASSED
21264 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[H] PASSED
21265 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[i] PASSED
21266 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[I] PASSED
21267 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[l] PASSED
21268 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[L] PASSED
21269 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[q] PASSED
21270 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[Q] PASSED
21271 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[n] PASSED
21272 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[N] PASSED
21273 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[p] PASSED
21274 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_true[P] PASSED
21275 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_false[e] PASSED
21276 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_false[f] PASSED
21277 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_false[d] PASSED
21278 numpy/_core/tests/test_scalar_methods.py::TestIsInteger::test_false[g] PASSED
21279 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_abc[number] PASSED
21280 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_abc[integer] PASSED
21281 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_abc[inexact] PASSED
21282 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_abc[unsignedinteger] PASSED
21283 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_abc[signedinteger] PASSED
21284 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_abc[floating] PASSED
21285 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_abc_complexfloating PASSED
21286 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_abc_complexfloating_subscript_tuple[0] PASSED
21287 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_abc_complexfloating_subscript_tuple[1] PASSED
21288 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_abc_complexfloating_subscript_tuple[2] PASSED
21289 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_abc_complexfloating_subscript_tuple[3] PASSED
21290 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_abc_non_numeric[generic] PASSED
21291 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_abc_non_numeric[flexible] PASSED
21292 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_abc_non_numeric[character] PASSED
21293 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[?] PASSED
21294 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[b] PASSED
21295 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[h] PASSED
21296 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[i] PASSED
21297 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[l] PASSED
21298 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[q] PASSED
21299 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[n] PASSED
21300 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[p] PASSED
21301 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[B] PASSED
21302 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[H] PASSED
21303 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[I] PASSED
21304 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[L] PASSED
21305 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[Q] PASSED
21306 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[N] PASSED
21307 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[P] PASSED
21308 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[e] PASSED
21309 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[f] PASSED
21310 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[d] PASSED
21311 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[g] PASSED
21312 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[F] PASSED
21313 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[D] PASSED
21314 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[G] PASSED
21315 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[S] PASSED
21316 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[U] PASSED
21317 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[V] PASSED
21318 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[O] PASSED
21319 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[M] PASSED
21320 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_concrete[m] PASSED
21321 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_subscript_tuple[0] PASSED
21322 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_subscript_tuple[1] PASSED
21323 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_subscript_tuple[2] PASSED
21324 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_subscript_tuple[3] PASSED
21325 numpy/_core/tests/test_scalar_methods.py::TestClassGetItem::test_subscript_scalar PASSED
21326 numpy/_core/tests/test_scalar_methods.py::TestBitCount::test_small[int8] PASSED
21327 numpy/_core/tests/test_scalar_methods.py::TestBitCount::test_small[int16] PASSED
21328 numpy/_core/tests/test_scalar_methods.py::TestBitCount::test_small[int32] PASSED
21329 numpy/_core/tests/test_scalar_methods.py::TestBitCount::test_small[int64] PASSED
21330 numpy/_core/tests/test_scalar_methods.py::TestBitCount::test_small[longlong] PASSED
21331 numpy/_core/tests/test_scalar_methods.py::TestBitCount::test_small[uint8] PASSED
21332 numpy/_core/tests/test_scalar_methods.py::TestBitCount::test_small[uint16] PASSED
21333 numpy/_core/tests/test_scalar_methods.py::TestBitCount::test_small[uint32] PASSED
21334 numpy/_core/tests/test_scalar_methods.py::TestBitCount::test_small[uint64] PASSED
21335 numpy/_core/tests/test_scalar_methods.py::TestBitCount::test_small[ulonglong] PASSED
21336 numpy/_core/tests/test_scalar_methods.py::TestBitCount::test_bit_count PASSED
21337 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[?] PASSED
21338 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[b] PASSED
21339 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[h] PASSED
21340 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[i] PASSED
21341 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[l] PASSED
21342 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[q] PASSED
21343 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[B] PASSED
21344 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[H] PASSED
21345 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[I] PASSED
21346 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[L] PASSED
21347 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[Q] PASSED
21348 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[e] PASSED
21349 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[f] PASSED
21350 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[d] PASSED
21351 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[g] PASSED
21352 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[Zf] PASSED
21353 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[Zd] PASSED
21354 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[Zg] PASSED
21355 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[?] PASSED
21356 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[b] PASSED
21357 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[h] PASSED
21358 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[i] PASSED
21359 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[l] PASSED
21360 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[q] PASSED
21361 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[B] PASSED
21362 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[H] PASSED
21363 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[I] PASSED
21364 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[L] PASSED
21365 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[Q] PASSED
21366 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[e] PASSED
21367 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[f] PASSED
21368 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[d] PASSED
21369 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[g] PASSED
21370 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[Zf] PASSED
21371 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[Zd] PASSED
21372 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[Zg] PASSED
21373 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[?] PASSED
21374 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[b] PASSED
21375 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[h] PASSED
21376 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[i] PASSED
21377 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[l] PASSED
21378 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[q] PASSED
21379 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[B] PASSED
21380 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[H] PASSED
21381 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[I] PASSED
21382 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[L] PASSED
21383 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[Q] PASSED
21384 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[e] PASSED
21385 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[f] PASSED
21386 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[d] PASSED
21387 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[g] PASSED
21388 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[Zf] PASSED
21389 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[Zd] PASSED
21390 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_code_and_properties[Zg] PASSED
21391 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[?] PASSED
21392 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[b] PASSED
21393 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[h] PASSED
21394 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[i] PASSED
21395 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[l] PASSED
21396 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[q] PASSED
21397 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[B] PASSED
21398 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[H] PASSED
21399 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[I] PASSED
21400 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[L] PASSED
21401 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[Q] PASSED
21402 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[e] PASSED
21403 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[f] PASSED
21404 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[d] PASSED
21405 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[g] PASSED
21406 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[Zf] PASSED
21407 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[Zd] PASSED
21408 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_buffers_readonly[Zg] PASSED
21409 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_void_scalar_structured_data PASSED
21410 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_datetime_memoryview PASSED
21411 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_str_ucs4[ascii] PASSED
21412 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_str_ucs4[basic multilingual] PASSED
21413 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_str_ucs4[non-BMP] PASSED
21414 numpy/_core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_user_scalar_fails_buffer PASSED
21415 numpy/_core/tests/test_scalarinherit.py::TestInherit::test_init PASSED
21416 numpy/_core/tests/test_scalarinherit.py::TestInherit::test_init2 PASSED
21417 numpy/_core/tests/test_scalarinherit.py::TestInherit::test_gh_15395 PASSED
21418 numpy/_core/tests/test_scalarinherit.py::TestCharacter::test_char_radd PASSED
21419 numpy/_core/tests/test_scalarinherit.py::TestCharacter::test_char_repeat PASSED
21420 numpy/_core/tests/test_scalarmath.py::TestTypes::test_types PASSED
21421 numpy/_core/tests/test_scalarmath.py::TestTypes::test_type_add PASSED
21422 numpy/_core/tests/test_scalarmath.py::TestTypes::test_type_create PASSED
21423 numpy/_core/tests/test_scalarmath.py::TestTypes::test_leak PASSED
21424 numpy/_core/tests/test_scalarmath.py::test_array_scalar_ufunc_equivalence SKIPPED
21425 numpy/_core/tests/test_scalarmath.py::test_array_scalar_ufunc_dtypes SKIPPED
21426 numpy/_core/tests/test_scalarmath.py::test_int_float_promotion_truediv[float16] PASSED
21427 numpy/_core/tests/test_scalarmath.py::test_int_float_promotion_truediv[float32] PASSED
21428 numpy/_core/tests/test_scalarmath.py::TestBaseMath::test_blocked PASSED
21429 numpy/_core/tests/test_scalarmath.py::TestBaseMath::test_lower_align PASSED
21430 numpy/_core/tests/test_scalarmath.py::TestPower::test_small_types PASSED
21431 numpy/_core/tests/test_scalarmath.py::TestPower::test_large_types PASSED
21432 numpy/_core/tests/test_scalarmath.py::TestPower::test_integers_to_negative_integer_power PASSED
21433 numpy/_core/tests/test_scalarmath.py::TestPower::test_mixed_types PASSED
21434 numpy/_core/tests/test_scalarmath.py::TestPower::test_modular_power PASSED
21435 numpy/_core/tests/test_scalarmath.py::TestModulus::test_modulus_basic PASSED
21436 numpy/_core/tests/test_scalarmath.py::TestModulus::test_float_modulus_exact PASSED
21437 numpy/_core/tests/test_scalarmath.py::TestModulus::test_float_modulus_roundoff PASSED
21438 numpy/_core/tests/test_scalarmath.py::TestModulus::test_float_modulus_corner_cases PASSED
21439 numpy/_core/tests/test_scalarmath.py::TestModulus::test_inplace_floordiv_handling PASSED
21440 numpy/_core/tests/test_scalarmath.py::TestComplexDivision::test_zero_division PASSED
21441 numpy/_core/tests/test_scalarmath.py::TestComplexDivision::test_signed_zeros PASSED
21442 numpy/_core/tests/test_scalarmath.py::TestComplexDivision::test_branches PASSED
21443 numpy/_core/tests/test_scalarmath.py::TestConversion::test_int_from_long PASSED
21444 numpy/_core/tests/test_scalarmath.py::TestConversion::test_iinfo_long_values PASSED
21445 numpy/_core/tests/test_scalarmath.py::TestConversion::test_int_raise_behaviour PASSED
21446 numpy/_core/tests/test_scalarmath.py::TestConversion::test_int_from_infinite_longdouble PASSED
21447 numpy/_core/tests/test_scalarmath.py::TestConversion::test_int_from_infinite_longdouble___int__ SKIPPED
21448 numpy/_core/tests/test_scalarmath.py::TestConversion::test_int_from_huge_longdouble PASSED
21449 numpy/_core/tests/test_scalarmath.py::TestConversion::test_int_from_longdouble PASSED
21450 numpy/_core/tests/test_scalarmath.py::TestConversion::test_numpy_scalar_relational_operators PASSED
21451 numpy/_core/tests/test_scalarmath.py::TestConversion::test_scalar_comparison_to_none PASSED
21452 numpy/_core/tests/test_scalarmath.py::TestRepr::test_float_repr PASSED
21453 numpy/_core/tests/test_scalarmath.py::TestSizeOf::test_equal_nbytes PASSED
21454 numpy/_core/tests/test_scalarmath.py::TestSizeOf::test_error PASSED
21455 numpy/_core/tests/test_scalarmath.py::TestMultiply::test_seq_repeat PASSED
21456 numpy/_core/tests/test_scalarmath.py::TestMultiply::test_no_seq_repeat_basic_array_like PASSED
21457 numpy/_core/tests/test_scalarmath.py::TestNegative::test_exceptions PASSED
21458 numpy/_core/tests/test_scalarmath.py::TestNegative::test_result PASSED
21459 numpy/_core/tests/test_scalarmath.py::TestSubtract::test_exceptions PASSED
21460 numpy/_core/tests/test_scalarmath.py::TestSubtract::test_result PASSED
21461 numpy/_core/tests/test_scalarmath.py::TestAbs::test_builtin_abs[float16] PASSED
21462 numpy/_core/tests/test_scalarmath.py::TestAbs::test_builtin_abs[float32] PASSED
21463 numpy/_core/tests/test_scalarmath.py::TestAbs::test_builtin_abs[float64] PASSED
21464 numpy/_core/tests/test_scalarmath.py::TestAbs::test_builtin_abs[longdouble] PASSED
21465 numpy/_core/tests/test_scalarmath.py::TestAbs::test_builtin_abs[complex64] PASSED
21466 numpy/_core/tests/test_scalarmath.py::TestAbs::test_builtin_abs[complex128] PASSED
21467 numpy/_core/tests/test_scalarmath.py::TestAbs::test_builtin_abs[clongdouble] PASSED
21468 numpy/_core/tests/test_scalarmath.py::TestAbs::test_numpy_abs[float16] PASSED
21469 numpy/_core/tests/test_scalarmath.py::TestAbs::test_numpy_abs[float32] PASSED
21470 numpy/_core/tests/test_scalarmath.py::TestAbs::test_numpy_abs[float64] PASSED
21471 numpy/_core/tests/test_scalarmath.py::TestAbs::test_numpy_abs[longdouble] PASSED
21472 numpy/_core/tests/test_scalarmath.py::TestAbs::test_numpy_abs[complex64] PASSED
21473 numpy/_core/tests/test_scalarmath.py::TestAbs::test_numpy_abs[complex128] PASSED
21474 numpy/_core/tests/test_scalarmath.py::TestAbs::test_numpy_abs[clongdouble] PASSED
21475 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[>>-b] PASSED
21476 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[>>-B] PASSED
21477 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[>>-h] PASSED
21478 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[>>-H] PASSED
21479 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[>>-i] PASSED
21480 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[>>-I] PASSED
21481 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[>>-l] PASSED
21482 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[>>-L] PASSED
21483 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[>>-q] PASSED
21484 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[>>-Q] PASSED
21485 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[>>-n] PASSED
21486 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[>>-N] PASSED
21487 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[>>-p] PASSED
21488 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[>>-P] PASSED
21489 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[<<-b] PASSED
21490 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[<<-B] PASSED
21491 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[<<-h] PASSED
21492 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[<<-H] PASSED
21493 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[<<-i] PASSED
21494 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[<<-I] PASSED
21495 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[<<-l] PASSED
21496 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[<<-L] PASSED
21497 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[<<-q] PASSED
21498 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[<<-Q] PASSED
21499 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[<<-n] PASSED
21500 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[<<-N] PASSED
21501 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[<<-p] PASSED
21502 numpy/_core/tests/test_scalarmath.py::TestBitShifts::test_shift_all_bits[<<-P] PASSED
21503 numpy/_core/tests/test_scalarmath.py::TestHash::test_integer_hashes[b] PASSED
21504 numpy/_core/tests/test_scalarmath.py::TestHash::test_integer_hashes[B] PASSED
21505 numpy/_core/tests/test_scalarmath.py::TestHash::test_integer_hashes[h] PASSED
21506 numpy/_core/tests/test_scalarmath.py::TestHash::test_integer_hashes[H] PASSED
21507 numpy/_core/tests/test_scalarmath.py::TestHash::test_integer_hashes[i] PASSED
21508 numpy/_core/tests/test_scalarmath.py::TestHash::test_integer_hashes[I] PASSED
21509 numpy/_core/tests/test_scalarmath.py::TestHash::test_integer_hashes[l] PASSED
21510 numpy/_core/tests/test_scalarmath.py::TestHash::test_integer_hashes[L] PASSED
21511 numpy/_core/tests/test_scalarmath.py::TestHash::test_integer_hashes[q] PASSED
21512 numpy/_core/tests/test_scalarmath.py::TestHash::test_integer_hashes[Q] PASSED
21513 numpy/_core/tests/test_scalarmath.py::TestHash::test_integer_hashes[n] PASSED
21514 numpy/_core/tests/test_scalarmath.py::TestHash::test_integer_hashes[N] PASSED
21515 numpy/_core/tests/test_scalarmath.py::TestHash::test_integer_hashes[p] PASSED
21516 numpy/_core/tests/test_scalarmath.py::TestHash::test_integer_hashes[P] PASSED
21517 numpy/_core/tests/test_scalarmath.py::TestHash::test_float_and_complex_hashes[e] PASSED
21518 numpy/_core/tests/test_scalarmath.py::TestHash::test_float_and_complex_hashes[f] PASSED
21519 numpy/_core/tests/test_scalarmath.py::TestHash::test_float_and_complex_hashes[d] PASSED
21520 numpy/_core/tests/test_scalarmath.py::TestHash::test_float_and_complex_hashes[g] PASSED
21521 numpy/_core/tests/test_scalarmath.py::TestHash::test_float_and_complex_hashes[F] PASSED
21522 numpy/_core/tests/test_scalarmath.py::TestHash::test_float_and_complex_hashes[D] PASSED
21523 numpy/_core/tests/test_scalarmath.py::TestHash::test_float_and_complex_hashes[G] PASSED
21524 numpy/_core/tests/test_scalarmath.py::TestHash::test_complex_hashes[F] PASSED
21525 numpy/_core/tests/test_scalarmath.py::TestHash::test_complex_hashes[D] PASSED
21526 numpy/_core/tests/test_scalarmath.py::TestHash::test_complex_hashes[G] PASSED
21527 numpy/_core/tests/test_scalarmath.py::test_operator_object_left PASSED
21528 numpy/_core/tests/test_scalarmath.py::test_operator_object_right PASSED
21529 numpy/_core/tests/test_scalarmath.py::test_operator_scalars PASSED
21530 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[longdouble-lt] PASSED
21531 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[longdouble-le] PASSED
21532 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[longdouble-eq] PASSED
21533 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[longdouble-ne] PASSED
21534 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[longdouble-ge] PASSED
21535 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[longdouble-gt] PASSED
21536 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[longdouble-add] PASSED
21537 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[longdouble-floordiv] PASSED
21538 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[longdouble-mod] PASSED
21539 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[longdouble-mul] PASSED
21540 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[longdouble-pow] PASSED
21541 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[longdouble-sub] PASSED
21542 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[longdouble-truediv] PASSED
21543 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[clongdouble-lt] PASSED
21544 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[clongdouble-le] PASSED
21545 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[clongdouble-eq] PASSED
21546 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[clongdouble-ne] PASSED
21547 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[clongdouble-ge] PASSED
21548 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[clongdouble-gt] PASSED
21549 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[clongdouble-add] PASSED
21550 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[clongdouble-floordiv] PASSED
21551 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[clongdouble-mod] PASSED
21552 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[clongdouble-mul] PASSED
21553 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[clongdouble-pow] PASSED
21554 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[clongdouble-sub] PASSED
21555 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_obj[clongdouble-truediv] PASSED
21556 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[longdouble-lt] PASSED
21557 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[longdouble-le] PASSED
21558 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[longdouble-eq] PASSED
21559 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[longdouble-ne] PASSED
21560 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[longdouble-ge] PASSED
21561 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[longdouble-gt] PASSED
21562 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[longdouble-add] PASSED
21563 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[longdouble-floordiv] PASSED
21564 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[longdouble-mod] PASSED
21565 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[longdouble-mul] PASSED
21566 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[longdouble-pow] PASSED
21567 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[longdouble-sub] PASSED
21568 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[longdouble-truediv] PASSED
21569 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[clongdouble-lt] PASSED
21570 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[clongdouble-le] PASSED
21571 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[clongdouble-eq] PASSED
21572 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[clongdouble-ne] PASSED
21573 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[clongdouble-ge] PASSED
21574 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[clongdouble-gt] PASSED
21575 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[clongdouble-add] PASSED
21576 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[clongdouble-floordiv] PASSED
21577 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[clongdouble-mod] PASSED
21578 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[clongdouble-mul] PASSED
21579 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[clongdouble-pow] PASSED
21580 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[clongdouble-sub] PASSED
21581 numpy/_core/tests/test_scalarmath.py::test_longdouble_operators_with_large_int[clongdouble-truediv] PASSED
21582 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[+-b] PASSED
21583 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[+-B] PASSED
21584 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[+-h] PASSED
21585 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[+-H] PASSED
21586 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[+-i] PASSED
21587 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[+-I] PASSED
21588 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[+-l] PASSED
21589 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[+-L] PASSED
21590 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[+-q] PASSED
21591 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[+-Q] PASSED
21592 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[+-n] PASSED
21593 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[+-N] PASSED
21594 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[+-p] PASSED
21595 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[+-P] PASSED
21596 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[--b] PASSED
21597 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[--B] PASSED
21598 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[--h] PASSED
21599 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[--H] PASSED
21600 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[--i] PASSED
21601 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[--I] PASSED
21602 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[--l] PASSED
21603 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[--L] PASSED
21604 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[--q] PASSED
21605 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[--Q] PASSED
21606 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[--n] PASSED
21607 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[--N] PASSED
21608 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[--p] PASSED
21609 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[--P] PASSED
21610 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[*-b] PASSED
21611 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[*-B] PASSED
21612 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[*-h] PASSED
21613 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[*-H] PASSED
21614 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[*-i] PASSED
21615 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[*-I] PASSED
21616 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[*-l] PASSED
21617 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[*-L] PASSED
21618 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[*-q] PASSED
21619 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[*-Q] PASSED
21620 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[*-n] PASSED
21621 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[*-N] PASSED
21622 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[*-p] PASSED
21623 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_overflow[*-P] PASSED
21624 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[neg-b] PASSED
21625 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[neg-h] PASSED
21626 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[neg-i] PASSED
21627 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[neg-l] PASSED
21628 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[neg-q] PASSED
21629 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[neg-n] PASSED
21630 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[neg-p] PASSED
21631 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[abs-b] PASSED
21632 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[abs-h] PASSED
21633 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[abs-i] PASSED
21634 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[abs-l] PASSED
21635 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[abs-q] PASSED
21636 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[abs-n] PASSED
21637 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[abs-p] PASSED
21638 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[*-b] PASSED
21639 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[*-h] PASSED
21640 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[*-i] PASSED
21641 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[*-l] PASSED
21642 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[*-q] PASSED
21643 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[*-n] PASSED
21644 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[*-p] PASSED
21645 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[//-b] SKIPPED
21646 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[//-h] SKIPPED
21647 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[//-i] SKIPPED
21648 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[//-l] SKIPPED
21649 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[//-q] SKIPPED
21650 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[//-n] SKIPPED
21651 numpy/_core/tests/test_scalarmath.py::test_scalar_signed_integer_overflow[//-p] SKIPPED
21652 numpy/_core/tests/test_scalarmath.py::test_scalar_unsigned_integer_overflow[B] PASSED
21653 numpy/_core/tests/test_scalarmath.py::test_scalar_unsigned_integer_overflow[H] PASSED
21654 numpy/_core/tests/test_scalarmath.py::test_scalar_unsigned_integer_overflow[I] PASSED
21655 numpy/_core/tests/test_scalarmath.py::test_scalar_unsigned_integer_overflow[L] PASSED
21656 numpy/_core/tests/test_scalarmath.py::test_scalar_unsigned_integer_overflow[Q] PASSED
21657 numpy/_core/tests/test_scalarmath.py::test_scalar_unsigned_integer_overflow[N] PASSED
21658 numpy/_core/tests/test_scalarmath.py::test_scalar_unsigned_integer_overflow[P] PASSED
21659 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[//-b] PASSED
21660 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[//-B] PASSED
21661 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[//-h] PASSED
21662 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[//-H] PASSED
21663 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[//-i] PASSED
21664 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[//-I] PASSED
21665 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[//-l] PASSED
21666 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[//-L] PASSED
21667 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[//-q] PASSED
21668 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[//-Q] PASSED
21669 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[//-n] PASSED
21670 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[//-N] PASSED
21671 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[//-p] PASSED
21672 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[//-P] PASSED
21673 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[%-b] PASSED
21674 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[%-B] PASSED
21675 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[%-h] PASSED
21676 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[%-H] PASSED
21677 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[%-i] PASSED
21678 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[%-I] PASSED
21679 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[%-l] PASSED
21680 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[%-L] PASSED
21681 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[%-q] PASSED
21682 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[%-Q] PASSED
21683 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[%-n] PASSED
21684 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[%-N] PASSED
21685 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[%-p] PASSED
21686 numpy/_core/tests/test_scalarmath.py::test_scalar_integer_operation_divbyzero[%-P] PASSED
21687 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float32-__lt__-__gt__-lt-True] PASSED
21688 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float32-__le__-__ge__-le-True] PASSED
21689 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float32-__eq__-__eq__-eq-True] PASSED
21690 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float32-__ne__-__ne__-ne-True] PASSED
21691 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float32-__gt__-__lt__-gt-True] PASSED
21692 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float32-__ge__-__le__-ge-True] PASSED
21693 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float32-__floordiv__-__rfloordiv__-floordiv-False] PASSED
21694 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float32-__truediv__-__rtruediv__-truediv-False] PASSED
21695 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float32-__add__-__radd__-add-False] PASSED
21696 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float32-__mod__-__rmod__-mod-False] PASSED
21697 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float32-__mul__-__rmul__-mul-False] PASSED
21698 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float32-__pow__-__rpow__-pow-False] PASSED
21699 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float32-__sub__-__rsub__-sub-False] PASSED
21700 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float64-__lt__-__gt__-lt-True] PASSED
21701 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float64-__le__-__ge__-le-True] PASSED
21702 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float64-__eq__-__eq__-eq-True] PASSED
21703 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float64-__ne__-__ne__-ne-True] PASSED
21704 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float64-__gt__-__lt__-gt-True] PASSED
21705 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float64-__ge__-__le__-ge-True] PASSED
21706 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float64-__floordiv__-__rfloordiv__-floordiv-False] PASSED
21707 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float64-__truediv__-__rtruediv__-truediv-False] PASSED
21708 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float64-__add__-__radd__-add-False] PASSED
21709 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float64-__mod__-__rmod__-mod-False] PASSED
21710 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float64-__mul__-__rmul__-mul-False] PASSED
21711 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float64-__pow__-__rpow__-pow-False] PASSED
21712 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[float64-__sub__-__rsub__-sub-False] PASSED
21713 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[longdouble-__lt__-__gt__-lt-True] PASSED
21714 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[longdouble-__le__-__ge__-le-True] PASSED
21715 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[longdouble-__eq__-__eq__-eq-True] PASSED
21716 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[longdouble-__ne__-__ne__-ne-True] PASSED
21717 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[longdouble-__gt__-__lt__-gt-True] PASSED
21718 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[longdouble-__ge__-__le__-ge-True] PASSED
21719 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[longdouble-__floordiv__-__rfloordiv__-floordiv-False] PASSED
21720 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[longdouble-__truediv__-__rtruediv__-truediv-False] PASSED
21721 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[longdouble-__add__-__radd__-add-False] PASSED
21722 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[longdouble-__mod__-__rmod__-mod-False] PASSED
21723 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[longdouble-__mul__-__rmul__-mul-False] PASSED
21724 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[longdouble-__pow__-__rpow__-pow-False] PASSED
21725 numpy/_core/tests/test_scalarmath.py::test_subclass_deferral[longdouble-__sub__-__rsub__-sub-False] PASSED
21726 numpy/_core/tests/test_scalarmath.py::test_longdouble_complex PASSED
21727 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float-__lt__-__gt__-lt-True] PASSED
21728 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float-__le__-__ge__-le-True] PASSED
21729 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float-__eq__-__eq__-eq-True] PASSED
21730 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float-__ne__-__ne__-ne-True] PASSED
21731 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float-__gt__-__lt__-gt-True] PASSED
21732 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float-__ge__-__le__-ge-True] PASSED
21733 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float-__floordiv__-__rfloordiv__-floordiv-False] PASSED
21734 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float-__truediv__-__rtruediv__-truediv-False] PASSED
21735 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float-__add__-__radd__-add-False] PASSED
21736 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float-__mod__-__rmod__-mod-False] PASSED
21737 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float-__mul__-__rmul__-mul-False] PASSED
21738 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float-__pow__-__rpow__-pow-False] PASSED
21739 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float-__sub__-__rsub__-sub-False] PASSED
21740 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[int-__lt__-__gt__-lt-True] PASSED
21741 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[int-__le__-__ge__-le-True] PASSED
21742 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[int-__eq__-__eq__-eq-True] PASSED
21743 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[int-__ne__-__ne__-ne-True] PASSED
21744 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[int-__gt__-__lt__-gt-True] PASSED
21745 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[int-__ge__-__le__-ge-True] PASSED
21746 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[int-__floordiv__-__rfloordiv__-floordiv-False] PASSED
21747 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[int-__truediv__-__rtruediv__-truediv-False] PASSED
21748 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[int-__add__-__radd__-add-False] PASSED
21749 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[int-__mod__-__rmod__-mod-False] PASSED
21750 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[int-__mul__-__rmul__-mul-False] PASSED
21751 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[int-__pow__-__rpow__-pow-False] PASSED
21752 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[int-__sub__-__rsub__-sub-False] PASSED
21753 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[complex-__lt__-__gt__-lt-True] PASSED
21754 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[complex-__le__-__ge__-le-True] PASSED
21755 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[complex-__eq__-__eq__-eq-True] PASSED
21756 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[complex-__ne__-__ne__-ne-True] PASSED
21757 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[complex-__gt__-__lt__-gt-True] PASSED
21758 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[complex-__ge__-__le__-ge-True] PASSED
21759 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[complex-__floordiv__-__rfloordiv__-floordiv-False] PASSED
21760 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[complex-__truediv__-__rtruediv__-truediv-False] PASSED
21761 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[complex-__add__-__radd__-add-False] PASSED
21762 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[complex-__mod__-__rmod__-mod-False] PASSED
21763 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[complex-__mul__-__rmul__-mul-False] PASSED
21764 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[complex-__pow__-__rpow__-pow-False] PASSED
21765 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[complex-__sub__-__rsub__-sub-False] PASSED
21766 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float16-__lt__-__gt__-lt-True] PASSED
21767 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float16-__le__-__ge__-le-True] PASSED
21768 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float16-__eq__-__eq__-eq-True] PASSED
21769 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float16-__ne__-__ne__-ne-True] PASSED
21770 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float16-__gt__-__lt__-gt-True] PASSED
21771 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float16-__ge__-__le__-ge-True] PASSED
21772 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float16-__floordiv__-__rfloordiv__-floordiv-False] PASSED
21773 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float16-__truediv__-__rtruediv__-truediv-False] PASSED
21774 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float16-__add__-__radd__-add-False] PASSED
21775 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float16-__mod__-__rmod__-mod-False] PASSED
21776 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float16-__mul__-__rmul__-mul-False] PASSED
21777 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float16-__pow__-__rpow__-pow-False] PASSED
21778 numpy/_core/tests/test_scalarmath.py::test_pyscalar_subclasses[float16-__sub__-__rsub__-sub-False] PASSED
21779 numpy/_core/tests/test_scalarmath.py::test_truediv_int PASSED
21780 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-bool-lt] PASSED
21781 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-bool-le] PASSED
21782 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-bool-eq] PASSED
21783 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-bool-ne] PASSED
21784 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-bool-ge] PASSED
21785 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-bool-gt] PASSED
21786 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-bool-add] PASSED
21787 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-bool-floordiv] PASSED
21788 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-bool-mod] PASSED
21789 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-bool-mul] PASSED
21790 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-bool-sub] PASSED
21791 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-bool-truediv] PASSED
21792 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int8-lt] PASSED
21793 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int8-le] PASSED
21794 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int8-eq] PASSED
21795 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int8-ne] PASSED
21796 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int8-ge] PASSED
21797 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int8-gt] PASSED
21798 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int8-add] PASSED
21799 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int8-floordiv] PASSED
21800 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int8-mod] PASSED
21801 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int8-mul] PASSED
21802 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int8-sub] PASSED
21803 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int8-truediv] PASSED
21804 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint8-lt] PASSED
21805 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint8-le] PASSED
21806 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint8-eq] PASSED
21807 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint8-ne] PASSED
21808 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint8-ge] PASSED
21809 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint8-gt] PASSED
21810 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint8-add] PASSED
21811 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint8-floordiv] PASSED
21812 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint8-mod] PASSED
21813 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint8-mul] PASSED
21814 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint8-sub] PASSED
21815 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint8-truediv] PASSED
21816 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int16-lt] PASSED
21817 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int16-le] PASSED
21818 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int16-eq] PASSED
21819 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int16-ne] PASSED
21820 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int16-ge] PASSED
21821 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int16-gt] PASSED
21822 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int16-add] PASSED
21823 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int16-floordiv] PASSED
21824 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int16-mod] PASSED
21825 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int16-mul] PASSED
21826 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int16-sub] PASSED
21827 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int16-truediv] PASSED
21828 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint16-lt] PASSED
21829 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint16-le] PASSED
21830 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint16-eq] PASSED
21831 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint16-ne] PASSED
21832 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint16-ge] PASSED
21833 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint16-gt] PASSED
21834 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint16-add] PASSED
21835 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint16-floordiv] PASSED
21836 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint16-mod] PASSED
21837 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint16-mul] PASSED
21838 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint16-sub] PASSED
21839 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint16-truediv] PASSED
21840 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int32-lt] PASSED
21841 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int32-le] PASSED
21842 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int32-eq] PASSED
21843 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int32-ne] PASSED
21844 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int32-ge] PASSED
21845 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int32-gt] PASSED
21846 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int32-add] PASSED
21847 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int32-floordiv] PASSED
21848 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int32-mod] PASSED
21849 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int32-mul] PASSED
21850 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int32-sub] PASSED
21851 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int32-truediv] PASSED
21852 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint32-lt] PASSED
21853 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint32-le] PASSED
21854 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint32-eq] PASSED
21855 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint32-ne] PASSED
21856 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint32-ge] PASSED
21857 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint32-gt] PASSED
21858 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint32-add] PASSED
21859 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint32-floordiv] PASSED
21860 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint32-mod] PASSED
21861 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint32-mul] PASSED
21862 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint32-sub] PASSED
21863 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint32-truediv] PASSED
21864 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int64-lt] PASSED
21865 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int64-le] PASSED
21866 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int64-eq] PASSED
21867 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int64-ne] PASSED
21868 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int64-ge] PASSED
21869 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int64-gt] PASSED
21870 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int64-add] PASSED
21871 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int64-floordiv] PASSED
21872 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int64-mod] PASSED
21873 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int64-mul] PASSED
21874 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int64-sub] PASSED
21875 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-int64-truediv] PASSED
21876 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint64-lt] PASSED
21877 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint64-le] PASSED
21878 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint64-eq] PASSED
21879 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint64-ne] PASSED
21880 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint64-ge] PASSED
21881 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint64-gt] PASSED
21882 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint64-add] PASSED
21883 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint64-floordiv] PASSED
21884 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint64-mod] PASSED
21885 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint64-mul] PASSED
21886 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint64-sub] PASSED
21887 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-uint64-truediv] PASSED
21888 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longlong-lt] PASSED
21889 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longlong-le] PASSED
21890 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longlong-eq] PASSED
21891 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longlong-ne] PASSED
21892 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longlong-ge] PASSED
21893 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longlong-gt] PASSED
21894 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longlong-add] PASSED
21895 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longlong-floordiv] PASSED
21896 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longlong-mod] PASSED
21897 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longlong-mul] PASSED
21898 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longlong-sub] PASSED
21899 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longlong-truediv] PASSED
21900 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-ulonglong-lt] PASSED
21901 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-ulonglong-le] PASSED
21902 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-ulonglong-eq] PASSED
21903 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-ulonglong-ne] PASSED
21904 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-ulonglong-ge] PASSED
21905 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-ulonglong-gt] PASSED
21906 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-ulonglong-add] PASSED
21907 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-ulonglong-floordiv] PASSED
21908 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-ulonglong-mod] PASSED
21909 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-ulonglong-mul] PASSED
21910 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-ulonglong-sub] PASSED
21911 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-ulonglong-truediv] PASSED
21912 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float32-lt] PASSED
21913 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float32-le] PASSED
21914 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float32-eq] PASSED
21915 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float32-ne] PASSED
21916 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float32-ge] PASSED
21917 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float32-gt] PASSED
21918 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float32-add] PASSED
21919 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float32-floordiv] PASSED
21920 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float32-mod] PASSED
21921 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float32-mul] PASSED
21922 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float32-sub] PASSED
21923 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float32-truediv] PASSED
21924 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float64-lt] PASSED
21925 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float64-le] PASSED
21926 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float64-eq] PASSED
21927 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float64-ne] PASSED
21928 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float64-ge] PASSED
21929 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float64-gt] PASSED
21930 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float64-add] PASSED
21931 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float64-floordiv] PASSED
21932 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float64-mod] PASSED
21933 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float64-mul] PASSED
21934 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float64-sub] PASSED
21935 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-float64-truediv] PASSED
21936 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longdouble-lt] PASSED
21937 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longdouble-le] PASSED
21938 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longdouble-eq] PASSED
21939 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longdouble-ne] PASSED
21940 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longdouble-ge] PASSED
21941 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longdouble-gt] PASSED
21942 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longdouble-add] PASSED
21943 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longdouble-floordiv] PASSED
21944 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longdouble-mod] PASSED
21945 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longdouble-mul] PASSED
21946 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longdouble-sub] PASSED
21947 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-longdouble-truediv] PASSED
21948 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex64-lt] PASSED
21949 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex64-le] PASSED
21950 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex64-eq] PASSED
21951 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex64-ne] PASSED
21952 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex64-ge] PASSED
21953 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex64-gt] PASSED
21954 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex64-add] PASSED
21955 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex64-floordiv] PASSED
21956 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex64-mod] PASSED
21957 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex64-mul] PASSED
21958 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex64-sub] PASSED
21959 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex64-truediv] PASSED
21960 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex128-lt] PASSED
21961 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex128-le] PASSED
21962 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex128-eq] PASSED
21963 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex128-ne] PASSED
21964 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex128-ge] PASSED
21965 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex128-gt] PASSED
21966 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex128-add] PASSED
21967 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex128-floordiv] PASSED
21968 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex128-mod] PASSED
21969 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex128-mul] PASSED
21970 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex128-sub] PASSED
21971 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-complex128-truediv] PASSED
21972 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-clongdouble-lt] PASSED
21973 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-clongdouble-le] PASSED
21974 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-clongdouble-eq] PASSED
21975 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-clongdouble-ne] PASSED
21976 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-clongdouble-ge] PASSED
21977 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-clongdouble-gt] PASSED
21978 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-clongdouble-add] PASSED
21979 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-clongdouble-floordiv] PASSED
21980 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-clongdouble-mod] PASSED
21981 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-clongdouble-mul] PASSED
21982 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-clongdouble-sub] PASSED
21983 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-float-clongdouble-truediv] PASSED
21984 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-bool-lt] PASSED
21985 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-bool-le] PASSED
21986 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-bool-eq] PASSED
21987 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-bool-ne] PASSED
21988 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-bool-ge] PASSED
21989 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-bool-gt] PASSED
21990 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-bool-add] PASSED
21991 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-bool-floordiv] PASSED
21992 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-bool-mod] PASSED
21993 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-bool-mul] PASSED
21994 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-bool-sub] PASSED
21995 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-bool-truediv] PASSED
21996 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int8-lt] PASSED
21997 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int8-le] PASSED
21998 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int8-eq] PASSED
21999 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int8-ne] PASSED
22000 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int8-ge] PASSED
22001 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int8-gt] PASSED
22002 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int8-add] PASSED
22003 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int8-floordiv] PASSED
22004 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int8-mod] PASSED
22005 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int8-mul] PASSED
22006 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int8-sub] PASSED
22007 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int8-truediv] PASSED
22008 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint8-lt] PASSED
22009 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint8-le] PASSED
22010 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint8-eq] PASSED
22011 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint8-ne] PASSED
22012 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint8-ge] PASSED
22013 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint8-gt] PASSED
22014 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint8-add] PASSED
22015 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint8-floordiv] PASSED
22016 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint8-mod] PASSED
22017 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint8-mul] PASSED
22018 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint8-sub] PASSED
22019 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint8-truediv] PASSED
22020 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int16-lt] PASSED
22021 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int16-le] PASSED
22022 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int16-eq] PASSED
22023 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int16-ne] PASSED
22024 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int16-ge] PASSED
22025 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int16-gt] PASSED
22026 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int16-add] PASSED
22027 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int16-floordiv] PASSED
22028 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int16-mod] PASSED
22029 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int16-mul] PASSED
22030 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int16-sub] PASSED
22031 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int16-truediv] PASSED
22032 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint16-lt] PASSED
22033 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint16-le] PASSED
22034 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint16-eq] PASSED
22035 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint16-ne] PASSED
22036 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint16-ge] PASSED
22037 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint16-gt] PASSED
22038 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint16-add] PASSED
22039 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint16-floordiv] PASSED
22040 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint16-mod] PASSED
22041 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint16-mul] PASSED
22042 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint16-sub] PASSED
22043 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint16-truediv] PASSED
22044 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int32-lt] PASSED
22045 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int32-le] PASSED
22046 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int32-eq] PASSED
22047 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int32-ne] PASSED
22048 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int32-ge] PASSED
22049 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int32-gt] PASSED
22050 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int32-add] PASSED
22051 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int32-floordiv] PASSED
22052 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int32-mod] PASSED
22053 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int32-mul] PASSED
22054 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int32-sub] PASSED
22055 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int32-truediv] PASSED
22056 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint32-lt] PASSED
22057 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint32-le] PASSED
22058 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint32-eq] PASSED
22059 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint32-ne] PASSED
22060 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint32-ge] PASSED
22061 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint32-gt] PASSED
22062 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint32-add] PASSED
22063 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint32-floordiv] PASSED
22064 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint32-mod] PASSED
22065 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint32-mul] PASSED
22066 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint32-sub] PASSED
22067 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint32-truediv] PASSED
22068 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int64-lt] PASSED
22069 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int64-le] PASSED
22070 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int64-eq] PASSED
22071 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int64-ne] PASSED
22072 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int64-ge] PASSED
22073 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int64-gt] PASSED
22074 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int64-add] PASSED
22075 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int64-floordiv] PASSED
22076 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int64-mod] PASSED
22077 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int64-mul] PASSED
22078 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int64-sub] PASSED
22079 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-int64-truediv] PASSED
22080 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint64-lt] PASSED
22081 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint64-le] PASSED
22082 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint64-eq] PASSED
22083 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint64-ne] PASSED
22084 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint64-ge] PASSED
22085 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint64-gt] PASSED
22086 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint64-add] PASSED
22087 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint64-floordiv] PASSED
22088 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint64-mod] PASSED
22089 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint64-mul] PASSED
22090 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint64-sub] PASSED
22091 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-uint64-truediv] PASSED
22092 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longlong-lt] PASSED
22093 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longlong-le] PASSED
22094 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longlong-eq] PASSED
22095 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longlong-ne] PASSED
22096 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longlong-ge] PASSED
22097 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longlong-gt] PASSED
22098 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longlong-add] PASSED
22099 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longlong-floordiv] PASSED
22100 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longlong-mod] PASSED
22101 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longlong-mul] PASSED
22102 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longlong-sub] PASSED
22103 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longlong-truediv] PASSED
22104 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-ulonglong-lt] PASSED
22105 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-ulonglong-le] PASSED
22106 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-ulonglong-eq] PASSED
22107 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-ulonglong-ne] PASSED
22108 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-ulonglong-ge] PASSED
22109 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-ulonglong-gt] PASSED
22110 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-ulonglong-add] PASSED
22111 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-ulonglong-floordiv] PASSED
22112 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-ulonglong-mod] PASSED
22113 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-ulonglong-mul] PASSED
22114 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-ulonglong-sub] PASSED
22115 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-ulonglong-truediv] PASSED
22116 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float32-lt] PASSED
22117 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float32-le] PASSED
22118 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float32-eq] PASSED
22119 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float32-ne] PASSED
22120 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float32-ge] PASSED
22121 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float32-gt] PASSED
22122 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float32-add] PASSED
22123 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float32-floordiv] PASSED
22124 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float32-mod] PASSED
22125 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float32-mul] PASSED
22126 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float32-sub] PASSED
22127 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float32-truediv] PASSED
22128 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float64-lt] PASSED
22129 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float64-le] PASSED
22130 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float64-eq] PASSED
22131 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float64-ne] PASSED
22132 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float64-ge] PASSED
22133 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float64-gt] PASSED
22134 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float64-add] PASSED
22135 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float64-floordiv] PASSED
22136 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float64-mod] PASSED
22137 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float64-mul] PASSED
22138 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float64-sub] PASSED
22139 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-float64-truediv] PASSED
22140 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longdouble-lt] PASSED
22141 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longdouble-le] PASSED
22142 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longdouble-eq] PASSED
22143 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longdouble-ne] PASSED
22144 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longdouble-ge] PASSED
22145 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longdouble-gt] PASSED
22146 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longdouble-add] PASSED
22147 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longdouble-floordiv] PASSED
22148 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longdouble-mod] PASSED
22149 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longdouble-mul] PASSED
22150 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longdouble-sub] PASSED
22151 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-longdouble-truediv] PASSED
22152 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex64-lt] PASSED
22153 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex64-le] PASSED
22154 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex64-eq] PASSED
22155 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex64-ne] PASSED
22156 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex64-ge] PASSED
22157 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex64-gt] PASSED
22158 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex64-add] PASSED
22159 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex64-floordiv] PASSED
22160 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex64-mod] PASSED
22161 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex64-mul] PASSED
22162 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex64-sub] PASSED
22163 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex64-truediv] PASSED
22164 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex128-lt] PASSED
22165 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex128-le] PASSED
22166 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex128-eq] PASSED
22167 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex128-ne] PASSED
22168 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex128-ge] PASSED
22169 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex128-gt] PASSED
22170 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex128-add] PASSED
22171 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex128-floordiv] PASSED
22172 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex128-mod] PASSED
22173 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex128-mul] PASSED
22174 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex128-sub] PASSED
22175 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-complex128-truediv] PASSED
22176 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-clongdouble-lt] PASSED
22177 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-clongdouble-le] PASSED
22178 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-clongdouble-eq] PASSED
22179 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-clongdouble-ne] PASSED
22180 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-clongdouble-ge] PASSED
22181 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-clongdouble-gt] PASSED
22182 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-clongdouble-add] PASSED
22183 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-clongdouble-floordiv] PASSED
22184 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-clongdouble-mod] PASSED
22185 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-clongdouble-mul] PASSED
22186 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-clongdouble-sub] PASSED
22187 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-int-clongdouble-truediv] PASSED
22188 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-bool-lt] PASSED
22189 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-bool-le] PASSED
22190 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-bool-eq] PASSED
22191 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-bool-ne] PASSED
22192 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-bool-ge] PASSED
22193 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-bool-gt] PASSED
22194 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-bool-add] PASSED
22195 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-bool-floordiv] PASSED
22196 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-bool-mod] PASSED
22197 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-bool-mul] PASSED
22198 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-bool-sub] PASSED
22199 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-bool-truediv] PASSED
22200 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int8-lt] PASSED
22201 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int8-le] PASSED
22202 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int8-eq] PASSED
22203 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int8-ne] PASSED
22204 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int8-ge] PASSED
22205 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int8-gt] PASSED
22206 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int8-add] PASSED
22207 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int8-floordiv] PASSED
22208 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int8-mod] PASSED
22209 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int8-mul] PASSED
22210 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int8-sub] PASSED
22211 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int8-truediv] PASSED
22212 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint8-lt] PASSED
22213 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint8-le] PASSED
22214 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint8-eq] PASSED
22215 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint8-ne] PASSED
22216 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint8-ge] PASSED
22217 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint8-gt] PASSED
22218 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint8-add] PASSED
22219 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint8-floordiv] PASSED
22220 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint8-mod] PASSED
22221 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint8-mul] PASSED
22222 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint8-sub] PASSED
22223 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint8-truediv] PASSED
22224 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int16-lt] PASSED
22225 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int16-le] PASSED
22226 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int16-eq] PASSED
22227 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int16-ne] PASSED
22228 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int16-ge] PASSED
22229 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int16-gt] PASSED
22230 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int16-add] PASSED
22231 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int16-floordiv] PASSED
22232 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int16-mod] PASSED
22233 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int16-mul] PASSED
22234 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int16-sub] PASSED
22235 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int16-truediv] PASSED
22236 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint16-lt] PASSED
22237 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint16-le] PASSED
22238 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint16-eq] PASSED
22239 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint16-ne] PASSED
22240 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint16-ge] PASSED
22241 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint16-gt] PASSED
22242 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint16-add] PASSED
22243 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint16-floordiv] PASSED
22244 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint16-mod] PASSED
22245 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint16-mul] PASSED
22246 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint16-sub] PASSED
22247 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint16-truediv] PASSED
22248 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int32-lt] PASSED
22249 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int32-le] PASSED
22250 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int32-eq] PASSED
22251 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int32-ne] PASSED
22252 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int32-ge] PASSED
22253 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int32-gt] PASSED
22254 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int32-add] PASSED
22255 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int32-floordiv] PASSED
22256 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int32-mod] PASSED
22257 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int32-mul] PASSED
22258 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int32-sub] PASSED
22259 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int32-truediv] PASSED
22260 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint32-lt] PASSED
22261 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint32-le] PASSED
22262 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint32-eq] PASSED
22263 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint32-ne] PASSED
22264 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint32-ge] PASSED
22265 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint32-gt] PASSED
22266 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint32-add] PASSED
22267 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint32-floordiv] PASSED
22268 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint32-mod] PASSED
22269 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint32-mul] PASSED
22270 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint32-sub] PASSED
22271 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint32-truediv] PASSED
22272 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int64-lt] PASSED
22273 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int64-le] PASSED
22274 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int64-eq] PASSED
22275 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int64-ne] PASSED
22276 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int64-ge] PASSED
22277 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int64-gt] PASSED
22278 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int64-add] PASSED
22279 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int64-floordiv] PASSED
22280 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int64-mod] PASSED
22281 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int64-mul] PASSED
22282 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int64-sub] PASSED
22283 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-int64-truediv] PASSED
22284 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint64-lt] PASSED
22285 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint64-le] PASSED
22286 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint64-eq] PASSED
22287 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint64-ne] PASSED
22288 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint64-ge] PASSED
22289 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint64-gt] PASSED
22290 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint64-add] PASSED
22291 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint64-floordiv] PASSED
22292 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint64-mod] PASSED
22293 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint64-mul] PASSED
22294 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint64-sub] PASSED
22295 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-uint64-truediv] PASSED
22296 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longlong-lt] PASSED
22297 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longlong-le] PASSED
22298 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longlong-eq] PASSED
22299 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longlong-ne] PASSED
22300 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longlong-ge] PASSED
22301 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longlong-gt] PASSED
22302 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longlong-add] PASSED
22303 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longlong-floordiv] PASSED
22304 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longlong-mod] PASSED
22305 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longlong-mul] PASSED
22306 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longlong-sub] PASSED
22307 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longlong-truediv] PASSED
22308 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-ulonglong-lt] PASSED
22309 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-ulonglong-le] PASSED
22310 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-ulonglong-eq] PASSED
22311 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-ulonglong-ne] PASSED
22312 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-ulonglong-ge] PASSED
22313 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-ulonglong-gt] PASSED
22314 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-ulonglong-add] PASSED
22315 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-ulonglong-floordiv] PASSED
22316 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-ulonglong-mod] PASSED
22317 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-ulonglong-mul] PASSED
22318 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-ulonglong-sub] PASSED
22319 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-ulonglong-truediv] PASSED
22320 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float32-lt] PASSED
22321 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float32-le] PASSED
22322 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float32-eq] PASSED
22323 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float32-ne] PASSED
22324 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float32-ge] PASSED
22325 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float32-gt] PASSED
22326 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float32-add] PASSED
22327 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float32-floordiv] PASSED
22328 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float32-mod] PASSED
22329 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float32-mul] PASSED
22330 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float32-sub] PASSED
22331 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float32-truediv] PASSED
22332 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float64-lt] PASSED
22333 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float64-le] PASSED
22334 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float64-eq] PASSED
22335 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float64-ne] PASSED
22336 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float64-ge] PASSED
22337 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float64-gt] PASSED
22338 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float64-add] PASSED
22339 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float64-floordiv] PASSED
22340 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float64-mod] PASSED
22341 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float64-mul] PASSED
22342 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float64-sub] PASSED
22343 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-float64-truediv] PASSED
22344 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longdouble-lt] PASSED
22345 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longdouble-le] PASSED
22346 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longdouble-eq] PASSED
22347 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longdouble-ne] PASSED
22348 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longdouble-ge] PASSED
22349 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longdouble-gt] PASSED
22350 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longdouble-add] PASSED
22351 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longdouble-floordiv] PASSED
22352 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longdouble-mod] PASSED
22353 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longdouble-mul] PASSED
22354 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longdouble-sub] PASSED
22355 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-longdouble-truediv] PASSED
22356 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex64-lt] PASSED
22357 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex64-le] PASSED
22358 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex64-eq] PASSED
22359 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex64-ne] PASSED
22360 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex64-ge] PASSED
22361 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex64-gt] PASSED
22362 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex64-add] PASSED
22363 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex64-floordiv] PASSED
22364 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex64-mod] PASSED
22365 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex64-mul] PASSED
22366 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex64-sub] PASSED
22367 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex64-truediv] PASSED
22368 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex128-lt] PASSED
22369 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex128-le] PASSED
22370 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex128-eq] PASSED
22371 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex128-ne] PASSED
22372 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex128-ge] PASSED
22373 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex128-gt] PASSED
22374 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex128-add] PASSED
22375 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex128-floordiv] PASSED
22376 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex128-mod] PASSED
22377 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex128-mul] PASSED
22378 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex128-sub] PASSED
22379 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-complex128-truediv] PASSED
22380 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-clongdouble-lt] PASSED
22381 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-clongdouble-le] PASSED
22382 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-clongdouble-eq] PASSED
22383 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-clongdouble-ne] PASSED
22384 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-clongdouble-ge] PASSED
22385 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-clongdouble-gt] PASSED
22386 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-clongdouble-add] PASSED
22387 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-clongdouble-floordiv] PASSED
22388 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-clongdouble-mod] PASSED
22389 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-clongdouble-mul] PASSED
22390 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-clongdouble-sub] PASSED
22391 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[True-complex-clongdouble-truediv] PASSED
22392 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-bool-lt] PASSED
22393 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-bool-le] PASSED
22394 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-bool-eq] PASSED
22395 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-bool-ne] PASSED
22396 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-bool-ge] PASSED
22397 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-bool-gt] PASSED
22398 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-bool-add] PASSED
22399 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-bool-floordiv] PASSED
22400 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-bool-mod] PASSED
22401 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-bool-mul] PASSED
22402 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-bool-sub] PASSED
22403 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-bool-truediv] PASSED
22404 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int8-lt] PASSED
22405 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int8-le] PASSED
22406 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int8-eq] PASSED
22407 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int8-ne] PASSED
22408 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int8-ge] PASSED
22409 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int8-gt] PASSED
22410 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int8-add] PASSED
22411 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int8-floordiv] PASSED
22412 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int8-mod] PASSED
22413 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int8-mul] PASSED
22414 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int8-sub] PASSED
22415 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int8-truediv] PASSED
22416 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint8-lt] PASSED
22417 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint8-le] PASSED
22418 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint8-eq] PASSED
22419 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint8-ne] PASSED
22420 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint8-ge] PASSED
22421 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint8-gt] PASSED
22422 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint8-add] PASSED
22423 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint8-floordiv] PASSED
22424 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint8-mod] PASSED
22425 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint8-mul] PASSED
22426 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint8-sub] PASSED
22427 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint8-truediv] PASSED
22428 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int16-lt] PASSED
22429 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int16-le] PASSED
22430 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int16-eq] PASSED
22431 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int16-ne] PASSED
22432 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int16-ge] PASSED
22433 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int16-gt] PASSED
22434 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int16-add] PASSED
22435 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int16-floordiv] PASSED
22436 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int16-mod] PASSED
22437 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int16-mul] PASSED
22438 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int16-sub] PASSED
22439 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int16-truediv] PASSED
22440 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint16-lt] PASSED
22441 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint16-le] PASSED
22442 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint16-eq] PASSED
22443 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint16-ne] PASSED
22444 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint16-ge] PASSED
22445 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint16-gt] PASSED
22446 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint16-add] PASSED
22447 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint16-floordiv] PASSED
22448 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint16-mod] PASSED
22449 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint16-mul] PASSED
22450 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint16-sub] PASSED
22451 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint16-truediv] PASSED
22452 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int32-lt] PASSED
22453 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int32-le] PASSED
22454 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int32-eq] PASSED
22455 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int32-ne] PASSED
22456 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int32-ge] PASSED
22457 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int32-gt] PASSED
22458 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int32-add] PASSED
22459 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int32-floordiv] PASSED
22460 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int32-mod] PASSED
22461 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int32-mul] PASSED
22462 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int32-sub] PASSED
22463 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int32-truediv] PASSED
22464 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint32-lt] PASSED
22465 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint32-le] PASSED
22466 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint32-eq] PASSED
22467 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint32-ne] PASSED
22468 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint32-ge] PASSED
22469 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint32-gt] PASSED
22470 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint32-add] PASSED
22471 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint32-floordiv] PASSED
22472 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint32-mod] PASSED
22473 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint32-mul] PASSED
22474 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint32-sub] PASSED
22475 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint32-truediv] PASSED
22476 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int64-lt] PASSED
22477 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int64-le] PASSED
22478 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int64-eq] PASSED
22479 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int64-ne] PASSED
22480 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int64-ge] PASSED
22481 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int64-gt] PASSED
22482 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int64-add] PASSED
22483 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int64-floordiv] PASSED
22484 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int64-mod] PASSED
22485 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int64-mul] PASSED
22486 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int64-sub] PASSED
22487 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-int64-truediv] PASSED
22488 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint64-lt] PASSED
22489 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint64-le] PASSED
22490 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint64-eq] PASSED
22491 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint64-ne] PASSED
22492 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint64-ge] PASSED
22493 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint64-gt] PASSED
22494 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint64-add] PASSED
22495 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint64-floordiv] PASSED
22496 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint64-mod] PASSED
22497 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint64-mul] PASSED
22498 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint64-sub] PASSED
22499 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-uint64-truediv] PASSED
22500 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longlong-lt] PASSED
22501 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longlong-le] PASSED
22502 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longlong-eq] PASSED
22503 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longlong-ne] PASSED
22504 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longlong-ge] PASSED
22505 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longlong-gt] PASSED
22506 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longlong-add] PASSED
22507 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longlong-floordiv] PASSED
22508 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longlong-mod] PASSED
22509 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longlong-mul] PASSED
22510 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longlong-sub] PASSED
22511 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longlong-truediv] PASSED
22512 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-ulonglong-lt] PASSED
22513 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-ulonglong-le] PASSED
22514 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-ulonglong-eq] PASSED
22515 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-ulonglong-ne] PASSED
22516 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-ulonglong-ge] PASSED
22517 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-ulonglong-gt] PASSED
22518 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-ulonglong-add] PASSED
22519 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-ulonglong-floordiv] PASSED
22520 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-ulonglong-mod] PASSED
22521 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-ulonglong-mul] PASSED
22522 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-ulonglong-sub] PASSED
22523 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-ulonglong-truediv] PASSED
22524 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float32-lt] PASSED
22525 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float32-le] PASSED
22526 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float32-eq] PASSED
22527 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float32-ne] PASSED
22528 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float32-ge] PASSED
22529 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float32-gt] PASSED
22530 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float32-add] PASSED
22531 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float32-floordiv] PASSED
22532 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float32-mod] PASSED
22533 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float32-mul] PASSED
22534 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float32-sub] PASSED
22535 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float32-truediv] PASSED
22536 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float64-lt] PASSED
22537 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float64-le] PASSED
22538 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float64-eq] PASSED
22539 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float64-ne] PASSED
22540 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float64-ge] PASSED
22541 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float64-gt] PASSED
22542 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float64-add] PASSED
22543 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float64-floordiv] PASSED
22544 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float64-mod] PASSED
22545 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float64-mul] PASSED
22546 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float64-sub] PASSED
22547 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-float64-truediv] PASSED
22548 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longdouble-lt] PASSED
22549 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longdouble-le] PASSED
22550 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longdouble-eq] PASSED
22551 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longdouble-ne] PASSED
22552 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longdouble-ge] PASSED
22553 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longdouble-gt] PASSED
22554 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longdouble-add] PASSED
22555 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longdouble-floordiv] PASSED
22556 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longdouble-mod] PASSED
22557 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longdouble-mul] PASSED
22558 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longdouble-sub] PASSED
22559 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-longdouble-truediv] PASSED
22560 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex64-lt] PASSED
22561 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex64-le] PASSED
22562 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex64-eq] PASSED
22563 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex64-ne] PASSED
22564 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex64-ge] PASSED
22565 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex64-gt] PASSED
22566 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex64-add] PASSED
22567 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex64-floordiv] PASSED
22568 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex64-mod] PASSED
22569 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex64-mul] PASSED
22570 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex64-sub] PASSED
22571 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex64-truediv] PASSED
22572 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex128-lt] PASSED
22573 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex128-le] PASSED
22574 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex128-eq] PASSED
22575 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex128-ne] PASSED
22576 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex128-ge] PASSED
22577 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex128-gt] PASSED
22578 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex128-add] PASSED
22579 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex128-floordiv] PASSED
22580 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex128-mod] PASSED
22581 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex128-mul] PASSED
22582 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex128-sub] PASSED
22583 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-complex128-truediv] PASSED
22584 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-clongdouble-lt] PASSED
22585 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-clongdouble-le] PASSED
22586 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-clongdouble-eq] PASSED
22587 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-clongdouble-ne] PASSED
22588 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-clongdouble-ge] PASSED
22589 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-clongdouble-gt] PASSED
22590 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-clongdouble-add] PASSED
22591 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-clongdouble-floordiv] PASSED
22592 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-clongdouble-mod] PASSED
22593 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-clongdouble-mul] PASSED
22594 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-clongdouble-sub] PASSED
22595 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-float-clongdouble-truediv] PASSED
22596 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-bool-lt] PASSED
22597 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-bool-le] PASSED
22598 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-bool-eq] PASSED
22599 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-bool-ne] PASSED
22600 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-bool-ge] PASSED
22601 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-bool-gt] PASSED
22602 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-bool-add] PASSED
22603 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-bool-floordiv] PASSED
22604 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-bool-mod] PASSED
22605 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-bool-mul] PASSED
22606 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-bool-sub] PASSED
22607 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-bool-truediv] PASSED
22608 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int8-lt] PASSED
22609 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int8-le] PASSED
22610 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int8-eq] PASSED
22611 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int8-ne] PASSED
22612 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int8-ge] PASSED
22613 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int8-gt] PASSED
22614 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int8-add] PASSED
22615 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int8-floordiv] PASSED
22616 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int8-mod] PASSED
22617 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int8-mul] PASSED
22618 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int8-sub] PASSED
22619 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int8-truediv] PASSED
22620 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint8-lt] PASSED
22621 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint8-le] PASSED
22622 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint8-eq] PASSED
22623 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint8-ne] PASSED
22624 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint8-ge] PASSED
22625 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint8-gt] PASSED
22626 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint8-add] PASSED
22627 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint8-floordiv] PASSED
22628 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint8-mod] PASSED
22629 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint8-mul] PASSED
22630 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint8-sub] PASSED
22631 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint8-truediv] PASSED
22632 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int16-lt] PASSED
22633 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int16-le] PASSED
22634 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int16-eq] PASSED
22635 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int16-ne] PASSED
22636 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int16-ge] PASSED
22637 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int16-gt] PASSED
22638 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int16-add] PASSED
22639 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int16-floordiv] PASSED
22640 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int16-mod] PASSED
22641 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int16-mul] PASSED
22642 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int16-sub] PASSED
22643 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int16-truediv] PASSED
22644 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint16-lt] PASSED
22645 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint16-le] PASSED
22646 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint16-eq] PASSED
22647 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint16-ne] PASSED
22648 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint16-ge] PASSED
22649 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint16-gt] PASSED
22650 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint16-add] PASSED
22651 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint16-floordiv] PASSED
22652 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint16-mod] PASSED
22653 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint16-mul] PASSED
22654 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint16-sub] PASSED
22655 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint16-truediv] PASSED
22656 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int32-lt] PASSED
22657 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int32-le] PASSED
22658 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int32-eq] PASSED
22659 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int32-ne] PASSED
22660 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int32-ge] PASSED
22661 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int32-gt] PASSED
22662 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int32-add] PASSED
22663 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int32-floordiv] PASSED
22664 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int32-mod] PASSED
22665 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int32-mul] PASSED
22666 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int32-sub] PASSED
22667 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int32-truediv] PASSED
22668 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint32-lt] PASSED
22669 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint32-le] PASSED
22670 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint32-eq] PASSED
22671 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint32-ne] PASSED
22672 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint32-ge] PASSED
22673 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint32-gt] PASSED
22674 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint32-add] PASSED
22675 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint32-floordiv] PASSED
22676 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint32-mod] PASSED
22677 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint32-mul] PASSED
22678 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint32-sub] PASSED
22679 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint32-truediv] PASSED
22680 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int64-lt] PASSED
22681 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int64-le] PASSED
22682 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int64-eq] PASSED
22683 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int64-ne] PASSED
22684 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int64-ge] PASSED
22685 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int64-gt] PASSED
22686 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int64-add] PASSED
22687 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int64-floordiv] PASSED
22688 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int64-mod] PASSED
22689 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int64-mul] PASSED
22690 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int64-sub] PASSED
22691 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-int64-truediv] PASSED
22692 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint64-lt] PASSED
22693 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint64-le] PASSED
22694 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint64-eq] PASSED
22695 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint64-ne] PASSED
22696 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint64-ge] PASSED
22697 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint64-gt] PASSED
22698 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint64-add] PASSED
22699 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint64-floordiv] PASSED
22700 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint64-mod] PASSED
22701 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint64-mul] PASSED
22702 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint64-sub] PASSED
22703 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-uint64-truediv] PASSED
22704 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longlong-lt] PASSED
22705 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longlong-le] PASSED
22706 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longlong-eq] PASSED
22707 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longlong-ne] PASSED
22708 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longlong-ge] PASSED
22709 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longlong-gt] PASSED
22710 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longlong-add] PASSED
22711 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longlong-floordiv] PASSED
22712 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longlong-mod] PASSED
22713 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longlong-mul] PASSED
22714 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longlong-sub] PASSED
22715 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longlong-truediv] PASSED
22716 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-ulonglong-lt] PASSED
22717 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-ulonglong-le] PASSED
22718 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-ulonglong-eq] PASSED
22719 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-ulonglong-ne] PASSED
22720 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-ulonglong-ge] PASSED
22721 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-ulonglong-gt] PASSED
22722 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-ulonglong-add] PASSED
22723 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-ulonglong-floordiv] PASSED
22724 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-ulonglong-mod] PASSED
22725 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-ulonglong-mul] PASSED
22726 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-ulonglong-sub] PASSED
22727 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-ulonglong-truediv] PASSED
22728 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float32-lt] PASSED
22729 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float32-le] PASSED
22730 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float32-eq] PASSED
22731 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float32-ne] PASSED
22732 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float32-ge] PASSED
22733 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float32-gt] PASSED
22734 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float32-add] PASSED
22735 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float32-floordiv] PASSED
22736 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float32-mod] PASSED
22737 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float32-mul] PASSED
22738 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float32-sub] PASSED
22739 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float32-truediv] PASSED
22740 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float64-lt] PASSED
22741 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float64-le] PASSED
22742 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float64-eq] PASSED
22743 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float64-ne] PASSED
22744 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float64-ge] PASSED
22745 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float64-gt] PASSED
22746 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float64-add] PASSED
22747 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float64-floordiv] PASSED
22748 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float64-mod] PASSED
22749 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float64-mul] PASSED
22750 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float64-sub] PASSED
22751 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-float64-truediv] PASSED
22752 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longdouble-lt] PASSED
22753 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longdouble-le] PASSED
22754 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longdouble-eq] PASSED
22755 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longdouble-ne] PASSED
22756 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longdouble-ge] PASSED
22757 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longdouble-gt] PASSED
22758 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longdouble-add] PASSED
22759 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longdouble-floordiv] PASSED
22760 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longdouble-mod] PASSED
22761 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longdouble-mul] PASSED
22762 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longdouble-sub] PASSED
22763 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-longdouble-truediv] PASSED
22764 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex64-lt] PASSED
22765 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex64-le] PASSED
22766 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex64-eq] PASSED
22767 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex64-ne] PASSED
22768 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex64-ge] PASSED
22769 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex64-gt] PASSED
22770 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex64-add] PASSED
22771 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex64-floordiv] PASSED
22772 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex64-mod] PASSED
22773 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex64-mul] PASSED
22774 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex64-sub] PASSED
22775 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex64-truediv] PASSED
22776 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex128-lt] PASSED
22777 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex128-le] PASSED
22778 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex128-eq] PASSED
22779 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex128-ne] PASSED
22780 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex128-ge] PASSED
22781 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex128-gt] PASSED
22782 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex128-add] PASSED
22783 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex128-floordiv] PASSED
22784 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex128-mod] PASSED
22785 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex128-mul] PASSED
22786 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex128-sub] PASSED
22787 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-complex128-truediv] PASSED
22788 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-clongdouble-lt] PASSED
22789 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-clongdouble-le] PASSED
22790 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-clongdouble-eq] PASSED
22791 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-clongdouble-ne] PASSED
22792 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-clongdouble-ge] PASSED
22793 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-clongdouble-gt] PASSED
22794 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-clongdouble-add] PASSED
22795 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-clongdouble-floordiv] PASSED
22796 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-clongdouble-mod] PASSED
22797 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-clongdouble-mul] PASSED
22798 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-clongdouble-sub] PASSED
22799 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-int-clongdouble-truediv] PASSED
22800 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-bool-lt] PASSED
22801 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-bool-le] PASSED
22802 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-bool-eq] PASSED
22803 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-bool-ne] PASSED
22804 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-bool-ge] PASSED
22805 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-bool-gt] PASSED
22806 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-bool-add] PASSED
22807 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-bool-floordiv] PASSED
22808 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-bool-mod] PASSED
22809 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-bool-mul] PASSED
22810 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-bool-sub] PASSED
22811 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-bool-truediv] PASSED
22812 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int8-lt] PASSED
22813 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int8-le] PASSED
22814 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int8-eq] PASSED
22815 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int8-ne] PASSED
22816 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int8-ge] PASSED
22817 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int8-gt] PASSED
22818 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int8-add] PASSED
22819 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int8-floordiv] PASSED
22820 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int8-mod] PASSED
22821 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int8-mul] PASSED
22822 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int8-sub] PASSED
22823 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int8-truediv] PASSED
22824 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint8-lt] PASSED
22825 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint8-le] PASSED
22826 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint8-eq] PASSED
22827 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint8-ne] PASSED
22828 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint8-ge] PASSED
22829 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint8-gt] PASSED
22830 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint8-add] PASSED
22831 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint8-floordiv] PASSED
22832 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint8-mod] PASSED
22833 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint8-mul] PASSED
22834 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint8-sub] PASSED
22835 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint8-truediv] PASSED
22836 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int16-lt] PASSED
22837 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int16-le] PASSED
22838 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int16-eq] PASSED
22839 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int16-ne] PASSED
22840 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int16-ge] PASSED
22841 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int16-gt] PASSED
22842 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int16-add] PASSED
22843 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int16-floordiv] PASSED
22844 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int16-mod] PASSED
22845 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int16-mul] PASSED
22846 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int16-sub] PASSED
22847 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int16-truediv] PASSED
22848 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint16-lt] PASSED
22849 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint16-le] PASSED
22850 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint16-eq] PASSED
22851 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint16-ne] PASSED
22852 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint16-ge] PASSED
22853 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint16-gt] PASSED
22854 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint16-add] PASSED
22855 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint16-floordiv] PASSED
22856 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint16-mod] PASSED
22857 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint16-mul] PASSED
22858 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint16-sub] PASSED
22859 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint16-truediv] PASSED
22860 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int32-lt] PASSED
22861 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int32-le] PASSED
22862 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int32-eq] PASSED
22863 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int32-ne] PASSED
22864 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int32-ge] PASSED
22865 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int32-gt] PASSED
22866 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int32-add] PASSED
22867 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int32-floordiv] PASSED
22868 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int32-mod] PASSED
22869 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int32-mul] PASSED
22870 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int32-sub] PASSED
22871 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int32-truediv] PASSED
22872 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint32-lt] PASSED
22873 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint32-le] PASSED
22874 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint32-eq] PASSED
22875 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint32-ne] PASSED
22876 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint32-ge] PASSED
22877 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint32-gt] PASSED
22878 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint32-add] PASSED
22879 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint32-floordiv] PASSED
22880 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint32-mod] PASSED
22881 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint32-mul] PASSED
22882 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint32-sub] PASSED
22883 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint32-truediv] PASSED
22884 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int64-lt] PASSED
22885 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int64-le] PASSED
22886 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int64-eq] PASSED
22887 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int64-ne] PASSED
22888 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int64-ge] PASSED
22889 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int64-gt] PASSED
22890 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int64-add] PASSED
22891 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int64-floordiv] PASSED
22892 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int64-mod] PASSED
22893 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int64-mul] PASSED
22894 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int64-sub] PASSED
22895 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-int64-truediv] PASSED
22896 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint64-lt] PASSED
22897 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint64-le] PASSED
22898 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint64-eq] PASSED
22899 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint64-ne] PASSED
22900 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint64-ge] PASSED
22901 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint64-gt] PASSED
22902 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint64-add] PASSED
22903 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint64-floordiv] PASSED
22904 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint64-mod] PASSED
22905 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint64-mul] PASSED
22906 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint64-sub] PASSED
22907 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-uint64-truediv] PASSED
22908 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longlong-lt] PASSED
22909 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longlong-le] PASSED
22910 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longlong-eq] PASSED
22911 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longlong-ne] PASSED
22912 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longlong-ge] PASSED
22913 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longlong-gt] PASSED
22914 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longlong-add] PASSED
22915 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longlong-floordiv] PASSED
22916 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longlong-mod] PASSED
22917 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longlong-mul] PASSED
22918 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longlong-sub] PASSED
22919 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longlong-truediv] PASSED
22920 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-ulonglong-lt] PASSED
22921 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-ulonglong-le] PASSED
22922 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-ulonglong-eq] PASSED
22923 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-ulonglong-ne] PASSED
22924 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-ulonglong-ge] PASSED
22925 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-ulonglong-gt] PASSED
22926 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-ulonglong-add] PASSED
22927 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-ulonglong-floordiv] PASSED
22928 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-ulonglong-mod] PASSED
22929 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-ulonglong-mul] PASSED
22930 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-ulonglong-sub] PASSED
22931 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-ulonglong-truediv] PASSED
22932 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float32-lt] PASSED
22933 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float32-le] PASSED
22934 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float32-eq] PASSED
22935 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float32-ne] PASSED
22936 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float32-ge] PASSED
22937 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float32-gt] PASSED
22938 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float32-add] PASSED
22939 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float32-floordiv] PASSED
22940 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float32-mod] PASSED
22941 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float32-mul] PASSED
22942 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float32-sub] PASSED
22943 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float32-truediv] PASSED
22944 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float64-lt] PASSED
22945 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float64-le] PASSED
22946 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float64-eq] PASSED
22947 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float64-ne] PASSED
22948 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float64-ge] PASSED
22949 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float64-gt] PASSED
22950 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float64-add] PASSED
22951 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float64-floordiv] PASSED
22952 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float64-mod] PASSED
22953 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float64-mul] PASSED
22954 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float64-sub] PASSED
22955 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-float64-truediv] PASSED
22956 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longdouble-lt] PASSED
22957 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longdouble-le] PASSED
22958 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longdouble-eq] PASSED
22959 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longdouble-ne] PASSED
22960 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longdouble-ge] PASSED
22961 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longdouble-gt] PASSED
22962 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longdouble-add] PASSED
22963 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longdouble-floordiv] PASSED
22964 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longdouble-mod] PASSED
22965 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longdouble-mul] PASSED
22966 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longdouble-sub] PASSED
22967 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-longdouble-truediv] PASSED
22968 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex64-lt] PASSED
22969 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex64-le] PASSED
22970 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex64-eq] PASSED
22971 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex64-ne] PASSED
22972 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex64-ge] PASSED
22973 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex64-gt] PASSED
22974 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex64-add] PASSED
22975 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex64-floordiv] PASSED
22976 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex64-mod] PASSED
22977 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex64-mul] PASSED
22978 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex64-sub] PASSED
22979 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex64-truediv] PASSED
22980 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex128-lt] PASSED
22981 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex128-le] PASSED
22982 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex128-eq] PASSED
22983 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex128-ne] PASSED
22984 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex128-ge] PASSED
22985 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex128-gt] PASSED
22986 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex128-add] PASSED
22987 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex128-floordiv] PASSED
22988 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex128-mod] PASSED
22989 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex128-mul] PASSED
22990 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex128-sub] PASSED
22991 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-complex128-truediv] PASSED
22992 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-clongdouble-lt] PASSED
22993 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-clongdouble-le] PASSED
22994 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-clongdouble-eq] PASSED
22995 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-clongdouble-ne] PASSED
22996 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-clongdouble-ge] PASSED
22997 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-clongdouble-gt] PASSED
22998 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-clongdouble-add] PASSED
22999 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-clongdouble-floordiv] PASSED
23000 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-clongdouble-mod] PASSED
23001 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-clongdouble-mul] PASSED
23002 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-clongdouble-sub] PASSED
23003 numpy/_core/tests/test_scalarmath.py::test_scalar_matches_array_op_with_pyscalar[False-complex-clongdouble-truediv] PASSED
23004 numpy/_core/tests/test_scalarprint.py::TestRealScalars::test_str PASSED
23005 numpy/_core/tests/test_scalarprint.py::TestRealScalars::test_scalar_cutoffs PASSED
23006 numpy/_core/tests/test_scalarprint.py::TestRealScalars::test_py2_float_print PASSED
23007 numpy/_core/tests/test_scalarprint.py::TestRealScalars::test_dragon4 PASSED
23008 numpy/_core/tests/test_scalarprint.py::TestRealScalars::test_dragon4_interface PASSED
23009 numpy/_core/tests/test_scalarprint.py::TestRealScalars::test_ppc64_ibm_double_double128 SKIPPED
23010 numpy/_core/tests/test_shape_base.py::TestAtleast1d::test_0D_array PASSED
23011 numpy/_core/tests/test_shape_base.py::TestAtleast1d::test_1D_array PASSED
23012 numpy/_core/tests/test_shape_base.py::TestAtleast1d::test_2D_array PASSED
23013 numpy/_core/tests/test_shape_base.py::TestAtleast1d::test_3D_array PASSED
23014 numpy/_core/tests/test_shape_base.py::TestAtleast1d::test_r1array PASSED
23015 numpy/_core/tests/test_shape_base.py::TestAtleast2d::test_0D_array PASSED
23016 numpy/_core/tests/test_shape_base.py::TestAtleast2d::test_1D_array PASSED
23017 numpy/_core/tests/test_shape_base.py::TestAtleast2d::test_2D_array PASSED
23018 numpy/_core/tests/test_shape_base.py::TestAtleast2d::test_3D_array PASSED
23019 numpy/_core/tests/test_shape_base.py::TestAtleast2d::test_r2array PASSED
23020 numpy/_core/tests/test_shape_base.py::TestAtleast3d::test_0D_array PASSED
23021 numpy/_core/tests/test_shape_base.py::TestAtleast3d::test_1D_array PASSED
23022 numpy/_core/tests/test_shape_base.py::TestAtleast3d::test_2D_array PASSED
23023 numpy/_core/tests/test_shape_base.py::TestAtleast3d::test_3D_array PASSED
23024 numpy/_core/tests/test_shape_base.py::TestHstack::test_non_iterable PASSED
23025 numpy/_core/tests/test_shape_base.py::TestHstack::test_empty_input PASSED
23026 numpy/_core/tests/test_shape_base.py::TestHstack::test_0D_array PASSED
23027 numpy/_core/tests/test_shape_base.py::TestHstack::test_1D_array PASSED
23028 numpy/_core/tests/test_shape_base.py::TestHstack::test_2D_array PASSED
23029 numpy/_core/tests/test_shape_base.py::TestHstack::test_generator PASSED
23030 numpy/_core/tests/test_shape_base.py::TestHstack::test_casting_and_dtype PASSED
23031 numpy/_core/tests/test_shape_base.py::TestHstack::test_casting_and_dtype_type_error PASSED
23032 numpy/_core/tests/test_shape_base.py::TestVstack::test_non_iterable PASSED
23033 numpy/_core/tests/test_shape_base.py::TestVstack::test_empty_input PASSED
23034 numpy/_core/tests/test_shape_base.py::TestVstack::test_0D_array PASSED
23035 numpy/_core/tests/test_shape_base.py::TestVstack::test_1D_array PASSED
23036 numpy/_core/tests/test_shape_base.py::TestVstack::test_2D_array PASSED
23037 numpy/_core/tests/test_shape_base.py::TestVstack::test_2D_array2 PASSED
23038 numpy/_core/tests/test_shape_base.py::TestVstack::test_generator PASSED
23039 numpy/_core/tests/test_shape_base.py::TestVstack::test_casting_and_dtype PASSED
23040 numpy/_core/tests/test_shape_base.py::TestVstack::test_casting_and_dtype_type_error PASSED
23041 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_returns_copy PASSED
23042 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_exceptions PASSED
23043 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_concatenate_axis_None PASSED
23044 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_large_concatenate_axis_None PASSED
23045 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_concatenate PASSED
23046 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_operator_concat PASSED
23047 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_bad_out_shape PASSED
23048 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[no-c8-None] PASSED
23049 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[no-c8-0] PASSED
23050 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[no-f4-None] PASSED
23051 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[no-f4-0] PASSED
23052 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[no-f8-None] PASSED
23053 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[no-f8-0] PASSED
23054 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[no->f8-None] PASSED
23055 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[no->f8-0] PASSED
23056 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[no-i8-None] PASSED
23057 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[no-i8-0] PASSED
23058 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[no-S4-None] PASSED
23059 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[no-S4-0] PASSED
23060 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[equiv-c8-None] PASSED
23061 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[equiv-c8-0] PASSED
23062 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[equiv-f4-None] PASSED
23063 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[equiv-f4-0] PASSED
23064 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[equiv-f8-None] PASSED
23065 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[equiv-f8-0] PASSED
23066 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[equiv->f8-None] PASSED
23067 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[equiv->f8-0] PASSED
23068 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[equiv-i8-None] PASSED
23069 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[equiv-i8-0] PASSED
23070 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[equiv-S4-None] PASSED
23071 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[equiv-S4-0] PASSED
23072 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[safe-c8-None] PASSED
23073 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[safe-c8-0] PASSED
23074 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[safe-f4-None] PASSED
23075 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[safe-f4-0] PASSED
23076 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[safe-f8-None] PASSED
23077 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[safe-f8-0] PASSED
23078 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[safe->f8-None] PASSED
23079 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[safe->f8-0] PASSED
23080 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[safe-i8-None] PASSED
23081 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[safe-i8-0] PASSED
23082 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[safe-S4-None] PASSED
23083 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[safe-S4-0] PASSED
23084 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[same_kind-c8-None] PASSED
23085 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[same_kind-c8-0] PASSED
23086 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[same_kind-f4-None] PASSED
23087 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[same_kind-f4-0] PASSED
23088 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[same_kind-f8-None] PASSED
23089 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[same_kind-f8-0] PASSED
23090 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[same_kind->f8-None] PASSED
23091 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[same_kind->f8-0] PASSED
23092 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[same_kind-i8-None] PASSED
23093 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[same_kind-i8-0] PASSED
23094 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[same_kind-S4-None] PASSED
23095 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[same_kind-S4-0] PASSED
23096 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[unsafe-c8-None] PASSED
23097 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[unsafe-c8-0] PASSED
23098 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[unsafe-f4-None] PASSED
23099 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[unsafe-f4-0] PASSED
23100 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[unsafe-f8-None] PASSED
23101 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[unsafe-f8-0] PASSED
23102 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[unsafe->f8-None] PASSED
23103 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[unsafe->f8-0] PASSED
23104 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[unsafe-i8-None] PASSED
23105 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[unsafe-i8-0] PASSED
23106 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[unsafe-S4-None] PASSED
23107 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_out_and_dtype[unsafe-S4-0] PASSED
23108 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs0-S-None] PASSED
23109 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs0-S-0] PASSED
23110 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs0-U-None] PASSED
23111 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs0-U-0] PASSED
23112 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs0-S0-None] PASSED
23113 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs0-S0-0] PASSED
23114 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs0-U0-None] PASSED
23115 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs0-U0-0] PASSED
23116 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs1-S-None] PASSED
23117 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs1-S-0] PASSED
23118 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs1-U-None] PASSED
23119 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs1-U-0] PASSED
23120 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs1-S0-None] PASSED
23121 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs1-S0-0] PASSED
23122 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs1-U0-None] PASSED
23123 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs1-U0-0] PASSED
23124 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs2-S-None] PASSED
23125 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs2-S-0] PASSED
23126 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs2-U-None] PASSED
23127 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs2-U-0] PASSED
23128 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs2-S0-None] PASSED
23129 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs2-S0-0] PASSED
23130 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs2-U0-None] PASSED
23131 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_dtype_with_promotion[arrs2-U0-0] PASSED
23132 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_string_dtype_does_not_inspect[None] PASSED
23133 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_string_dtype_does_not_inspect[0] PASSED
23134 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_subarray_error[None] PASSED
23135 numpy/_core/tests/test_shape_base.py::TestConcatenate::test_subarray_error[0] PASSED
23136 numpy/_core/tests/test_shape_base.py::test_stack PASSED
23137 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[no-c8-0] PASSED
23138 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[no-f4-0] PASSED
23139 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[no-f8-0] PASSED
23140 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[no->f8-0] PASSED
23141 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[no-i8-0] PASSED
23142 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[equiv-c8-0] PASSED
23143 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[equiv-f4-0] PASSED
23144 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[equiv-f8-0] PASSED
23145 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[equiv->f8-0] PASSED
23146 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[equiv-i8-0] PASSED
23147 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[safe-c8-0] PASSED
23148 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[safe-f4-0] PASSED
23149 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[safe-f8-0] PASSED
23150 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[safe->f8-0] PASSED
23151 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[safe-i8-0] PASSED
23152 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[same_kind-c8-0] PASSED
23153 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[same_kind-f4-0] PASSED
23154 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[same_kind-f8-0] PASSED
23155 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[same_kind->f8-0] PASSED
23156 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[same_kind-i8-0] PASSED
23157 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[unsafe-c8-0] PASSED
23158 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[unsafe-f4-0] PASSED
23159 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[unsafe-f8-0] PASSED
23160 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[unsafe->f8-0] PASSED
23161 numpy/_core/tests/test_shape_base.py::test_stack_out_and_dtype[unsafe-i8-0] PASSED
23162 numpy/_core/tests/test_shape_base.py::TestBlock::test_returns_copy[block] PASSED
23163 numpy/_core/tests/test_shape_base.py::TestBlock::test_returns_copy[force_concatenate] PASSED
23164 numpy/_core/tests/test_shape_base.py::TestBlock::test_returns_copy[force_slicing] PASSED
23165 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_total_size_estimate[block] PASSED
23166 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_total_size_estimate[force_concatenate] PASSED
23167 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_total_size_estimate[force_slicing] PASSED
23168 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_simple_row_wise[block] PASSED
23169 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_simple_row_wise[force_concatenate] PASSED
23170 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_simple_row_wise[force_slicing] PASSED
23171 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_simple_column_wise[block] PASSED
23172 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_simple_column_wise[force_concatenate] PASSED
23173 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_simple_column_wise[force_slicing] PASSED
23174 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_row_wise[block] PASSED
23175 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_row_wise[force_concatenate] PASSED
23176 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_row_wise[force_slicing] PASSED
23177 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_multiple_rows[block] PASSED
23178 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_multiple_rows[force_concatenate] PASSED
23179 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_multiple_rows[force_slicing] PASSED
23180 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_column_wise[block] PASSED
23181 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_column_wise[force_concatenate] PASSED
23182 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_column_wise[force_slicing] PASSED
23183 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_mixed_1d_and_2d[block] PASSED
23184 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_mixed_1d_and_2d[force_concatenate] PASSED
23185 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_mixed_1d_and_2d[force_slicing] PASSED
23186 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_complicated[block] PASSED
23187 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_complicated[force_concatenate] PASSED
23188 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_complicated[force_slicing] PASSED
23189 numpy/_core/tests/test_shape_base.py::TestBlock::test_nested[block] PASSED
23190 numpy/_core/tests/test_shape_base.py::TestBlock::test_nested[force_concatenate] PASSED
23191 numpy/_core/tests/test_shape_base.py::TestBlock::test_nested[force_slicing] PASSED
23192 numpy/_core/tests/test_shape_base.py::TestBlock::test_3d[block] PASSED
23193 numpy/_core/tests/test_shape_base.py::TestBlock::test_3d[force_concatenate] PASSED
23194 numpy/_core/tests/test_shape_base.py::TestBlock::test_3d[force_slicing] PASSED
23195 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_with_mismatched_shape[block] PASSED
23196 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_with_mismatched_shape[force_concatenate] PASSED
23197 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_with_mismatched_shape[force_slicing] PASSED
23198 numpy/_core/tests/test_shape_base.py::TestBlock::test_no_lists[block] PASSED
23199 numpy/_core/tests/test_shape_base.py::TestBlock::test_no_lists[force_concatenate] PASSED
23200 numpy/_core/tests/test_shape_base.py::TestBlock::test_no_lists[force_slicing] PASSED
23201 numpy/_core/tests/test_shape_base.py::TestBlock::test_invalid_nesting[block] PASSED
23202 numpy/_core/tests/test_shape_base.py::TestBlock::test_invalid_nesting[force_concatenate] PASSED
23203 numpy/_core/tests/test_shape_base.py::TestBlock::test_invalid_nesting[force_slicing] PASSED
23204 numpy/_core/tests/test_shape_base.py::TestBlock::test_empty_lists[block] PASSED
23205 numpy/_core/tests/test_shape_base.py::TestBlock::test_empty_lists[force_concatenate] PASSED
23206 numpy/_core/tests/test_shape_base.py::TestBlock::test_empty_lists[force_slicing] PASSED
23207 numpy/_core/tests/test_shape_base.py::TestBlock::test_tuple[block] PASSED
23208 numpy/_core/tests/test_shape_base.py::TestBlock::test_tuple[force_concatenate] PASSED
23209 numpy/_core/tests/test_shape_base.py::TestBlock::test_tuple[force_slicing] PASSED
23210 numpy/_core/tests/test_shape_base.py::TestBlock::test_different_ndims[block] PASSED
23211 numpy/_core/tests/test_shape_base.py::TestBlock::test_different_ndims[force_concatenate] PASSED
23212 numpy/_core/tests/test_shape_base.py::TestBlock::test_different_ndims[force_slicing] PASSED
23213 numpy/_core/tests/test_shape_base.py::TestBlock::test_different_ndims_depths[block] PASSED
23214 numpy/_core/tests/test_shape_base.py::TestBlock::test_different_ndims_depths[force_concatenate] PASSED
23215 numpy/_core/tests/test_shape_base.py::TestBlock::test_different_ndims_depths[force_slicing] PASSED
23216 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_memory_order[block] PASSED
23217 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_memory_order[force_concatenate] PASSED
23218 numpy/_core/tests/test_shape_base.py::TestBlock::test_block_memory_order[force_slicing] PASSED
23219 numpy/_core/tests/test_shape_base.py::test_block_dispatcher PASSED
23220 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b8::test_operators_logical PASSED
23221 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b8::test_tobits PASSED
23222 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b8::test_pack PASSED
23223 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b8::test_operators_crosstest[data0-any] PASSED
23224 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b8::test_operators_crosstest[data0-all] PASSED
23225 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b8::test_operators_crosstest[data1-any] PASSED
23226 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b8::test_operators_crosstest[data1-all] PASSED
23227 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b8::test_operators_crosstest[data2-any] PASSED
23228 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b8::test_operators_crosstest[data2-all] PASSED
23229 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b8::test_operators_crosstest[data3-any] PASSED
23230 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b8::test_operators_crosstest[data3-all] PASSED
23231 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b16::test_operators_logical PASSED
23232 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b16::test_tobits PASSED
23233 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b16::test_pack PASSED
23234 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b16::test_operators_crosstest[data0-any] PASSED
23235 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b16::test_operators_crosstest[data0-all] PASSED
23236 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b16::test_operators_crosstest[data1-any] PASSED
23237 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b16::test_operators_crosstest[data1-all] PASSED
23238 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b16::test_operators_crosstest[data2-any] PASSED
23239 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b16::test_operators_crosstest[data2-all] PASSED
23240 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b16::test_operators_crosstest[data3-any] PASSED
23241 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b16::test_operators_crosstest[data3-all] PASSED
23242 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b32::test_operators_logical PASSED
23243 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b32::test_tobits PASSED
23244 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b32::test_pack PASSED
23245 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b32::test_operators_crosstest[data0-any] PASSED
23246 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b32::test_operators_crosstest[data0-all] PASSED
23247 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b32::test_operators_crosstest[data1-any] PASSED
23248 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b32::test_operators_crosstest[data1-all] PASSED
23249 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b32::test_operators_crosstest[data2-any] PASSED
23250 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b32::test_operators_crosstest[data2-all] PASSED
23251 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b32::test_operators_crosstest[data3-any] PASSED
23252 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b32::test_operators_crosstest[data3-all] PASSED
23253 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b64::test_operators_logical PASSED
23254 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b64::test_tobits PASSED
23255 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b64::test_pack PASSED
23256 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b64::test_operators_crosstest[data0-any] PASSED
23257 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b64::test_operators_crosstest[data0-all] PASSED
23258 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b64::test_operators_crosstest[data1-any] PASSED
23259 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b64::test_operators_crosstest[data1-all] PASSED
23260 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b64::test_operators_crosstest[data2-any] PASSED
23261 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b64::test_operators_crosstest[data2-all] PASSED
23262 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b64::test_operators_crosstest[data3-any] PASSED
23263 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_SSE42_b64::test_operators_crosstest[data3-all] PASSED
23264 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u8::test_operators_shift PASSED
23265 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u8::test_arithmetic_subadd_saturated PASSED
23266 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u8::test_math_max_min PASSED
23267 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u8::test_reduce_max_min[-100] PASSED
23268 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u8::test_reduce_max_min[-10000] PASSED
23269 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u8::test_reduce_max_min[0] PASSED
23270 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u8::test_reduce_max_min[100] PASSED
23271 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u8::test_reduce_max_min[10000] PASSED
23272 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s8::test_operators_shift PASSED
23273 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s8::test_arithmetic_subadd_saturated PASSED
23274 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s8::test_math_max_min PASSED
23275 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s8::test_reduce_max_min[-100] PASSED
23276 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s8::test_reduce_max_min[-10000] PASSED
23277 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s8::test_reduce_max_min[0] PASSED
23278 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s8::test_reduce_max_min[100] PASSED
23279 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s8::test_reduce_max_min[10000] PASSED
23280 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u16::test_operators_shift PASSED
23281 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u16::test_arithmetic_subadd_saturated PASSED
23282 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u16::test_math_max_min PASSED
23283 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u16::test_reduce_max_min[-100] PASSED
23284 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u16::test_reduce_max_min[-10000] PASSED
23285 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u16::test_reduce_max_min[0] PASSED
23286 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u16::test_reduce_max_min[100] PASSED
23287 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u16::test_reduce_max_min[10000] PASSED
23288 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s16::test_operators_shift PASSED
23289 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s16::test_arithmetic_subadd_saturated PASSED
23290 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s16::test_math_max_min PASSED
23291 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s16::test_reduce_max_min[-100] PASSED
23292 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s16::test_reduce_max_min[-10000] PASSED
23293 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s16::test_reduce_max_min[0] PASSED
23294 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s16::test_reduce_max_min[100] PASSED
23295 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s16::test_reduce_max_min[10000] PASSED
23296 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u32::test_operators_shift PASSED
23297 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u32::test_arithmetic_subadd_saturated PASSED
23298 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u32::test_math_max_min PASSED
23299 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u32::test_reduce_max_min[-100] PASSED
23300 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u32::test_reduce_max_min[-10000] PASSED
23301 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u32::test_reduce_max_min[0] PASSED
23302 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u32::test_reduce_max_min[100] PASSED
23303 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u32::test_reduce_max_min[10000] PASSED
23304 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s32::test_operators_shift PASSED
23305 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s32::test_arithmetic_subadd_saturated PASSED
23306 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s32::test_math_max_min PASSED
23307 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s32::test_reduce_max_min[-100] PASSED
23308 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s32::test_reduce_max_min[-10000] PASSED
23309 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s32::test_reduce_max_min[0] PASSED
23310 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s32::test_reduce_max_min[100] PASSED
23311 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s32::test_reduce_max_min[10000] PASSED
23312 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u64::test_operators_shift PASSED
23313 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u64::test_arithmetic_subadd_saturated PASSED
23314 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u64::test_math_max_min PASSED
23315 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u64::test_reduce_max_min[-100] PASSED
23316 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u64::test_reduce_max_min[-10000] PASSED
23317 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u64::test_reduce_max_min[0] PASSED
23318 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u64::test_reduce_max_min[100] PASSED
23319 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_u64::test_reduce_max_min[10000] PASSED
23320 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s64::test_operators_shift PASSED
23321 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s64::test_arithmetic_subadd_saturated PASSED
23322 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s64::test_math_max_min PASSED
23323 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s64::test_reduce_max_min[-100] PASSED
23324 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s64::test_reduce_max_min[-10000] PASSED
23325 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s64::test_reduce_max_min[0] PASSED
23326 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s64::test_reduce_max_min[100] PASSED
23327 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_SSE42_s64::test_reduce_max_min[10000] PASSED
23328 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_arithmetic_fused PASSED
23329 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_abs PASSED
23330 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_sqrt PASSED
23331 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_square PASSED
23332 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_rounding[ceil-ceil] PASSED
23333 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_rounding[trunc-trunc] PASSED
23334 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_rounding[floor-floor] PASSED
23335 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_rounding[rint-round] PASSED
23336 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_max_min[max] PASSED
23337 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_max_min[maxp] PASSED
23338 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_max_min[maxn] PASSED
23339 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_max_min[min] PASSED
23340 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_max_min[minp] PASSED
23341 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_max_min[minn] PASSED
23342 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_reciprocal PASSED
23343 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_special_cases PASSED
23344 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_unary_invalid_fpexception[rint] PASSED
23345 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_unary_invalid_fpexception[trunc] PASSED
23346 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_unary_invalid_fpexception[ceil] PASSED
23347 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_unary_invalid_fpexception[floor] PASSED
23348 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_comparison_with_nan[lt-cmplt] PASSED
23349 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_comparison_with_nan[le-cmple] PASSED
23350 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_comparison_with_nan[gt-cmpgt] PASSED
23351 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_comparison_with_nan[ge-cmpge] PASSED
23352 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_comparison_with_nan[eq-cmpeq] PASSED
23353 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_comparison_with_nan[ne-cmpneq] PASSED
23354 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data0-any] PASSED
23355 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data0-all] PASSED
23356 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data1-any] PASSED
23357 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data1-all] PASSED
23358 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data2-any] PASSED
23359 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data2-all] PASSED
23360 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data3-any] PASSED
23361 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data3-all] PASSED
23362 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data4-any] PASSED
23363 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data4-all] PASSED
23364 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data5-any] PASSED
23365 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data5-all] PASSED
23366 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data6-any] PASSED
23367 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data6-all] PASSED
23368 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data7-any] PASSED
23369 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f32::test_operators_crosstest[data7-all] PASSED
23370 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_arithmetic_fused PASSED
23371 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_abs PASSED
23372 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_sqrt PASSED
23373 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_square PASSED
23374 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_rounding[ceil-ceil] PASSED
23375 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_rounding[trunc-trunc] PASSED
23376 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_rounding[floor-floor] PASSED
23377 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_rounding[rint-round] PASSED
23378 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_max_min[max] PASSED
23379 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_max_min[maxp] PASSED
23380 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_max_min[maxn] PASSED
23381 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_max_min[min] PASSED
23382 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_max_min[minp] PASSED
23383 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_max_min[minn] PASSED
23384 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_reciprocal PASSED
23385 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_special_cases PASSED
23386 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_unary_invalid_fpexception[rint] PASSED
23387 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_unary_invalid_fpexception[trunc] PASSED
23388 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_unary_invalid_fpexception[ceil] PASSED
23389 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_unary_invalid_fpexception[floor] PASSED
23390 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_comparison_with_nan[lt-cmplt] PASSED
23391 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_comparison_with_nan[le-cmple] PASSED
23392 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_comparison_with_nan[gt-cmpgt] PASSED
23393 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_comparison_with_nan[ge-cmpge] PASSED
23394 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_comparison_with_nan[eq-cmpeq] PASSED
23395 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_comparison_with_nan[ne-cmpneq] PASSED
23396 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data0-any] PASSED
23397 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data0-all] PASSED
23398 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data1-any] PASSED
23399 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data1-all] PASSED
23400 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data2-any] PASSED
23401 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data2-all] PASSED
23402 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data3-any] PASSED
23403 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data3-all] PASSED
23404 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data4-any] PASSED
23405 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data4-all] PASSED
23406 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data5-any] PASSED
23407 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data5-all] PASSED
23408 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data6-any] PASSED
23409 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data6-all] PASSED
23410 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data7-any] PASSED
23411 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_SSE42_f64::test_operators_crosstest[data7-all] PASSED
23412 numpy/_core/tests/test_simd.py::Test_SIMD_FP32_128_SSE42_f32::test_conversions PASSED
23413 numpy/_core/tests/test_simd.py::Test_SIMD_FP64_128_SSE42_f64::test_conversions PASSED
23414 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_memory_load PASSED
23415 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_memory_store PASSED
23416 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
23417 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
23418 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
23419 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
23420 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
23421 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
23422 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
23423 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
23424 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
23425 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
23426 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
23427 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
23428 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_lut[self.lut32-32-32] PASSED
23429 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_lut[self.lut16-16-64] PASSED
23430 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_misc PASSED
23431 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_reorder PASSED
23432 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_reorder_rev64 PASSED
23433 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_reorder_permi128 PASSED
23434 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_comparison[lt-cmplt] PASSED
23435 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_comparison[le-cmple] PASSED
23436 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_comparison[gt-cmpgt] PASSED
23437 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_comparison[ge-cmpge] PASSED
23438 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_comparison[eq-cmpeq] PASSED
23439 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_logical PASSED
23440 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data0-any] PASSED
23441 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data0-all] PASSED
23442 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data1-any] PASSED
23443 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data1-all] PASSED
23444 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data2-any] PASSED
23445 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data2-all] PASSED
23446 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data3-any] PASSED
23447 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data3-all] PASSED
23448 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data4-any] PASSED
23449 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data4-all] PASSED
23450 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data5-any] PASSED
23451 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data5-all] PASSED
23452 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data6-any] PASSED
23453 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data6-all] PASSED
23454 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data7-any] PASSED
23455 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_operators_crosstest[data7-all] PASSED
23456 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_conversion_boolean PASSED
23457 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_conversion_expand PASSED
23458 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_arithmetic_subadd PASSED
23459 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_arithmetic_mul PASSED
23460 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_arithmetic_div PASSED
23461 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_arithmetic_intdiv PASSED
23462 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_arithmetic_reduce_sum PASSED
23463 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_arithmetic_reduce_sumup PASSED
23464 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u8::test_mask_conditional PASSED
23465 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_memory_load PASSED
23466 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_memory_store PASSED
23467 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
23468 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
23469 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
23470 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
23471 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
23472 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
23473 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
23474 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
23475 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
23476 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
23477 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
23478 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
23479 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_lut[self.lut32-32-32] PASSED
23480 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_lut[self.lut16-16-64] PASSED
23481 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_misc PASSED
23482 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_reorder PASSED
23483 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_reorder_rev64 PASSED
23484 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_reorder_permi128 PASSED
23485 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_comparison[lt-cmplt] PASSED
23486 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_comparison[le-cmple] PASSED
23487 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_comparison[gt-cmpgt] PASSED
23488 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_comparison[ge-cmpge] PASSED
23489 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_comparison[eq-cmpeq] PASSED
23490 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_logical PASSED
23491 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data0-any] PASSED
23492 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data0-all] PASSED
23493 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data1-any] PASSED
23494 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data1-all] PASSED
23495 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data2-any] PASSED
23496 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data2-all] PASSED
23497 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data3-any] PASSED
23498 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data3-all] PASSED
23499 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data4-any] PASSED
23500 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data4-all] PASSED
23501 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data5-any] PASSED
23502 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data5-all] PASSED
23503 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data6-any] PASSED
23504 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data6-all] PASSED
23505 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data7-any] PASSED
23506 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_operators_crosstest[data7-all] PASSED
23507 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_conversion_boolean PASSED
23508 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_conversion_expand PASSED
23509 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_arithmetic_subadd PASSED
23510 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_arithmetic_mul PASSED
23511 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_arithmetic_div PASSED
23512 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_arithmetic_intdiv PASSED
23513 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_arithmetic_reduce_sum PASSED
23514 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_arithmetic_reduce_sumup PASSED
23515 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s8::test_mask_conditional PASSED
23516 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_memory_load PASSED
23517 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_memory_store PASSED
23518 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
23519 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
23520 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
23521 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
23522 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
23523 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
23524 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
23525 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
23526 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
23527 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
23528 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
23529 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
23530 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_lut[self.lut32-32-32] PASSED
23531 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_lut[self.lut16-16-64] PASSED
23532 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_misc PASSED
23533 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_reorder PASSED
23534 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_reorder_rev64 PASSED
23535 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_reorder_permi128 PASSED
23536 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_comparison[lt-cmplt] PASSED
23537 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_comparison[le-cmple] PASSED
23538 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_comparison[gt-cmpgt] PASSED
23539 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_comparison[ge-cmpge] PASSED
23540 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_comparison[eq-cmpeq] PASSED
23541 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_logical PASSED
23542 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data0-any] PASSED
23543 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data0-all] PASSED
23544 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data1-any] PASSED
23545 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data1-all] PASSED
23546 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data2-any] PASSED
23547 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data2-all] PASSED
23548 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data3-any] PASSED
23549 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data3-all] PASSED
23550 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data4-any] PASSED
23551 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data4-all] PASSED
23552 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data5-any] PASSED
23553 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data5-all] PASSED
23554 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data6-any] PASSED
23555 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data6-all] PASSED
23556 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data7-any] PASSED
23557 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_operators_crosstest[data7-all] PASSED
23558 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_conversion_boolean PASSED
23559 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_conversion_expand PASSED
23560 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_arithmetic_subadd PASSED
23561 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_arithmetic_mul PASSED
23562 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_arithmetic_div PASSED
23563 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_arithmetic_intdiv PASSED
23564 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_arithmetic_reduce_sum PASSED
23565 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_arithmetic_reduce_sumup PASSED
23566 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u16::test_mask_conditional PASSED
23567 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_memory_load PASSED
23568 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_memory_store PASSED
23569 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
23570 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
23571 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
23572 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
23573 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
23574 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
23575 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
23576 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
23577 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
23578 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
23579 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
23580 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
23581 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_lut[self.lut32-32-32] PASSED
23582 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_lut[self.lut16-16-64] PASSED
23583 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_misc PASSED
23584 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_reorder PASSED
23585 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_reorder_rev64 PASSED
23586 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_reorder_permi128 PASSED
23587 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_comparison[lt-cmplt] PASSED
23588 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_comparison[le-cmple] PASSED
23589 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_comparison[gt-cmpgt] PASSED
23590 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_comparison[ge-cmpge] PASSED
23591 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_comparison[eq-cmpeq] PASSED
23592 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_logical PASSED
23593 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data0-any] PASSED
23594 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data0-all] PASSED
23595 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data1-any] PASSED
23596 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data1-all] PASSED
23597 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data2-any] PASSED
23598 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data2-all] PASSED
23599 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data3-any] PASSED
23600 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data3-all] PASSED
23601 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data4-any] PASSED
23602 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data4-all] PASSED
23603 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data5-any] PASSED
23604 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data5-all] PASSED
23605 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data6-any] PASSED
23606 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data6-all] PASSED
23607 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data7-any] PASSED
23608 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_operators_crosstest[data7-all] PASSED
23609 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_conversion_boolean PASSED
23610 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_conversion_expand PASSED
23611 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_arithmetic_subadd PASSED
23612 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_arithmetic_mul PASSED
23613 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_arithmetic_div PASSED
23614 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_arithmetic_intdiv PASSED
23615 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_arithmetic_reduce_sum PASSED
23616 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_arithmetic_reduce_sumup PASSED
23617 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s16::test_mask_conditional PASSED
23618 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_memory_load PASSED
23619 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_memory_store PASSED
23620 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
23621 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
23622 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
23623 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
23624 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
23625 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
23626 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
23627 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
23628 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
23629 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
23630 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
23631 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
23632 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_lut[self.lut32-32-32] PASSED
23633 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_lut[self.lut16-16-64] PASSED
23634 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_misc PASSED
23635 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_reorder PASSED
23636 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_reorder_rev64 PASSED
23637 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_reorder_permi128 PASSED
23638 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_comparison[lt-cmplt] PASSED
23639 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_comparison[le-cmple] PASSED
23640 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_comparison[gt-cmpgt] PASSED
23641 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_comparison[ge-cmpge] PASSED
23642 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_comparison[eq-cmpeq] PASSED
23643 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_logical PASSED
23644 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data0-any] PASSED
23645 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data0-all] PASSED
23646 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data1-any] PASSED
23647 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data1-all] PASSED
23648 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data2-any] PASSED
23649 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data2-all] PASSED
23650 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data3-any] PASSED
23651 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data3-all] PASSED
23652 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data4-any] PASSED
23653 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data4-all] PASSED
23654 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data5-any] PASSED
23655 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data5-all] PASSED
23656 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data6-any] PASSED
23657 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data6-all] PASSED
23658 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data7-any] PASSED
23659 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_operators_crosstest[data7-all] PASSED
23660 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_conversion_boolean PASSED
23661 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_conversion_expand PASSED
23662 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_arithmetic_subadd PASSED
23663 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_arithmetic_mul PASSED
23664 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_arithmetic_div PASSED
23665 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_arithmetic_intdiv PASSED
23666 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_arithmetic_reduce_sum PASSED
23667 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_arithmetic_reduce_sumup PASSED
23668 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u32::test_mask_conditional PASSED
23669 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_memory_load PASSED
23670 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_memory_store PASSED
23671 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
23672 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
23673 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
23674 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
23675 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
23676 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
23677 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
23678 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
23679 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
23680 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
23681 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
23682 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
23683 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_lut[self.lut32-32-32] PASSED
23684 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_lut[self.lut16-16-64] PASSED
23685 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_misc PASSED
23686 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_reorder PASSED
23687 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_reorder_rev64 PASSED
23688 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_reorder_permi128 PASSED
23689 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_comparison[lt-cmplt] PASSED
23690 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_comparison[le-cmple] PASSED
23691 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_comparison[gt-cmpgt] PASSED
23692 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_comparison[ge-cmpge] PASSED
23693 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_comparison[eq-cmpeq] PASSED
23694 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_logical PASSED
23695 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data0-any] PASSED
23696 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data0-all] PASSED
23697 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data1-any] PASSED
23698 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data1-all] PASSED
23699 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data2-any] PASSED
23700 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data2-all] PASSED
23701 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data3-any] PASSED
23702 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data3-all] PASSED
23703 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data4-any] PASSED
23704 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data4-all] PASSED
23705 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data5-any] PASSED
23706 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data5-all] PASSED
23707 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data6-any] PASSED
23708 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data6-all] PASSED
23709 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data7-any] PASSED
23710 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_operators_crosstest[data7-all] PASSED
23711 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_conversion_boolean PASSED
23712 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_conversion_expand PASSED
23713 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_arithmetic_subadd PASSED
23714 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_arithmetic_mul PASSED
23715 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_arithmetic_div PASSED
23716 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_arithmetic_intdiv PASSED
23717 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_arithmetic_reduce_sum PASSED
23718 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_arithmetic_reduce_sumup PASSED
23719 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s32::test_mask_conditional PASSED
23720 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_memory_load PASSED
23721 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_memory_store PASSED
23722 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
23723 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
23724 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
23725 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
23726 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
23727 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
23728 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
23729 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
23730 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
23731 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
23732 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
23733 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
23734 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_lut[self.lut32-32-32] PASSED
23735 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_lut[self.lut16-16-64] PASSED
23736 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_misc PASSED
23737 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_reorder PASSED
23738 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_reorder_rev64 PASSED
23739 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_reorder_permi128 PASSED
23740 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_comparison[lt-cmplt] PASSED
23741 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_comparison[le-cmple] PASSED
23742 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_comparison[gt-cmpgt] PASSED
23743 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_comparison[ge-cmpge] PASSED
23744 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_comparison[eq-cmpeq] PASSED
23745 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_logical PASSED
23746 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data0-any] PASSED
23747 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data0-all] PASSED
23748 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data1-any] PASSED
23749 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data1-all] PASSED
23750 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data2-any] PASSED
23751 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data2-all] PASSED
23752 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data3-any] PASSED
23753 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data3-all] PASSED
23754 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data4-any] PASSED
23755 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data4-all] PASSED
23756 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data5-any] PASSED
23757 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data5-all] PASSED
23758 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data6-any] PASSED
23759 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data6-all] PASSED
23760 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data7-any] PASSED
23761 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_operators_crosstest[data7-all] PASSED
23762 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_conversion_boolean PASSED
23763 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_conversion_expand PASSED
23764 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_arithmetic_subadd PASSED
23765 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_arithmetic_mul PASSED
23766 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_arithmetic_div PASSED
23767 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_arithmetic_intdiv PASSED
23768 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_arithmetic_reduce_sum PASSED
23769 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_arithmetic_reduce_sumup PASSED
23770 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_u64::test_mask_conditional PASSED
23771 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_memory_load PASSED
23772 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_memory_store PASSED
23773 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
23774 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
23775 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
23776 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
23777 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
23778 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
23779 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
23780 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
23781 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
23782 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
23783 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
23784 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
23785 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_lut[self.lut32-32-32] PASSED
23786 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_lut[self.lut16-16-64] PASSED
23787 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_misc PASSED
23788 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_reorder PASSED
23789 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_reorder_rev64 PASSED
23790 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_reorder_permi128 PASSED
23791 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_comparison[lt-cmplt] PASSED
23792 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_comparison[le-cmple] PASSED
23793 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_comparison[gt-cmpgt] PASSED
23794 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_comparison[ge-cmpge] PASSED
23795 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_comparison[eq-cmpeq] PASSED
23796 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_logical PASSED
23797 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data0-any] PASSED
23798 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data0-all] PASSED
23799 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data1-any] PASSED
23800 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data1-all] PASSED
23801 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data2-any] PASSED
23802 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data2-all] PASSED
23803 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data3-any] PASSED
23804 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data3-all] PASSED
23805 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data4-any] PASSED
23806 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data4-all] PASSED
23807 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data5-any] PASSED
23808 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data5-all] PASSED
23809 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data6-any] PASSED
23810 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data6-all] PASSED
23811 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data7-any] PASSED
23812 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_operators_crosstest[data7-all] PASSED
23813 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_conversion_boolean PASSED
23814 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_conversion_expand PASSED
23815 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_arithmetic_subadd PASSED
23816 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_arithmetic_mul PASSED
23817 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_arithmetic_div PASSED
23818 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_arithmetic_intdiv PASSED
23819 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_arithmetic_reduce_sum PASSED
23820 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_arithmetic_reduce_sumup PASSED
23821 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_s64::test_mask_conditional PASSED
23822 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_memory_load PASSED
23823 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_memory_store PASSED
23824 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
23825 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
23826 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
23827 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
23828 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
23829 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
23830 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
23831 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
23832 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
23833 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
23834 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
23835 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
23836 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_lut[self.lut32-32-32] PASSED
23837 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_lut[self.lut16-16-64] PASSED
23838 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_misc PASSED
23839 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_reorder PASSED
23840 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_reorder_rev64 PASSED
23841 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_reorder_permi128 PASSED
23842 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_comparison[lt-cmplt] PASSED
23843 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_comparison[le-cmple] PASSED
23844 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_comparison[gt-cmpgt] PASSED
23845 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_comparison[ge-cmpge] PASSED
23846 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_comparison[eq-cmpeq] PASSED
23847 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_logical PASSED
23848 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data0-any] PASSED
23849 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data0-all] PASSED
23850 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data1-any] PASSED
23851 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data1-all] PASSED
23852 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data2-any] PASSED
23853 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data2-all] PASSED
23854 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data3-any] PASSED
23855 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data3-all] PASSED
23856 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data4-any] PASSED
23857 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data4-all] PASSED
23858 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data5-any] PASSED
23859 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data5-all] PASSED
23860 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data6-any] PASSED
23861 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data6-all] PASSED
23862 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data7-any] PASSED
23863 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_operators_crosstest[data7-all] PASSED
23864 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_conversion_boolean PASSED
23865 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_conversion_expand PASSED
23866 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_arithmetic_subadd PASSED
23867 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_arithmetic_mul PASSED
23868 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_arithmetic_div PASSED
23869 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_arithmetic_intdiv PASSED
23870 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_arithmetic_reduce_sum PASSED
23871 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_arithmetic_reduce_sumup PASSED
23872 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f32::test_mask_conditional PASSED
23873 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_memory_load PASSED
23874 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_memory_store PASSED
23875 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
23876 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
23877 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
23878 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
23879 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
23880 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
23881 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
23882 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
23883 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
23884 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
23885 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
23886 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
23887 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_lut[self.lut32-32-32] PASSED
23888 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_lut[self.lut16-16-64] PASSED
23889 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_misc PASSED
23890 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_reorder PASSED
23891 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_reorder_rev64 PASSED
23892 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_reorder_permi128 PASSED
23893 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_comparison[lt-cmplt] PASSED
23894 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_comparison[le-cmple] PASSED
23895 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_comparison[gt-cmpgt] PASSED
23896 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_comparison[ge-cmpge] PASSED
23897 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_comparison[eq-cmpeq] PASSED
23898 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_logical PASSED
23899 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data0-any] PASSED
23900 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data0-all] PASSED
23901 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data1-any] PASSED
23902 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data1-all] PASSED
23903 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data2-any] PASSED
23904 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data2-all] PASSED
23905 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data3-any] PASSED
23906 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data3-all] PASSED
23907 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data4-any] PASSED
23908 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data4-all] PASSED
23909 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data5-any] PASSED
23910 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data5-all] PASSED
23911 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data6-any] PASSED
23912 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data6-all] PASSED
23913 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data7-any] PASSED
23914 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_operators_crosstest[data7-all] PASSED
23915 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_conversion_boolean PASSED
23916 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_conversion_expand PASSED
23917 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_arithmetic_subadd PASSED
23918 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_arithmetic_mul PASSED
23919 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_arithmetic_div PASSED
23920 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_arithmetic_intdiv PASSED
23921 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_arithmetic_reduce_sum PASSED
23922 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_arithmetic_reduce_sumup PASSED
23923 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_SSE42_f64::test_mask_conditional PASSED
23924 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b8::test_operators_logical SKIPPED
23925 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b8::test_tobits SKIPPED
23926 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b8::test_pack SKIPPED
23927 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b8::test_operators_crosstest[data0-any] SKIPPED
23928 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b8::test_operators_crosstest[data0-all] SKIPPED
23929 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b8::test_operators_crosstest[data1-any] SKIPPED
23930 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b8::test_operators_crosstest[data1-all] SKIPPED
23931 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b8::test_operators_crosstest[data2-any] SKIPPED
23932 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b8::test_operators_crosstest[data2-all] SKIPPED
23933 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b8::test_operators_crosstest[data3-any] SKIPPED
23934 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b8::test_operators_crosstest[data3-all] SKIPPED
23935 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b16::test_operators_logical SKIPPED
23936 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b16::test_tobits SKIPPED
23937 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b16::test_pack SKIPPED
23938 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b16::test_operators_crosstest[data0-any] SKIPPED
23939 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b16::test_operators_crosstest[data0-all] SKIPPED
23940 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b16::test_operators_crosstest[data1-any] SKIPPED
23941 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b16::test_operators_crosstest[data1-all] SKIPPED
23942 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b16::test_operators_crosstest[data2-any] SKIPPED
23943 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b16::test_operators_crosstest[data2-all] SKIPPED
23944 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b16::test_operators_crosstest[data3-any] SKIPPED
23945 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b16::test_operators_crosstest[data3-all] SKIPPED
23946 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b32::test_operators_logical SKIPPED
23947 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b32::test_tobits SKIPPED
23948 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b32::test_pack SKIPPED
23949 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b32::test_operators_crosstest[data0-any] SKIPPED
23950 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b32::test_operators_crosstest[data0-all] SKIPPED
23951 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b32::test_operators_crosstest[data1-any] SKIPPED
23952 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b32::test_operators_crosstest[data1-all] SKIPPED
23953 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b32::test_operators_crosstest[data2-any] SKIPPED
23954 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b32::test_operators_crosstest[data2-all] SKIPPED
23955 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b32::test_operators_crosstest[data3-any] SKIPPED
23956 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b32::test_operators_crosstest[data3-all] SKIPPED
23957 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b64::test_operators_logical SKIPPED
23958 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b64::test_tobits SKIPPED
23959 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b64::test_pack SKIPPED
23960 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b64::test_operators_crosstest[data0-any] SKIPPED
23961 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b64::test_operators_crosstest[data0-all] SKIPPED
23962 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b64::test_operators_crosstest[data1-any] SKIPPED
23963 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b64::test_operators_crosstest[data1-all] SKIPPED
23964 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b64::test_operators_crosstest[data2-any] SKIPPED
23965 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b64::test_operators_crosstest[data2-all] SKIPPED
23966 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b64::test_operators_crosstest[data3-any] SKIPPED
23967 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX2_b64::test_operators_crosstest[data3-all] SKIPPED
23968 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u8::test_operators_shift SKIPPED
23969 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u8::test_arithmetic_subadd_saturated SKIPPED
23970 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u8::test_math_max_min SKIPPED
23971 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u8::test_reduce_max_min[-100] SKIPPED
23972 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u8::test_reduce_max_min[-10000] SKIPPED
23973 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u8::test_reduce_max_min[0] SKIPPED
23974 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u8::test_reduce_max_min[100] SKIPPED
23975 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u8::test_reduce_max_min[10000] SKIPPED
23976 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s8::test_operators_shift SKIPPED
23977 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s8::test_arithmetic_subadd_saturated SKIPPED
23978 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s8::test_math_max_min SKIPPED
23979 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s8::test_reduce_max_min[-100] SKIPPED
23980 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s8::test_reduce_max_min[-10000] SKIPPED
23981 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s8::test_reduce_max_min[0] SKIPPED
23982 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s8::test_reduce_max_min[100] SKIPPED
23983 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s8::test_reduce_max_min[10000] SKIPPED
23984 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u16::test_operators_shift SKIPPED
23985 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u16::test_arithmetic_subadd_saturated SKIPPED
23986 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u16::test_math_max_min SKIPPED
23987 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u16::test_reduce_max_min[-100] SKIPPED
23988 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u16::test_reduce_max_min[-10000] SKIPPED
23989 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u16::test_reduce_max_min[0] SKIPPED
23990 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u16::test_reduce_max_min[100] SKIPPED
23991 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u16::test_reduce_max_min[10000] SKIPPED
23992 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s16::test_operators_shift SKIPPED
23993 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s16::test_arithmetic_subadd_saturated SKIPPED
23994 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s16::test_math_max_min SKIPPED
23995 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s16::test_reduce_max_min[-100] SKIPPED
23996 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s16::test_reduce_max_min[-10000] SKIPPED
23997 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s16::test_reduce_max_min[0] SKIPPED
23998 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s16::test_reduce_max_min[100] SKIPPED
23999 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s16::test_reduce_max_min[10000] SKIPPED
24000 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u32::test_operators_shift SKIPPED
24001 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u32::test_arithmetic_subadd_saturated SKIPPED
24002 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u32::test_math_max_min SKIPPED
24003 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u32::test_reduce_max_min[-100] SKIPPED
24004 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u32::test_reduce_max_min[-10000] SKIPPED
24005 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u32::test_reduce_max_min[0] SKIPPED
24006 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u32::test_reduce_max_min[100] SKIPPED
24007 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u32::test_reduce_max_min[10000] SKIPPED
24008 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s32::test_operators_shift SKIPPED
24009 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s32::test_arithmetic_subadd_saturated SKIPPED
24010 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s32::test_math_max_min SKIPPED
24011 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s32::test_reduce_max_min[-100] SKIPPED
24012 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s32::test_reduce_max_min[-10000] SKIPPED
24013 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s32::test_reduce_max_min[0] SKIPPED
24014 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s32::test_reduce_max_min[100] SKIPPED
24015 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s32::test_reduce_max_min[10000] SKIPPED
24016 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u64::test_operators_shift SKIPPED
24017 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u64::test_arithmetic_subadd_saturated SKIPPED
24018 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u64::test_math_max_min SKIPPED
24019 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u64::test_reduce_max_min[-100] SKIPPED
24020 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u64::test_reduce_max_min[-10000] SKIPPED
24021 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u64::test_reduce_max_min[0] SKIPPED
24022 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u64::test_reduce_max_min[100] SKIPPED
24023 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_u64::test_reduce_max_min[10000] SKIPPED
24024 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s64::test_operators_shift SKIPPED
24025 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s64::test_arithmetic_subadd_saturated SKIPPED
24026 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s64::test_math_max_min SKIPPED
24027 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s64::test_reduce_max_min[-100] SKIPPED
24028 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s64::test_reduce_max_min[-10000] SKIPPED
24029 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s64::test_reduce_max_min[0] SKIPPED
24030 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s64::test_reduce_max_min[100] SKIPPED
24031 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX2_s64::test_reduce_max_min[10000] SKIPPED
24032 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_arithmetic_fused SKIPPED
24033 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_abs SKIPPED
24034 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_sqrt SKIPPED
24035 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_square SKIPPED
24036 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_rounding[ceil-ceil] SKIPPED
24037 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_rounding[trunc-trunc] SKIPPED
24038 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_rounding[floor-floor] SKIPPED
24039 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_rounding[rint-round] SKIPPED
24040 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_max_min[max] SKIPPED
24041 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_max_min[maxp] SKIPPED
24042 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_max_min[maxn] SKIPPED
24043 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_max_min[min] SKIPPED
24044 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_max_min[minp] SKIPPED
24045 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_max_min[minn] SKIPPED
24046 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_reciprocal SKIPPED
24047 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_special_cases SKIPPED
24048 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_unary_invalid_fpexception[rint] SKIPPED
24049 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_unary_invalid_fpexception[trunc] SKIPPED
24050 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_unary_invalid_fpexception[ceil] SKIPPED
24051 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_unary_invalid_fpexception[floor] SKIPPED
24052 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_comparison_with_nan[lt-cmplt] SKIPPED
24053 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_comparison_with_nan[le-cmple] SKIPPED
24054 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_comparison_with_nan[gt-cmpgt] SKIPPED
24055 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_comparison_with_nan[ge-cmpge] SKIPPED
24056 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_comparison_with_nan[eq-cmpeq] SKIPPED
24057 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_comparison_with_nan[ne-cmpneq] SKIPPED
24058 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data0-any] SKIPPED
24059 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data0-all] SKIPPED
24060 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data1-any] SKIPPED
24061 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data1-all] SKIPPED
24062 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data2-any] SKIPPED
24063 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data2-all] SKIPPED
24064 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data3-any] SKIPPED
24065 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data3-all] SKIPPED
24066 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data4-any] SKIPPED
24067 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data4-all] SKIPPED
24068 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data5-any] SKIPPED
24069 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data5-all] SKIPPED
24070 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data6-any] SKIPPED
24071 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data6-all] SKIPPED
24072 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data7-any] SKIPPED
24073 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f32::test_operators_crosstest[data7-all] SKIPPED
24074 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_arithmetic_fused SKIPPED
24075 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_abs SKIPPED
24076 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_sqrt SKIPPED
24077 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_square SKIPPED
24078 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_rounding[ceil-ceil] SKIPPED
24079 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_rounding[trunc-trunc] SKIPPED
24080 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_rounding[floor-floor] SKIPPED
24081 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_rounding[rint-round] SKIPPED
24082 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_max_min[max] SKIPPED
24083 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_max_min[maxp] SKIPPED
24084 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_max_min[maxn] SKIPPED
24085 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_max_min[min] SKIPPED
24086 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_max_min[minp] SKIPPED
24087 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_max_min[minn] SKIPPED
24088 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_reciprocal SKIPPED
24089 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_special_cases SKIPPED
24090 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_unary_invalid_fpexception[rint] SKIPPED
24091 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_unary_invalid_fpexception[trunc] SKIPPED
24092 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_unary_invalid_fpexception[ceil] SKIPPED
24093 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_unary_invalid_fpexception[floor] SKIPPED
24094 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_comparison_with_nan[lt-cmplt] SKIPPED
24095 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_comparison_with_nan[le-cmple] SKIPPED
24096 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_comparison_with_nan[gt-cmpgt] SKIPPED
24097 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_comparison_with_nan[ge-cmpge] SKIPPED
24098 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_comparison_with_nan[eq-cmpeq] SKIPPED
24099 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_comparison_with_nan[ne-cmpneq] SKIPPED
24100 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data0-any] SKIPPED
24101 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data0-all] SKIPPED
24102 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data1-any] SKIPPED
24103 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data1-all] SKIPPED
24104 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data2-any] SKIPPED
24105 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data2-all] SKIPPED
24106 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data3-any] SKIPPED
24107 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data3-all] SKIPPED
24108 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data4-any] SKIPPED
24109 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data4-all] SKIPPED
24110 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data5-any] SKIPPED
24111 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data5-all] SKIPPED
24112 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data6-any] SKIPPED
24113 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data6-all] SKIPPED
24114 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data7-any] SKIPPED
24115 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX2_f64::test_operators_crosstest[data7-all] SKIPPED
24116 numpy/_core/tests/test_simd.py::Test_SIMD_FP32__AVX2_f32::test_conversions SKIPPED
24117 numpy/_core/tests/test_simd.py::Test_SIMD_FP64__AVX2_f64::test_conversions SKIPPED
24118 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_memory_load SKIPPED
24119 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_memory_store SKIPPED
24120 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
24121 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
24122 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
24123 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
24124 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
24125 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
24126 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
24127 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
24128 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
24129 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
24130 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
24131 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
24132 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_lut[self.lut32-32-32] SKIPPED
24133 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_lut[self.lut16-16-64] SKIPPED
24134 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_misc SKIPPED
24135 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_reorder SKIPPED
24136 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_reorder_rev64 SKIPPED
24137 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_reorder_permi128 SKIPPED
24138 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_comparison[lt-cmplt] SKIPPED
24139 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_comparison[le-cmple] SKIPPED
24140 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_comparison[gt-cmpgt] SKIPPED
24141 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_comparison[ge-cmpge] SKIPPED
24142 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_comparison[eq-cmpeq] SKIPPED
24143 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_logical SKIPPED
24144 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data0-any] SKIPPED
24145 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data0-all] SKIPPED
24146 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data1-any] SKIPPED
24147 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data1-all] SKIPPED
24148 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data2-any] SKIPPED
24149 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data2-all] SKIPPED
24150 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data3-any] SKIPPED
24151 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data3-all] SKIPPED
24152 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data4-any] SKIPPED
24153 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data4-all] SKIPPED
24154 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data5-any] SKIPPED
24155 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data5-all] SKIPPED
24156 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data6-any] SKIPPED
24157 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data6-all] SKIPPED
24158 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data7-any] SKIPPED
24159 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_operators_crosstest[data7-all] SKIPPED
24160 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_conversion_boolean SKIPPED
24161 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_conversion_expand SKIPPED
24162 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_arithmetic_subadd SKIPPED
24163 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_arithmetic_mul SKIPPED
24164 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_arithmetic_div SKIPPED
24165 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_arithmetic_intdiv SKIPPED
24166 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_arithmetic_reduce_sum SKIPPED
24167 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_arithmetic_reduce_sumup SKIPPED
24168 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u8::test_mask_conditional SKIPPED
24169 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_memory_load SKIPPED
24170 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_memory_store SKIPPED
24171 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
24172 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
24173 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
24174 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
24175 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
24176 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
24177 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
24178 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
24179 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
24180 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
24181 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
24182 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
24183 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_lut[self.lut32-32-32] SKIPPED
24184 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_lut[self.lut16-16-64] SKIPPED
24185 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_misc SKIPPED
24186 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_reorder SKIPPED
24187 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_reorder_rev64 SKIPPED
24188 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_reorder_permi128 SKIPPED
24189 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_comparison[lt-cmplt] SKIPPED
24190 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_comparison[le-cmple] SKIPPED
24191 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_comparison[gt-cmpgt] SKIPPED
24192 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_comparison[ge-cmpge] SKIPPED
24193 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_comparison[eq-cmpeq] SKIPPED
24194 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_logical SKIPPED
24195 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data0-any] SKIPPED
24196 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data0-all] SKIPPED
24197 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data1-any] SKIPPED
24198 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data1-all] SKIPPED
24199 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data2-any] SKIPPED
24200 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data2-all] SKIPPED
24201 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data3-any] SKIPPED
24202 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data3-all] SKIPPED
24203 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data4-any] SKIPPED
24204 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data4-all] SKIPPED
24205 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data5-any] SKIPPED
24206 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data5-all] SKIPPED
24207 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data6-any] SKIPPED
24208 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data6-all] SKIPPED
24209 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data7-any] SKIPPED
24210 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_operators_crosstest[data7-all] SKIPPED
24211 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_conversion_boolean SKIPPED
24212 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_conversion_expand SKIPPED
24213 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_arithmetic_subadd SKIPPED
24214 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_arithmetic_mul SKIPPED
24215 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_arithmetic_div SKIPPED
24216 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_arithmetic_intdiv SKIPPED
24217 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_arithmetic_reduce_sum SKIPPED
24218 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_arithmetic_reduce_sumup SKIPPED
24219 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s8::test_mask_conditional SKIPPED
24220 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_memory_load SKIPPED
24221 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_memory_store SKIPPED
24222 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
24223 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
24224 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
24225 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
24226 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
24227 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
24228 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
24229 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
24230 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
24231 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
24232 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
24233 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
24234 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_lut[self.lut32-32-32] SKIPPED
24235 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_lut[self.lut16-16-64] SKIPPED
24236 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_misc SKIPPED
24237 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_reorder SKIPPED
24238 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_reorder_rev64 SKIPPED
24239 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_reorder_permi128 SKIPPED
24240 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_comparison[lt-cmplt] SKIPPED
24241 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_comparison[le-cmple] SKIPPED
24242 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_comparison[gt-cmpgt] SKIPPED
24243 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_comparison[ge-cmpge] SKIPPED
24244 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_comparison[eq-cmpeq] SKIPPED
24245 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_logical SKIPPED
24246 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data0-any] SKIPPED
24247 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data0-all] SKIPPED
24248 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data1-any] SKIPPED
24249 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data1-all] SKIPPED
24250 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data2-any] SKIPPED
24251 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data2-all] SKIPPED
24252 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data3-any] SKIPPED
24253 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data3-all] SKIPPED
24254 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data4-any] SKIPPED
24255 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data4-all] SKIPPED
24256 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data5-any] SKIPPED
24257 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data5-all] SKIPPED
24258 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data6-any] SKIPPED
24259 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data6-all] SKIPPED
24260 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data7-any] SKIPPED
24261 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_operators_crosstest[data7-all] SKIPPED
24262 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_conversion_boolean SKIPPED
24263 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_conversion_expand SKIPPED
24264 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_arithmetic_subadd SKIPPED
24265 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_arithmetic_mul SKIPPED
24266 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_arithmetic_div SKIPPED
24267 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_arithmetic_intdiv SKIPPED
24268 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_arithmetic_reduce_sum SKIPPED
24269 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_arithmetic_reduce_sumup SKIPPED
24270 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u16::test_mask_conditional SKIPPED
24271 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_memory_load SKIPPED
24272 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_memory_store SKIPPED
24273 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
24274 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
24275 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
24276 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
24277 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
24278 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
24279 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
24280 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
24281 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
24282 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
24283 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
24284 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
24285 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_lut[self.lut32-32-32] SKIPPED
24286 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_lut[self.lut16-16-64] SKIPPED
24287 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_misc SKIPPED
24288 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_reorder SKIPPED
24289 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_reorder_rev64 SKIPPED
24290 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_reorder_permi128 SKIPPED
24291 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_comparison[lt-cmplt] SKIPPED
24292 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_comparison[le-cmple] SKIPPED
24293 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_comparison[gt-cmpgt] SKIPPED
24294 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_comparison[ge-cmpge] SKIPPED
24295 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_comparison[eq-cmpeq] SKIPPED
24296 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_logical SKIPPED
24297 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data0-any] SKIPPED
24298 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data0-all] SKIPPED
24299 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data1-any] SKIPPED
24300 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data1-all] SKIPPED
24301 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data2-any] SKIPPED
24302 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data2-all] SKIPPED
24303 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data3-any] SKIPPED
24304 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data3-all] SKIPPED
24305 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data4-any] SKIPPED
24306 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data4-all] SKIPPED
24307 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data5-any] SKIPPED
24308 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data5-all] SKIPPED
24309 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data6-any] SKIPPED
24310 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data6-all] SKIPPED
24311 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data7-any] SKIPPED
24312 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_operators_crosstest[data7-all] SKIPPED
24313 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_conversion_boolean SKIPPED
24314 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_conversion_expand SKIPPED
24315 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_arithmetic_subadd SKIPPED
24316 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_arithmetic_mul SKIPPED
24317 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_arithmetic_div SKIPPED
24318 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_arithmetic_intdiv SKIPPED
24319 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_arithmetic_reduce_sum SKIPPED
24320 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_arithmetic_reduce_sumup SKIPPED
24321 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s16::test_mask_conditional SKIPPED
24322 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_memory_load SKIPPED
24323 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_memory_store SKIPPED
24324 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
24325 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
24326 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
24327 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
24328 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
24329 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
24330 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
24331 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
24332 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
24333 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
24334 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
24335 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
24336 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_lut[self.lut32-32-32] SKIPPED
24337 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_lut[self.lut16-16-64] SKIPPED
24338 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_misc SKIPPED
24339 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_reorder SKIPPED
24340 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_reorder_rev64 SKIPPED
24341 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_reorder_permi128 SKIPPED
24342 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_comparison[lt-cmplt] SKIPPED
24343 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_comparison[le-cmple] SKIPPED
24344 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_comparison[gt-cmpgt] SKIPPED
24345 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_comparison[ge-cmpge] SKIPPED
24346 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_comparison[eq-cmpeq] SKIPPED
24347 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_logical SKIPPED
24348 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data0-any] SKIPPED
24349 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data0-all] SKIPPED
24350 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data1-any] SKIPPED
24351 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data1-all] SKIPPED
24352 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data2-any] SKIPPED
24353 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data2-all] SKIPPED
24354 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data3-any] SKIPPED
24355 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data3-all] SKIPPED
24356 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data4-any] SKIPPED
24357 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data4-all] SKIPPED
24358 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data5-any] SKIPPED
24359 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data5-all] SKIPPED
24360 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data6-any] SKIPPED
24361 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data6-all] SKIPPED
24362 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data7-any] SKIPPED
24363 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_operators_crosstest[data7-all] SKIPPED
24364 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_conversion_boolean SKIPPED
24365 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_conversion_expand SKIPPED
24366 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_arithmetic_subadd SKIPPED
24367 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_arithmetic_mul SKIPPED
24368 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_arithmetic_div SKIPPED
24369 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_arithmetic_intdiv SKIPPED
24370 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_arithmetic_reduce_sum SKIPPED
24371 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_arithmetic_reduce_sumup SKIPPED
24372 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u32::test_mask_conditional SKIPPED
24373 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_memory_load SKIPPED
24374 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_memory_store SKIPPED
24375 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
24376 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
24377 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
24378 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
24379 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
24380 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
24381 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
24382 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
24383 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
24384 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
24385 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
24386 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
24387 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_lut[self.lut32-32-32] SKIPPED
24388 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_lut[self.lut16-16-64] SKIPPED
24389 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_misc SKIPPED
24390 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_reorder SKIPPED
24391 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_reorder_rev64 SKIPPED
24392 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_reorder_permi128 SKIPPED
24393 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_comparison[lt-cmplt] SKIPPED
24394 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_comparison[le-cmple] SKIPPED
24395 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_comparison[gt-cmpgt] SKIPPED
24396 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_comparison[ge-cmpge] SKIPPED
24397 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_comparison[eq-cmpeq] SKIPPED
24398 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_logical SKIPPED
24399 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data0-any] SKIPPED
24400 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data0-all] SKIPPED
24401 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data1-any] SKIPPED
24402 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data1-all] SKIPPED
24403 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data2-any] SKIPPED
24404 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data2-all] SKIPPED
24405 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data3-any] SKIPPED
24406 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data3-all] SKIPPED
24407 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data4-any] SKIPPED
24408 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data4-all] SKIPPED
24409 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data5-any] SKIPPED
24410 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data5-all] SKIPPED
24411 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data6-any] SKIPPED
24412 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data6-all] SKIPPED
24413 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data7-any] SKIPPED
24414 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_operators_crosstest[data7-all] SKIPPED
24415 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_conversion_boolean SKIPPED
24416 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_conversion_expand SKIPPED
24417 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_arithmetic_subadd SKIPPED
24418 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_arithmetic_mul SKIPPED
24419 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_arithmetic_div SKIPPED
24420 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_arithmetic_intdiv SKIPPED
24421 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_arithmetic_reduce_sum SKIPPED
24422 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_arithmetic_reduce_sumup SKIPPED
24423 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s32::test_mask_conditional SKIPPED
24424 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_memory_load SKIPPED
24425 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_memory_store SKIPPED
24426 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
24427 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
24428 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
24429 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
24430 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
24431 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
24432 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
24433 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
24434 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
24435 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
24436 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
24437 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
24438 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_lut[self.lut32-32-32] SKIPPED
24439 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_lut[self.lut16-16-64] SKIPPED
24440 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_misc SKIPPED
24441 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_reorder SKIPPED
24442 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_reorder_rev64 SKIPPED
24443 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_reorder_permi128 SKIPPED
24444 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_comparison[lt-cmplt] SKIPPED
24445 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_comparison[le-cmple] SKIPPED
24446 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_comparison[gt-cmpgt] SKIPPED
24447 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_comparison[ge-cmpge] SKIPPED
24448 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_comparison[eq-cmpeq] SKIPPED
24449 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_logical SKIPPED
24450 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data0-any] SKIPPED
24451 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data0-all] SKIPPED
24452 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data1-any] SKIPPED
24453 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data1-all] SKIPPED
24454 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data2-any] SKIPPED
24455 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data2-all] SKIPPED
24456 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data3-any] SKIPPED
24457 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data3-all] SKIPPED
24458 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data4-any] SKIPPED
24459 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data4-all] SKIPPED
24460 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data5-any] SKIPPED
24461 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data5-all] SKIPPED
24462 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data6-any] SKIPPED
24463 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data6-all] SKIPPED
24464 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data7-any] SKIPPED
24465 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_operators_crosstest[data7-all] SKIPPED
24466 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_conversion_boolean SKIPPED
24467 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_conversion_expand SKIPPED
24468 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_arithmetic_subadd SKIPPED
24469 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_arithmetic_mul SKIPPED
24470 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_arithmetic_div SKIPPED
24471 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_arithmetic_intdiv SKIPPED
24472 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_arithmetic_reduce_sum SKIPPED
24473 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_arithmetic_reduce_sumup SKIPPED
24474 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_u64::test_mask_conditional SKIPPED
24475 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_memory_load SKIPPED
24476 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_memory_store SKIPPED
24477 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
24478 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
24479 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
24480 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
24481 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
24482 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
24483 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
24484 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
24485 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
24486 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
24487 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
24488 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
24489 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_lut[self.lut32-32-32] SKIPPED
24490 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_lut[self.lut16-16-64] SKIPPED
24491 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_misc SKIPPED
24492 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_reorder SKIPPED
24493 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_reorder_rev64 SKIPPED
24494 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_reorder_permi128 SKIPPED
24495 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_comparison[lt-cmplt] SKIPPED
24496 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_comparison[le-cmple] SKIPPED
24497 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_comparison[gt-cmpgt] SKIPPED
24498 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_comparison[ge-cmpge] SKIPPED
24499 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_comparison[eq-cmpeq] SKIPPED
24500 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_logical SKIPPED
24501 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data0-any] SKIPPED
24502 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data0-all] SKIPPED
24503 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data1-any] SKIPPED
24504 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data1-all] SKIPPED
24505 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data2-any] SKIPPED
24506 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data2-all] SKIPPED
24507 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data3-any] SKIPPED
24508 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data3-all] SKIPPED
24509 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data4-any] SKIPPED
24510 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data4-all] SKIPPED
24511 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data5-any] SKIPPED
24512 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data5-all] SKIPPED
24513 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data6-any] SKIPPED
24514 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data6-all] SKIPPED
24515 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data7-any] SKIPPED
24516 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_operators_crosstest[data7-all] SKIPPED
24517 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_conversion_boolean SKIPPED
24518 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_conversion_expand SKIPPED
24519 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_arithmetic_subadd SKIPPED
24520 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_arithmetic_mul SKIPPED
24521 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_arithmetic_div SKIPPED
24522 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_arithmetic_intdiv SKIPPED
24523 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_arithmetic_reduce_sum SKIPPED
24524 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_arithmetic_reduce_sumup SKIPPED
24525 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_s64::test_mask_conditional SKIPPED
24526 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_memory_load SKIPPED
24527 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_memory_store SKIPPED
24528 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
24529 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
24530 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
24531 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
24532 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
24533 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
24534 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
24535 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
24536 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
24537 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
24538 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
24539 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
24540 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_lut[self.lut32-32-32] SKIPPED
24541 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_lut[self.lut16-16-64] SKIPPED
24542 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_misc SKIPPED
24543 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_reorder SKIPPED
24544 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_reorder_rev64 SKIPPED
24545 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_reorder_permi128 SKIPPED
24546 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_comparison[lt-cmplt] SKIPPED
24547 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_comparison[le-cmple] SKIPPED
24548 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_comparison[gt-cmpgt] SKIPPED
24549 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_comparison[ge-cmpge] SKIPPED
24550 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_comparison[eq-cmpeq] SKIPPED
24551 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_logical SKIPPED
24552 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data0-any] SKIPPED
24553 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data0-all] SKIPPED
24554 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data1-any] SKIPPED
24555 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data1-all] SKIPPED
24556 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data2-any] SKIPPED
24557 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data2-all] SKIPPED
24558 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data3-any] SKIPPED
24559 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data3-all] SKIPPED
24560 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data4-any] SKIPPED
24561 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data4-all] SKIPPED
24562 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data5-any] SKIPPED
24563 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data5-all] SKIPPED
24564 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data6-any] SKIPPED
24565 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data6-all] SKIPPED
24566 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data7-any] SKIPPED
24567 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_operators_crosstest[data7-all] SKIPPED
24568 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_conversion_boolean SKIPPED
24569 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_conversion_expand SKIPPED
24570 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_arithmetic_subadd SKIPPED
24571 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_arithmetic_mul SKIPPED
24572 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_arithmetic_div SKIPPED
24573 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_arithmetic_intdiv SKIPPED
24574 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_arithmetic_reduce_sum SKIPPED
24575 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_arithmetic_reduce_sumup SKIPPED
24576 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f32::test_mask_conditional SKIPPED
24577 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_memory_load SKIPPED
24578 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_memory_store SKIPPED
24579 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
24580 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
24581 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
24582 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
24583 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
24584 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
24585 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
24586 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
24587 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
24588 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
24589 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
24590 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
24591 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_lut[self.lut32-32-32] SKIPPED
24592 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_lut[self.lut16-16-64] SKIPPED
24593 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_misc SKIPPED
24594 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_reorder SKIPPED
24595 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_reorder_rev64 SKIPPED
24596 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_reorder_permi128 SKIPPED
24597 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_comparison[lt-cmplt] SKIPPED
24598 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_comparison[le-cmple] SKIPPED
24599 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_comparison[gt-cmpgt] SKIPPED
24600 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_comparison[ge-cmpge] SKIPPED
24601 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_comparison[eq-cmpeq] SKIPPED
24602 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_logical SKIPPED
24603 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data0-any] SKIPPED
24604 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data0-all] SKIPPED
24605 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data1-any] SKIPPED
24606 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data1-all] SKIPPED
24607 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data2-any] SKIPPED
24608 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data2-all] SKIPPED
24609 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data3-any] SKIPPED
24610 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data3-all] SKIPPED
24611 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data4-any] SKIPPED
24612 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data4-all] SKIPPED
24613 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data5-any] SKIPPED
24614 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data5-all] SKIPPED
24615 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data6-any] SKIPPED
24616 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data6-all] SKIPPED
24617 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data7-any] SKIPPED
24618 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_operators_crosstest[data7-all] SKIPPED
24619 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_conversion_boolean SKIPPED
24620 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_conversion_expand SKIPPED
24621 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_arithmetic_subadd SKIPPED
24622 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_arithmetic_mul SKIPPED
24623 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_arithmetic_div SKIPPED
24624 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_arithmetic_intdiv SKIPPED
24625 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_arithmetic_reduce_sum SKIPPED
24626 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_arithmetic_reduce_sumup SKIPPED
24627 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX2_f64::test_mask_conditional SKIPPED
24628 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b8::test_operators_logical SKIPPED
24629 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b8::test_tobits SKIPPED
24630 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b8::test_pack SKIPPED
24631 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b8::test_operators_crosstest[data0-any] SKIPPED
24632 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b8::test_operators_crosstest[data0-all] SKIPPED
24633 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b8::test_operators_crosstest[data1-any] SKIPPED
24634 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b8::test_operators_crosstest[data1-all] SKIPPED
24635 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b8::test_operators_crosstest[data2-any] SKIPPED
24636 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b8::test_operators_crosstest[data2-all] SKIPPED
24637 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b8::test_operators_crosstest[data3-any] SKIPPED
24638 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b8::test_operators_crosstest[data3-all] SKIPPED
24639 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b16::test_operators_logical SKIPPED
24640 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b16::test_tobits SKIPPED
24641 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b16::test_pack SKIPPED
24642 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b16::test_operators_crosstest[data0-any] SKIPPED
24643 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b16::test_operators_crosstest[data0-all] SKIPPED
24644 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b16::test_operators_crosstest[data1-any] SKIPPED
24645 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b16::test_operators_crosstest[data1-all] SKIPPED
24646 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b16::test_operators_crosstest[data2-any] SKIPPED
24647 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b16::test_operators_crosstest[data2-all] SKIPPED
24648 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b16::test_operators_crosstest[data3-any] SKIPPED
24649 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b16::test_operators_crosstest[data3-all] SKIPPED
24650 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b32::test_operators_logical SKIPPED
24651 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b32::test_tobits SKIPPED
24652 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b32::test_pack SKIPPED
24653 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b32::test_operators_crosstest[data0-any] SKIPPED
24654 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b32::test_operators_crosstest[data0-all] SKIPPED
24655 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b32::test_operators_crosstest[data1-any] SKIPPED
24656 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b32::test_operators_crosstest[data1-all] SKIPPED
24657 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b32::test_operators_crosstest[data2-any] SKIPPED
24658 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b32::test_operators_crosstest[data2-all] SKIPPED
24659 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b32::test_operators_crosstest[data3-any] SKIPPED
24660 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b32::test_operators_crosstest[data3-all] SKIPPED
24661 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b64::test_operators_logical SKIPPED
24662 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b64::test_tobits SKIPPED
24663 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b64::test_pack SKIPPED
24664 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b64::test_operators_crosstest[data0-any] SKIPPED
24665 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b64::test_operators_crosstest[data0-all] SKIPPED
24666 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b64::test_operators_crosstest[data1-any] SKIPPED
24667 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b64::test_operators_crosstest[data1-all] SKIPPED
24668 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b64::test_operators_crosstest[data2-any] SKIPPED
24669 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b64::test_operators_crosstest[data2-all] SKIPPED
24670 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b64::test_operators_crosstest[data3-any] SKIPPED
24671 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3_b64::test_operators_crosstest[data3-all] SKIPPED
24672 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u8::test_operators_shift SKIPPED
24673 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u8::test_arithmetic_subadd_saturated SKIPPED
24674 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u8::test_math_max_min SKIPPED
24675 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u8::test_reduce_max_min[-100] SKIPPED
24676 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u8::test_reduce_max_min[-10000] SKIPPED
24677 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u8::test_reduce_max_min[0] SKIPPED
24678 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u8::test_reduce_max_min[100] SKIPPED
24679 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u8::test_reduce_max_min[10000] SKIPPED
24680 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s8::test_operators_shift SKIPPED
24681 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s8::test_arithmetic_subadd_saturated SKIPPED
24682 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s8::test_math_max_min SKIPPED
24683 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s8::test_reduce_max_min[-100] SKIPPED
24684 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s8::test_reduce_max_min[-10000] SKIPPED
24685 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s8::test_reduce_max_min[0] SKIPPED
24686 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s8::test_reduce_max_min[100] SKIPPED
24687 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s8::test_reduce_max_min[10000] SKIPPED
24688 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u16::test_operators_shift SKIPPED
24689 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u16::test_arithmetic_subadd_saturated SKIPPED
24690 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u16::test_math_max_min SKIPPED
24691 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u16::test_reduce_max_min[-100] SKIPPED
24692 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u16::test_reduce_max_min[-10000] SKIPPED
24693 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u16::test_reduce_max_min[0] SKIPPED
24694 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u16::test_reduce_max_min[100] SKIPPED
24695 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u16::test_reduce_max_min[10000] SKIPPED
24696 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s16::test_operators_shift SKIPPED
24697 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s16::test_arithmetic_subadd_saturated SKIPPED
24698 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s16::test_math_max_min SKIPPED
24699 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s16::test_reduce_max_min[-100] SKIPPED
24700 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s16::test_reduce_max_min[-10000] SKIPPED
24701 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s16::test_reduce_max_min[0] SKIPPED
24702 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s16::test_reduce_max_min[100] SKIPPED
24703 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s16::test_reduce_max_min[10000] SKIPPED
24704 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u32::test_operators_shift SKIPPED
24705 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u32::test_arithmetic_subadd_saturated SKIPPED
24706 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u32::test_math_max_min SKIPPED
24707 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u32::test_reduce_max_min[-100] SKIPPED
24708 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u32::test_reduce_max_min[-10000] SKIPPED
24709 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u32::test_reduce_max_min[0] SKIPPED
24710 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u32::test_reduce_max_min[100] SKIPPED
24711 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u32::test_reduce_max_min[10000] SKIPPED
24712 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s32::test_operators_shift SKIPPED
24713 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s32::test_arithmetic_subadd_saturated SKIPPED
24714 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s32::test_math_max_min SKIPPED
24715 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s32::test_reduce_max_min[-100] SKIPPED
24716 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s32::test_reduce_max_min[-10000] SKIPPED
24717 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s32::test_reduce_max_min[0] SKIPPED
24718 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s32::test_reduce_max_min[100] SKIPPED
24719 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s32::test_reduce_max_min[10000] SKIPPED
24720 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u64::test_operators_shift SKIPPED
24721 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u64::test_arithmetic_subadd_saturated SKIPPED
24722 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u64::test_math_max_min SKIPPED
24723 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u64::test_reduce_max_min[-100] SKIPPED
24724 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u64::test_reduce_max_min[-10000] SKIPPED
24725 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u64::test_reduce_max_min[0] SKIPPED
24726 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u64::test_reduce_max_min[100] SKIPPED
24727 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_u64::test_reduce_max_min[10000] SKIPPED
24728 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s64::test_operators_shift SKIPPED
24729 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s64::test_arithmetic_subadd_saturated SKIPPED
24730 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s64::test_math_max_min SKIPPED
24731 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s64::test_reduce_max_min[-100] SKIPPED
24732 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s64::test_reduce_max_min[-10000] SKIPPED
24733 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s64::test_reduce_max_min[0] SKIPPED
24734 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s64::test_reduce_max_min[100] SKIPPED
24735 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3_s64::test_reduce_max_min[10000] SKIPPED
24736 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_arithmetic_fused SKIPPED
24737 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_abs SKIPPED
24738 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_sqrt SKIPPED
24739 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_square SKIPPED
24740 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_rounding[ceil-ceil] SKIPPED
24741 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_rounding[trunc-trunc] SKIPPED
24742 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_rounding[floor-floor] SKIPPED
24743 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_rounding[rint-round] SKIPPED
24744 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_max_min[max] SKIPPED
24745 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_max_min[maxp] SKIPPED
24746 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_max_min[maxn] SKIPPED
24747 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_max_min[min] SKIPPED
24748 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_max_min[minp] SKIPPED
24749 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_max_min[minn] SKIPPED
24750 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_reciprocal SKIPPED
24751 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_special_cases SKIPPED
24752 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_unary_invalid_fpexception[rint] SKIPPED
24753 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_unary_invalid_fpexception[trunc] SKIPPED
24754 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_unary_invalid_fpexception[ceil] SKIPPED
24755 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_unary_invalid_fpexception[floor] SKIPPED
24756 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_comparison_with_nan[lt-cmplt] SKIPPED
24757 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_comparison_with_nan[le-cmple] SKIPPED
24758 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_comparison_with_nan[gt-cmpgt] SKIPPED
24759 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_comparison_with_nan[ge-cmpge] SKIPPED
24760 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_comparison_with_nan[eq-cmpeq] SKIPPED
24761 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_comparison_with_nan[ne-cmpneq] SKIPPED
24762 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data0-any] SKIPPED
24763 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data0-all] SKIPPED
24764 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data1-any] SKIPPED
24765 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data1-all] SKIPPED
24766 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data2-any] SKIPPED
24767 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data2-all] SKIPPED
24768 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data3-any] SKIPPED
24769 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data3-all] SKIPPED
24770 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data4-any] SKIPPED
24771 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data4-all] SKIPPED
24772 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data5-any] SKIPPED
24773 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data5-all] SKIPPED
24774 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data6-any] SKIPPED
24775 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data6-all] SKIPPED
24776 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data7-any] SKIPPED
24777 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f32::test_operators_crosstest[data7-all] SKIPPED
24778 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_arithmetic_fused SKIPPED
24779 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_abs SKIPPED
24780 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_sqrt SKIPPED
24781 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_square SKIPPED
24782 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_rounding[ceil-ceil] SKIPPED
24783 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_rounding[trunc-trunc] SKIPPED
24784 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_rounding[floor-floor] SKIPPED
24785 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_rounding[rint-round] SKIPPED
24786 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_max_min[max] SKIPPED
24787 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_max_min[maxp] SKIPPED
24788 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_max_min[maxn] SKIPPED
24789 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_max_min[min] SKIPPED
24790 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_max_min[minp] SKIPPED
24791 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_max_min[minn] SKIPPED
24792 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_reciprocal SKIPPED
24793 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_special_cases SKIPPED
24794 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_unary_invalid_fpexception[rint] SKIPPED
24795 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_unary_invalid_fpexception[trunc] SKIPPED
24796 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_unary_invalid_fpexception[ceil] SKIPPED
24797 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_unary_invalid_fpexception[floor] SKIPPED
24798 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_comparison_with_nan[lt-cmplt] SKIPPED
24799 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_comparison_with_nan[le-cmple] SKIPPED
24800 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_comparison_with_nan[gt-cmpgt] SKIPPED
24801 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_comparison_with_nan[ge-cmpge] SKIPPED
24802 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_comparison_with_nan[eq-cmpeq] SKIPPED
24803 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_comparison_with_nan[ne-cmpneq] SKIPPED
24804 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data0-any] SKIPPED
24805 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data0-all] SKIPPED
24806 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data1-any] SKIPPED
24807 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data1-all] SKIPPED
24808 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data2-any] SKIPPED
24809 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data2-all] SKIPPED
24810 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data3-any] SKIPPED
24811 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data3-all] SKIPPED
24812 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data4-any] SKIPPED
24813 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data4-all] SKIPPED
24814 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data5-any] SKIPPED
24815 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data5-all] SKIPPED
24816 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data6-any] SKIPPED
24817 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data6-all] SKIPPED
24818 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data7-any] SKIPPED
24819 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3_f64::test_operators_crosstest[data7-all] SKIPPED
24820 numpy/_core/tests/test_simd.py::Test_SIMD_FP32__FMA3_f32::test_conversions SKIPPED
24821 numpy/_core/tests/test_simd.py::Test_SIMD_FP64__FMA3_f64::test_conversions SKIPPED
24822 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_memory_load SKIPPED
24823 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_memory_store SKIPPED
24824 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
24825 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
24826 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
24827 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
24828 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
24829 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
24830 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
24831 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
24832 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
24833 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
24834 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
24835 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
24836 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_lut[self.lut32-32-32] SKIPPED
24837 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_lut[self.lut16-16-64] SKIPPED
24838 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_misc SKIPPED
24839 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_reorder SKIPPED
24840 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_reorder_rev64 SKIPPED
24841 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_reorder_permi128 SKIPPED
24842 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_comparison[lt-cmplt] SKIPPED
24843 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_comparison[le-cmple] SKIPPED
24844 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_comparison[gt-cmpgt] SKIPPED
24845 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_comparison[ge-cmpge] SKIPPED
24846 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_comparison[eq-cmpeq] SKIPPED
24847 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_logical SKIPPED
24848 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data0-any] SKIPPED
24849 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data0-all] SKIPPED
24850 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data1-any] SKIPPED
24851 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data1-all] SKIPPED
24852 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data2-any] SKIPPED
24853 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data2-all] SKIPPED
24854 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data3-any] SKIPPED
24855 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data3-all] SKIPPED
24856 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data4-any] SKIPPED
24857 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data4-all] SKIPPED
24858 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data5-any] SKIPPED
24859 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data5-all] SKIPPED
24860 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data6-any] SKIPPED
24861 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data6-all] SKIPPED
24862 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data7-any] SKIPPED
24863 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_operators_crosstest[data7-all] SKIPPED
24864 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_conversion_boolean SKIPPED
24865 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_conversion_expand SKIPPED
24866 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_arithmetic_subadd SKIPPED
24867 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_arithmetic_mul SKIPPED
24868 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_arithmetic_div SKIPPED
24869 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_arithmetic_intdiv SKIPPED
24870 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_arithmetic_reduce_sum SKIPPED
24871 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_arithmetic_reduce_sumup SKIPPED
24872 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u8::test_mask_conditional SKIPPED
24873 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_memory_load SKIPPED
24874 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_memory_store SKIPPED
24875 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
24876 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
24877 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
24878 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
24879 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
24880 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
24881 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
24882 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
24883 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
24884 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
24885 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
24886 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
24887 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_lut[self.lut32-32-32] SKIPPED
24888 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_lut[self.lut16-16-64] SKIPPED
24889 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_misc SKIPPED
24890 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_reorder SKIPPED
24891 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_reorder_rev64 SKIPPED
24892 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_reorder_permi128 SKIPPED
24893 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_comparison[lt-cmplt] SKIPPED
24894 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_comparison[le-cmple] SKIPPED
24895 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_comparison[gt-cmpgt] SKIPPED
24896 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_comparison[ge-cmpge] SKIPPED
24897 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_comparison[eq-cmpeq] SKIPPED
24898 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_logical SKIPPED
24899 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data0-any] SKIPPED
24900 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data0-all] SKIPPED
24901 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data1-any] SKIPPED
24902 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data1-all] SKIPPED
24903 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data2-any] SKIPPED
24904 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data2-all] SKIPPED
24905 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data3-any] SKIPPED
24906 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data3-all] SKIPPED
24907 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data4-any] SKIPPED
24908 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data4-all] SKIPPED
24909 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data5-any] SKIPPED
24910 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data5-all] SKIPPED
24911 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data6-any] SKIPPED
24912 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data6-all] SKIPPED
24913 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data7-any] SKIPPED
24914 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_operators_crosstest[data7-all] SKIPPED
24915 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_conversion_boolean SKIPPED
24916 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_conversion_expand SKIPPED
24917 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_arithmetic_subadd SKIPPED
24918 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_arithmetic_mul SKIPPED
24919 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_arithmetic_div SKIPPED
24920 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_arithmetic_intdiv SKIPPED
24921 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_arithmetic_reduce_sum SKIPPED
24922 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_arithmetic_reduce_sumup SKIPPED
24923 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s8::test_mask_conditional SKIPPED
24924 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_memory_load SKIPPED
24925 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_memory_store SKIPPED
24926 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
24927 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
24928 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
24929 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
24930 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
24931 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
24932 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
24933 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
24934 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
24935 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
24936 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
24937 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
24938 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_lut[self.lut32-32-32] SKIPPED
24939 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_lut[self.lut16-16-64] SKIPPED
24940 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_misc SKIPPED
24941 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_reorder SKIPPED
24942 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_reorder_rev64 SKIPPED
24943 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_reorder_permi128 SKIPPED
24944 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_comparison[lt-cmplt] SKIPPED
24945 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_comparison[le-cmple] SKIPPED
24946 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_comparison[gt-cmpgt] SKIPPED
24947 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_comparison[ge-cmpge] SKIPPED
24948 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_comparison[eq-cmpeq] SKIPPED
24949 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_logical SKIPPED
24950 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data0-any] SKIPPED
24951 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data0-all] SKIPPED
24952 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data1-any] SKIPPED
24953 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data1-all] SKIPPED
24954 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data2-any] SKIPPED
24955 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data2-all] SKIPPED
24956 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data3-any] SKIPPED
24957 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data3-all] SKIPPED
24958 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data4-any] SKIPPED
24959 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data4-all] SKIPPED
24960 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data5-any] SKIPPED
24961 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data5-all] SKIPPED
24962 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data6-any] SKIPPED
24963 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data6-all] SKIPPED
24964 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data7-any] SKIPPED
24965 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_operators_crosstest[data7-all] SKIPPED
24966 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_conversion_boolean SKIPPED
24967 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_conversion_expand SKIPPED
24968 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_arithmetic_subadd SKIPPED
24969 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_arithmetic_mul SKIPPED
24970 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_arithmetic_div SKIPPED
24971 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_arithmetic_intdiv SKIPPED
24972 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_arithmetic_reduce_sum SKIPPED
24973 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_arithmetic_reduce_sumup SKIPPED
24974 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u16::test_mask_conditional SKIPPED
24975 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_memory_load SKIPPED
24976 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_memory_store SKIPPED
24977 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
24978 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
24979 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
24980 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
24981 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
24982 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
24983 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
24984 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
24985 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
24986 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
24987 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
24988 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
24989 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_lut[self.lut32-32-32] SKIPPED
24990 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_lut[self.lut16-16-64] SKIPPED
24991 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_misc SKIPPED
24992 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_reorder SKIPPED
24993 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_reorder_rev64 SKIPPED
24994 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_reorder_permi128 SKIPPED
24995 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_comparison[lt-cmplt] SKIPPED
24996 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_comparison[le-cmple] SKIPPED
24997 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_comparison[gt-cmpgt] SKIPPED
24998 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_comparison[ge-cmpge] SKIPPED
24999 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_comparison[eq-cmpeq] SKIPPED
25000 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_logical SKIPPED
25001 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data0-any] SKIPPED
25002 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data0-all] SKIPPED
25003 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data1-any] SKIPPED
25004 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data1-all] SKIPPED
25005 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data2-any] SKIPPED
25006 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data2-all] SKIPPED
25007 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data3-any] SKIPPED
25008 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data3-all] SKIPPED
25009 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data4-any] SKIPPED
25010 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data4-all] SKIPPED
25011 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data5-any] SKIPPED
25012 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data5-all] SKIPPED
25013 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data6-any] SKIPPED
25014 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data6-all] SKIPPED
25015 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data7-any] SKIPPED
25016 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_operators_crosstest[data7-all] SKIPPED
25017 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_conversion_boolean SKIPPED
25018 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_conversion_expand SKIPPED
25019 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_arithmetic_subadd SKIPPED
25020 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_arithmetic_mul SKIPPED
25021 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_arithmetic_div SKIPPED
25022 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_arithmetic_intdiv SKIPPED
25023 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_arithmetic_reduce_sum SKIPPED
25024 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_arithmetic_reduce_sumup SKIPPED
25025 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s16::test_mask_conditional SKIPPED
25026 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_memory_load SKIPPED
25027 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_memory_store SKIPPED
25028 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25029 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25030 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25031 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25032 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25033 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25034 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25035 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25036 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25037 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25038 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25039 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25040 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_lut[self.lut32-32-32] SKIPPED
25041 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_lut[self.lut16-16-64] SKIPPED
25042 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_misc SKIPPED
25043 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_reorder SKIPPED
25044 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_reorder_rev64 SKIPPED
25045 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_reorder_permi128 SKIPPED
25046 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_comparison[lt-cmplt] SKIPPED
25047 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_comparison[le-cmple] SKIPPED
25048 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_comparison[gt-cmpgt] SKIPPED
25049 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_comparison[ge-cmpge] SKIPPED
25050 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_comparison[eq-cmpeq] SKIPPED
25051 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_logical SKIPPED
25052 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data0-any] SKIPPED
25053 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data0-all] SKIPPED
25054 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data1-any] SKIPPED
25055 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data1-all] SKIPPED
25056 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data2-any] SKIPPED
25057 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data2-all] SKIPPED
25058 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data3-any] SKIPPED
25059 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data3-all] SKIPPED
25060 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data4-any] SKIPPED
25061 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data4-all] SKIPPED
25062 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data5-any] SKIPPED
25063 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data5-all] SKIPPED
25064 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data6-any] SKIPPED
25065 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data6-all] SKIPPED
25066 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data7-any] SKIPPED
25067 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_operators_crosstest[data7-all] SKIPPED
25068 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_conversion_boolean SKIPPED
25069 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_conversion_expand SKIPPED
25070 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_arithmetic_subadd SKIPPED
25071 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_arithmetic_mul SKIPPED
25072 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_arithmetic_div SKIPPED
25073 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_arithmetic_intdiv SKIPPED
25074 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_arithmetic_reduce_sum SKIPPED
25075 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_arithmetic_reduce_sumup SKIPPED
25076 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u32::test_mask_conditional SKIPPED
25077 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_memory_load SKIPPED
25078 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_memory_store SKIPPED
25079 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25080 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25081 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25082 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25083 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25084 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25085 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25086 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25087 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25088 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25089 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25090 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25091 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_lut[self.lut32-32-32] SKIPPED
25092 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_lut[self.lut16-16-64] SKIPPED
25093 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_misc SKIPPED
25094 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_reorder SKIPPED
25095 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_reorder_rev64 SKIPPED
25096 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_reorder_permi128 SKIPPED
25097 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_comparison[lt-cmplt] SKIPPED
25098 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_comparison[le-cmple] SKIPPED
25099 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_comparison[gt-cmpgt] SKIPPED
25100 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_comparison[ge-cmpge] SKIPPED
25101 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_comparison[eq-cmpeq] SKIPPED
25102 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_logical SKIPPED
25103 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data0-any] SKIPPED
25104 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data0-all] SKIPPED
25105 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data1-any] SKIPPED
25106 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data1-all] SKIPPED
25107 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data2-any] SKIPPED
25108 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data2-all] SKIPPED
25109 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data3-any] SKIPPED
25110 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data3-all] SKIPPED
25111 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data4-any] SKIPPED
25112 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data4-all] SKIPPED
25113 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data5-any] SKIPPED
25114 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data5-all] SKIPPED
25115 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data6-any] SKIPPED
25116 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data6-all] SKIPPED
25117 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data7-any] SKIPPED
25118 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_operators_crosstest[data7-all] SKIPPED
25119 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_conversion_boolean SKIPPED
25120 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_conversion_expand SKIPPED
25121 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_arithmetic_subadd SKIPPED
25122 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_arithmetic_mul SKIPPED
25123 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_arithmetic_div SKIPPED
25124 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_arithmetic_intdiv SKIPPED
25125 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_arithmetic_reduce_sum SKIPPED
25126 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_arithmetic_reduce_sumup SKIPPED
25127 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s32::test_mask_conditional SKIPPED
25128 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_memory_load SKIPPED
25129 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_memory_store SKIPPED
25130 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25131 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25132 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25133 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25134 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25135 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25136 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25137 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25138 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25139 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25140 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25141 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25142 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_lut[self.lut32-32-32] SKIPPED
25143 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_lut[self.lut16-16-64] SKIPPED
25144 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_misc SKIPPED
25145 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_reorder SKIPPED
25146 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_reorder_rev64 SKIPPED
25147 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_reorder_permi128 SKIPPED
25148 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_comparison[lt-cmplt] SKIPPED
25149 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_comparison[le-cmple] SKIPPED
25150 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_comparison[gt-cmpgt] SKIPPED
25151 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_comparison[ge-cmpge] SKIPPED
25152 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_comparison[eq-cmpeq] SKIPPED
25153 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_logical SKIPPED
25154 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data0-any] SKIPPED
25155 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data0-all] SKIPPED
25156 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data1-any] SKIPPED
25157 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data1-all] SKIPPED
25158 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data2-any] SKIPPED
25159 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data2-all] SKIPPED
25160 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data3-any] SKIPPED
25161 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data3-all] SKIPPED
25162 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data4-any] SKIPPED
25163 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data4-all] SKIPPED
25164 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data5-any] SKIPPED
25165 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data5-all] SKIPPED
25166 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data6-any] SKIPPED
25167 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data6-all] SKIPPED
25168 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data7-any] SKIPPED
25169 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_operators_crosstest[data7-all] SKIPPED
25170 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_conversion_boolean SKIPPED
25171 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_conversion_expand SKIPPED
25172 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_arithmetic_subadd SKIPPED
25173 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_arithmetic_mul SKIPPED
25174 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_arithmetic_div SKIPPED
25175 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_arithmetic_intdiv SKIPPED
25176 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_arithmetic_reduce_sum SKIPPED
25177 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_arithmetic_reduce_sumup SKIPPED
25178 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_u64::test_mask_conditional SKIPPED
25179 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_memory_load SKIPPED
25180 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_memory_store SKIPPED
25181 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25182 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25183 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25184 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25185 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25186 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25187 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25188 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25189 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25190 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25191 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25192 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25193 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_lut[self.lut32-32-32] SKIPPED
25194 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_lut[self.lut16-16-64] SKIPPED
25195 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_misc SKIPPED
25196 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_reorder SKIPPED
25197 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_reorder_rev64 SKIPPED
25198 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_reorder_permi128 SKIPPED
25199 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_comparison[lt-cmplt] SKIPPED
25200 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_comparison[le-cmple] SKIPPED
25201 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_comparison[gt-cmpgt] SKIPPED
25202 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_comparison[ge-cmpge] SKIPPED
25203 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_comparison[eq-cmpeq] SKIPPED
25204 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_logical SKIPPED
25205 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data0-any] SKIPPED
25206 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data0-all] SKIPPED
25207 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data1-any] SKIPPED
25208 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data1-all] SKIPPED
25209 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data2-any] SKIPPED
25210 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data2-all] SKIPPED
25211 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data3-any] SKIPPED
25212 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data3-all] SKIPPED
25213 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data4-any] SKIPPED
25214 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data4-all] SKIPPED
25215 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data5-any] SKIPPED
25216 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data5-all] SKIPPED
25217 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data6-any] SKIPPED
25218 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data6-all] SKIPPED
25219 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data7-any] SKIPPED
25220 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_operators_crosstest[data7-all] SKIPPED
25221 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_conversion_boolean SKIPPED
25222 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_conversion_expand SKIPPED
25223 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_arithmetic_subadd SKIPPED
25224 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_arithmetic_mul SKIPPED
25225 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_arithmetic_div SKIPPED
25226 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_arithmetic_intdiv SKIPPED
25227 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_arithmetic_reduce_sum SKIPPED
25228 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_arithmetic_reduce_sumup SKIPPED
25229 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_s64::test_mask_conditional SKIPPED
25230 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_memory_load SKIPPED
25231 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_memory_store SKIPPED
25232 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25233 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25234 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25235 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25236 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25237 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25238 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25239 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25240 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25241 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25242 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25243 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25244 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_lut[self.lut32-32-32] SKIPPED
25245 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_lut[self.lut16-16-64] SKIPPED
25246 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_misc SKIPPED
25247 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_reorder SKIPPED
25248 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_reorder_rev64 SKIPPED
25249 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_reorder_permi128 SKIPPED
25250 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_comparison[lt-cmplt] SKIPPED
25251 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_comparison[le-cmple] SKIPPED
25252 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_comparison[gt-cmpgt] SKIPPED
25253 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_comparison[ge-cmpge] SKIPPED
25254 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_comparison[eq-cmpeq] SKIPPED
25255 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_logical SKIPPED
25256 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data0-any] SKIPPED
25257 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data0-all] SKIPPED
25258 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data1-any] SKIPPED
25259 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data1-all] SKIPPED
25260 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data2-any] SKIPPED
25261 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data2-all] SKIPPED
25262 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data3-any] SKIPPED
25263 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data3-all] SKIPPED
25264 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data4-any] SKIPPED
25265 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data4-all] SKIPPED
25266 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data5-any] SKIPPED
25267 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data5-all] SKIPPED
25268 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data6-any] SKIPPED
25269 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data6-all] SKIPPED
25270 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data7-any] SKIPPED
25271 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_operators_crosstest[data7-all] SKIPPED
25272 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_conversion_boolean SKIPPED
25273 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_conversion_expand SKIPPED
25274 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_arithmetic_subadd SKIPPED
25275 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_arithmetic_mul SKIPPED
25276 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_arithmetic_div SKIPPED
25277 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_arithmetic_intdiv SKIPPED
25278 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_arithmetic_reduce_sum SKIPPED
25279 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_arithmetic_reduce_sumup SKIPPED
25280 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f32::test_mask_conditional SKIPPED
25281 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_memory_load SKIPPED
25282 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_memory_store SKIPPED
25283 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25284 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25285 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25286 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25287 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25288 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25289 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25290 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25291 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25292 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25293 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25294 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25295 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_lut[self.lut32-32-32] SKIPPED
25296 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_lut[self.lut16-16-64] SKIPPED
25297 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_misc SKIPPED
25298 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_reorder SKIPPED
25299 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_reorder_rev64 SKIPPED
25300 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_reorder_permi128 SKIPPED
25301 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_comparison[lt-cmplt] SKIPPED
25302 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_comparison[le-cmple] SKIPPED
25303 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_comparison[gt-cmpgt] SKIPPED
25304 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_comparison[ge-cmpge] SKIPPED
25305 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_comparison[eq-cmpeq] SKIPPED
25306 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_logical SKIPPED
25307 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data0-any] SKIPPED
25308 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data0-all] SKIPPED
25309 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data1-any] SKIPPED
25310 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data1-all] SKIPPED
25311 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data2-any] SKIPPED
25312 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data2-all] SKIPPED
25313 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data3-any] SKIPPED
25314 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data3-all] SKIPPED
25315 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data4-any] SKIPPED
25316 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data4-all] SKIPPED
25317 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data5-any] SKIPPED
25318 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data5-all] SKIPPED
25319 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data6-any] SKIPPED
25320 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data6-all] SKIPPED
25321 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data7-any] SKIPPED
25322 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_operators_crosstest[data7-all] SKIPPED
25323 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_conversion_boolean SKIPPED
25324 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_conversion_expand SKIPPED
25325 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_arithmetic_subadd SKIPPED
25326 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_arithmetic_mul SKIPPED
25327 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_arithmetic_div SKIPPED
25328 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_arithmetic_intdiv SKIPPED
25329 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_arithmetic_reduce_sum SKIPPED
25330 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_arithmetic_reduce_sumup SKIPPED
25331 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3_f64::test_mask_conditional SKIPPED
25332 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b8::test_operators_logical SKIPPED
25333 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b8::test_tobits SKIPPED
25334 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b8::test_pack SKIPPED
25335 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b8::test_operators_crosstest[data0-any] SKIPPED
25336 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b8::test_operators_crosstest[data0-all] SKIPPED
25337 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b8::test_operators_crosstest[data1-any] SKIPPED
25338 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b8::test_operators_crosstest[data1-all] SKIPPED
25339 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b8::test_operators_crosstest[data2-any] SKIPPED
25340 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b8::test_operators_crosstest[data2-all] SKIPPED
25341 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b8::test_operators_crosstest[data3-any] SKIPPED
25342 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b8::test_operators_crosstest[data3-all] SKIPPED
25343 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b16::test_operators_logical SKIPPED
25344 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b16::test_tobits SKIPPED
25345 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b16::test_pack SKIPPED
25346 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b16::test_operators_crosstest[data0-any] SKIPPED
25347 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b16::test_operators_crosstest[data0-all] SKIPPED
25348 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b16::test_operators_crosstest[data1-any] SKIPPED
25349 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b16::test_operators_crosstest[data1-all] SKIPPED
25350 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b16::test_operators_crosstest[data2-any] SKIPPED
25351 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b16::test_operators_crosstest[data2-all] SKIPPED
25352 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b16::test_operators_crosstest[data3-any] SKIPPED
25353 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b16::test_operators_crosstest[data3-all] SKIPPED
25354 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b32::test_operators_logical SKIPPED
25355 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b32::test_tobits SKIPPED
25356 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b32::test_pack SKIPPED
25357 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b32::test_operators_crosstest[data0-any] SKIPPED
25358 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b32::test_operators_crosstest[data0-all] SKIPPED
25359 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b32::test_operators_crosstest[data1-any] SKIPPED
25360 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b32::test_operators_crosstest[data1-all] SKIPPED
25361 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b32::test_operators_crosstest[data2-any] SKIPPED
25362 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b32::test_operators_crosstest[data2-all] SKIPPED
25363 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b32::test_operators_crosstest[data3-any] SKIPPED
25364 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b32::test_operators_crosstest[data3-all] SKIPPED
25365 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b64::test_operators_logical SKIPPED
25366 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b64::test_tobits SKIPPED
25367 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b64::test_pack SKIPPED
25368 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b64::test_operators_crosstest[data0-any] SKIPPED
25369 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b64::test_operators_crosstest[data0-all] SKIPPED
25370 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b64::test_operators_crosstest[data1-any] SKIPPED
25371 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b64::test_operators_crosstest[data1-all] SKIPPED
25372 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b64::test_operators_crosstest[data2-any] SKIPPED
25373 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b64::test_operators_crosstest[data2-all] SKIPPED
25374 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b64::test_operators_crosstest[data3-any] SKIPPED
25375 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__FMA3__AVX2_b64::test_operators_crosstest[data3-all] SKIPPED
25376 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u8::test_operators_shift SKIPPED
25377 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u8::test_arithmetic_subadd_saturated SKIPPED
25378 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u8::test_math_max_min SKIPPED
25379 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u8::test_reduce_max_min[-100] SKIPPED
25380 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u8::test_reduce_max_min[-10000] SKIPPED
25381 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u8::test_reduce_max_min[0] SKIPPED
25382 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u8::test_reduce_max_min[100] SKIPPED
25383 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u8::test_reduce_max_min[10000] SKIPPED
25384 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s8::test_operators_shift SKIPPED
25385 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s8::test_arithmetic_subadd_saturated SKIPPED
25386 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s8::test_math_max_min SKIPPED
25387 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s8::test_reduce_max_min[-100] SKIPPED
25388 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s8::test_reduce_max_min[-10000] SKIPPED
25389 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s8::test_reduce_max_min[0] SKIPPED
25390 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s8::test_reduce_max_min[100] SKIPPED
25391 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s8::test_reduce_max_min[10000] SKIPPED
25392 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u16::test_operators_shift SKIPPED
25393 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u16::test_arithmetic_subadd_saturated SKIPPED
25394 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u16::test_math_max_min SKIPPED
25395 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u16::test_reduce_max_min[-100] SKIPPED
25396 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u16::test_reduce_max_min[-10000] SKIPPED
25397 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u16::test_reduce_max_min[0] SKIPPED
25398 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u16::test_reduce_max_min[100] SKIPPED
25399 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u16::test_reduce_max_min[10000] SKIPPED
25400 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s16::test_operators_shift SKIPPED
25401 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s16::test_arithmetic_subadd_saturated SKIPPED
25402 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s16::test_math_max_min SKIPPED
25403 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s16::test_reduce_max_min[-100] SKIPPED
25404 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s16::test_reduce_max_min[-10000] SKIPPED
25405 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s16::test_reduce_max_min[0] SKIPPED
25406 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s16::test_reduce_max_min[100] SKIPPED
25407 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s16::test_reduce_max_min[10000] SKIPPED
25408 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u32::test_operators_shift SKIPPED
25409 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u32::test_arithmetic_subadd_saturated SKIPPED
25410 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u32::test_math_max_min SKIPPED
25411 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u32::test_reduce_max_min[-100] SKIPPED
25412 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u32::test_reduce_max_min[-10000] SKIPPED
25413 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u32::test_reduce_max_min[0] SKIPPED
25414 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u32::test_reduce_max_min[100] SKIPPED
25415 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u32::test_reduce_max_min[10000] SKIPPED
25416 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s32::test_operators_shift SKIPPED
25417 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s32::test_arithmetic_subadd_saturated SKIPPED
25418 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s32::test_math_max_min SKIPPED
25419 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s32::test_reduce_max_min[-100] SKIPPED
25420 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s32::test_reduce_max_min[-10000] SKIPPED
25421 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s32::test_reduce_max_min[0] SKIPPED
25422 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s32::test_reduce_max_min[100] SKIPPED
25423 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s32::test_reduce_max_min[10000] SKIPPED
25424 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u64::test_operators_shift SKIPPED
25425 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u64::test_arithmetic_subadd_saturated SKIPPED
25426 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u64::test_math_max_min SKIPPED
25427 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u64::test_reduce_max_min[-100] SKIPPED
25428 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u64::test_reduce_max_min[-10000] SKIPPED
25429 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u64::test_reduce_max_min[0] SKIPPED
25430 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u64::test_reduce_max_min[100] SKIPPED
25431 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_u64::test_reduce_max_min[10000] SKIPPED
25432 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s64::test_operators_shift SKIPPED
25433 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s64::test_arithmetic_subadd_saturated SKIPPED
25434 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s64::test_math_max_min SKIPPED
25435 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s64::test_reduce_max_min[-100] SKIPPED
25436 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s64::test_reduce_max_min[-10000] SKIPPED
25437 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s64::test_reduce_max_min[0] SKIPPED
25438 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s64::test_reduce_max_min[100] SKIPPED
25439 numpy/_core/tests/test_simd.py::Test_SIMD_INT__FMA3__AVX2_s64::test_reduce_max_min[10000] SKIPPED
25440 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_arithmetic_fused SKIPPED
25441 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_abs SKIPPED
25442 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_sqrt SKIPPED
25443 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_square SKIPPED
25444 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_rounding[ceil-ceil] SKIPPED
25445 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_rounding[trunc-trunc] SKIPPED
25446 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_rounding[floor-floor] SKIPPED
25447 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_rounding[rint-round] SKIPPED
25448 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_max_min[max] SKIPPED
25449 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_max_min[maxp] SKIPPED
25450 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_max_min[maxn] SKIPPED
25451 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_max_min[min] SKIPPED
25452 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_max_min[minp] SKIPPED
25453 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_max_min[minn] SKIPPED
25454 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_reciprocal SKIPPED
25455 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_special_cases SKIPPED
25456 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_unary_invalid_fpexception[rint] SKIPPED
25457 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_unary_invalid_fpexception[trunc] SKIPPED
25458 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_unary_invalid_fpexception[ceil] SKIPPED
25459 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_unary_invalid_fpexception[floor] SKIPPED
25460 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_comparison_with_nan[lt-cmplt] SKIPPED
25461 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_comparison_with_nan[le-cmple] SKIPPED
25462 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_comparison_with_nan[gt-cmpgt] SKIPPED
25463 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_comparison_with_nan[ge-cmpge] SKIPPED
25464 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_comparison_with_nan[eq-cmpeq] SKIPPED
25465 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_comparison_with_nan[ne-cmpneq] SKIPPED
25466 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data0-any] SKIPPED
25467 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data0-all] SKIPPED
25468 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data1-any] SKIPPED
25469 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data1-all] SKIPPED
25470 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data2-any] SKIPPED
25471 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data2-all] SKIPPED
25472 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data3-any] SKIPPED
25473 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data3-all] SKIPPED
25474 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data4-any] SKIPPED
25475 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data4-all] SKIPPED
25476 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data5-any] SKIPPED
25477 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data5-all] SKIPPED
25478 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data6-any] SKIPPED
25479 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data6-all] SKIPPED
25480 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data7-any] SKIPPED
25481 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f32::test_operators_crosstest[data7-all] SKIPPED
25482 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_arithmetic_fused SKIPPED
25483 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_abs SKIPPED
25484 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_sqrt SKIPPED
25485 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_square SKIPPED
25486 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_rounding[ceil-ceil] SKIPPED
25487 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_rounding[trunc-trunc] SKIPPED
25488 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_rounding[floor-floor] SKIPPED
25489 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_rounding[rint-round] SKIPPED
25490 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_max_min[max] SKIPPED
25491 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_max_min[maxp] SKIPPED
25492 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_max_min[maxn] SKIPPED
25493 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_max_min[min] SKIPPED
25494 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_max_min[minp] SKIPPED
25495 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_max_min[minn] SKIPPED
25496 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_reciprocal SKIPPED
25497 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_special_cases SKIPPED
25498 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_unary_invalid_fpexception[rint] SKIPPED
25499 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_unary_invalid_fpexception[trunc] SKIPPED
25500 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_unary_invalid_fpexception[ceil] SKIPPED
25501 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_unary_invalid_fpexception[floor] SKIPPED
25502 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_comparison_with_nan[lt-cmplt] SKIPPED
25503 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_comparison_with_nan[le-cmple] SKIPPED
25504 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_comparison_with_nan[gt-cmpgt] SKIPPED
25505 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_comparison_with_nan[ge-cmpge] SKIPPED
25506 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_comparison_with_nan[eq-cmpeq] SKIPPED
25507 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_comparison_with_nan[ne-cmpneq] SKIPPED
25508 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data0-any] SKIPPED
25509 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data0-all] SKIPPED
25510 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data1-any] SKIPPED
25511 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data1-all] SKIPPED
25512 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data2-any] SKIPPED
25513 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data2-all] SKIPPED
25514 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data3-any] SKIPPED
25515 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data3-all] SKIPPED
25516 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data4-any] SKIPPED
25517 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data4-all] SKIPPED
25518 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data5-any] SKIPPED
25519 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data5-all] SKIPPED
25520 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data6-any] SKIPPED
25521 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data6-all] SKIPPED
25522 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data7-any] SKIPPED
25523 numpy/_core/tests/test_simd.py::Test_SIMD_FP__FMA3__AVX2_f64::test_operators_crosstest[data7-all] SKIPPED
25524 numpy/_core/tests/test_simd.py::Test_SIMD_FP32__FMA3__AVX2_f32::test_conversions SKIPPED
25525 numpy/_core/tests/test_simd.py::Test_SIMD_FP64__FMA3__AVX2_f64::test_conversions SKIPPED
25526 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_memory_load SKIPPED
25527 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_memory_store SKIPPED
25528 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25529 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25530 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25531 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25532 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25533 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25534 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25535 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25536 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25537 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25538 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25539 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25540 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_lut[self.lut32-32-32] SKIPPED
25541 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_lut[self.lut16-16-64] SKIPPED
25542 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_misc SKIPPED
25543 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_reorder SKIPPED
25544 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_reorder_rev64 SKIPPED
25545 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_reorder_permi128 SKIPPED
25546 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_comparison[lt-cmplt] SKIPPED
25547 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_comparison[le-cmple] SKIPPED
25548 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_comparison[gt-cmpgt] SKIPPED
25549 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_comparison[ge-cmpge] SKIPPED
25550 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_comparison[eq-cmpeq] SKIPPED
25551 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_logical SKIPPED
25552 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data0-any] SKIPPED
25553 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data0-all] SKIPPED
25554 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data1-any] SKIPPED
25555 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data1-all] SKIPPED
25556 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data2-any] SKIPPED
25557 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data2-all] SKIPPED
25558 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data3-any] SKIPPED
25559 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data3-all] SKIPPED
25560 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data4-any] SKIPPED
25561 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data4-all] SKIPPED
25562 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data5-any] SKIPPED
25563 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data5-all] SKIPPED
25564 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data6-any] SKIPPED
25565 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data6-all] SKIPPED
25566 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data7-any] SKIPPED
25567 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_operators_crosstest[data7-all] SKIPPED
25568 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_conversion_boolean SKIPPED
25569 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_conversion_expand SKIPPED
25570 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_arithmetic_subadd SKIPPED
25571 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_arithmetic_mul SKIPPED
25572 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_arithmetic_div SKIPPED
25573 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_arithmetic_intdiv SKIPPED
25574 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_arithmetic_reduce_sum SKIPPED
25575 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_arithmetic_reduce_sumup SKIPPED
25576 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u8::test_mask_conditional SKIPPED
25577 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_memory_load SKIPPED
25578 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_memory_store SKIPPED
25579 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25580 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25581 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25582 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25583 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25584 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25585 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25586 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25587 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25588 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25589 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25590 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25591 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_lut[self.lut32-32-32] SKIPPED
25592 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_lut[self.lut16-16-64] SKIPPED
25593 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_misc SKIPPED
25594 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_reorder SKIPPED
25595 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_reorder_rev64 SKIPPED
25596 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_reorder_permi128 SKIPPED
25597 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_comparison[lt-cmplt] SKIPPED
25598 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_comparison[le-cmple] SKIPPED
25599 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_comparison[gt-cmpgt] SKIPPED
25600 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_comparison[ge-cmpge] SKIPPED
25601 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_comparison[eq-cmpeq] SKIPPED
25602 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_logical SKIPPED
25603 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data0-any] SKIPPED
25604 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data0-all] SKIPPED
25605 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data1-any] SKIPPED
25606 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data1-all] SKIPPED
25607 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data2-any] SKIPPED
25608 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data2-all] SKIPPED
25609 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data3-any] SKIPPED
25610 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data3-all] SKIPPED
25611 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data4-any] SKIPPED
25612 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data4-all] SKIPPED
25613 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data5-any] SKIPPED
25614 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data5-all] SKIPPED
25615 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data6-any] SKIPPED
25616 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data6-all] SKIPPED
25617 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data7-any] SKIPPED
25618 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_operators_crosstest[data7-all] SKIPPED
25619 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_conversion_boolean SKIPPED
25620 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_conversion_expand SKIPPED
25621 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_arithmetic_subadd SKIPPED
25622 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_arithmetic_mul SKIPPED
25623 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_arithmetic_div SKIPPED
25624 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_arithmetic_intdiv SKIPPED
25625 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_arithmetic_reduce_sum SKIPPED
25626 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_arithmetic_reduce_sumup SKIPPED
25627 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s8::test_mask_conditional SKIPPED
25628 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_memory_load SKIPPED
25629 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_memory_store SKIPPED
25630 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25631 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25632 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25633 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25634 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25635 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25636 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25637 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25638 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25639 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25640 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25641 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25642 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_lut[self.lut32-32-32] SKIPPED
25643 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_lut[self.lut16-16-64] SKIPPED
25644 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_misc SKIPPED
25645 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_reorder SKIPPED
25646 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_reorder_rev64 SKIPPED
25647 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_reorder_permi128 SKIPPED
25648 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_comparison[lt-cmplt] SKIPPED
25649 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_comparison[le-cmple] SKIPPED
25650 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_comparison[gt-cmpgt] SKIPPED
25651 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_comparison[ge-cmpge] SKIPPED
25652 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_comparison[eq-cmpeq] SKIPPED
25653 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_logical SKIPPED
25654 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data0-any] SKIPPED
25655 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data0-all] SKIPPED
25656 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data1-any] SKIPPED
25657 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data1-all] SKIPPED
25658 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data2-any] SKIPPED
25659 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data2-all] SKIPPED
25660 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data3-any] SKIPPED
25661 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data3-all] SKIPPED
25662 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data4-any] SKIPPED
25663 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data4-all] SKIPPED
25664 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data5-any] SKIPPED
25665 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data5-all] SKIPPED
25666 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data6-any] SKIPPED
25667 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data6-all] SKIPPED
25668 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data7-any] SKIPPED
25669 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_operators_crosstest[data7-all] SKIPPED
25670 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_conversion_boolean SKIPPED
25671 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_conversion_expand SKIPPED
25672 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_arithmetic_subadd SKIPPED
25673 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_arithmetic_mul SKIPPED
25674 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_arithmetic_div SKIPPED
25675 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_arithmetic_intdiv SKIPPED
25676 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_arithmetic_reduce_sum SKIPPED
25677 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_arithmetic_reduce_sumup SKIPPED
25678 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u16::test_mask_conditional SKIPPED
25679 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_memory_load SKIPPED
25680 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_memory_store SKIPPED
25681 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25682 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25683 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25684 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25685 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25686 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25687 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25688 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25689 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25690 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25691 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25692 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25693 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_lut[self.lut32-32-32] SKIPPED
25694 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_lut[self.lut16-16-64] SKIPPED
25695 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_misc SKIPPED
25696 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_reorder SKIPPED
25697 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_reorder_rev64 SKIPPED
25698 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_reorder_permi128 SKIPPED
25699 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_comparison[lt-cmplt] SKIPPED
25700 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_comparison[le-cmple] SKIPPED
25701 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_comparison[gt-cmpgt] SKIPPED
25702 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_comparison[ge-cmpge] SKIPPED
25703 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_comparison[eq-cmpeq] SKIPPED
25704 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_logical SKIPPED
25705 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data0-any] SKIPPED
25706 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data0-all] SKIPPED
25707 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data1-any] SKIPPED
25708 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data1-all] SKIPPED
25709 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data2-any] SKIPPED
25710 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data2-all] SKIPPED
25711 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data3-any] SKIPPED
25712 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data3-all] SKIPPED
25713 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data4-any] SKIPPED
25714 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data4-all] SKIPPED
25715 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data5-any] SKIPPED
25716 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data5-all] SKIPPED
25717 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data6-any] SKIPPED
25718 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data6-all] SKIPPED
25719 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data7-any] SKIPPED
25720 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_operators_crosstest[data7-all] SKIPPED
25721 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_conversion_boolean SKIPPED
25722 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_conversion_expand SKIPPED
25723 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_arithmetic_subadd SKIPPED
25724 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_arithmetic_mul SKIPPED
25725 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_arithmetic_div SKIPPED
25726 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_arithmetic_intdiv SKIPPED
25727 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_arithmetic_reduce_sum SKIPPED
25728 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_arithmetic_reduce_sumup SKIPPED
25729 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s16::test_mask_conditional SKIPPED
25730 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_memory_load SKIPPED
25731 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_memory_store SKIPPED
25732 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25733 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25734 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25735 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25736 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25737 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25738 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25739 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25740 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25741 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25742 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25743 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25744 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_lut[self.lut32-32-32] SKIPPED
25745 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_lut[self.lut16-16-64] SKIPPED
25746 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_misc SKIPPED
25747 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_reorder SKIPPED
25748 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_reorder_rev64 SKIPPED
25749 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_reorder_permi128 SKIPPED
25750 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_comparison[lt-cmplt] SKIPPED
25751 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_comparison[le-cmple] SKIPPED
25752 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_comparison[gt-cmpgt] SKIPPED
25753 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_comparison[ge-cmpge] SKIPPED
25754 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_comparison[eq-cmpeq] SKIPPED
25755 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_logical SKIPPED
25756 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data0-any] SKIPPED
25757 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data0-all] SKIPPED
25758 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data1-any] SKIPPED
25759 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data1-all] SKIPPED
25760 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data2-any] SKIPPED
25761 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data2-all] SKIPPED
25762 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data3-any] SKIPPED
25763 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data3-all] SKIPPED
25764 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data4-any] SKIPPED
25765 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data4-all] SKIPPED
25766 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data5-any] SKIPPED
25767 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data5-all] SKIPPED
25768 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data6-any] SKIPPED
25769 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data6-all] SKIPPED
25770 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data7-any] SKIPPED
25771 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_operators_crosstest[data7-all] SKIPPED
25772 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_conversion_boolean SKIPPED
25773 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_conversion_expand SKIPPED
25774 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_arithmetic_subadd SKIPPED
25775 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_arithmetic_mul SKIPPED
25776 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_arithmetic_div SKIPPED
25777 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_arithmetic_intdiv SKIPPED
25778 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_arithmetic_reduce_sum SKIPPED
25779 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_arithmetic_reduce_sumup SKIPPED
25780 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u32::test_mask_conditional SKIPPED
25781 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_memory_load SKIPPED
25782 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_memory_store SKIPPED
25783 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25784 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25785 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25786 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25787 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25788 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25789 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25790 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25791 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25792 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25793 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25794 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25795 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_lut[self.lut32-32-32] SKIPPED
25796 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_lut[self.lut16-16-64] SKIPPED
25797 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_misc SKIPPED
25798 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_reorder SKIPPED
25799 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_reorder_rev64 SKIPPED
25800 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_reorder_permi128 SKIPPED
25801 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_comparison[lt-cmplt] SKIPPED
25802 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_comparison[le-cmple] SKIPPED
25803 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_comparison[gt-cmpgt] SKIPPED
25804 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_comparison[ge-cmpge] SKIPPED
25805 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_comparison[eq-cmpeq] SKIPPED
25806 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_logical SKIPPED
25807 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data0-any] SKIPPED
25808 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data0-all] SKIPPED
25809 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data1-any] SKIPPED
25810 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data1-all] SKIPPED
25811 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data2-any] SKIPPED
25812 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data2-all] SKIPPED
25813 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data3-any] SKIPPED
25814 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data3-all] SKIPPED
25815 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data4-any] SKIPPED
25816 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data4-all] SKIPPED
25817 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data5-any] SKIPPED
25818 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data5-all] SKIPPED
25819 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data6-any] SKIPPED
25820 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data6-all] SKIPPED
25821 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data7-any] SKIPPED
25822 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_operators_crosstest[data7-all] SKIPPED
25823 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_conversion_boolean SKIPPED
25824 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_conversion_expand SKIPPED
25825 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_arithmetic_subadd SKIPPED
25826 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_arithmetic_mul SKIPPED
25827 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_arithmetic_div SKIPPED
25828 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_arithmetic_intdiv SKIPPED
25829 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_arithmetic_reduce_sum SKIPPED
25830 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_arithmetic_reduce_sumup SKIPPED
25831 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s32::test_mask_conditional SKIPPED
25832 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_memory_load SKIPPED
25833 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_memory_store SKIPPED
25834 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25835 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25836 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25837 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25838 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25839 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25840 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25841 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25842 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25843 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25844 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25845 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25846 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_lut[self.lut32-32-32] SKIPPED
25847 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_lut[self.lut16-16-64] SKIPPED
25848 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_misc SKIPPED
25849 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_reorder SKIPPED
25850 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_reorder_rev64 SKIPPED
25851 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_reorder_permi128 SKIPPED
25852 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_comparison[lt-cmplt] SKIPPED
25853 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_comparison[le-cmple] SKIPPED
25854 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_comparison[gt-cmpgt] SKIPPED
25855 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_comparison[ge-cmpge] SKIPPED
25856 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_comparison[eq-cmpeq] SKIPPED
25857 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_logical SKIPPED
25858 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data0-any] SKIPPED
25859 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data0-all] SKIPPED
25860 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data1-any] SKIPPED
25861 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data1-all] SKIPPED
25862 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data2-any] SKIPPED
25863 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data2-all] SKIPPED
25864 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data3-any] SKIPPED
25865 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data3-all] SKIPPED
25866 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data4-any] SKIPPED
25867 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data4-all] SKIPPED
25868 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data5-any] SKIPPED
25869 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data5-all] SKIPPED
25870 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data6-any] SKIPPED
25871 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data6-all] SKIPPED
25872 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data7-any] SKIPPED
25873 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_operators_crosstest[data7-all] SKIPPED
25874 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_conversion_boolean SKIPPED
25875 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_conversion_expand SKIPPED
25876 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_arithmetic_subadd SKIPPED
25877 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_arithmetic_mul SKIPPED
25878 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_arithmetic_div SKIPPED
25879 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_arithmetic_intdiv SKIPPED
25880 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_arithmetic_reduce_sum SKIPPED
25881 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_arithmetic_reduce_sumup SKIPPED
25882 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_u64::test_mask_conditional SKIPPED
25883 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_memory_load SKIPPED
25884 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_memory_store SKIPPED
25885 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25886 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25887 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25888 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25889 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25890 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25891 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25892 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25893 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25894 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25895 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25896 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25897 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_lut[self.lut32-32-32] SKIPPED
25898 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_lut[self.lut16-16-64] SKIPPED
25899 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_misc SKIPPED
25900 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_reorder SKIPPED
25901 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_reorder_rev64 SKIPPED
25902 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_reorder_permi128 SKIPPED
25903 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_comparison[lt-cmplt] SKIPPED
25904 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_comparison[le-cmple] SKIPPED
25905 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_comparison[gt-cmpgt] SKIPPED
25906 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_comparison[ge-cmpge] SKIPPED
25907 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_comparison[eq-cmpeq] SKIPPED
25908 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_logical SKIPPED
25909 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data0-any] SKIPPED
25910 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data0-all] SKIPPED
25911 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data1-any] SKIPPED
25912 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data1-all] SKIPPED
25913 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data2-any] SKIPPED
25914 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data2-all] SKIPPED
25915 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data3-any] SKIPPED
25916 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data3-all] SKIPPED
25917 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data4-any] SKIPPED
25918 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data4-all] SKIPPED
25919 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data5-any] SKIPPED
25920 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data5-all] SKIPPED
25921 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data6-any] SKIPPED
25922 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data6-all] SKIPPED
25923 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data7-any] SKIPPED
25924 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_operators_crosstest[data7-all] SKIPPED
25925 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_conversion_boolean SKIPPED
25926 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_conversion_expand SKIPPED
25927 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_arithmetic_subadd SKIPPED
25928 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_arithmetic_mul SKIPPED
25929 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_arithmetic_div SKIPPED
25930 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_arithmetic_intdiv SKIPPED
25931 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_arithmetic_reduce_sum SKIPPED
25932 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_arithmetic_reduce_sumup SKIPPED
25933 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_s64::test_mask_conditional SKIPPED
25934 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_memory_load SKIPPED
25935 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_memory_store SKIPPED
25936 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25937 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25938 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25939 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25940 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25941 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25942 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25943 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25944 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25945 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25946 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25947 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25948 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_lut[self.lut32-32-32] SKIPPED
25949 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_lut[self.lut16-16-64] SKIPPED
25950 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_misc SKIPPED
25951 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_reorder SKIPPED
25952 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_reorder_rev64 SKIPPED
25953 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_reorder_permi128 SKIPPED
25954 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_comparison[lt-cmplt] SKIPPED
25955 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_comparison[le-cmple] SKIPPED
25956 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_comparison[gt-cmpgt] SKIPPED
25957 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_comparison[ge-cmpge] SKIPPED
25958 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_comparison[eq-cmpeq] SKIPPED
25959 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_logical SKIPPED
25960 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data0-any] SKIPPED
25961 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data0-all] SKIPPED
25962 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data1-any] SKIPPED
25963 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data1-all] SKIPPED
25964 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data2-any] SKIPPED
25965 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data2-all] SKIPPED
25966 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data3-any] SKIPPED
25967 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data3-all] SKIPPED
25968 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data4-any] SKIPPED
25969 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data4-all] SKIPPED
25970 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data5-any] SKIPPED
25971 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data5-all] SKIPPED
25972 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data6-any] SKIPPED
25973 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data6-all] SKIPPED
25974 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data7-any] SKIPPED
25975 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_operators_crosstest[data7-all] SKIPPED
25976 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_conversion_boolean SKIPPED
25977 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_conversion_expand SKIPPED
25978 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_arithmetic_subadd SKIPPED
25979 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_arithmetic_mul SKIPPED
25980 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_arithmetic_div SKIPPED
25981 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_arithmetic_intdiv SKIPPED
25982 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_arithmetic_reduce_sum SKIPPED
25983 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_arithmetic_reduce_sumup SKIPPED
25984 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f32::test_mask_conditional SKIPPED
25985 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_memory_load SKIPPED
25986 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_memory_store SKIPPED
25987 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
25988 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
25989 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
25990 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
25991 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
25992 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
25993 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
25994 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
25995 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
25996 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
25997 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
25998 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
25999 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_lut[self.lut32-32-32] SKIPPED
26000 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_lut[self.lut16-16-64] SKIPPED
26001 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_misc SKIPPED
26002 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_reorder SKIPPED
26003 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_reorder_rev64 SKIPPED
26004 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_reorder_permi128 SKIPPED
26005 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_comparison[lt-cmplt] SKIPPED
26006 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_comparison[le-cmple] SKIPPED
26007 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_comparison[gt-cmpgt] SKIPPED
26008 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_comparison[ge-cmpge] SKIPPED
26009 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_comparison[eq-cmpeq] SKIPPED
26010 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_logical SKIPPED
26011 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data0-any] SKIPPED
26012 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data0-all] SKIPPED
26013 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data1-any] SKIPPED
26014 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data1-all] SKIPPED
26015 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data2-any] SKIPPED
26016 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data2-all] SKIPPED
26017 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data3-any] SKIPPED
26018 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data3-all] SKIPPED
26019 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data4-any] SKIPPED
26020 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data4-all] SKIPPED
26021 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data5-any] SKIPPED
26022 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data5-all] SKIPPED
26023 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data6-any] SKIPPED
26024 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data6-all] SKIPPED
26025 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data7-any] SKIPPED
26026 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_operators_crosstest[data7-all] SKIPPED
26027 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_conversion_boolean SKIPPED
26028 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_conversion_expand SKIPPED
26029 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_arithmetic_subadd SKIPPED
26030 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_arithmetic_mul SKIPPED
26031 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_arithmetic_div SKIPPED
26032 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_arithmetic_intdiv SKIPPED
26033 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_arithmetic_reduce_sum SKIPPED
26034 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_arithmetic_reduce_sumup SKIPPED
26035 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__FMA3__AVX2_f64::test_mask_conditional SKIPPED
26036 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b8::test_operators_logical SKIPPED
26037 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b8::test_tobits SKIPPED
26038 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b8::test_pack SKIPPED
26039 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b8::test_operators_crosstest[data0-any] SKIPPED
26040 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b8::test_operators_crosstest[data0-all] SKIPPED
26041 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b8::test_operators_crosstest[data1-any] SKIPPED
26042 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b8::test_operators_crosstest[data1-all] SKIPPED
26043 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b8::test_operators_crosstest[data2-any] SKIPPED
26044 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b8::test_operators_crosstest[data2-all] SKIPPED
26045 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b8::test_operators_crosstest[data3-any] SKIPPED
26046 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b8::test_operators_crosstest[data3-all] SKIPPED
26047 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b16::test_operators_logical SKIPPED
26048 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b16::test_tobits SKIPPED
26049 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b16::test_pack SKIPPED
26050 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b16::test_operators_crosstest[data0-any] SKIPPED
26051 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b16::test_operators_crosstest[data0-all] SKIPPED
26052 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b16::test_operators_crosstest[data1-any] SKIPPED
26053 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b16::test_operators_crosstest[data1-all] SKIPPED
26054 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b16::test_operators_crosstest[data2-any] SKIPPED
26055 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b16::test_operators_crosstest[data2-all] SKIPPED
26056 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b16::test_operators_crosstest[data3-any] SKIPPED
26057 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b16::test_operators_crosstest[data3-all] SKIPPED
26058 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b32::test_operators_logical SKIPPED
26059 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b32::test_tobits SKIPPED
26060 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b32::test_pack SKIPPED
26061 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b32::test_operators_crosstest[data0-any] SKIPPED
26062 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b32::test_operators_crosstest[data0-all] SKIPPED
26063 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b32::test_operators_crosstest[data1-any] SKIPPED
26064 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b32::test_operators_crosstest[data1-all] SKIPPED
26065 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b32::test_operators_crosstest[data2-any] SKIPPED
26066 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b32::test_operators_crosstest[data2-all] SKIPPED
26067 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b32::test_operators_crosstest[data3-any] SKIPPED
26068 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b32::test_operators_crosstest[data3-all] SKIPPED
26069 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b64::test_operators_logical SKIPPED
26070 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b64::test_tobits SKIPPED
26071 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b64::test_pack SKIPPED
26072 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b64::test_operators_crosstest[data0-any] SKIPPED
26073 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b64::test_operators_crosstest[data0-all] SKIPPED
26074 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b64::test_operators_crosstest[data1-any] SKIPPED
26075 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b64::test_operators_crosstest[data1-all] SKIPPED
26076 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b64::test_operators_crosstest[data2-any] SKIPPED
26077 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b64::test_operators_crosstest[data2-all] SKIPPED
26078 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b64::test_operators_crosstest[data3-any] SKIPPED
26079 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512F_b64::test_operators_crosstest[data3-all] SKIPPED
26080 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u8::test_operators_shift SKIPPED
26081 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u8::test_arithmetic_subadd_saturated SKIPPED
26082 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u8::test_math_max_min SKIPPED
26083 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u8::test_reduce_max_min[-100] SKIPPED
26084 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u8::test_reduce_max_min[-10000] SKIPPED
26085 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u8::test_reduce_max_min[0] SKIPPED
26086 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u8::test_reduce_max_min[100] SKIPPED
26087 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u8::test_reduce_max_min[10000] SKIPPED
26088 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s8::test_operators_shift SKIPPED
26089 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s8::test_arithmetic_subadd_saturated SKIPPED
26090 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s8::test_math_max_min SKIPPED
26091 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s8::test_reduce_max_min[-100] SKIPPED
26092 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s8::test_reduce_max_min[-10000] SKIPPED
26093 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s8::test_reduce_max_min[0] SKIPPED
26094 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s8::test_reduce_max_min[100] SKIPPED
26095 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s8::test_reduce_max_min[10000] SKIPPED
26096 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u16::test_operators_shift SKIPPED
26097 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u16::test_arithmetic_subadd_saturated SKIPPED
26098 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u16::test_math_max_min SKIPPED
26099 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u16::test_reduce_max_min[-100] SKIPPED
26100 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u16::test_reduce_max_min[-10000] SKIPPED
26101 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u16::test_reduce_max_min[0] SKIPPED
26102 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u16::test_reduce_max_min[100] SKIPPED
26103 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u16::test_reduce_max_min[10000] SKIPPED
26104 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s16::test_operators_shift SKIPPED
26105 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s16::test_arithmetic_subadd_saturated SKIPPED
26106 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s16::test_math_max_min SKIPPED
26107 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s16::test_reduce_max_min[-100] SKIPPED
26108 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s16::test_reduce_max_min[-10000] SKIPPED
26109 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s16::test_reduce_max_min[0] SKIPPED
26110 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s16::test_reduce_max_min[100] SKIPPED
26111 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s16::test_reduce_max_min[10000] SKIPPED
26112 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u32::test_operators_shift SKIPPED
26113 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u32::test_arithmetic_subadd_saturated SKIPPED
26114 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u32::test_math_max_min SKIPPED
26115 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u32::test_reduce_max_min[-100] SKIPPED
26116 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u32::test_reduce_max_min[-10000] SKIPPED
26117 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u32::test_reduce_max_min[0] SKIPPED
26118 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u32::test_reduce_max_min[100] SKIPPED
26119 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u32::test_reduce_max_min[10000] SKIPPED
26120 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s32::test_operators_shift SKIPPED
26121 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s32::test_arithmetic_subadd_saturated SKIPPED
26122 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s32::test_math_max_min SKIPPED
26123 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s32::test_reduce_max_min[-100] SKIPPED
26124 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s32::test_reduce_max_min[-10000] SKIPPED
26125 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s32::test_reduce_max_min[0] SKIPPED
26126 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s32::test_reduce_max_min[100] SKIPPED
26127 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s32::test_reduce_max_min[10000] SKIPPED
26128 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u64::test_operators_shift SKIPPED
26129 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u64::test_arithmetic_subadd_saturated SKIPPED
26130 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u64::test_math_max_min SKIPPED
26131 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u64::test_reduce_max_min[-100] SKIPPED
26132 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u64::test_reduce_max_min[-10000] SKIPPED
26133 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u64::test_reduce_max_min[0] SKIPPED
26134 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u64::test_reduce_max_min[100] SKIPPED
26135 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_u64::test_reduce_max_min[10000] SKIPPED
26136 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s64::test_operators_shift SKIPPED
26137 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s64::test_arithmetic_subadd_saturated SKIPPED
26138 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s64::test_math_max_min SKIPPED
26139 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s64::test_reduce_max_min[-100] SKIPPED
26140 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s64::test_reduce_max_min[-10000] SKIPPED
26141 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s64::test_reduce_max_min[0] SKIPPED
26142 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s64::test_reduce_max_min[100] SKIPPED
26143 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512F_s64::test_reduce_max_min[10000] SKIPPED
26144 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_arithmetic_fused SKIPPED
26145 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_abs SKIPPED
26146 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_sqrt SKIPPED
26147 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_square SKIPPED
26148 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_rounding[ceil-ceil] SKIPPED
26149 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_rounding[trunc-trunc] SKIPPED
26150 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_rounding[floor-floor] SKIPPED
26151 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_rounding[rint-round] SKIPPED
26152 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_max_min[max] SKIPPED
26153 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_max_min[maxp] SKIPPED
26154 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_max_min[maxn] SKIPPED
26155 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_max_min[min] SKIPPED
26156 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_max_min[minp] SKIPPED
26157 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_max_min[minn] SKIPPED
26158 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_reciprocal SKIPPED
26159 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_special_cases SKIPPED
26160 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_unary_invalid_fpexception[rint] SKIPPED
26161 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_unary_invalid_fpexception[trunc] SKIPPED
26162 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_unary_invalid_fpexception[ceil] SKIPPED
26163 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_unary_invalid_fpexception[floor] SKIPPED
26164 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_comparison_with_nan[lt-cmplt] SKIPPED
26165 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_comparison_with_nan[le-cmple] SKIPPED
26166 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_comparison_with_nan[gt-cmpgt] SKIPPED
26167 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_comparison_with_nan[ge-cmpge] SKIPPED
26168 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_comparison_with_nan[eq-cmpeq] SKIPPED
26169 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_comparison_with_nan[ne-cmpneq] SKIPPED
26170 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data0-any] SKIPPED
26171 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data0-all] SKIPPED
26172 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data1-any] SKIPPED
26173 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data1-all] SKIPPED
26174 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data2-any] SKIPPED
26175 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data2-all] SKIPPED
26176 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data3-any] SKIPPED
26177 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data3-all] SKIPPED
26178 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data4-any] SKIPPED
26179 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data4-all] SKIPPED
26180 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data5-any] SKIPPED
26181 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data5-all] SKIPPED
26182 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data6-any] SKIPPED
26183 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data6-all] SKIPPED
26184 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data7-any] SKIPPED
26185 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f32::test_operators_crosstest[data7-all] SKIPPED
26186 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_arithmetic_fused SKIPPED
26187 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_abs SKIPPED
26188 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_sqrt SKIPPED
26189 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_square SKIPPED
26190 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_rounding[ceil-ceil] SKIPPED
26191 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_rounding[trunc-trunc] SKIPPED
26192 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_rounding[floor-floor] SKIPPED
26193 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_rounding[rint-round] SKIPPED
26194 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_max_min[max] SKIPPED
26195 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_max_min[maxp] SKIPPED
26196 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_max_min[maxn] SKIPPED
26197 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_max_min[min] SKIPPED
26198 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_max_min[minp] SKIPPED
26199 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_max_min[minn] SKIPPED
26200 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_reciprocal SKIPPED
26201 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_special_cases SKIPPED
26202 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_unary_invalid_fpexception[rint] SKIPPED
26203 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_unary_invalid_fpexception[trunc] SKIPPED
26204 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_unary_invalid_fpexception[ceil] SKIPPED
26205 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_unary_invalid_fpexception[floor] SKIPPED
26206 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_comparison_with_nan[lt-cmplt] SKIPPED
26207 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_comparison_with_nan[le-cmple] SKIPPED
26208 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_comparison_with_nan[gt-cmpgt] SKIPPED
26209 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_comparison_with_nan[ge-cmpge] SKIPPED
26210 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_comparison_with_nan[eq-cmpeq] SKIPPED
26211 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_comparison_with_nan[ne-cmpneq] SKIPPED
26212 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data0-any] SKIPPED
26213 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data0-all] SKIPPED
26214 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data1-any] SKIPPED
26215 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data1-all] SKIPPED
26216 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data2-any] SKIPPED
26217 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data2-all] SKIPPED
26218 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data3-any] SKIPPED
26219 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data3-all] SKIPPED
26220 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data4-any] SKIPPED
26221 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data4-all] SKIPPED
26222 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data5-any] SKIPPED
26223 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data5-all] SKIPPED
26224 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data6-any] SKIPPED
26225 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data6-all] SKIPPED
26226 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data7-any] SKIPPED
26227 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512F_f64::test_operators_crosstest[data7-all] SKIPPED
26228 numpy/_core/tests/test_simd.py::Test_SIMD_FP32__AVX512F_f32::test_conversions SKIPPED
26229 numpy/_core/tests/test_simd.py::Test_SIMD_FP64__AVX512F_f64::test_conversions SKIPPED
26230 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_memory_load SKIPPED
26231 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_memory_store SKIPPED
26232 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
26233 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
26234 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
26235 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
26236 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
26237 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
26238 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
26239 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
26240 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
26241 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
26242 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
26243 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
26244 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_lut[self.lut32-32-32] SKIPPED
26245 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_lut[self.lut16-16-64] SKIPPED
26246 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_misc SKIPPED
26247 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_reorder SKIPPED
26248 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_reorder_rev64 SKIPPED
26249 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_reorder_permi128 SKIPPED
26250 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_comparison[lt-cmplt] SKIPPED
26251 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_comparison[le-cmple] SKIPPED
26252 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_comparison[gt-cmpgt] SKIPPED
26253 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_comparison[ge-cmpge] SKIPPED
26254 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_comparison[eq-cmpeq] SKIPPED
26255 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_logical SKIPPED
26256 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data0-any] SKIPPED
26257 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data0-all] SKIPPED
26258 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data1-any] SKIPPED
26259 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data1-all] SKIPPED
26260 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data2-any] SKIPPED
26261 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data2-all] SKIPPED
26262 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data3-any] SKIPPED
26263 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data3-all] SKIPPED
26264 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data4-any] SKIPPED
26265 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data4-all] SKIPPED
26266 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data5-any] SKIPPED
26267 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data5-all] SKIPPED
26268 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data6-any] SKIPPED
26269 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data6-all] SKIPPED
26270 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data7-any] SKIPPED
26271 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_operators_crosstest[data7-all] SKIPPED
26272 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_conversion_boolean SKIPPED
26273 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_conversion_expand SKIPPED
26274 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_arithmetic_subadd SKIPPED
26275 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_arithmetic_mul SKIPPED
26276 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_arithmetic_div SKIPPED
26277 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_arithmetic_intdiv SKIPPED
26278 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_arithmetic_reduce_sum SKIPPED
26279 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_arithmetic_reduce_sumup SKIPPED
26280 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u8::test_mask_conditional SKIPPED
26281 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_memory_load SKIPPED
26282 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_memory_store SKIPPED
26283 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
26284 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
26285 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
26286 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
26287 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
26288 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
26289 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
26290 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
26291 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
26292 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
26293 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
26294 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
26295 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_lut[self.lut32-32-32] SKIPPED
26296 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_lut[self.lut16-16-64] SKIPPED
26297 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_misc SKIPPED
26298 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_reorder SKIPPED
26299 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_reorder_rev64 SKIPPED
26300 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_reorder_permi128 SKIPPED
26301 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_comparison[lt-cmplt] SKIPPED
26302 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_comparison[le-cmple] SKIPPED
26303 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_comparison[gt-cmpgt] SKIPPED
26304 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_comparison[ge-cmpge] SKIPPED
26305 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_comparison[eq-cmpeq] SKIPPED
26306 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_logical SKIPPED
26307 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data0-any] SKIPPED
26308 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data0-all] SKIPPED
26309 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data1-any] SKIPPED
26310 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data1-all] SKIPPED
26311 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data2-any] SKIPPED
26312 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data2-all] SKIPPED
26313 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data3-any] SKIPPED
26314 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data3-all] SKIPPED
26315 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data4-any] SKIPPED
26316 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data4-all] SKIPPED
26317 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data5-any] SKIPPED
26318 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data5-all] SKIPPED
26319 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data6-any] SKIPPED
26320 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data6-all] SKIPPED
26321 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data7-any] SKIPPED
26322 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_operators_crosstest[data7-all] SKIPPED
26323 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_conversion_boolean SKIPPED
26324 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_conversion_expand SKIPPED
26325 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_arithmetic_subadd SKIPPED
26326 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_arithmetic_mul SKIPPED
26327 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_arithmetic_div SKIPPED
26328 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_arithmetic_intdiv SKIPPED
26329 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_arithmetic_reduce_sum SKIPPED
26330 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_arithmetic_reduce_sumup SKIPPED
26331 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s8::test_mask_conditional SKIPPED
26332 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_memory_load SKIPPED
26333 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_memory_store SKIPPED
26334 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
26335 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
26336 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
26337 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
26338 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
26339 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
26340 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
26341 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
26342 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
26343 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
26344 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
26345 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
26346 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_lut[self.lut32-32-32] SKIPPED
26347 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_lut[self.lut16-16-64] SKIPPED
26348 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_misc SKIPPED
26349 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_reorder SKIPPED
26350 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_reorder_rev64 SKIPPED
26351 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_reorder_permi128 SKIPPED
26352 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_comparison[lt-cmplt] SKIPPED
26353 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_comparison[le-cmple] SKIPPED
26354 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_comparison[gt-cmpgt] SKIPPED
26355 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_comparison[ge-cmpge] SKIPPED
26356 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_comparison[eq-cmpeq] SKIPPED
26357 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_logical SKIPPED
26358 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data0-any] SKIPPED
26359 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data0-all] SKIPPED
26360 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data1-any] SKIPPED
26361 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data1-all] SKIPPED
26362 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data2-any] SKIPPED
26363 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data2-all] SKIPPED
26364 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data3-any] SKIPPED
26365 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data3-all] SKIPPED
26366 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data4-any] SKIPPED
26367 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data4-all] SKIPPED
26368 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data5-any] SKIPPED
26369 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data5-all] SKIPPED
26370 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data6-any] SKIPPED
26371 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data6-all] SKIPPED
26372 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data7-any] SKIPPED
26373 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_operators_crosstest[data7-all] SKIPPED
26374 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_conversion_boolean SKIPPED
26375 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_conversion_expand SKIPPED
26376 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_arithmetic_subadd SKIPPED
26377 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_arithmetic_mul SKIPPED
26378 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_arithmetic_div SKIPPED
26379 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_arithmetic_intdiv SKIPPED
26380 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_arithmetic_reduce_sum SKIPPED
26381 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_arithmetic_reduce_sumup SKIPPED
26382 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u16::test_mask_conditional SKIPPED
26383 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_memory_load SKIPPED
26384 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_memory_store SKIPPED
26385 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
26386 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
26387 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
26388 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
26389 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
26390 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
26391 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
26392 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
26393 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
26394 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
26395 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
26396 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
26397 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_lut[self.lut32-32-32] SKIPPED
26398 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_lut[self.lut16-16-64] SKIPPED
26399 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_misc SKIPPED
26400 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_reorder SKIPPED
26401 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_reorder_rev64 SKIPPED
26402 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_reorder_permi128 SKIPPED
26403 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_comparison[lt-cmplt] SKIPPED
26404 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_comparison[le-cmple] SKIPPED
26405 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_comparison[gt-cmpgt] SKIPPED
26406 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_comparison[ge-cmpge] SKIPPED
26407 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_comparison[eq-cmpeq] SKIPPED
26408 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_logical SKIPPED
26409 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data0-any] SKIPPED
26410 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data0-all] SKIPPED
26411 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data1-any] SKIPPED
26412 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data1-all] SKIPPED
26413 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data2-any] SKIPPED
26414 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data2-all] SKIPPED
26415 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data3-any] SKIPPED
26416 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data3-all] SKIPPED
26417 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data4-any] SKIPPED
26418 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data4-all] SKIPPED
26419 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data5-any] SKIPPED
26420 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data5-all] SKIPPED
26421 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data6-any] SKIPPED
26422 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data6-all] SKIPPED
26423 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data7-any] SKIPPED
26424 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_operators_crosstest[data7-all] SKIPPED
26425 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_conversion_boolean SKIPPED
26426 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_conversion_expand SKIPPED
26427 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_arithmetic_subadd SKIPPED
26428 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_arithmetic_mul SKIPPED
26429 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_arithmetic_div SKIPPED
26430 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_arithmetic_intdiv SKIPPED
26431 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_arithmetic_reduce_sum SKIPPED
26432 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_arithmetic_reduce_sumup SKIPPED
26433 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s16::test_mask_conditional SKIPPED
26434 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_memory_load SKIPPED
26435 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_memory_store SKIPPED
26436 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
26437 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
26438 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
26439 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
26440 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
26441 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
26442 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
26443 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
26444 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
26445 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
26446 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
26447 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
26448 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_lut[self.lut32-32-32] SKIPPED
26449 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_lut[self.lut16-16-64] SKIPPED
26450 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_misc SKIPPED
26451 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_reorder SKIPPED
26452 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_reorder_rev64 SKIPPED
26453 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_reorder_permi128 SKIPPED
26454 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_comparison[lt-cmplt] SKIPPED
26455 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_comparison[le-cmple] SKIPPED
26456 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_comparison[gt-cmpgt] SKIPPED
26457 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_comparison[ge-cmpge] SKIPPED
26458 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_comparison[eq-cmpeq] SKIPPED
26459 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_logical SKIPPED
26460 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data0-any] SKIPPED
26461 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data0-all] SKIPPED
26462 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data1-any] SKIPPED
26463 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data1-all] SKIPPED
26464 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data2-any] SKIPPED
26465 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data2-all] SKIPPED
26466 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data3-any] SKIPPED
26467 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data3-all] SKIPPED
26468 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data4-any] SKIPPED
26469 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data4-all] SKIPPED
26470 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data5-any] SKIPPED
26471 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data5-all] SKIPPED
26472 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data6-any] SKIPPED
26473 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data6-all] SKIPPED
26474 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data7-any] SKIPPED
26475 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_operators_crosstest[data7-all] SKIPPED
26476 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_conversion_boolean SKIPPED
26477 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_conversion_expand SKIPPED
26478 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_arithmetic_subadd SKIPPED
26479 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_arithmetic_mul SKIPPED
26480 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_arithmetic_div SKIPPED
26481 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_arithmetic_intdiv SKIPPED
26482 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_arithmetic_reduce_sum SKIPPED
26483 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_arithmetic_reduce_sumup SKIPPED
26484 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u32::test_mask_conditional SKIPPED
26485 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_memory_load SKIPPED
26486 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_memory_store SKIPPED
26487 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
26488 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
26489 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
26490 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
26491 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
26492 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
26493 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
26494 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
26495 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
26496 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
26497 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
26498 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
26499 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_lut[self.lut32-32-32] SKIPPED
26500 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_lut[self.lut16-16-64] SKIPPED
26501 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_misc SKIPPED
26502 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_reorder SKIPPED
26503 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_reorder_rev64 SKIPPED
26504 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_reorder_permi128 SKIPPED
26505 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_comparison[lt-cmplt] SKIPPED
26506 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_comparison[le-cmple] SKIPPED
26507 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_comparison[gt-cmpgt] SKIPPED
26508 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_comparison[ge-cmpge] SKIPPED
26509 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_comparison[eq-cmpeq] SKIPPED
26510 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_logical SKIPPED
26511 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data0-any] SKIPPED
26512 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data0-all] SKIPPED
26513 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data1-any] SKIPPED
26514 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data1-all] SKIPPED
26515 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data2-any] SKIPPED
26516 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data2-all] SKIPPED
26517 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data3-any] SKIPPED
26518 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data3-all] SKIPPED
26519 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data4-any] SKIPPED
26520 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data4-all] SKIPPED
26521 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data5-any] SKIPPED
26522 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data5-all] SKIPPED
26523 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data6-any] SKIPPED
26524 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data6-all] SKIPPED
26525 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data7-any] SKIPPED
26526 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_operators_crosstest[data7-all] SKIPPED
26527 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_conversion_boolean SKIPPED
26528 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_conversion_expand SKIPPED
26529 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_arithmetic_subadd SKIPPED
26530 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_arithmetic_mul SKIPPED
26531 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_arithmetic_div SKIPPED
26532 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_arithmetic_intdiv SKIPPED
26533 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_arithmetic_reduce_sum SKIPPED
26534 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_arithmetic_reduce_sumup SKIPPED
26535 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s32::test_mask_conditional SKIPPED
26536 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_memory_load SKIPPED
26537 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_memory_store SKIPPED
26538 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
26539 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
26540 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
26541 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
26542 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
26543 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
26544 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
26545 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
26546 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
26547 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
26548 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
26549 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
26550 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_lut[self.lut32-32-32] SKIPPED
26551 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_lut[self.lut16-16-64] SKIPPED
26552 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_misc SKIPPED
26553 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_reorder SKIPPED
26554 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_reorder_rev64 SKIPPED
26555 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_reorder_permi128 SKIPPED
26556 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_comparison[lt-cmplt] SKIPPED
26557 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_comparison[le-cmple] SKIPPED
26558 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_comparison[gt-cmpgt] SKIPPED
26559 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_comparison[ge-cmpge] SKIPPED
26560 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_comparison[eq-cmpeq] SKIPPED
26561 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_logical SKIPPED
26562 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data0-any] SKIPPED
26563 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data0-all] SKIPPED
26564 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data1-any] SKIPPED
26565 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data1-all] SKIPPED
26566 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data2-any] SKIPPED
26567 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data2-all] SKIPPED
26568 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data3-any] SKIPPED
26569 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data3-all] SKIPPED
26570 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data4-any] SKIPPED
26571 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data4-all] SKIPPED
26572 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data5-any] SKIPPED
26573 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data5-all] SKIPPED
26574 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data6-any] SKIPPED
26575 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data6-all] SKIPPED
26576 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data7-any] SKIPPED
26577 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_operators_crosstest[data7-all] SKIPPED
26578 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_conversion_boolean SKIPPED
26579 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_conversion_expand SKIPPED
26580 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_arithmetic_subadd SKIPPED
26581 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_arithmetic_mul SKIPPED
26582 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_arithmetic_div SKIPPED
26583 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_arithmetic_intdiv SKIPPED
26584 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_arithmetic_reduce_sum SKIPPED
26585 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_arithmetic_reduce_sumup SKIPPED
26586 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_u64::test_mask_conditional SKIPPED
26587 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_memory_load SKIPPED
26588 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_memory_store SKIPPED
26589 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
26590 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
26591 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
26592 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
26593 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
26594 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
26595 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
26596 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
26597 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
26598 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
26599 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
26600 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
26601 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_lut[self.lut32-32-32] SKIPPED
26602 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_lut[self.lut16-16-64] SKIPPED
26603 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_misc SKIPPED
26604 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_reorder SKIPPED
26605 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_reorder_rev64 SKIPPED
26606 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_reorder_permi128 SKIPPED
26607 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_comparison[lt-cmplt] SKIPPED
26608 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_comparison[le-cmple] SKIPPED
26609 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_comparison[gt-cmpgt] SKIPPED
26610 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_comparison[ge-cmpge] SKIPPED
26611 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_comparison[eq-cmpeq] SKIPPED
26612 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_logical SKIPPED
26613 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data0-any] SKIPPED
26614 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data0-all] SKIPPED
26615 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data1-any] SKIPPED
26616 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data1-all] SKIPPED
26617 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data2-any] SKIPPED
26618 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data2-all] SKIPPED
26619 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data3-any] SKIPPED
26620 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data3-all] SKIPPED
26621 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data4-any] SKIPPED
26622 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data4-all] SKIPPED
26623 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data5-any] SKIPPED
26624 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data5-all] SKIPPED
26625 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data6-any] SKIPPED
26626 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data6-all] SKIPPED
26627 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data7-any] SKIPPED
26628 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_operators_crosstest[data7-all] SKIPPED
26629 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_conversion_boolean SKIPPED
26630 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_conversion_expand SKIPPED
26631 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_arithmetic_subadd SKIPPED
26632 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_arithmetic_mul SKIPPED
26633 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_arithmetic_div SKIPPED
26634 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_arithmetic_intdiv SKIPPED
26635 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_arithmetic_reduce_sum SKIPPED
26636 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_arithmetic_reduce_sumup SKIPPED
26637 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_s64::test_mask_conditional SKIPPED
26638 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_memory_load SKIPPED
26639 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_memory_store SKIPPED
26640 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
26641 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
26642 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
26643 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
26644 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
26645 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
26646 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
26647 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
26648 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
26649 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
26650 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
26651 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
26652 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_lut[self.lut32-32-32] SKIPPED
26653 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_lut[self.lut16-16-64] SKIPPED
26654 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_misc SKIPPED
26655 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_reorder SKIPPED
26656 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_reorder_rev64 SKIPPED
26657 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_reorder_permi128 SKIPPED
26658 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_comparison[lt-cmplt] SKIPPED
26659 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_comparison[le-cmple] SKIPPED
26660 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_comparison[gt-cmpgt] SKIPPED
26661 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_comparison[ge-cmpge] SKIPPED
26662 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_comparison[eq-cmpeq] SKIPPED
26663 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_logical SKIPPED
26664 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data0-any] SKIPPED
26665 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data0-all] SKIPPED
26666 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data1-any] SKIPPED
26667 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data1-all] SKIPPED
26668 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data2-any] SKIPPED
26669 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data2-all] SKIPPED
26670 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data3-any] SKIPPED
26671 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data3-all] SKIPPED
26672 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data4-any] SKIPPED
26673 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data4-all] SKIPPED
26674 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data5-any] SKIPPED
26675 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data5-all] SKIPPED
26676 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data6-any] SKIPPED
26677 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data6-all] SKIPPED
26678 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data7-any] SKIPPED
26679 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_operators_crosstest[data7-all] SKIPPED
26680 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_conversion_boolean SKIPPED
26681 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_conversion_expand SKIPPED
26682 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_arithmetic_subadd SKIPPED
26683 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_arithmetic_mul SKIPPED
26684 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_arithmetic_div SKIPPED
26685 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_arithmetic_intdiv SKIPPED
26686 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_arithmetic_reduce_sum SKIPPED
26687 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_arithmetic_reduce_sumup SKIPPED
26688 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f32::test_mask_conditional SKIPPED
26689 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_memory_load SKIPPED
26690 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_memory_store SKIPPED
26691 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
26692 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
26693 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
26694 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
26695 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
26696 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
26697 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
26698 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
26699 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
26700 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
26701 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
26702 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
26703 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_lut[self.lut32-32-32] SKIPPED
26704 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_lut[self.lut16-16-64] SKIPPED
26705 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_misc SKIPPED
26706 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_reorder SKIPPED
26707 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_reorder_rev64 SKIPPED
26708 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_reorder_permi128 SKIPPED
26709 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_comparison[lt-cmplt] SKIPPED
26710 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_comparison[le-cmple] SKIPPED
26711 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_comparison[gt-cmpgt] SKIPPED
26712 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_comparison[ge-cmpge] SKIPPED
26713 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_comparison[eq-cmpeq] SKIPPED
26714 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_logical SKIPPED
26715 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data0-any] SKIPPED
26716 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data0-all] SKIPPED
26717 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data1-any] SKIPPED
26718 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data1-all] SKIPPED
26719 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data2-any] SKIPPED
26720 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data2-all] SKIPPED
26721 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data3-any] SKIPPED
26722 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data3-all] SKIPPED
26723 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data4-any] SKIPPED
26724 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data4-all] SKIPPED
26725 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data5-any] SKIPPED
26726 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data5-all] SKIPPED
26727 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data6-any] SKIPPED
26728 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data6-all] SKIPPED
26729 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data7-any] SKIPPED
26730 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_operators_crosstest[data7-all] SKIPPED
26731 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_conversion_boolean SKIPPED
26732 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_conversion_expand SKIPPED
26733 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_arithmetic_subadd SKIPPED
26734 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_arithmetic_mul SKIPPED
26735 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_arithmetic_div SKIPPED
26736 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_arithmetic_intdiv SKIPPED
26737 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_arithmetic_reduce_sum SKIPPED
26738 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_arithmetic_reduce_sumup SKIPPED
26739 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512F_f64::test_mask_conditional SKIPPED
26740 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b8::test_operators_logical SKIPPED
26741 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b8::test_tobits SKIPPED
26742 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b8::test_pack SKIPPED
26743 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b8::test_operators_crosstest[data0-any] SKIPPED
26744 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b8::test_operators_crosstest[data0-all] SKIPPED
26745 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b8::test_operators_crosstest[data1-any] SKIPPED
26746 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b8::test_operators_crosstest[data1-all] SKIPPED
26747 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b8::test_operators_crosstest[data2-any] SKIPPED
26748 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b8::test_operators_crosstest[data2-all] SKIPPED
26749 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b8::test_operators_crosstest[data3-any] SKIPPED
26750 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b8::test_operators_crosstest[data3-all] SKIPPED
26751 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b16::test_operators_logical SKIPPED
26752 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b16::test_tobits SKIPPED
26753 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b16::test_pack SKIPPED
26754 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b16::test_operators_crosstest[data0-any] SKIPPED
26755 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b16::test_operators_crosstest[data0-all] SKIPPED
26756 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b16::test_operators_crosstest[data1-any] SKIPPED
26757 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b16::test_operators_crosstest[data1-all] SKIPPED
26758 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b16::test_operators_crosstest[data2-any] SKIPPED
26759 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b16::test_operators_crosstest[data2-all] SKIPPED
26760 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b16::test_operators_crosstest[data3-any] SKIPPED
26761 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b16::test_operators_crosstest[data3-all] SKIPPED
26762 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b32::test_operators_logical SKIPPED
26763 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b32::test_tobits SKIPPED
26764 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b32::test_pack SKIPPED
26765 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b32::test_operators_crosstest[data0-any] SKIPPED
26766 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b32::test_operators_crosstest[data0-all] SKIPPED
26767 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b32::test_operators_crosstest[data1-any] SKIPPED
26768 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b32::test_operators_crosstest[data1-all] SKIPPED
26769 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b32::test_operators_crosstest[data2-any] SKIPPED
26770 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b32::test_operators_crosstest[data2-all] SKIPPED
26771 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b32::test_operators_crosstest[data3-any] SKIPPED
26772 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b32::test_operators_crosstest[data3-all] SKIPPED
26773 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b64::test_operators_logical SKIPPED
26774 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b64::test_tobits SKIPPED
26775 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b64::test_pack SKIPPED
26776 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b64::test_operators_crosstest[data0-any] SKIPPED
26777 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b64::test_operators_crosstest[data0-all] SKIPPED
26778 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b64::test_operators_crosstest[data1-any] SKIPPED
26779 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b64::test_operators_crosstest[data1-all] SKIPPED
26780 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b64::test_operators_crosstest[data2-any] SKIPPED
26781 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b64::test_operators_crosstest[data2-all] SKIPPED
26782 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b64::test_operators_crosstest[data3-any] SKIPPED
26783 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL__AVX512_SKX_b64::test_operators_crosstest[data3-all] SKIPPED
26784 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u8::test_operators_shift SKIPPED
26785 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u8::test_arithmetic_subadd_saturated SKIPPED
26786 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u8::test_math_max_min SKIPPED
26787 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u8::test_reduce_max_min[-100] SKIPPED
26788 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u8::test_reduce_max_min[-10000] SKIPPED
26789 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u8::test_reduce_max_min[0] SKIPPED
26790 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u8::test_reduce_max_min[100] SKIPPED
26791 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u8::test_reduce_max_min[10000] SKIPPED
26792 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s8::test_operators_shift SKIPPED
26793 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s8::test_arithmetic_subadd_saturated SKIPPED
26794 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s8::test_math_max_min SKIPPED
26795 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s8::test_reduce_max_min[-100] SKIPPED
26796 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s8::test_reduce_max_min[-10000] SKIPPED
26797 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s8::test_reduce_max_min[0] SKIPPED
26798 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s8::test_reduce_max_min[100] SKIPPED
26799 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s8::test_reduce_max_min[10000] SKIPPED
26800 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u16::test_operators_shift SKIPPED
26801 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u16::test_arithmetic_subadd_saturated SKIPPED
26802 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u16::test_math_max_min SKIPPED
26803 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u16::test_reduce_max_min[-100] SKIPPED
26804 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u16::test_reduce_max_min[-10000] SKIPPED
26805 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u16::test_reduce_max_min[0] SKIPPED
26806 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u16::test_reduce_max_min[100] SKIPPED
26807 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u16::test_reduce_max_min[10000] SKIPPED
26808 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s16::test_operators_shift SKIPPED
26809 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s16::test_arithmetic_subadd_saturated SKIPPED
26810 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s16::test_math_max_min SKIPPED
26811 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s16::test_reduce_max_min[-100] SKIPPED
26812 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s16::test_reduce_max_min[-10000] SKIPPED
26813 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s16::test_reduce_max_min[0] SKIPPED
26814 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s16::test_reduce_max_min[100] SKIPPED
26815 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s16::test_reduce_max_min[10000] SKIPPED
26816 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u32::test_operators_shift SKIPPED
26817 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u32::test_arithmetic_subadd_saturated SKIPPED
26818 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u32::test_math_max_min SKIPPED
26819 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u32::test_reduce_max_min[-100] SKIPPED
26820 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u32::test_reduce_max_min[-10000] SKIPPED
26821 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u32::test_reduce_max_min[0] SKIPPED
26822 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u32::test_reduce_max_min[100] SKIPPED
26823 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u32::test_reduce_max_min[10000] SKIPPED
26824 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s32::test_operators_shift SKIPPED
26825 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s32::test_arithmetic_subadd_saturated SKIPPED
26826 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s32::test_math_max_min SKIPPED
26827 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s32::test_reduce_max_min[-100] SKIPPED
26828 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s32::test_reduce_max_min[-10000] SKIPPED
26829 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s32::test_reduce_max_min[0] SKIPPED
26830 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s32::test_reduce_max_min[100] SKIPPED
26831 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s32::test_reduce_max_min[10000] SKIPPED
26832 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u64::test_operators_shift SKIPPED
26833 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u64::test_arithmetic_subadd_saturated SKIPPED
26834 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u64::test_math_max_min SKIPPED
26835 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u64::test_reduce_max_min[-100] SKIPPED
26836 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u64::test_reduce_max_min[-10000] SKIPPED
26837 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u64::test_reduce_max_min[0] SKIPPED
26838 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u64::test_reduce_max_min[100] SKIPPED
26839 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_u64::test_reduce_max_min[10000] SKIPPED
26840 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s64::test_operators_shift SKIPPED
26841 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s64::test_arithmetic_subadd_saturated SKIPPED
26842 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s64::test_math_max_min SKIPPED
26843 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s64::test_reduce_max_min[-100] SKIPPED
26844 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s64::test_reduce_max_min[-10000] SKIPPED
26845 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s64::test_reduce_max_min[0] SKIPPED
26846 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s64::test_reduce_max_min[100] SKIPPED
26847 numpy/_core/tests/test_simd.py::Test_SIMD_INT__AVX512_SKX_s64::test_reduce_max_min[10000] SKIPPED
26848 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_arithmetic_fused SKIPPED
26849 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_abs SKIPPED
26850 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_sqrt SKIPPED
26851 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_square SKIPPED
26852 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_rounding[ceil-ceil] SKIPPED
26853 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_rounding[trunc-trunc] SKIPPED
26854 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_rounding[floor-floor] SKIPPED
26855 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_rounding[rint-round] SKIPPED
26856 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_max_min[max] SKIPPED
26857 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_max_min[maxp] SKIPPED
26858 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_max_min[maxn] SKIPPED
26859 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_max_min[min] SKIPPED
26860 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_max_min[minp] SKIPPED
26861 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_max_min[minn] SKIPPED
26862 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_reciprocal SKIPPED
26863 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_special_cases SKIPPED
26864 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_unary_invalid_fpexception[rint] SKIPPED
26865 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_unary_invalid_fpexception[trunc] SKIPPED
26866 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_unary_invalid_fpexception[ceil] SKIPPED
26867 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_unary_invalid_fpexception[floor] SKIPPED
26868 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_comparison_with_nan[lt-cmplt] SKIPPED
26869 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_comparison_with_nan[le-cmple] SKIPPED
26870 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_comparison_with_nan[gt-cmpgt] SKIPPED
26871 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_comparison_with_nan[ge-cmpge] SKIPPED
26872 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_comparison_with_nan[eq-cmpeq] SKIPPED
26873 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_comparison_with_nan[ne-cmpneq] SKIPPED
26874 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data0-any] SKIPPED
26875 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data0-all] SKIPPED
26876 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data1-any] SKIPPED
26877 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data1-all] SKIPPED
26878 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data2-any] SKIPPED
26879 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data2-all] SKIPPED
26880 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data3-any] SKIPPED
26881 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data3-all] SKIPPED
26882 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data4-any] SKIPPED
26883 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data4-all] SKIPPED
26884 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data5-any] SKIPPED
26885 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data5-all] SKIPPED
26886 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data6-any] SKIPPED
26887 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data6-all] SKIPPED
26888 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data7-any] SKIPPED
26889 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f32::test_operators_crosstest[data7-all] SKIPPED
26890 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_arithmetic_fused SKIPPED
26891 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_abs SKIPPED
26892 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_sqrt SKIPPED
26893 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_square SKIPPED
26894 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_rounding[ceil-ceil] SKIPPED
26895 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_rounding[trunc-trunc] SKIPPED
26896 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_rounding[floor-floor] SKIPPED
26897 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_rounding[rint-round] SKIPPED
26898 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_max_min[max] SKIPPED
26899 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_max_min[maxp] SKIPPED
26900 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_max_min[maxn] SKIPPED
26901 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_max_min[min] SKIPPED
26902 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_max_min[minp] SKIPPED
26903 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_max_min[minn] SKIPPED
26904 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_reciprocal SKIPPED
26905 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_special_cases SKIPPED
26906 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_unary_invalid_fpexception[rint] SKIPPED
26907 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_unary_invalid_fpexception[trunc] SKIPPED
26908 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_unary_invalid_fpexception[ceil] SKIPPED
26909 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_unary_invalid_fpexception[floor] SKIPPED
26910 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_comparison_with_nan[lt-cmplt] SKIPPED
26911 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_comparison_with_nan[le-cmple] SKIPPED
26912 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_comparison_with_nan[gt-cmpgt] SKIPPED
26913 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_comparison_with_nan[ge-cmpge] SKIPPED
26914 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_comparison_with_nan[eq-cmpeq] SKIPPED
26915 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_comparison_with_nan[ne-cmpneq] SKIPPED
26916 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data0-any] SKIPPED
26917 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data0-all] SKIPPED
26918 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data1-any] SKIPPED
26919 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data1-all] SKIPPED
26920 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data2-any] SKIPPED
26921 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data2-all] SKIPPED
26922 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data3-any] SKIPPED
26923 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data3-all] SKIPPED
26924 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data4-any] SKIPPED
26925 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data4-all] SKIPPED
26926 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data5-any] SKIPPED
26927 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data5-all] SKIPPED
26928 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data6-any] SKIPPED
26929 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data6-all] SKIPPED
26930 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data7-any] SKIPPED
26931 numpy/_core/tests/test_simd.py::Test_SIMD_FP__AVX512_SKX_f64::test_operators_crosstest[data7-all] SKIPPED
26932 numpy/_core/tests/test_simd.py::Test_SIMD_FP32__AVX512_SKX_f32::test_conversions SKIPPED
26933 numpy/_core/tests/test_simd.py::Test_SIMD_FP64__AVX512_SKX_f64::test_conversions SKIPPED
26934 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_memory_load SKIPPED
26935 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_memory_store SKIPPED
26936 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
26937 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
26938 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
26939 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
26940 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
26941 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
26942 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
26943 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
26944 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
26945 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
26946 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
26947 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
26948 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_lut[self.lut32-32-32] SKIPPED
26949 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_lut[self.lut16-16-64] SKIPPED
26950 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_misc SKIPPED
26951 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_reorder SKIPPED
26952 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_reorder_rev64 SKIPPED
26953 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_reorder_permi128 SKIPPED
26954 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_comparison[lt-cmplt] SKIPPED
26955 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_comparison[le-cmple] SKIPPED
26956 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_comparison[gt-cmpgt] SKIPPED
26957 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_comparison[ge-cmpge] SKIPPED
26958 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_comparison[eq-cmpeq] SKIPPED
26959 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_logical SKIPPED
26960 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data0-any] SKIPPED
26961 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data0-all] SKIPPED
26962 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data1-any] SKIPPED
26963 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data1-all] SKIPPED
26964 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data2-any] SKIPPED
26965 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data2-all] SKIPPED
26966 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data3-any] SKIPPED
26967 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data3-all] SKIPPED
26968 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data4-any] SKIPPED
26969 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data4-all] SKIPPED
26970 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data5-any] SKIPPED
26971 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data5-all] SKIPPED
26972 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data6-any] SKIPPED
26973 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data6-all] SKIPPED
26974 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data7-any] SKIPPED
26975 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_operators_crosstest[data7-all] SKIPPED
26976 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_conversion_boolean SKIPPED
26977 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_conversion_expand SKIPPED
26978 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_arithmetic_subadd SKIPPED
26979 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_arithmetic_mul SKIPPED
26980 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_arithmetic_div SKIPPED
26981 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_arithmetic_intdiv SKIPPED
26982 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_arithmetic_reduce_sum SKIPPED
26983 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_arithmetic_reduce_sumup SKIPPED
26984 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u8::test_mask_conditional SKIPPED
26985 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_memory_load SKIPPED
26986 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_memory_store SKIPPED
26987 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
26988 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
26989 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
26990 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
26991 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
26992 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
26993 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
26994 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
26995 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
26996 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
26997 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
26998 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
26999 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_lut[self.lut32-32-32] SKIPPED
27000 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_lut[self.lut16-16-64] SKIPPED
27001 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_misc SKIPPED
27002 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_reorder SKIPPED
27003 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_reorder_rev64 SKIPPED
27004 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_reorder_permi128 SKIPPED
27005 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_comparison[lt-cmplt] SKIPPED
27006 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_comparison[le-cmple] SKIPPED
27007 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_comparison[gt-cmpgt] SKIPPED
27008 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_comparison[ge-cmpge] SKIPPED
27009 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_comparison[eq-cmpeq] SKIPPED
27010 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_logical SKIPPED
27011 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data0-any] SKIPPED
27012 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data0-all] SKIPPED
27013 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data1-any] SKIPPED
27014 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data1-all] SKIPPED
27015 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data2-any] SKIPPED
27016 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data2-all] SKIPPED
27017 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data3-any] SKIPPED
27018 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data3-all] SKIPPED
27019 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data4-any] SKIPPED
27020 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data4-all] SKIPPED
27021 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data5-any] SKIPPED
27022 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data5-all] SKIPPED
27023 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data6-any] SKIPPED
27024 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data6-all] SKIPPED
27025 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data7-any] SKIPPED
27026 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_operators_crosstest[data7-all] SKIPPED
27027 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_conversion_boolean SKIPPED
27028 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_conversion_expand SKIPPED
27029 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_arithmetic_subadd SKIPPED
27030 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_arithmetic_mul SKIPPED
27031 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_arithmetic_div SKIPPED
27032 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_arithmetic_intdiv SKIPPED
27033 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_arithmetic_reduce_sum SKIPPED
27034 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_arithmetic_reduce_sumup SKIPPED
27035 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s8::test_mask_conditional SKIPPED
27036 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_memory_load SKIPPED
27037 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_memory_store SKIPPED
27038 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
27039 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
27040 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
27041 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
27042 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
27043 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
27044 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
27045 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
27046 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
27047 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
27048 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
27049 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
27050 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_lut[self.lut32-32-32] SKIPPED
27051 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_lut[self.lut16-16-64] SKIPPED
27052 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_misc SKIPPED
27053 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_reorder SKIPPED
27054 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_reorder_rev64 SKIPPED
27055 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_reorder_permi128 SKIPPED
27056 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_comparison[lt-cmplt] SKIPPED
27057 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_comparison[le-cmple] SKIPPED
27058 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_comparison[gt-cmpgt] SKIPPED
27059 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_comparison[ge-cmpge] SKIPPED
27060 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_comparison[eq-cmpeq] SKIPPED
27061 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_logical SKIPPED
27062 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data0-any] SKIPPED
27063 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data0-all] SKIPPED
27064 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data1-any] SKIPPED
27065 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data1-all] SKIPPED
27066 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data2-any] SKIPPED
27067 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data2-all] SKIPPED
27068 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data3-any] SKIPPED
27069 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data3-all] SKIPPED
27070 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data4-any] SKIPPED
27071 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data4-all] SKIPPED
27072 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data5-any] SKIPPED
27073 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data5-all] SKIPPED
27074 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data6-any] SKIPPED
27075 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data6-all] SKIPPED
27076 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data7-any] SKIPPED
27077 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_operators_crosstest[data7-all] SKIPPED
27078 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_conversion_boolean SKIPPED
27079 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_conversion_expand SKIPPED
27080 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_arithmetic_subadd SKIPPED
27081 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_arithmetic_mul SKIPPED
27082 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_arithmetic_div SKIPPED
27083 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_arithmetic_intdiv SKIPPED
27084 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_arithmetic_reduce_sum SKIPPED
27085 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_arithmetic_reduce_sumup SKIPPED
27086 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u16::test_mask_conditional SKIPPED
27087 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_memory_load SKIPPED
27088 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_memory_store SKIPPED
27089 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
27090 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
27091 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
27092 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
27093 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
27094 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
27095 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
27096 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
27097 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
27098 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
27099 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
27100 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
27101 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_lut[self.lut32-32-32] SKIPPED
27102 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_lut[self.lut16-16-64] SKIPPED
27103 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_misc SKIPPED
27104 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_reorder SKIPPED
27105 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_reorder_rev64 SKIPPED
27106 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_reorder_permi128 SKIPPED
27107 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_comparison[lt-cmplt] SKIPPED
27108 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_comparison[le-cmple] SKIPPED
27109 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_comparison[gt-cmpgt] SKIPPED
27110 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_comparison[ge-cmpge] SKIPPED
27111 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_comparison[eq-cmpeq] SKIPPED
27112 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_logical SKIPPED
27113 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data0-any] SKIPPED
27114 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data0-all] SKIPPED
27115 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data1-any] SKIPPED
27116 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data1-all] SKIPPED
27117 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data2-any] SKIPPED
27118 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data2-all] SKIPPED
27119 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data3-any] SKIPPED
27120 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data3-all] SKIPPED
27121 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data4-any] SKIPPED
27122 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data4-all] SKIPPED
27123 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data5-any] SKIPPED
27124 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data5-all] SKIPPED
27125 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data6-any] SKIPPED
27126 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data6-all] SKIPPED
27127 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data7-any] SKIPPED
27128 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_operators_crosstest[data7-all] SKIPPED
27129 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_conversion_boolean SKIPPED
27130 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_conversion_expand SKIPPED
27131 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_arithmetic_subadd SKIPPED
27132 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_arithmetic_mul SKIPPED
27133 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_arithmetic_div SKIPPED
27134 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_arithmetic_intdiv SKIPPED
27135 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_arithmetic_reduce_sum SKIPPED
27136 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_arithmetic_reduce_sumup SKIPPED
27137 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s16::test_mask_conditional SKIPPED
27138 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_memory_load SKIPPED
27139 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_memory_store SKIPPED
27140 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
27141 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
27142 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
27143 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
27144 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
27145 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
27146 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
27147 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
27148 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
27149 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
27150 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
27151 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
27152 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_lut[self.lut32-32-32] SKIPPED
27153 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_lut[self.lut16-16-64] SKIPPED
27154 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_misc SKIPPED
27155 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_reorder SKIPPED
27156 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_reorder_rev64 SKIPPED
27157 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_reorder_permi128 SKIPPED
27158 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_comparison[lt-cmplt] SKIPPED
27159 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_comparison[le-cmple] SKIPPED
27160 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_comparison[gt-cmpgt] SKIPPED
27161 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_comparison[ge-cmpge] SKIPPED
27162 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_comparison[eq-cmpeq] SKIPPED
27163 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_logical SKIPPED
27164 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data0-any] SKIPPED
27165 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data0-all] SKIPPED
27166 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data1-any] SKIPPED
27167 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data1-all] SKIPPED
27168 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data2-any] SKIPPED
27169 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data2-all] SKIPPED
27170 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data3-any] SKIPPED
27171 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data3-all] SKIPPED
27172 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data4-any] SKIPPED
27173 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data4-all] SKIPPED
27174 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data5-any] SKIPPED
27175 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data5-all] SKIPPED
27176 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data6-any] SKIPPED
27177 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data6-all] SKIPPED
27178 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data7-any] SKIPPED
27179 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_operators_crosstest[data7-all] SKIPPED
27180 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_conversion_boolean SKIPPED
27181 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_conversion_expand SKIPPED
27182 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_arithmetic_subadd SKIPPED
27183 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_arithmetic_mul SKIPPED
27184 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_arithmetic_div SKIPPED
27185 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_arithmetic_intdiv SKIPPED
27186 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_arithmetic_reduce_sum SKIPPED
27187 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_arithmetic_reduce_sumup SKIPPED
27188 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u32::test_mask_conditional SKIPPED
27189 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_memory_load SKIPPED
27190 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_memory_store SKIPPED
27191 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
27192 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
27193 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
27194 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
27195 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
27196 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
27197 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
27198 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
27199 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
27200 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
27201 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
27202 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
27203 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_lut[self.lut32-32-32] SKIPPED
27204 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_lut[self.lut16-16-64] SKIPPED
27205 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_misc SKIPPED
27206 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_reorder SKIPPED
27207 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_reorder_rev64 SKIPPED
27208 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_reorder_permi128 SKIPPED
27209 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_comparison[lt-cmplt] SKIPPED
27210 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_comparison[le-cmple] SKIPPED
27211 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_comparison[gt-cmpgt] SKIPPED
27212 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_comparison[ge-cmpge] SKIPPED
27213 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_comparison[eq-cmpeq] SKIPPED
27214 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_logical SKIPPED
27215 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data0-any] SKIPPED
27216 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data0-all] SKIPPED
27217 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data1-any] SKIPPED
27218 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data1-all] SKIPPED
27219 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data2-any] SKIPPED
27220 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data2-all] SKIPPED
27221 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data3-any] SKIPPED
27222 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data3-all] SKIPPED
27223 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data4-any] SKIPPED
27224 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data4-all] SKIPPED
27225 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data5-any] SKIPPED
27226 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data5-all] SKIPPED
27227 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data6-any] SKIPPED
27228 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data6-all] SKIPPED
27229 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data7-any] SKIPPED
27230 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_operators_crosstest[data7-all] SKIPPED
27231 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_conversion_boolean SKIPPED
27232 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_conversion_expand SKIPPED
27233 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_arithmetic_subadd SKIPPED
27234 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_arithmetic_mul SKIPPED
27235 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_arithmetic_div SKIPPED
27236 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_arithmetic_intdiv SKIPPED
27237 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_arithmetic_reduce_sum SKIPPED
27238 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_arithmetic_reduce_sumup SKIPPED
27239 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s32::test_mask_conditional SKIPPED
27240 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_memory_load SKIPPED
27241 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_memory_store SKIPPED
27242 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
27243 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
27244 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
27245 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
27246 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
27247 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
27248 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
27249 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
27250 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
27251 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
27252 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
27253 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
27254 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_lut[self.lut32-32-32] SKIPPED
27255 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_lut[self.lut16-16-64] SKIPPED
27256 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_misc SKIPPED
27257 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_reorder SKIPPED
27258 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_reorder_rev64 SKIPPED
27259 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_reorder_permi128 SKIPPED
27260 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_comparison[lt-cmplt] SKIPPED
27261 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_comparison[le-cmple] SKIPPED
27262 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_comparison[gt-cmpgt] SKIPPED
27263 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_comparison[ge-cmpge] SKIPPED
27264 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_comparison[eq-cmpeq] SKIPPED
27265 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_logical SKIPPED
27266 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data0-any] SKIPPED
27267 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data0-all] SKIPPED
27268 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data1-any] SKIPPED
27269 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data1-all] SKIPPED
27270 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data2-any] SKIPPED
27271 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data2-all] SKIPPED
27272 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data3-any] SKIPPED
27273 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data3-all] SKIPPED
27274 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data4-any] SKIPPED
27275 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data4-all] SKIPPED
27276 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data5-any] SKIPPED
27277 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data5-all] SKIPPED
27278 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data6-any] SKIPPED
27279 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data6-all] SKIPPED
27280 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data7-any] SKIPPED
27281 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_operators_crosstest[data7-all] SKIPPED
27282 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_conversion_boolean SKIPPED
27283 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_conversion_expand SKIPPED
27284 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_arithmetic_subadd SKIPPED
27285 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_arithmetic_mul SKIPPED
27286 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_arithmetic_div SKIPPED
27287 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_arithmetic_intdiv SKIPPED
27288 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_arithmetic_reduce_sum SKIPPED
27289 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_arithmetic_reduce_sumup SKIPPED
27290 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_u64::test_mask_conditional SKIPPED
27291 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_memory_load SKIPPED
27292 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_memory_store SKIPPED
27293 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
27294 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
27295 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
27296 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
27297 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
27298 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
27299 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
27300 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
27301 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
27302 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
27303 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
27304 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
27305 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_lut[self.lut32-32-32] SKIPPED
27306 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_lut[self.lut16-16-64] SKIPPED
27307 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_misc SKIPPED
27308 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_reorder SKIPPED
27309 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_reorder_rev64 SKIPPED
27310 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_reorder_permi128 SKIPPED
27311 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_comparison[lt-cmplt] SKIPPED
27312 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_comparison[le-cmple] SKIPPED
27313 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_comparison[gt-cmpgt] SKIPPED
27314 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_comparison[ge-cmpge] SKIPPED
27315 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_comparison[eq-cmpeq] SKIPPED
27316 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_logical SKIPPED
27317 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data0-any] SKIPPED
27318 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data0-all] SKIPPED
27319 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data1-any] SKIPPED
27320 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data1-all] SKIPPED
27321 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data2-any] SKIPPED
27322 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data2-all] SKIPPED
27323 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data3-any] SKIPPED
27324 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data3-all] SKIPPED
27325 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data4-any] SKIPPED
27326 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data4-all] SKIPPED
27327 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data5-any] SKIPPED
27328 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data5-all] SKIPPED
27329 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data6-any] SKIPPED
27330 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data6-all] SKIPPED
27331 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data7-any] SKIPPED
27332 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_operators_crosstest[data7-all] SKIPPED
27333 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_conversion_boolean SKIPPED
27334 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_conversion_expand SKIPPED
27335 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_arithmetic_subadd SKIPPED
27336 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_arithmetic_mul SKIPPED
27337 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_arithmetic_div SKIPPED
27338 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_arithmetic_intdiv SKIPPED
27339 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_arithmetic_reduce_sum SKIPPED
27340 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_arithmetic_reduce_sumup SKIPPED
27341 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_s64::test_mask_conditional SKIPPED
27342 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_memory_load SKIPPED
27343 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_memory_store SKIPPED
27344 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
27345 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
27346 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
27347 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
27348 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
27349 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
27350 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
27351 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
27352 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
27353 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
27354 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
27355 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
27356 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_lut[self.lut32-32-32] SKIPPED
27357 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_lut[self.lut16-16-64] SKIPPED
27358 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_misc SKIPPED
27359 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_reorder SKIPPED
27360 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_reorder_rev64 SKIPPED
27361 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_reorder_permi128 SKIPPED
27362 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_comparison[lt-cmplt] SKIPPED
27363 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_comparison[le-cmple] SKIPPED
27364 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_comparison[gt-cmpgt] SKIPPED
27365 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_comparison[ge-cmpge] SKIPPED
27366 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_comparison[eq-cmpeq] SKIPPED
27367 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_logical SKIPPED
27368 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data0-any] SKIPPED
27369 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data0-all] SKIPPED
27370 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data1-any] SKIPPED
27371 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data1-all] SKIPPED
27372 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data2-any] SKIPPED
27373 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data2-all] SKIPPED
27374 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data3-any] SKIPPED
27375 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data3-all] SKIPPED
27376 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data4-any] SKIPPED
27377 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data4-all] SKIPPED
27378 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data5-any] SKIPPED
27379 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data5-all] SKIPPED
27380 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data6-any] SKIPPED
27381 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data6-all] SKIPPED
27382 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data7-any] SKIPPED
27383 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_operators_crosstest[data7-all] SKIPPED
27384 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_conversion_boolean SKIPPED
27385 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_conversion_expand SKIPPED
27386 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_arithmetic_subadd SKIPPED
27387 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_arithmetic_mul SKIPPED
27388 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_arithmetic_div SKIPPED
27389 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_arithmetic_intdiv SKIPPED
27390 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_arithmetic_reduce_sum SKIPPED
27391 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_arithmetic_reduce_sumup SKIPPED
27392 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f32::test_mask_conditional SKIPPED
27393 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_memory_load SKIPPED
27394 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_memory_store SKIPPED
27395 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] SKIPPED
27396 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] SKIPPED
27397 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_memory_partial_store[self.store_till-elsizes0-1] SKIPPED
27398 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_memory_partial_store[self.store2_till-elsizes1-2] SKIPPED
27399 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_memory_noncont_load[self.loadn-elsizes0-1] SKIPPED
27400 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_memory_noncont_load[self.loadn2-elsizes1-2] SKIPPED
27401 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] SKIPPED
27402 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] SKIPPED
27403 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_memory_noncont_store[self.storen-elsizes0-1] SKIPPED
27404 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_memory_noncont_store[self.storen2-elsizes1-2] SKIPPED
27405 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] SKIPPED
27406 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] SKIPPED
27407 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_lut[self.lut32-32-32] SKIPPED
27408 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_lut[self.lut16-16-64] SKIPPED
27409 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_misc SKIPPED
27410 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_reorder SKIPPED
27411 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_reorder_rev64 SKIPPED
27412 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_reorder_permi128 SKIPPED
27413 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_comparison[lt-cmplt] SKIPPED
27414 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_comparison[le-cmple] SKIPPED
27415 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_comparison[gt-cmpgt] SKIPPED
27416 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_comparison[ge-cmpge] SKIPPED
27417 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_comparison[eq-cmpeq] SKIPPED
27418 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_logical SKIPPED
27419 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data0-any] SKIPPED
27420 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data0-all] SKIPPED
27421 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data1-any] SKIPPED
27422 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data1-all] SKIPPED
27423 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data2-any] SKIPPED
27424 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data2-all] SKIPPED
27425 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data3-any] SKIPPED
27426 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data3-all] SKIPPED
27427 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data4-any] SKIPPED
27428 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data4-all] SKIPPED
27429 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data5-any] SKIPPED
27430 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data5-all] SKIPPED
27431 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data6-any] SKIPPED
27432 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data6-all] SKIPPED
27433 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data7-any] SKIPPED
27434 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_operators_crosstest[data7-all] SKIPPED
27435 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_conversion_boolean SKIPPED
27436 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_conversion_expand SKIPPED
27437 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_arithmetic_subadd SKIPPED
27438 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_arithmetic_mul SKIPPED
27439 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_arithmetic_div SKIPPED
27440 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_arithmetic_intdiv SKIPPED
27441 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_arithmetic_reduce_sum SKIPPED
27442 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_arithmetic_reduce_sumup SKIPPED
27443 numpy/_core/tests/test_simd.py::Test_SIMD_ALL__AVX512_SKX_f64::test_mask_conditional SKIPPED
27444 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b8::test_operators_logical PASSED
27445 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b8::test_tobits PASSED
27446 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b8::test_pack PASSED
27447 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b8::test_operators_crosstest[data0-any] PASSED
27448 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b8::test_operators_crosstest[data0-all] PASSED
27449 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b8::test_operators_crosstest[data1-any] PASSED
27450 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b8::test_operators_crosstest[data1-all] PASSED
27451 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b8::test_operators_crosstest[data2-any] PASSED
27452 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b8::test_operators_crosstest[data2-all] PASSED
27453 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b8::test_operators_crosstest[data3-any] PASSED
27454 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b8::test_operators_crosstest[data3-all] PASSED
27455 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b16::test_operators_logical PASSED
27456 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b16::test_tobits PASSED
27457 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b16::test_pack PASSED
27458 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b16::test_operators_crosstest[data0-any] PASSED
27459 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b16::test_operators_crosstest[data0-all] PASSED
27460 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b16::test_operators_crosstest[data1-any] PASSED
27461 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b16::test_operators_crosstest[data1-all] PASSED
27462 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b16::test_operators_crosstest[data2-any] PASSED
27463 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b16::test_operators_crosstest[data2-all] PASSED
27464 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b16::test_operators_crosstest[data3-any] PASSED
27465 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b16::test_operators_crosstest[data3-all] PASSED
27466 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b32::test_operators_logical PASSED
27467 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b32::test_tobits PASSED
27468 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b32::test_pack PASSED
27469 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b32::test_operators_crosstest[data0-any] PASSED
27470 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b32::test_operators_crosstest[data0-all] PASSED
27471 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b32::test_operators_crosstest[data1-any] PASSED
27472 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b32::test_operators_crosstest[data1-all] PASSED
27473 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b32::test_operators_crosstest[data2-any] PASSED
27474 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b32::test_operators_crosstest[data2-all] PASSED
27475 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b32::test_operators_crosstest[data3-any] PASSED
27476 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b32::test_operators_crosstest[data3-all] PASSED
27477 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b64::test_operators_logical PASSED
27478 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b64::test_tobits PASSED
27479 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b64::test_pack PASSED
27480 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b64::test_operators_crosstest[data0-any] PASSED
27481 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b64::test_operators_crosstest[data0-all] PASSED
27482 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b64::test_operators_crosstest[data1-any] PASSED
27483 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b64::test_operators_crosstest[data1-all] PASSED
27484 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b64::test_operators_crosstest[data2-any] PASSED
27485 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b64::test_operators_crosstest[data2-all] PASSED
27486 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b64::test_operators_crosstest[data3-any] PASSED
27487 numpy/_core/tests/test_simd.py::Test_SIMD_BOOL_128_baseline_b64::test_operators_crosstest[data3-all] PASSED
27488 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u8::test_operators_shift PASSED
27489 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u8::test_arithmetic_subadd_saturated PASSED
27490 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u8::test_math_max_min PASSED
27491 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u8::test_reduce_max_min[-100] PASSED
27492 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u8::test_reduce_max_min[-10000] PASSED
27493 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u8::test_reduce_max_min[0] PASSED
27494 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u8::test_reduce_max_min[100] PASSED
27495 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u8::test_reduce_max_min[10000] PASSED
27496 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s8::test_operators_shift PASSED
27497 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s8::test_arithmetic_subadd_saturated PASSED
27498 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s8::test_math_max_min PASSED
27499 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s8::test_reduce_max_min[-100] PASSED
27500 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s8::test_reduce_max_min[-10000] PASSED
27501 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s8::test_reduce_max_min[0] PASSED
27502 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s8::test_reduce_max_min[100] PASSED
27503 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s8::test_reduce_max_min[10000] PASSED
27504 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u16::test_operators_shift PASSED
27505 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u16::test_arithmetic_subadd_saturated PASSED
27506 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u16::test_math_max_min PASSED
27507 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u16::test_reduce_max_min[-100] PASSED
27508 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u16::test_reduce_max_min[-10000] PASSED
27509 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u16::test_reduce_max_min[0] PASSED
27510 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u16::test_reduce_max_min[100] PASSED
27511 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u16::test_reduce_max_min[10000] PASSED
27512 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s16::test_operators_shift PASSED
27513 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s16::test_arithmetic_subadd_saturated PASSED
27514 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s16::test_math_max_min PASSED
27515 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s16::test_reduce_max_min[-100] PASSED
27516 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s16::test_reduce_max_min[-10000] PASSED
27517 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s16::test_reduce_max_min[0] PASSED
27518 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s16::test_reduce_max_min[100] PASSED
27519 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s16::test_reduce_max_min[10000] PASSED
27520 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u32::test_operators_shift PASSED
27521 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u32::test_arithmetic_subadd_saturated PASSED
27522 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u32::test_math_max_min PASSED
27523 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u32::test_reduce_max_min[-100] PASSED
27524 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u32::test_reduce_max_min[-10000] PASSED
27525 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u32::test_reduce_max_min[0] PASSED
27526 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u32::test_reduce_max_min[100] PASSED
27527 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u32::test_reduce_max_min[10000] PASSED
27528 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s32::test_operators_shift PASSED
27529 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s32::test_arithmetic_subadd_saturated PASSED
27530 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s32::test_math_max_min PASSED
27531 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s32::test_reduce_max_min[-100] PASSED
27532 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s32::test_reduce_max_min[-10000] PASSED
27533 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s32::test_reduce_max_min[0] PASSED
27534 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s32::test_reduce_max_min[100] PASSED
27535 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s32::test_reduce_max_min[10000] PASSED
27536 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u64::test_operators_shift PASSED
27537 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u64::test_arithmetic_subadd_saturated PASSED
27538 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u64::test_math_max_min PASSED
27539 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u64::test_reduce_max_min[-100] PASSED
27540 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u64::test_reduce_max_min[-10000] PASSED
27541 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u64::test_reduce_max_min[0] PASSED
27542 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u64::test_reduce_max_min[100] PASSED
27543 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_u64::test_reduce_max_min[10000] PASSED
27544 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s64::test_operators_shift PASSED
27545 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s64::test_arithmetic_subadd_saturated PASSED
27546 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s64::test_math_max_min PASSED
27547 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s64::test_reduce_max_min[-100] PASSED
27548 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s64::test_reduce_max_min[-10000] PASSED
27549 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s64::test_reduce_max_min[0] PASSED
27550 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s64::test_reduce_max_min[100] PASSED
27551 numpy/_core/tests/test_simd.py::Test_SIMD_INT_128_baseline_s64::test_reduce_max_min[10000] PASSED
27552 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_arithmetic_fused PASSED
27553 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_abs PASSED
27554 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_sqrt PASSED
27555 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_square PASSED
27556 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_rounding[ceil-ceil] PASSED
27557 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_rounding[trunc-trunc] PASSED
27558 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_rounding[floor-floor] PASSED
27559 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_rounding[rint-round] PASSED
27560 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_max_min[max] PASSED
27561 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_max_min[maxp] PASSED
27562 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_max_min[maxn] PASSED
27563 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_max_min[min] PASSED
27564 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_max_min[minp] PASSED
27565 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_max_min[minn] PASSED
27566 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_reciprocal PASSED
27567 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_special_cases PASSED
27568 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_unary_invalid_fpexception[rint] PASSED
27569 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_unary_invalid_fpexception[trunc] PASSED
27570 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_unary_invalid_fpexception[ceil] PASSED
27571 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_unary_invalid_fpexception[floor] PASSED
27572 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_comparison_with_nan[lt-cmplt] PASSED
27573 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_comparison_with_nan[le-cmple] PASSED
27574 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_comparison_with_nan[gt-cmpgt] PASSED
27575 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_comparison_with_nan[ge-cmpge] PASSED
27576 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_comparison_with_nan[eq-cmpeq] PASSED
27577 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_comparison_with_nan[ne-cmpneq] PASSED
27578 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data0-any] PASSED
27579 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data0-all] PASSED
27580 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data1-any] PASSED
27581 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data1-all] PASSED
27582 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data2-any] PASSED
27583 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data2-all] PASSED
27584 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data3-any] PASSED
27585 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data3-all] PASSED
27586 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data4-any] PASSED
27587 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data4-all] PASSED
27588 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data5-any] PASSED
27589 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data5-all] PASSED
27590 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data6-any] PASSED
27591 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data6-all] PASSED
27592 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data7-any] PASSED
27593 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f32::test_operators_crosstest[data7-all] PASSED
27594 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_arithmetic_fused PASSED
27595 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_abs PASSED
27596 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_sqrt PASSED
27597 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_square PASSED
27598 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_rounding[ceil-ceil] PASSED
27599 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_rounding[trunc-trunc] PASSED
27600 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_rounding[floor-floor] PASSED
27601 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_rounding[rint-round] PASSED
27602 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_max_min[max] PASSED
27603 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_max_min[maxp] PASSED
27604 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_max_min[maxn] PASSED
27605 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_max_min[min] PASSED
27606 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_max_min[minp] PASSED
27607 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_max_min[minn] PASSED
27608 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_reciprocal PASSED
27609 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_special_cases PASSED
27610 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_unary_invalid_fpexception[rint] PASSED
27611 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_unary_invalid_fpexception[trunc] PASSED
27612 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_unary_invalid_fpexception[ceil] PASSED
27613 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_unary_invalid_fpexception[floor] PASSED
27614 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_comparison_with_nan[lt-cmplt] PASSED
27615 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_comparison_with_nan[le-cmple] PASSED
27616 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_comparison_with_nan[gt-cmpgt] PASSED
27617 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_comparison_with_nan[ge-cmpge] PASSED
27618 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_comparison_with_nan[eq-cmpeq] PASSED
27619 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_comparison_with_nan[ne-cmpneq] PASSED
27620 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data0-any] PASSED
27621 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data0-all] PASSED
27622 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data1-any] PASSED
27623 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data1-all] PASSED
27624 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data2-any] PASSED
27625 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data2-all] PASSED
27626 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data3-any] PASSED
27627 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data3-all] PASSED
27628 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data4-any] PASSED
27629 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data4-all] PASSED
27630 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data5-any] PASSED
27631 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data5-all] PASSED
27632 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data6-any] PASSED
27633 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data6-all] PASSED
27634 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data7-any] PASSED
27635 numpy/_core/tests/test_simd.py::Test_SIMD_FP_128_baseline_f64::test_operators_crosstest[data7-all] PASSED
27636 numpy/_core/tests/test_simd.py::Test_SIMD_FP32_128_baseline_f32::test_conversions PASSED
27637 numpy/_core/tests/test_simd.py::Test_SIMD_FP64_128_baseline_f64::test_conversions PASSED
27638 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_memory_load PASSED
27639 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_memory_store PASSED
27640 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
27641 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
27642 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
27643 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
27644 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
27645 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
27646 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
27647 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
27648 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
27649 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
27650 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
27651 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
27652 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_lut[self.lut32-32-32] PASSED
27653 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_lut[self.lut16-16-64] PASSED
27654 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_misc PASSED
27655 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_reorder PASSED
27656 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_reorder_rev64 PASSED
27657 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_reorder_permi128 PASSED
27658 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_comparison[lt-cmplt] PASSED
27659 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_comparison[le-cmple] PASSED
27660 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_comparison[gt-cmpgt] PASSED
27661 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_comparison[ge-cmpge] PASSED
27662 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_comparison[eq-cmpeq] PASSED
27663 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_logical PASSED
27664 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data0-any] PASSED
27665 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data0-all] PASSED
27666 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data1-any] PASSED
27667 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data1-all] PASSED
27668 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data2-any] PASSED
27669 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data2-all] PASSED
27670 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data3-any] PASSED
27671 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data3-all] PASSED
27672 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data4-any] PASSED
27673 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data4-all] PASSED
27674 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data5-any] PASSED
27675 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data5-all] PASSED
27676 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data6-any] PASSED
27677 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data6-all] PASSED
27678 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data7-any] PASSED
27679 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_operators_crosstest[data7-all] PASSED
27680 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_conversion_boolean PASSED
27681 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_conversion_expand PASSED
27682 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_arithmetic_subadd PASSED
27683 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_arithmetic_mul PASSED
27684 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_arithmetic_div PASSED
27685 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_arithmetic_intdiv PASSED
27686 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_arithmetic_reduce_sum PASSED
27687 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_arithmetic_reduce_sumup PASSED
27688 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u8::test_mask_conditional PASSED
27689 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_memory_load PASSED
27690 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_memory_store PASSED
27691 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
27692 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
27693 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
27694 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
27695 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
27696 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
27697 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
27698 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
27699 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
27700 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
27701 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
27702 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
27703 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_lut[self.lut32-32-32] PASSED
27704 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_lut[self.lut16-16-64] PASSED
27705 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_misc PASSED
27706 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_reorder PASSED
27707 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_reorder_rev64 PASSED
27708 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_reorder_permi128 PASSED
27709 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_comparison[lt-cmplt] PASSED
27710 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_comparison[le-cmple] PASSED
27711 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_comparison[gt-cmpgt] PASSED
27712 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_comparison[ge-cmpge] PASSED
27713 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_comparison[eq-cmpeq] PASSED
27714 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_logical PASSED
27715 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data0-any] PASSED
27716 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data0-all] PASSED
27717 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data1-any] PASSED
27718 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data1-all] PASSED
27719 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data2-any] PASSED
27720 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data2-all] PASSED
27721 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data3-any] PASSED
27722 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data3-all] PASSED
27723 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data4-any] PASSED
27724 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data4-all] PASSED
27725 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data5-any] PASSED
27726 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data5-all] PASSED
27727 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data6-any] PASSED
27728 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data6-all] PASSED
27729 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data7-any] PASSED
27730 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_operators_crosstest[data7-all] PASSED
27731 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_conversion_boolean PASSED
27732 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_conversion_expand PASSED
27733 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_arithmetic_subadd PASSED
27734 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_arithmetic_mul PASSED
27735 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_arithmetic_div PASSED
27736 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_arithmetic_intdiv PASSED
27737 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_arithmetic_reduce_sum PASSED
27738 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_arithmetic_reduce_sumup PASSED
27739 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s8::test_mask_conditional PASSED
27740 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_memory_load PASSED
27741 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_memory_store PASSED
27742 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
27743 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
27744 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
27745 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
27746 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
27747 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
27748 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
27749 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
27750 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
27751 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
27752 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
27753 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
27754 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_lut[self.lut32-32-32] PASSED
27755 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_lut[self.lut16-16-64] PASSED
27756 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_misc PASSED
27757 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_reorder PASSED
27758 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_reorder_rev64 PASSED
27759 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_reorder_permi128 PASSED
27760 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_comparison[lt-cmplt] PASSED
27761 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_comparison[le-cmple] PASSED
27762 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_comparison[gt-cmpgt] PASSED
27763 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_comparison[ge-cmpge] PASSED
27764 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_comparison[eq-cmpeq] PASSED
27765 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_logical PASSED
27766 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data0-any] PASSED
27767 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data0-all] PASSED
27768 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data1-any] PASSED
27769 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data1-all] PASSED
27770 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data2-any] PASSED
27771 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data2-all] PASSED
27772 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data3-any] PASSED
27773 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data3-all] PASSED
27774 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data4-any] PASSED
27775 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data4-all] PASSED
27776 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data5-any] PASSED
27777 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data5-all] PASSED
27778 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data6-any] PASSED
27779 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data6-all] PASSED
27780 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data7-any] PASSED
27781 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_operators_crosstest[data7-all] PASSED
27782 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_conversion_boolean PASSED
27783 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_conversion_expand PASSED
27784 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_arithmetic_subadd PASSED
27785 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_arithmetic_mul PASSED
27786 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_arithmetic_div PASSED
27787 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_arithmetic_intdiv PASSED
27788 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_arithmetic_reduce_sum PASSED
27789 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_arithmetic_reduce_sumup PASSED
27790 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u16::test_mask_conditional PASSED
27791 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_memory_load PASSED
27792 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_memory_store PASSED
27793 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
27794 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
27795 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
27796 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
27797 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
27798 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
27799 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
27800 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
27801 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
27802 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
27803 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
27804 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
27805 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_lut[self.lut32-32-32] PASSED
27806 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_lut[self.lut16-16-64] PASSED
27807 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_misc PASSED
27808 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_reorder PASSED
27809 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_reorder_rev64 PASSED
27810 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_reorder_permi128 PASSED
27811 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_comparison[lt-cmplt] PASSED
27812 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_comparison[le-cmple] PASSED
27813 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_comparison[gt-cmpgt] PASSED
27814 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_comparison[ge-cmpge] PASSED
27815 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_comparison[eq-cmpeq] PASSED
27816 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_logical PASSED
27817 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data0-any] PASSED
27818 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data0-all] PASSED
27819 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data1-any] PASSED
27820 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data1-all] PASSED
27821 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data2-any] PASSED
27822 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data2-all] PASSED
27823 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data3-any] PASSED
27824 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data3-all] PASSED
27825 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data4-any] PASSED
27826 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data4-all] PASSED
27827 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data5-any] PASSED
27828 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data5-all] PASSED
27829 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data6-any] PASSED
27830 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data6-all] PASSED
27831 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data7-any] PASSED
27832 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_operators_crosstest[data7-all] PASSED
27833 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_conversion_boolean PASSED
27834 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_conversion_expand PASSED
27835 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_arithmetic_subadd PASSED
27836 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_arithmetic_mul PASSED
27837 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_arithmetic_div PASSED
27838 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_arithmetic_intdiv PASSED
27839 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_arithmetic_reduce_sum PASSED
27840 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_arithmetic_reduce_sumup PASSED
27841 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s16::test_mask_conditional PASSED
27842 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_memory_load PASSED
27843 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_memory_store PASSED
27844 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
27845 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
27846 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
27847 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
27848 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
27849 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
27850 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
27851 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
27852 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
27853 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
27854 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
27855 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
27856 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_lut[self.lut32-32-32] PASSED
27857 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_lut[self.lut16-16-64] PASSED
27858 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_misc PASSED
27859 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_reorder PASSED
27860 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_reorder_rev64 PASSED
27861 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_reorder_permi128 PASSED
27862 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_comparison[lt-cmplt] PASSED
27863 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_comparison[le-cmple] PASSED
27864 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_comparison[gt-cmpgt] PASSED
27865 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_comparison[ge-cmpge] PASSED
27866 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_comparison[eq-cmpeq] PASSED
27867 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_logical PASSED
27868 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data0-any] PASSED
27869 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data0-all] PASSED
27870 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data1-any] PASSED
27871 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data1-all] PASSED
27872 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data2-any] PASSED
27873 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data2-all] PASSED
27874 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data3-any] PASSED
27875 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data3-all] PASSED
27876 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data4-any] PASSED
27877 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data4-all] PASSED
27878 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data5-any] PASSED
27879 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data5-all] PASSED
27880 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data6-any] PASSED
27881 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data6-all] PASSED
27882 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data7-any] PASSED
27883 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_operators_crosstest[data7-all] PASSED
27884 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_conversion_boolean PASSED
27885 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_conversion_expand PASSED
27886 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_arithmetic_subadd PASSED
27887 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_arithmetic_mul PASSED
27888 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_arithmetic_div PASSED
27889 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_arithmetic_intdiv PASSED
27890 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_arithmetic_reduce_sum PASSED
27891 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_arithmetic_reduce_sumup PASSED
27892 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u32::test_mask_conditional PASSED
27893 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_memory_load PASSED
27894 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_memory_store PASSED
27895 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
27896 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
27897 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
27898 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
27899 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
27900 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
27901 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
27902 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
27903 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
27904 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
27905 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
27906 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
27907 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_lut[self.lut32-32-32] PASSED
27908 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_lut[self.lut16-16-64] PASSED
27909 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_misc PASSED
27910 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_reorder PASSED
27911 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_reorder_rev64 PASSED
27912 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_reorder_permi128 PASSED
27913 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_comparison[lt-cmplt] PASSED
27914 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_comparison[le-cmple] PASSED
27915 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_comparison[gt-cmpgt] PASSED
27916 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_comparison[ge-cmpge] PASSED
27917 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_comparison[eq-cmpeq] PASSED
27918 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_logical PASSED
27919 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data0-any] PASSED
27920 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data0-all] PASSED
27921 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data1-any] PASSED
27922 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data1-all] PASSED
27923 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data2-any] PASSED
27924 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data2-all] PASSED
27925 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data3-any] PASSED
27926 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data3-all] PASSED
27927 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data4-any] PASSED
27928 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data4-all] PASSED
27929 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data5-any] PASSED
27930 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data5-all] PASSED
27931 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data6-any] PASSED
27932 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data6-all] PASSED
27933 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data7-any] PASSED
27934 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_operators_crosstest[data7-all] PASSED
27935 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_conversion_boolean PASSED
27936 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_conversion_expand PASSED
27937 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_arithmetic_subadd PASSED
27938 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_arithmetic_mul PASSED
27939 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_arithmetic_div PASSED
27940 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_arithmetic_intdiv PASSED
27941 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_arithmetic_reduce_sum PASSED
27942 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_arithmetic_reduce_sumup PASSED
27943 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s32::test_mask_conditional PASSED
27944 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_memory_load PASSED
27945 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_memory_store PASSED
27946 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
27947 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
27948 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
27949 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
27950 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
27951 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
27952 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
27953 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
27954 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
27955 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
27956 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
27957 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
27958 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_lut[self.lut32-32-32] PASSED
27959 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_lut[self.lut16-16-64] PASSED
27960 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_misc PASSED
27961 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_reorder PASSED
27962 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_reorder_rev64 PASSED
27963 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_reorder_permi128 PASSED
27964 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_comparison[lt-cmplt] PASSED
27965 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_comparison[le-cmple] PASSED
27966 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_comparison[gt-cmpgt] PASSED
27967 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_comparison[ge-cmpge] PASSED
27968 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_comparison[eq-cmpeq] PASSED
27969 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_logical PASSED
27970 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data0-any] PASSED
27971 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data0-all] PASSED
27972 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data1-any] PASSED
27973 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data1-all] PASSED
27974 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data2-any] PASSED
27975 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data2-all] PASSED
27976 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data3-any] PASSED
27977 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data3-all] PASSED
27978 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data4-any] PASSED
27979 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data4-all] PASSED
27980 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data5-any] PASSED
27981 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data5-all] PASSED
27982 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data6-any] PASSED
27983 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data6-all] PASSED
27984 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data7-any] PASSED
27985 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_operators_crosstest[data7-all] PASSED
27986 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_conversion_boolean PASSED
27987 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_conversion_expand PASSED
27988 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_arithmetic_subadd PASSED
27989 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_arithmetic_mul PASSED
27990 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_arithmetic_div PASSED
27991 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_arithmetic_intdiv PASSED
27992 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_arithmetic_reduce_sum PASSED
27993 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_arithmetic_reduce_sumup PASSED
27994 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_u64::test_mask_conditional PASSED
27995 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_memory_load PASSED
27996 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_memory_store PASSED
27997 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
27998 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
27999 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
28000 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
28001 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
28002 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
28003 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
28004 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
28005 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
28006 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
28007 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
28008 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
28009 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_lut[self.lut32-32-32] PASSED
28010 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_lut[self.lut16-16-64] PASSED
28011 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_misc PASSED
28012 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_reorder PASSED
28013 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_reorder_rev64 PASSED
28014 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_reorder_permi128 PASSED
28015 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_comparison[lt-cmplt] PASSED
28016 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_comparison[le-cmple] PASSED
28017 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_comparison[gt-cmpgt] PASSED
28018 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_comparison[ge-cmpge] PASSED
28019 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_comparison[eq-cmpeq] PASSED
28020 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_logical PASSED
28021 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data0-any] PASSED
28022 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data0-all] PASSED
28023 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data1-any] PASSED
28024 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data1-all] PASSED
28025 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data2-any] PASSED
28026 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data2-all] PASSED
28027 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data3-any] PASSED
28028 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data3-all] PASSED
28029 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data4-any] PASSED
28030 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data4-all] PASSED
28031 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data5-any] PASSED
28032 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data5-all] PASSED
28033 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data6-any] PASSED
28034 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data6-all] PASSED
28035 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data7-any] PASSED
28036 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_operators_crosstest[data7-all] PASSED
28037 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_conversion_boolean PASSED
28038 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_conversion_expand PASSED
28039 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_arithmetic_subadd PASSED
28040 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_arithmetic_mul PASSED
28041 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_arithmetic_div PASSED
28042 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_arithmetic_intdiv PASSED
28043 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_arithmetic_reduce_sum PASSED
28044 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_arithmetic_reduce_sumup PASSED
28045 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_s64::test_mask_conditional PASSED
28046 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_memory_load PASSED
28047 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_memory_store PASSED
28048 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
28049 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
28050 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
28051 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
28052 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
28053 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
28054 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
28055 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
28056 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
28057 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
28058 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
28059 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
28060 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_lut[self.lut32-32-32] PASSED
28061 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_lut[self.lut16-16-64] PASSED
28062 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_misc PASSED
28063 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_reorder PASSED
28064 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_reorder_rev64 PASSED
28065 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_reorder_permi128 PASSED
28066 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_comparison[lt-cmplt] PASSED
28067 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_comparison[le-cmple] PASSED
28068 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_comparison[gt-cmpgt] PASSED
28069 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_comparison[ge-cmpge] PASSED
28070 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_comparison[eq-cmpeq] PASSED
28071 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_logical PASSED
28072 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data0-any] PASSED
28073 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data0-all] PASSED
28074 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data1-any] PASSED
28075 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data1-all] PASSED
28076 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data2-any] PASSED
28077 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data2-all] PASSED
28078 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data3-any] PASSED
28079 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data3-all] PASSED
28080 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data4-any] PASSED
28081 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data4-all] PASSED
28082 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data5-any] PASSED
28083 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data5-all] PASSED
28084 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data6-any] PASSED
28085 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data6-all] PASSED
28086 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data7-any] PASSED
28087 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_operators_crosstest[data7-all] PASSED
28088 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_conversion_boolean PASSED
28089 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_conversion_expand PASSED
28090 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_arithmetic_subadd PASSED
28091 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_arithmetic_mul PASSED
28092 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_arithmetic_div PASSED
28093 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_arithmetic_intdiv PASSED
28094 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_arithmetic_reduce_sum PASSED
28095 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_arithmetic_reduce_sumup PASSED
28096 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f32::test_mask_conditional PASSED
28097 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_memory_load PASSED
28098 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_memory_store PASSED
28099 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_memory_partial_load[self.load_tillz, self.load_till-elsizes0-1-fill0] PASSED
28100 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_memory_partial_load[self.load2_tillz, self.load2_till-elsizes1-2-fill1] PASSED
28101 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_memory_partial_store[self.store_till-elsizes0-1] PASSED
28102 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_memory_partial_store[self.store2_till-elsizes1-2] PASSED
28103 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_memory_noncont_load[self.loadn-elsizes0-1] PASSED
28104 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_memory_noncont_load[self.loadn2-elsizes1-2] PASSED
28105 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_memory_noncont_partial_load[self.loadn_tillz, self.loadn_till-elsizes0-1-fill0] PASSED
28106 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_memory_noncont_partial_load[self.loadn2_tillz, self.loadn2_till-elsizes1-2-fill1] PASSED
28107 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_memory_noncont_store[self.storen-elsizes0-1] PASSED
28108 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_memory_noncont_store[self.storen2-elsizes1-2] PASSED
28109 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_memory_noncont_partial_store[self.storen_till-elsizes0-1] PASSED
28110 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_memory_noncont_partial_store[self.storen2_till-elsizes1-2] PASSED
28111 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_lut[self.lut32-32-32] PASSED
28112 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_lut[self.lut16-16-64] PASSED
28113 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_misc PASSED
28114 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_reorder PASSED
28115 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_reorder_rev64 PASSED
28116 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_reorder_permi128 PASSED
28117 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_comparison[lt-cmplt] PASSED
28118 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_comparison[le-cmple] PASSED
28119 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_comparison[gt-cmpgt] PASSED
28120 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_comparison[ge-cmpge] PASSED
28121 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_comparison[eq-cmpeq] PASSED
28122 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_logical PASSED
28123 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data0-any] PASSED
28124 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data0-all] PASSED
28125 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data1-any] PASSED
28126 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data1-all] PASSED
28127 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data2-any] PASSED
28128 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data2-all] PASSED
28129 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data3-any] PASSED
28130 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data3-all] PASSED
28131 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data4-any] PASSED
28132 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data4-all] PASSED
28133 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data5-any] PASSED
28134 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data5-all] PASSED
28135 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data6-any] PASSED
28136 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data6-all] PASSED
28137 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data7-any] PASSED
28138 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_operators_crosstest[data7-all] PASSED
28139 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_conversion_boolean PASSED
28140 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_conversion_expand PASSED
28141 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_arithmetic_subadd PASSED
28142 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_arithmetic_mul PASSED
28143 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_arithmetic_div PASSED
28144 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_arithmetic_intdiv PASSED
28145 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_arithmetic_reduce_sum PASSED
28146 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_arithmetic_reduce_sumup PASSED
28147 numpy/_core/tests/test_simd.py::Test_SIMD_ALL_128_baseline_f64::test_mask_conditional PASSED
28148 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_num_lanes[u8_0] PASSED
28149 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_num_lanes[u16_0] PASSED
28150 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_num_lanes[u32_0] PASSED
28151 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_num_lanes[u64_0] PASSED
28152 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_num_lanes[u8_1] PASSED
28153 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_num_lanes[u16_1] PASSED
28154 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_num_lanes[u32_1] PASSED
28155 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_num_lanes[u64_1] PASSED
28156 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_num_lanes[s8] PASSED
28157 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_num_lanes[s16] PASSED
28158 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_num_lanes[s32] PASSED
28159 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_num_lanes[s64] PASSED
28160 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_type_name[u8_0] PASSED
28161 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_type_name[u16_0] PASSED
28162 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_type_name[u32_0] PASSED
28163 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_type_name[u64_0] PASSED
28164 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_type_name[u8_1] PASSED
28165 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_type_name[u16_1] PASSED
28166 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_type_name[u32_1] PASSED
28167 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_type_name[u64_1] PASSED
28168 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_type_name[s8] PASSED
28169 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_type_name[s16] PASSED
28170 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_type_name[s32] PASSED
28171 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_type_name[s64] PASSED
28172 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_raises PASSED
28173 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_nomix PASSED
28174 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_unsigned_overflow[u8] PASSED
28175 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_unsigned_overflow[u16] PASSED
28176 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_unsigned_overflow[u32] PASSED
28177 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_unsigned_overflow[u64] PASSED
28178 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_signed_overflow[s8] PASSED
28179 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_signed_overflow[s16] PASSED
28180 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_signed_overflow[s32] PASSED
28181 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_signed_overflow[s64] PASSED
28182 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_truncate_f32 PASSED
28183 numpy/_core/tests/test_simd_module.py::Test_SIMD_MODULE::test_compare PASSED
28184 numpy/_core/tests/test_stringdtype.py::test_dtype_creation PASSED
28185 numpy/_core/tests/test_stringdtype.py::test_dtype_equality[unset-True] PASSED
28186 numpy/_core/tests/test_stringdtype.py::test_dtype_equality[unset-False] PASSED
28187 numpy/_core/tests/test_stringdtype.py::test_dtype_equality[None-True] PASSED
28188 numpy/_core/tests/test_stringdtype.py::test_dtype_equality[None-False] PASSED
28189 numpy/_core/tests/test_stringdtype.py::test_dtype_equality[pandas.NA-True] PASSED
28190 numpy/_core/tests/test_stringdtype.py::test_dtype_equality[pandas.NA-False] PASSED
28191 numpy/_core/tests/test_stringdtype.py::test_dtype_equality[np.nan-True] PASSED
28192 numpy/_core/tests/test_stringdtype.py::test_dtype_equality[np.nan-False] PASSED
28193 numpy/_core/tests/test_stringdtype.py::test_dtype_equality[float('nan')-True] PASSED
28194 numpy/_core/tests/test_stringdtype.py::test_dtype_equality[float('nan')-False] PASSED
28195 numpy/_core/tests/test_stringdtype.py::test_dtype_equality[string nan-True] PASSED
28196 numpy/_core/tests/test_stringdtype.py::test_dtype_equality[string nan-False] PASSED
28197 numpy/_core/tests/test_stringdtype.py::test_dtype_repr[unset-True] PASSED
28198 numpy/_core/tests/test_stringdtype.py::test_dtype_repr[unset-False] PASSED
28199 numpy/_core/tests/test_stringdtype.py::test_dtype_repr[None-True] PASSED
28200 numpy/_core/tests/test_stringdtype.py::test_dtype_repr[None-False] PASSED
28201 numpy/_core/tests/test_stringdtype.py::test_dtype_repr[pandas.NA-True] PASSED
28202 numpy/_core/tests/test_stringdtype.py::test_dtype_repr[pandas.NA-False] PASSED
28203 numpy/_core/tests/test_stringdtype.py::test_dtype_repr[np.nan-True] PASSED
28204 numpy/_core/tests/test_stringdtype.py::test_dtype_repr[np.nan-False] PASSED
28205 numpy/_core/tests/test_stringdtype.py::test_dtype_repr[float('nan')-True] PASSED
28206 numpy/_core/tests/test_stringdtype.py::test_dtype_repr[float('nan')-False] PASSED
28207 numpy/_core/tests/test_stringdtype.py::test_dtype_repr[string nan-True] PASSED
28208 numpy/_core/tests/test_stringdtype.py::test_dtype_repr[string nan-False] PASSED
28209 numpy/_core/tests/test_stringdtype.py::test_create_with_na[unset-True] SKIPPED
28210 numpy/_core/tests/test_stringdtype.py::test_create_with_na[unset-False] SKIPPED
28211 numpy/_core/tests/test_stringdtype.py::test_create_with_na[None-True] PASSED
28212 numpy/_core/tests/test_stringdtype.py::test_create_with_na[None-False] PASSED
28213 numpy/_core/tests/test_stringdtype.py::test_create_with_na[pandas.NA-True] PASSED
28214 numpy/_core/tests/test_stringdtype.py::test_create_with_na[pandas.NA-False] PASSED
28215 numpy/_core/tests/test_stringdtype.py::test_create_with_na[np.nan-True] PASSED
28216 numpy/_core/tests/test_stringdtype.py::test_create_with_na[np.nan-False] PASSED
28217 numpy/_core/tests/test_stringdtype.py::test_create_with_na[float('nan')-True] PASSED
28218 numpy/_core/tests/test_stringdtype.py::test_create_with_na[float('nan')-False] PASSED
28219 numpy/_core/tests/test_stringdtype.py::test_create_with_na[string nan-True] PASSED
28220 numpy/_core/tests/test_stringdtype.py::test_create_with_na[string nan-False] PASSED
28221 numpy/_core/tests/test_stringdtype.py::test_set_replace_na[0] PASSED
28222 numpy/_core/tests/test_stringdtype.py::test_set_replace_na[1] PASSED
28223 numpy/_core/tests/test_stringdtype.py::test_set_replace_na[2] PASSED
28224 numpy/_core/tests/test_stringdtype.py::test_set_replace_na[3] PASSED
28225 numpy/_core/tests/test_stringdtype.py::test_set_replace_na[4] PASSED
28226 numpy/_core/tests/test_stringdtype.py::test_null_roundtripping PASSED
28227 numpy/_core/tests/test_stringdtype.py::test_string_too_large_error PASSED
28228 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[unset-True-data0] PASSED
28229 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[unset-True-data1] PASSED
28230 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[unset-True-data2] PASSED
28231 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[unset-True-data3] PASSED
28232 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[unset-False-data0] PASSED
28233 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[unset-False-data1] PASSED
28234 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[unset-False-data2] PASSED
28235 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[unset-False-data3] PASSED
28236 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[None-True-data0] PASSED
28237 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[None-True-data1] PASSED
28238 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[None-True-data2] PASSED
28239 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[None-True-data3] PASSED
28240 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[None-False-data0] PASSED
28241 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[None-False-data1] PASSED
28242 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[None-False-data2] PASSED
28243 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[None-False-data3] PASSED
28244 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[pandas.NA-True-data0] PASSED
28245 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[pandas.NA-True-data1] PASSED
28246 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[pandas.NA-True-data2] PASSED
28247 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[pandas.NA-True-data3] PASSED
28248 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[pandas.NA-False-data0] PASSED
28249 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[pandas.NA-False-data1] PASSED
28250 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[pandas.NA-False-data2] PASSED
28251 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[pandas.NA-False-data3] PASSED
28252 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[np.nan-True-data0] PASSED
28253 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[np.nan-True-data1] PASSED
28254 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[np.nan-True-data2] PASSED
28255 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[np.nan-True-data3] PASSED
28256 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[np.nan-False-data0] PASSED
28257 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[np.nan-False-data1] PASSED
28258 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[np.nan-False-data2] PASSED
28259 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[np.nan-False-data3] PASSED
28260 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[float('nan')-True-data0] PASSED
28261 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[float('nan')-True-data1] PASSED
28262 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[float('nan')-True-data2] PASSED
28263 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[float('nan')-True-data3] PASSED
28264 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[float('nan')-False-data0] PASSED
28265 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[float('nan')-False-data1] PASSED
28266 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[float('nan')-False-data2] PASSED
28267 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[float('nan')-False-data3] PASSED
28268 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[string nan-True-data0] PASSED
28269 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[string nan-True-data1] PASSED
28270 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[string nan-True-data2] PASSED
28271 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[string nan-True-data3] PASSED
28272 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[string nan-False-data0] PASSED
28273 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[string nan-False-data1] PASSED
28274 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[string nan-False-data2] PASSED
28275 numpy/_core/tests/test_stringdtype.py::test_array_creation_utf8[string nan-False-data3] PASSED
28276 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[unset-True-data0] PASSED
28277 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[unset-True-data1] PASSED
28278 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[unset-True-data2] PASSED
28279 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[unset-False-data0] PASSED
28280 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[unset-False-data1] PASSED
28281 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[unset-False-data2] PASSED
28282 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[None-True-data0] PASSED
28283 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[None-True-data1] PASSED
28284 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[None-True-data2] PASSED
28285 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[None-False-data0] PASSED
28286 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[None-False-data1] PASSED
28287 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[None-False-data2] PASSED
28288 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[pandas.NA-True-data0] PASSED
28289 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[pandas.NA-True-data1] PASSED
28290 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[pandas.NA-True-data2] PASSED
28291 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[pandas.NA-False-data0] PASSED
28292 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[pandas.NA-False-data1] PASSED
28293 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[pandas.NA-False-data2] PASSED
28294 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[np.nan-True-data0] PASSED
28295 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[np.nan-True-data1] PASSED
28296 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[np.nan-True-data2] PASSED
28297 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[np.nan-False-data0] PASSED
28298 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[np.nan-False-data1] PASSED
28299 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[np.nan-False-data2] PASSED
28300 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[float('nan')-True-data0] PASSED
28301 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[float('nan')-True-data1] PASSED
28302 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[float('nan')-True-data2] PASSED
28303 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[float('nan')-False-data0] PASSED
28304 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[float('nan')-False-data1] PASSED
28305 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[float('nan')-False-data2] PASSED
28306 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[string nan-True-data0] PASSED
28307 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[string nan-True-data1] PASSED
28308 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[string nan-True-data2] PASSED
28309 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[string nan-False-data0] PASSED
28310 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[string nan-False-data1] PASSED
28311 numpy/_core/tests/test_stringdtype.py::test_scalars_string_conversion[string nan-False-data2] PASSED
28312 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-unset-True-strings0] PASSED
28313 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-unset-True-strings1] PASSED
28314 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-unset-True-strings2] PASSED
28315 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-unset-False-strings0] PASSED
28316 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-unset-False-strings1] PASSED
28317 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-unset-False-strings2] PASSED
28318 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-None-True-strings0] PASSED
28319 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-None-True-strings1] PASSED
28320 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-None-True-strings2] PASSED
28321 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-None-False-strings0] PASSED
28322 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-None-False-strings1] PASSED
28323 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-None-False-strings2] PASSED
28324 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-pandas.NA-True-strings0] PASSED
28325 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-pandas.NA-True-strings1] PASSED
28326 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-pandas.NA-True-strings2] PASSED
28327 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-pandas.NA-False-strings0] PASSED
28328 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-pandas.NA-False-strings1] PASSED
28329 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-pandas.NA-False-strings2] PASSED
28330 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-np.nan-True-strings0] PASSED
28331 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-np.nan-True-strings1] PASSED
28332 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-np.nan-True-strings2] PASSED
28333 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-np.nan-False-strings0] PASSED
28334 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-np.nan-False-strings1] PASSED
28335 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-np.nan-False-strings2] PASSED
28336 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-float('nan')-True-strings0] PASSED
28337 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-float('nan')-True-strings1] PASSED
28338 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-float('nan')-True-strings2] PASSED
28339 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-float('nan')-False-strings0] PASSED
28340 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-float('nan')-False-strings1] PASSED
28341 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-float('nan')-False-strings2] PASSED
28342 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-string nan-True-strings0] PASSED
28343 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-string nan-True-strings1] PASSED
28344 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-string nan-True-strings2] PASSED
28345 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-string nan-False-strings0] PASSED
28346 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-string nan-False-strings1] PASSED
28347 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-True-string nan-False-strings2] PASSED
28348 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-unset-True-strings0] PASSED
28349 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-unset-True-strings1] PASSED
28350 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-unset-True-strings2] PASSED
28351 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-unset-False-strings0] PASSED
28352 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-unset-False-strings1] PASSED
28353 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-unset-False-strings2] PASSED
28354 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-None-True-strings0] PASSED
28355 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-None-True-strings1] PASSED
28356 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-None-True-strings2] PASSED
28357 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-None-False-strings0] PASSED
28358 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-None-False-strings1] PASSED
28359 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-None-False-strings2] PASSED
28360 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-pandas.NA-True-strings0] PASSED
28361 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-pandas.NA-True-strings1] PASSED
28362 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-pandas.NA-True-strings2] PASSED
28363 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-pandas.NA-False-strings0] PASSED
28364 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-pandas.NA-False-strings1] PASSED
28365 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-pandas.NA-False-strings2] PASSED
28366 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-np.nan-True-strings0] PASSED
28367 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-np.nan-True-strings1] PASSED
28368 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-np.nan-True-strings2] PASSED
28369 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-np.nan-False-strings0] PASSED
28370 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-np.nan-False-strings1] PASSED
28371 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-np.nan-False-strings2] PASSED
28372 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-float('nan')-True-strings0] PASSED
28373 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-float('nan')-True-strings1] PASSED
28374 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-float('nan')-True-strings2] PASSED
28375 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-float('nan')-False-strings0] PASSED
28376 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-float('nan')-False-strings1] PASSED
28377 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-float('nan')-False-strings2] PASSED
28378 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-string nan-True-strings0] PASSED
28379 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-string nan-True-strings1] PASSED
28380 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-string nan-True-strings2] PASSED
28381 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-string nan-False-strings0] PASSED
28382 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-string nan-False-strings1] PASSED
28383 numpy/_core/tests/test_stringdtype.py::test_self_casts[unset-False-string nan-False-strings2] PASSED
28384 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-unset-True-strings0] PASSED
28385 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-unset-True-strings1] PASSED
28386 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-unset-True-strings2] PASSED
28387 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-unset-False-strings0] PASSED
28388 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-unset-False-strings1] PASSED
28389 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-unset-False-strings2] PASSED
28390 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-None-True-strings0] PASSED
28391 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-None-True-strings1] PASSED
28392 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-None-True-strings2] PASSED
28393 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-None-False-strings0] PASSED
28394 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-None-False-strings1] PASSED
28395 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-None-False-strings2] PASSED
28396 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-pandas.NA-True-strings0] PASSED
28397 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-pandas.NA-True-strings1] PASSED
28398 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-pandas.NA-True-strings2] PASSED
28399 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-pandas.NA-False-strings0] PASSED
28400 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-pandas.NA-False-strings1] PASSED
28401 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-pandas.NA-False-strings2] PASSED
28402 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-np.nan-True-strings0] PASSED
28403 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-np.nan-True-strings1] PASSED
28404 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-np.nan-True-strings2] PASSED
28405 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-np.nan-False-strings0] PASSED
28406 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-np.nan-False-strings1] PASSED
28407 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-np.nan-False-strings2] PASSED
28408 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-float('nan')-True-strings0] PASSED
28409 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-float('nan')-True-strings1] PASSED
28410 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-float('nan')-True-strings2] PASSED
28411 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-float('nan')-False-strings0] PASSED
28412 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-float('nan')-False-strings1] PASSED
28413 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-float('nan')-False-strings2] PASSED
28414 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-string nan-True-strings0] PASSED
28415 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-string nan-True-strings1] PASSED
28416 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-string nan-True-strings2] PASSED
28417 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-string nan-False-strings0] PASSED
28418 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-string nan-False-strings1] PASSED
28419 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-True-string nan-False-strings2] PASSED
28420 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-unset-True-strings0] PASSED
28421 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-unset-True-strings1] PASSED
28422 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-unset-True-strings2] PASSED
28423 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-unset-False-strings0] PASSED
28424 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-unset-False-strings1] PASSED
28425 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-unset-False-strings2] PASSED
28426 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-None-True-strings0] PASSED
28427 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-None-True-strings1] PASSED
28428 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-None-True-strings2] PASSED
28429 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-None-False-strings0] PASSED
28430 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-None-False-strings1] PASSED
28431 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-None-False-strings2] PASSED
28432 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-pandas.NA-True-strings0] PASSED
28433 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-pandas.NA-True-strings1] PASSED
28434 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-pandas.NA-True-strings2] PASSED
28435 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-pandas.NA-False-strings0] PASSED
28436 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-pandas.NA-False-strings1] PASSED
28437 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-pandas.NA-False-strings2] PASSED
28438 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-np.nan-True-strings0] PASSED
28439 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-np.nan-True-strings1] PASSED
28440 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-np.nan-True-strings2] PASSED
28441 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-np.nan-False-strings0] PASSED
28442 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-np.nan-False-strings1] PASSED
28443 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-np.nan-False-strings2] PASSED
28444 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-float('nan')-True-strings0] PASSED
28445 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-float('nan')-True-strings1] PASSED
28446 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-float('nan')-True-strings2] PASSED
28447 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-float('nan')-False-strings0] PASSED
28448 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-float('nan')-False-strings1] PASSED
28449 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-float('nan')-False-strings2] PASSED
28450 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-string nan-True-strings0] PASSED
28451 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-string nan-True-strings1] PASSED
28452 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-string nan-True-strings2] PASSED
28453 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-string nan-False-strings0] PASSED
28454 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-string nan-False-strings1] PASSED
28455 numpy/_core/tests/test_stringdtype.py::test_self_casts[None-False-string nan-False-strings2] PASSED
28456 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-unset-True-strings0] PASSED
28457 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-unset-True-strings1] PASSED
28458 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-unset-True-strings2] PASSED
28459 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-unset-False-strings0] PASSED
28460 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-unset-False-strings1] PASSED
28461 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-unset-False-strings2] PASSED
28462 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-None-True-strings0] PASSED
28463 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-None-True-strings1] PASSED
28464 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-None-True-strings2] PASSED
28465 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-None-False-strings0] PASSED
28466 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-None-False-strings1] PASSED
28467 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-None-False-strings2] PASSED
28468 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-pandas.NA-True-strings0] PASSED
28469 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-pandas.NA-True-strings1] PASSED
28470 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-pandas.NA-True-strings2] PASSED
28471 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-pandas.NA-False-strings0] PASSED
28472 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-pandas.NA-False-strings1] PASSED
28473 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-pandas.NA-False-strings2] PASSED
28474 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-np.nan-True-strings0] PASSED
28475 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-np.nan-True-strings1] PASSED
28476 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-np.nan-True-strings2] PASSED
28477 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-np.nan-False-strings0] PASSED
28478 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-np.nan-False-strings1] PASSED
28479 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-np.nan-False-strings2] PASSED
28480 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-float('nan')-True-strings0] PASSED
28481 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-float('nan')-True-strings1] PASSED
28482 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-float('nan')-True-strings2] PASSED
28483 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-float('nan')-False-strings0] PASSED
28484 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-float('nan')-False-strings1] PASSED
28485 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-float('nan')-False-strings2] PASSED
28486 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-string nan-True-strings0] PASSED
28487 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-string nan-True-strings1] PASSED
28488 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-string nan-True-strings2] PASSED
28489 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-string nan-False-strings0] PASSED
28490 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-string nan-False-strings1] PASSED
28491 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-True-string nan-False-strings2] PASSED
28492 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-unset-True-strings0] PASSED
28493 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-unset-True-strings1] PASSED
28494 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-unset-True-strings2] PASSED
28495 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-unset-False-strings0] PASSED
28496 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-unset-False-strings1] PASSED
28497 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-unset-False-strings2] PASSED
28498 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-None-True-strings0] PASSED
28499 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-None-True-strings1] PASSED
28500 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-None-True-strings2] PASSED
28501 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-None-False-strings0] PASSED
28502 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-None-False-strings1] PASSED
28503 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-None-False-strings2] PASSED
28504 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-pandas.NA-True-strings0] PASSED
28505 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-pandas.NA-True-strings1] PASSED
28506 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-pandas.NA-True-strings2] PASSED
28507 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-pandas.NA-False-strings0] PASSED
28508 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-pandas.NA-False-strings1] PASSED
28509 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-pandas.NA-False-strings2] PASSED
28510 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-np.nan-True-strings0] PASSED
28511 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-np.nan-True-strings1] PASSED
28512 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-np.nan-True-strings2] PASSED
28513 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-np.nan-False-strings0] PASSED
28514 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-np.nan-False-strings1] PASSED
28515 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-np.nan-False-strings2] PASSED
28516 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-float('nan')-True-strings0] PASSED
28517 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-float('nan')-True-strings1] PASSED
28518 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-float('nan')-True-strings2] PASSED
28519 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-float('nan')-False-strings0] PASSED
28520 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-float('nan')-False-strings1] PASSED
28521 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-float('nan')-False-strings2] PASSED
28522 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-string nan-True-strings0] PASSED
28523 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-string nan-True-strings1] PASSED
28524 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-string nan-True-strings2] PASSED
28525 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-string nan-False-strings0] PASSED
28526 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-string nan-False-strings1] PASSED
28527 numpy/_core/tests/test_stringdtype.py::test_self_casts[pandas.NA-False-string nan-False-strings2] PASSED
28528 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-unset-True-strings0] PASSED
28529 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-unset-True-strings1] PASSED
28530 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-unset-True-strings2] PASSED
28531 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-unset-False-strings0] PASSED
28532 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-unset-False-strings1] PASSED
28533 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-unset-False-strings2] PASSED
28534 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-None-True-strings0] PASSED
28535 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-None-True-strings1] PASSED
28536 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-None-True-strings2] PASSED
28537 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-None-False-strings0] PASSED
28538 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-None-False-strings1] PASSED
28539 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-None-False-strings2] PASSED
28540 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-pandas.NA-True-strings0] PASSED
28541 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-pandas.NA-True-strings1] PASSED
28542 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-pandas.NA-True-strings2] PASSED
28543 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-pandas.NA-False-strings0] PASSED
28544 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-pandas.NA-False-strings1] PASSED
28545 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-pandas.NA-False-strings2] PASSED
28546 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-np.nan-True-strings0] PASSED
28547 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-np.nan-True-strings1] PASSED
28548 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-np.nan-True-strings2] PASSED
28549 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-np.nan-False-strings0] PASSED
28550 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-np.nan-False-strings1] PASSED
28551 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-np.nan-False-strings2] PASSED
28552 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-float('nan')-True-strings0] PASSED
28553 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-float('nan')-True-strings1] PASSED
28554 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-float('nan')-True-strings2] PASSED
28555 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-float('nan')-False-strings0] PASSED
28556 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-float('nan')-False-strings1] PASSED
28557 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-float('nan')-False-strings2] PASSED
28558 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-string nan-True-strings0] PASSED
28559 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-string nan-True-strings1] PASSED
28560 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-string nan-True-strings2] PASSED
28561 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-string nan-False-strings0] PASSED
28562 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-string nan-False-strings1] PASSED
28563 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-True-string nan-False-strings2] PASSED
28564 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-unset-True-strings0] PASSED
28565 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-unset-True-strings1] PASSED
28566 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-unset-True-strings2] PASSED
28567 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-unset-False-strings0] PASSED
28568 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-unset-False-strings1] PASSED
28569 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-unset-False-strings2] PASSED
28570 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-None-True-strings0] PASSED
28571 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-None-True-strings1] PASSED
28572 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-None-True-strings2] PASSED
28573 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-None-False-strings0] PASSED
28574 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-None-False-strings1] PASSED
28575 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-None-False-strings2] PASSED
28576 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-pandas.NA-True-strings0] PASSED
28577 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-pandas.NA-True-strings1] PASSED
28578 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-pandas.NA-True-strings2] PASSED
28579 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-pandas.NA-False-strings0] PASSED
28580 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-pandas.NA-False-strings1] PASSED
28581 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-pandas.NA-False-strings2] PASSED
28582 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-np.nan-True-strings0] PASSED
28583 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-np.nan-True-strings1] PASSED
28584 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-np.nan-True-strings2] PASSED
28585 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-np.nan-False-strings0] PASSED
28586 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-np.nan-False-strings1] PASSED
28587 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-np.nan-False-strings2] PASSED
28588 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-float('nan')-True-strings0] PASSED
28589 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-float('nan')-True-strings1] PASSED
28590 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-float('nan')-True-strings2] PASSED
28591 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-float('nan')-False-strings0] PASSED
28592 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-float('nan')-False-strings1] PASSED
28593 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-float('nan')-False-strings2] PASSED
28594 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-string nan-True-strings0] PASSED
28595 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-string nan-True-strings1] PASSED
28596 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-string nan-True-strings2] PASSED
28597 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-string nan-False-strings0] PASSED
28598 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-string nan-False-strings1] PASSED
28599 numpy/_core/tests/test_stringdtype.py::test_self_casts[np.nan-False-string nan-False-strings2] PASSED
28600 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-unset-True-strings0] PASSED
28601 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-unset-True-strings1] PASSED
28602 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-unset-True-strings2] PASSED
28603 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-unset-False-strings0] PASSED
28604 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-unset-False-strings1] PASSED
28605 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-unset-False-strings2] PASSED
28606 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-None-True-strings0] PASSED
28607 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-None-True-strings1] PASSED
28608 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-None-True-strings2] PASSED
28609 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-None-False-strings0] PASSED
28610 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-None-False-strings1] PASSED
28611 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-None-False-strings2] PASSED
28612 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-pandas.NA-True-strings0] PASSED
28613 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-pandas.NA-True-strings1] PASSED
28614 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-pandas.NA-True-strings2] PASSED
28615 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-pandas.NA-False-strings0] PASSED
28616 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-pandas.NA-False-strings1] PASSED
28617 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-pandas.NA-False-strings2] PASSED
28618 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-np.nan-True-strings0] PASSED
28619 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-np.nan-True-strings1] PASSED
28620 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-np.nan-True-strings2] PASSED
28621 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-np.nan-False-strings0] PASSED
28622 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-np.nan-False-strings1] PASSED
28623 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-np.nan-False-strings2] PASSED
28624 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-float('nan')-True-strings0] PASSED
28625 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-float('nan')-True-strings1] PASSED
28626 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-float('nan')-True-strings2] PASSED
28627 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-float('nan')-False-strings0] PASSED
28628 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-float('nan')-False-strings1] PASSED
28629 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-float('nan')-False-strings2] PASSED
28630 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-string nan-True-strings0] PASSED
28631 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-string nan-True-strings1] PASSED
28632 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-string nan-True-strings2] PASSED
28633 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-string nan-False-strings0] PASSED
28634 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-string nan-False-strings1] PASSED
28635 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-True-string nan-False-strings2] PASSED
28636 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-unset-True-strings0] PASSED
28637 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-unset-True-strings1] PASSED
28638 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-unset-True-strings2] PASSED
28639 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-unset-False-strings0] PASSED
28640 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-unset-False-strings1] PASSED
28641 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-unset-False-strings2] PASSED
28642 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-None-True-strings0] PASSED
28643 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-None-True-strings1] PASSED
28644 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-None-True-strings2] PASSED
28645 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-None-False-strings0] PASSED
28646 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-None-False-strings1] PASSED
28647 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-None-False-strings2] PASSED
28648 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-pandas.NA-True-strings0] PASSED
28649 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-pandas.NA-True-strings1] PASSED
28650 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-pandas.NA-True-strings2] PASSED
28651 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-pandas.NA-False-strings0] PASSED
28652 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-pandas.NA-False-strings1] PASSED
28653 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-pandas.NA-False-strings2] PASSED
28654 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-np.nan-True-strings0] PASSED
28655 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-np.nan-True-strings1] PASSED
28656 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-np.nan-True-strings2] PASSED
28657 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-np.nan-False-strings0] PASSED
28658 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-np.nan-False-strings1] PASSED
28659 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-np.nan-False-strings2] PASSED
28660 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-float('nan')-True-strings0] PASSED
28661 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-float('nan')-True-strings1] PASSED
28662 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-float('nan')-True-strings2] PASSED
28663 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-float('nan')-False-strings0] PASSED
28664 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-float('nan')-False-strings1] PASSED
28665 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-float('nan')-False-strings2] PASSED
28666 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-string nan-True-strings0] PASSED
28667 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-string nan-True-strings1] PASSED
28668 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-string nan-True-strings2] PASSED
28669 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-string nan-False-strings0] PASSED
28670 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-string nan-False-strings1] PASSED
28671 numpy/_core/tests/test_stringdtype.py::test_self_casts[float('nan')-False-string nan-False-strings2] PASSED
28672 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-unset-True-strings0] PASSED
28673 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-unset-True-strings1] PASSED
28674 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-unset-True-strings2] PASSED
28675 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-unset-False-strings0] PASSED
28676 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-unset-False-strings1] PASSED
28677 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-unset-False-strings2] PASSED
28678 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-None-True-strings0] PASSED
28679 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-None-True-strings1] PASSED
28680 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-None-True-strings2] PASSED
28681 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-None-False-strings0] PASSED
28682 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-None-False-strings1] PASSED
28683 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-None-False-strings2] PASSED
28684 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-pandas.NA-True-strings0] PASSED
28685 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-pandas.NA-True-strings1] PASSED
28686 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-pandas.NA-True-strings2] PASSED
28687 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-pandas.NA-False-strings0] PASSED
28688 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-pandas.NA-False-strings1] PASSED
28689 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-pandas.NA-False-strings2] PASSED
28690 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-np.nan-True-strings0] PASSED
28691 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-np.nan-True-strings1] PASSED
28692 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-np.nan-True-strings2] PASSED
28693 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-np.nan-False-strings0] PASSED
28694 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-np.nan-False-strings1] PASSED
28695 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-np.nan-False-strings2] PASSED
28696 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-float('nan')-True-strings0] PASSED
28697 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-float('nan')-True-strings1] PASSED
28698 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-float('nan')-True-strings2] PASSED
28699 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-float('nan')-False-strings0] PASSED
28700 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-float('nan')-False-strings1] PASSED
28701 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-float('nan')-False-strings2] PASSED
28702 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-string nan-True-strings0] PASSED
28703 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-string nan-True-strings1] PASSED
28704 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-string nan-True-strings2] PASSED
28705 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-string nan-False-strings0] PASSED
28706 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-string nan-False-strings1] PASSED
28707 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-True-string nan-False-strings2] PASSED
28708 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-unset-True-strings0] PASSED
28709 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-unset-True-strings1] PASSED
28710 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-unset-True-strings2] PASSED
28711 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-unset-False-strings0] PASSED
28712 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-unset-False-strings1] PASSED
28713 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-unset-False-strings2] PASSED
28714 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-None-True-strings0] PASSED
28715 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-None-True-strings1] PASSED
28716 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-None-True-strings2] PASSED
28717 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-None-False-strings0] PASSED
28718 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-None-False-strings1] PASSED
28719 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-None-False-strings2] PASSED
28720 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-pandas.NA-True-strings0] PASSED
28721 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-pandas.NA-True-strings1] PASSED
28722 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-pandas.NA-True-strings2] PASSED
28723 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-pandas.NA-False-strings0] PASSED
28724 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-pandas.NA-False-strings1] PASSED
28725 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-pandas.NA-False-strings2] PASSED
28726 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-np.nan-True-strings0] PASSED
28727 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-np.nan-True-strings1] PASSED
28728 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-np.nan-True-strings2] PASSED
28729 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-np.nan-False-strings0] PASSED
28730 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-np.nan-False-strings1] PASSED
28731 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-np.nan-False-strings2] PASSED
28732 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-float('nan')-True-strings0] PASSED
28733 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-float('nan')-True-strings1] PASSED
28734 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-float('nan')-True-strings2] PASSED
28735 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-float('nan')-False-strings0] PASSED
28736 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-float('nan')-False-strings1] PASSED
28737 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-float('nan')-False-strings2] PASSED
28738 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-string nan-True-strings0] PASSED
28739 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-string nan-True-strings1] PASSED
28740 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-string nan-True-strings2] PASSED
28741 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-string nan-False-strings0] PASSED
28742 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-string nan-False-strings1] PASSED
28743 numpy/_core/tests/test_stringdtype.py::test_self_casts[string nan-False-string nan-False-strings2] PASSED
28744 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[unset-True-strings0] PASSED
28745 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[unset-True-strings1] PASSED
28746 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[unset-True-strings2] PASSED
28747 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[unset-False-strings0] PASSED
28748 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[unset-False-strings1] PASSED
28749 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[unset-False-strings2] PASSED
28750 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[None-True-strings0] PASSED
28751 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[None-True-strings1] PASSED
28752 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[None-True-strings2] PASSED
28753 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[None-False-strings0] PASSED
28754 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[None-False-strings1] PASSED
28755 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[None-False-strings2] PASSED
28756 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[pandas.NA-True-strings0] PASSED
28757 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[pandas.NA-True-strings1] PASSED
28758 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[pandas.NA-True-strings2] PASSED
28759 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[pandas.NA-False-strings0] PASSED
28760 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[pandas.NA-False-strings1] PASSED
28761 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[pandas.NA-False-strings2] PASSED
28762 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[np.nan-True-strings0] PASSED
28763 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[np.nan-True-strings1] PASSED
28764 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[np.nan-True-strings2] PASSED
28765 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[np.nan-False-strings0] PASSED
28766 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[np.nan-False-strings1] PASSED
28767 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[np.nan-False-strings2] PASSED
28768 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[float('nan')-True-strings0] PASSED
28769 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[float('nan')-True-strings1] PASSED
28770 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[float('nan')-True-strings2] PASSED
28771 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[float('nan')-False-strings0] PASSED
28772 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[float('nan')-False-strings1] PASSED
28773 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[float('nan')-False-strings2] PASSED
28774 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[string nan-True-strings0] PASSED
28775 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[string nan-True-strings1] PASSED
28776 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[string nan-True-strings2] PASSED
28777 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[string nan-False-strings0] PASSED
28778 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[string nan-False-strings1] PASSED
28779 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_unicode_casts[string nan-False-strings2] PASSED
28780 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[unset-True-strings0] PASSED
28781 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[unset-True-strings1] PASSED
28782 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[unset-True-strings2] PASSED
28783 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[unset-False-strings0] PASSED
28784 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[unset-False-strings1] PASSED
28785 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[unset-False-strings2] PASSED
28786 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[None-True-strings0] PASSED
28787 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[None-True-strings1] PASSED
28788 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[None-True-strings2] PASSED
28789 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[None-False-strings0] PASSED
28790 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[None-False-strings1] PASSED
28791 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[None-False-strings2] PASSED
28792 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[pandas.NA-True-strings0] PASSED
28793 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[pandas.NA-True-strings1] PASSED
28794 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[pandas.NA-True-strings2] PASSED
28795 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[pandas.NA-False-strings0] PASSED
28796 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[pandas.NA-False-strings1] PASSED
28797 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[pandas.NA-False-strings2] PASSED
28798 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[np.nan-True-strings0] PASSED
28799 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[np.nan-True-strings1] PASSED
28800 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[np.nan-True-strings2] PASSED
28801 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[np.nan-False-strings0] PASSED
28802 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[np.nan-False-strings1] PASSED
28803 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[np.nan-False-strings2] PASSED
28804 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[float('nan')-True-strings0] PASSED
28805 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[float('nan')-True-strings1] PASSED
28806 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[float('nan')-True-strings2] PASSED
28807 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[float('nan')-False-strings0] PASSED
28808 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[float('nan')-False-strings1] PASSED
28809 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[float('nan')-False-strings2] PASSED
28810 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[string nan-True-strings0] PASSED
28811 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[string nan-True-strings1] PASSED
28812 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[string nan-True-strings2] PASSED
28813 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[string nan-False-strings0] PASSED
28814 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[string nan-False-strings1] PASSED
28815 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_void_casts[string nan-False-strings2] PASSED
28816 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[unset-True-strings0] PASSED
28817 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[unset-True-strings1] PASSED
28818 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[unset-True-strings2] PASSED
28819 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[unset-False-strings0] PASSED
28820 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[unset-False-strings1] PASSED
28821 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[unset-False-strings2] PASSED
28822 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[None-True-strings0] PASSED
28823 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[None-True-strings1] PASSED
28824 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[None-True-strings2] PASSED
28825 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[None-False-strings0] PASSED
28826 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[None-False-strings1] PASSED
28827 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[None-False-strings2] PASSED
28828 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[pandas.NA-True-strings0] PASSED
28829 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[pandas.NA-True-strings1] PASSED
28830 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[pandas.NA-True-strings2] PASSED
28831 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[pandas.NA-False-strings0] PASSED
28832 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[pandas.NA-False-strings1] PASSED
28833 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[pandas.NA-False-strings2] PASSED
28834 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[np.nan-True-strings0] PASSED
28835 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[np.nan-True-strings1] PASSED
28836 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[np.nan-True-strings2] PASSED
28837 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[np.nan-False-strings0] PASSED
28838 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[np.nan-False-strings1] PASSED
28839 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[np.nan-False-strings2] PASSED
28840 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[float('nan')-True-strings0] PASSED
28841 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[float('nan')-True-strings1] PASSED
28842 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[float('nan')-True-strings2] PASSED
28843 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[float('nan')-False-strings0] PASSED
28844 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[float('nan')-False-strings1] PASSED
28845 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[float('nan')-False-strings2] PASSED
28846 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[string nan-True-strings0] PASSED
28847 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[string nan-True-strings1] PASSED
28848 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[string nan-True-strings2] PASSED
28849 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[string nan-False-strings0] PASSED
28850 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[string nan-False-strings1] PASSED
28851 numpy/_core/tests/test_stringdtype.py::TestStringLikeCasts::test_bytes_casts[string nan-False-strings2] PASSED
28852 numpy/_core/tests/test_stringdtype.py::test_additional_unicode_cast[unset-True] PASSED
28853 numpy/_core/tests/test_stringdtype.py::test_additional_unicode_cast[unset-False] PASSED
28854 numpy/_core/tests/test_stringdtype.py::test_additional_unicode_cast[None-True] PASSED
28855 numpy/_core/tests/test_stringdtype.py::test_additional_unicode_cast[None-False] PASSED
28856 numpy/_core/tests/test_stringdtype.py::test_additional_unicode_cast[pandas.NA-True] PASSED
28857 numpy/_core/tests/test_stringdtype.py::test_additional_unicode_cast[pandas.NA-False] PASSED
28858 numpy/_core/tests/test_stringdtype.py::test_additional_unicode_cast[np.nan-True] PASSED
28859 numpy/_core/tests/test_stringdtype.py::test_additional_unicode_cast[np.nan-False] PASSED
28860 numpy/_core/tests/test_stringdtype.py::test_additional_unicode_cast[float('nan')-True] PASSED
28861 numpy/_core/tests/test_stringdtype.py::test_additional_unicode_cast[float('nan')-False] PASSED
28862 numpy/_core/tests/test_stringdtype.py::test_additional_unicode_cast[string nan-True] PASSED
28863 numpy/_core/tests/test_stringdtype.py::test_additional_unicode_cast[string nan-False] PASSED
28864 numpy/_core/tests/test_stringdtype.py::test_insert_scalar[unset-True] PASSED
28865 numpy/_core/tests/test_stringdtype.py::test_insert_scalar[unset-False] PASSED
28866 numpy/_core/tests/test_stringdtype.py::test_insert_scalar[None-True] PASSED
28867 numpy/_core/tests/test_stringdtype.py::test_insert_scalar[None-False] PASSED
28868 numpy/_core/tests/test_stringdtype.py::test_insert_scalar[pandas.NA-True] PASSED
28869 numpy/_core/tests/test_stringdtype.py::test_insert_scalar[pandas.NA-False] PASSED
28870 numpy/_core/tests/test_stringdtype.py::test_insert_scalar[np.nan-True] PASSED
28871 numpy/_core/tests/test_stringdtype.py::test_insert_scalar[np.nan-False] PASSED
28872 numpy/_core/tests/test_stringdtype.py::test_insert_scalar[float('nan')-True] PASSED
28873 numpy/_core/tests/test_stringdtype.py::test_insert_scalar[float('nan')-False] PASSED
28874 numpy/_core/tests/test_stringdtype.py::test_insert_scalar[string nan-True] PASSED
28875 numpy/_core/tests/test_stringdtype.py::test_insert_scalar[string nan-False] PASSED
28876 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-str_-equal] PASSED
28877 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-str_-not_equal] PASSED
28878 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-str_-greater] PASSED
28879 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-str_-greater_equal] PASSED
28880 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-str_-less] PASSED
28881 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-str_-less_equal] PASSED
28882 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-object-equal] PASSED
28883 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-object-not_equal] PASSED
28884 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-object-greater] PASSED
28885 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-object-greater_equal] PASSED
28886 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-object-less] PASSED
28887 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-object-less_equal] PASSED
28888 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-o_dtype2-equal] PASSED
28889 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-o_dtype2-not_equal] PASSED
28890 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-o_dtype2-greater] PASSED
28891 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-o_dtype2-greater_equal] PASSED
28892 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-o_dtype2-less] PASSED
28893 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-True-o_dtype2-less_equal] PASSED
28894 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-str_-equal] PASSED
28895 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-str_-not_equal] PASSED
28896 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-str_-greater] PASSED
28897 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-str_-greater_equal] PASSED
28898 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-str_-less] PASSED
28899 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-str_-less_equal] PASSED
28900 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-object-equal] PASSED
28901 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-object-not_equal] PASSED
28902 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-object-greater] PASSED
28903 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-object-greater_equal] PASSED
28904 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-object-less] PASSED
28905 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-object-less_equal] PASSED
28906 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-o_dtype2-equal] PASSED
28907 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-o_dtype2-not_equal] PASSED
28908 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-o_dtype2-greater] PASSED
28909 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-o_dtype2-greater_equal] PASSED
28910 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-o_dtype2-less] PASSED
28911 numpy/_core/tests/test_stringdtype.py::test_comparisons[unset-False-o_dtype2-less_equal] PASSED
28912 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-str_-equal] PASSED
28913 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-str_-not_equal] PASSED
28914 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-str_-greater] PASSED
28915 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-str_-greater_equal] PASSED
28916 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-str_-less] PASSED
28917 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-str_-less_equal] PASSED
28918 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-object-equal] PASSED
28919 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-object-not_equal] PASSED
28920 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-object-greater] PASSED
28921 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-object-greater_equal] PASSED
28922 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-object-less] PASSED
28923 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-object-less_equal] PASSED
28924 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-o_dtype2-equal] PASSED
28925 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-o_dtype2-not_equal] PASSED
28926 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-o_dtype2-greater] PASSED
28927 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-o_dtype2-greater_equal] PASSED
28928 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-o_dtype2-less] PASSED
28929 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-True-o_dtype2-less_equal] PASSED
28930 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-str_-equal] PASSED
28931 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-str_-not_equal] PASSED
28932 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-str_-greater] PASSED
28933 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-str_-greater_equal] PASSED
28934 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-str_-less] PASSED
28935 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-str_-less_equal] PASSED
28936 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-object-equal] PASSED
28937 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-object-not_equal] PASSED
28938 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-object-greater] PASSED
28939 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-object-greater_equal] PASSED
28940 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-object-less] PASSED
28941 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-object-less_equal] PASSED
28942 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-o_dtype2-equal] PASSED
28943 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-o_dtype2-not_equal] PASSED
28944 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-o_dtype2-greater] PASSED
28945 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-o_dtype2-greater_equal] PASSED
28946 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-o_dtype2-less] PASSED
28947 numpy/_core/tests/test_stringdtype.py::test_comparisons[None-False-o_dtype2-less_equal] PASSED
28948 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-str_-equal] PASSED
28949 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-str_-not_equal] PASSED
28950 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-str_-greater] PASSED
28951 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-str_-greater_equal] PASSED
28952 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-str_-less] PASSED
28953 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-str_-less_equal] PASSED
28954 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-object-equal] PASSED
28955 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-object-not_equal] PASSED
28956 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-object-greater] PASSED
28957 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-object-greater_equal] PASSED
28958 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-object-less] PASSED
28959 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-object-less_equal] PASSED
28960 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-o_dtype2-equal] PASSED
28961 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-o_dtype2-not_equal] PASSED
28962 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-o_dtype2-greater] PASSED
28963 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-o_dtype2-greater_equal] PASSED
28964 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-o_dtype2-less] PASSED
28965 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-True-o_dtype2-less_equal] PASSED
28966 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-str_-equal] PASSED
28967 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-str_-not_equal] PASSED
28968 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-str_-greater] PASSED
28969 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-str_-greater_equal] PASSED
28970 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-str_-less] PASSED
28971 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-str_-less_equal] PASSED
28972 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-object-equal] PASSED
28973 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-object-not_equal] PASSED
28974 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-object-greater] PASSED
28975 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-object-greater_equal] PASSED
28976 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-object-less] PASSED
28977 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-object-less_equal] PASSED
28978 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-o_dtype2-equal] PASSED
28979 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-o_dtype2-not_equal] PASSED
28980 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-o_dtype2-greater] PASSED
28981 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-o_dtype2-greater_equal] PASSED
28982 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-o_dtype2-less] PASSED
28983 numpy/_core/tests/test_stringdtype.py::test_comparisons[pandas.NA-False-o_dtype2-less_equal] PASSED
28984 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-str_-equal] PASSED
28985 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-str_-not_equal] PASSED
28986 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-str_-greater] PASSED
28987 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-str_-greater_equal] PASSED
28988 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-str_-less] PASSED
28989 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-str_-less_equal] PASSED
28990 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-object-equal] PASSED
28991 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-object-not_equal] PASSED
28992 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-object-greater] PASSED
28993 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-object-greater_equal] PASSED
28994 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-object-less] PASSED
28995 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-object-less_equal] PASSED
28996 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-o_dtype2-equal] PASSED
28997 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-o_dtype2-not_equal] PASSED
28998 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-o_dtype2-greater] PASSED
28999 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-o_dtype2-greater_equal] PASSED
29000 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-o_dtype2-less] PASSED
29001 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-True-o_dtype2-less_equal] PASSED
29002 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-str_-equal] PASSED
29003 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-str_-not_equal] PASSED
29004 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-str_-greater] PASSED
29005 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-str_-greater_equal] PASSED
29006 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-str_-less] PASSED
29007 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-str_-less_equal] PASSED
29008 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-object-equal] PASSED
29009 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-object-not_equal] PASSED
29010 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-object-greater] PASSED
29011 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-object-greater_equal] PASSED
29012 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-object-less] PASSED
29013 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-object-less_equal] PASSED
29014 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-o_dtype2-equal] PASSED
29015 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-o_dtype2-not_equal] PASSED
29016 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-o_dtype2-greater] PASSED
29017 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-o_dtype2-greater_equal] PASSED
29018 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-o_dtype2-less] PASSED
29019 numpy/_core/tests/test_stringdtype.py::test_comparisons[np.nan-False-o_dtype2-less_equal] PASSED
29020 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-str_-equal] PASSED
29021 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-str_-not_equal] PASSED
29022 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-str_-greater] PASSED
29023 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-str_-greater_equal] PASSED
29024 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-str_-less] PASSED
29025 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-str_-less_equal] PASSED
29026 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-object-equal] PASSED
29027 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-object-not_equal] PASSED
29028 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-object-greater] PASSED
29029 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-object-greater_equal] PASSED
29030 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-object-less] PASSED
29031 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-object-less_equal] PASSED
29032 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-o_dtype2-equal] PASSED
29033 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-o_dtype2-not_equal] PASSED
29034 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-o_dtype2-greater] PASSED
29035 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-o_dtype2-greater_equal] PASSED
29036 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-o_dtype2-less] PASSED
29037 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-True-o_dtype2-less_equal] PASSED
29038 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-str_-equal] PASSED
29039 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-str_-not_equal] PASSED
29040 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-str_-greater] PASSED
29041 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-str_-greater_equal] PASSED
29042 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-str_-less] PASSED
29043 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-str_-less_equal] PASSED
29044 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-object-equal] PASSED
29045 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-object-not_equal] PASSED
29046 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-object-greater] PASSED
29047 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-object-greater_equal] PASSED
29048 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-object-less] PASSED
29049 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-object-less_equal] PASSED
29050 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-o_dtype2-equal] PASSED
29051 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-o_dtype2-not_equal] PASSED
29052 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-o_dtype2-greater] PASSED
29053 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-o_dtype2-greater_equal] PASSED
29054 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-o_dtype2-less] PASSED
29055 numpy/_core/tests/test_stringdtype.py::test_comparisons[float('nan')-False-o_dtype2-less_equal] PASSED
29056 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-str_-equal] PASSED
29057 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-str_-not_equal] PASSED
29058 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-str_-greater] PASSED
29059 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-str_-greater_equal] PASSED
29060 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-str_-less] PASSED
29061 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-str_-less_equal] PASSED
29062 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-object-equal] PASSED
29063 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-object-not_equal] PASSED
29064 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-object-greater] PASSED
29065 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-object-greater_equal] PASSED
29066 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-object-less] PASSED
29067 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-object-less_equal] PASSED
29068 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-o_dtype2-equal] PASSED
29069 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-o_dtype2-not_equal] PASSED
29070 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-o_dtype2-greater] PASSED
29071 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-o_dtype2-greater_equal] PASSED
29072 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-o_dtype2-less] PASSED
29073 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-True-o_dtype2-less_equal] PASSED
29074 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-str_-equal] PASSED
29075 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-str_-not_equal] PASSED
29076 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-str_-greater] PASSED
29077 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-str_-greater_equal] PASSED
29078 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-str_-less] PASSED
29079 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-str_-less_equal] PASSED
29080 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-object-equal] PASSED
29081 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-object-not_equal] PASSED
29082 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-object-greater] PASSED
29083 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-object-greater_equal] PASSED
29084 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-object-less] PASSED
29085 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-object-less_equal] PASSED
29086 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-o_dtype2-equal] PASSED
29087 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-o_dtype2-not_equal] PASSED
29088 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-o_dtype2-greater] PASSED
29089 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-o_dtype2-greater_equal] PASSED
29090 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-o_dtype2-less] PASSED
29091 numpy/_core/tests/test_stringdtype.py::test_comparisons[string nan-False-o_dtype2-less_equal] PASSED
29092 numpy/_core/tests/test_stringdtype.py::test_isnan[unset-True] SKIPPED
29093 numpy/_core/tests/test_stringdtype.py::test_isnan[unset-False] SKIPPED
29094 numpy/_core/tests/test_stringdtype.py::test_isnan[None-True] PASSED
29095 numpy/_core/tests/test_stringdtype.py::test_isnan[None-False] PASSED
29096 numpy/_core/tests/test_stringdtype.py::test_isnan[pandas.NA-True] PASSED
29097 numpy/_core/tests/test_stringdtype.py::test_isnan[pandas.NA-False] PASSED
29098 numpy/_core/tests/test_stringdtype.py::test_isnan[np.nan-True] PASSED
29099 numpy/_core/tests/test_stringdtype.py::test_isnan[np.nan-False] PASSED
29100 numpy/_core/tests/test_stringdtype.py::test_isnan[float('nan')-True] PASSED
29101 numpy/_core/tests/test_stringdtype.py::test_isnan[float('nan')-False] PASSED
29102 numpy/_core/tests/test_stringdtype.py::test_isnan[string nan-True] PASSED
29103 numpy/_core/tests/test_stringdtype.py::test_isnan[string nan-False] PASSED
29104 numpy/_core/tests/test_stringdtype.py::test_pickle[unset-True] PASSED
29105 numpy/_core/tests/test_stringdtype.py::test_pickle[unset-False] PASSED
29106 numpy/_core/tests/test_stringdtype.py::test_pickle[None-True] PASSED
29107 numpy/_core/tests/test_stringdtype.py::test_pickle[None-False] PASSED
29108 numpy/_core/tests/test_stringdtype.py::test_pickle[pandas.NA-True] PASSED
29109 numpy/_core/tests/test_stringdtype.py::test_pickle[pandas.NA-False] PASSED
29110 numpy/_core/tests/test_stringdtype.py::test_pickle[np.nan-True] PASSED
29111 numpy/_core/tests/test_stringdtype.py::test_pickle[np.nan-False] PASSED
29112 numpy/_core/tests/test_stringdtype.py::test_pickle[float('nan')-True] PASSED
29113 numpy/_core/tests/test_stringdtype.py::test_pickle[float('nan')-False] PASSED
29114 numpy/_core/tests/test_stringdtype.py::test_pickle[string nan-True] PASSED
29115 numpy/_core/tests/test_stringdtype.py::test_pickle[string nan-False] PASSED
29116 numpy/_core/tests/test_stringdtype.py::test_sort[unset-True-strings0] PASSED
29117 numpy/_core/tests/test_stringdtype.py::test_sort[unset-True-strings1] PASSED
29118 numpy/_core/tests/test_stringdtype.py::test_sort[unset-True-strings2] PASSED
29119 numpy/_core/tests/test_stringdtype.py::test_sort[unset-True-strings3] PASSED
29120 numpy/_core/tests/test_stringdtype.py::test_sort[unset-True-strings4] PASSED
29121 numpy/_core/tests/test_stringdtype.py::test_sort[unset-True-strings5] PASSED
29122 numpy/_core/tests/test_stringdtype.py::test_sort[unset-False-strings0] PASSED
29123 numpy/_core/tests/test_stringdtype.py::test_sort[unset-False-strings1] PASSED
29124 numpy/_core/tests/test_stringdtype.py::test_sort[unset-False-strings2] PASSED
29125 numpy/_core/tests/test_stringdtype.py::test_sort[unset-False-strings3] PASSED
29126 numpy/_core/tests/test_stringdtype.py::test_sort[unset-False-strings4] PASSED
29127 numpy/_core/tests/test_stringdtype.py::test_sort[unset-False-strings5] PASSED
29128 numpy/_core/tests/test_stringdtype.py::test_sort[None-True-strings0] PASSED
29129 numpy/_core/tests/test_stringdtype.py::test_sort[None-True-strings1] PASSED
29130 numpy/_core/tests/test_stringdtype.py::test_sort[None-True-strings2] PASSED
29131 numpy/_core/tests/test_stringdtype.py::test_sort[None-True-strings3] PASSED
29132 numpy/_core/tests/test_stringdtype.py::test_sort[None-True-strings4] PASSED
29133 numpy/_core/tests/test_stringdtype.py::test_sort[None-True-strings5] PASSED
29134 numpy/_core/tests/test_stringdtype.py::test_sort[None-False-strings0] PASSED
29135 numpy/_core/tests/test_stringdtype.py::test_sort[None-False-strings1] PASSED
29136 numpy/_core/tests/test_stringdtype.py::test_sort[None-False-strings2] PASSED
29137 numpy/_core/tests/test_stringdtype.py::test_sort[None-False-strings3] PASSED
29138 numpy/_core/tests/test_stringdtype.py::test_sort[None-False-strings4] PASSED
29139 numpy/_core/tests/test_stringdtype.py::test_sort[None-False-strings5] PASSED
29140 numpy/_core/tests/test_stringdtype.py::test_sort[pandas.NA-True-strings0] PASSED
29141 numpy/_core/tests/test_stringdtype.py::test_sort[pandas.NA-True-strings1] PASSED
29142 numpy/_core/tests/test_stringdtype.py::test_sort[pandas.NA-True-strings2] PASSED
29143 numpy/_core/tests/test_stringdtype.py::test_sort[pandas.NA-True-strings3] PASSED
29144 numpy/_core/tests/test_stringdtype.py::test_sort[pandas.NA-True-strings4] PASSED
29145 numpy/_core/tests/test_stringdtype.py::test_sort[pandas.NA-True-strings5] PASSED
29146 numpy/_core/tests/test_stringdtype.py::test_sort[pandas.NA-False-strings0] PASSED
29147 numpy/_core/tests/test_stringdtype.py::test_sort[pandas.NA-False-strings1] PASSED
29148 numpy/_core/tests/test_stringdtype.py::test_sort[pandas.NA-False-strings2] PASSED
29149 numpy/_core/tests/test_stringdtype.py::test_sort[pandas.NA-False-strings3] PASSED
29150 numpy/_core/tests/test_stringdtype.py::test_sort[pandas.NA-False-strings4] PASSED
29151 numpy/_core/tests/test_stringdtype.py::test_sort[pandas.NA-False-strings5] PASSED
29152 numpy/_core/tests/test_stringdtype.py::test_sort[np.nan-True-strings0] PASSED
29153 numpy/_core/tests/test_stringdtype.py::test_sort[np.nan-True-strings1] PASSED
29154 numpy/_core/tests/test_stringdtype.py::test_sort[np.nan-True-strings2] PASSED
29155 numpy/_core/tests/test_stringdtype.py::test_sort[np.nan-True-strings3] PASSED
29156 numpy/_core/tests/test_stringdtype.py::test_sort[np.nan-True-strings4] PASSED
29157 numpy/_core/tests/test_stringdtype.py::test_sort[np.nan-True-strings5] PASSED
29158 numpy/_core/tests/test_stringdtype.py::test_sort[np.nan-False-strings0] PASSED
29159 numpy/_core/tests/test_stringdtype.py::test_sort[np.nan-False-strings1] PASSED
29160 numpy/_core/tests/test_stringdtype.py::test_sort[np.nan-False-strings2] PASSED
29161 numpy/_core/tests/test_stringdtype.py::test_sort[np.nan-False-strings3] PASSED
29162 numpy/_core/tests/test_stringdtype.py::test_sort[np.nan-False-strings4] PASSED
29163 numpy/_core/tests/test_stringdtype.py::test_sort[np.nan-False-strings5] PASSED
29164 numpy/_core/tests/test_stringdtype.py::test_sort[float('nan')-True-strings0] PASSED
29165 numpy/_core/tests/test_stringdtype.py::test_sort[float('nan')-True-strings1] PASSED
29166 numpy/_core/tests/test_stringdtype.py::test_sort[float('nan')-True-strings2] PASSED
29167 numpy/_core/tests/test_stringdtype.py::test_sort[float('nan')-True-strings3] PASSED
29168 numpy/_core/tests/test_stringdtype.py::test_sort[float('nan')-True-strings4] PASSED
29169 numpy/_core/tests/test_stringdtype.py::test_sort[float('nan')-True-strings5] PASSED
29170 numpy/_core/tests/test_stringdtype.py::test_sort[float('nan')-False-strings0] PASSED
29171 numpy/_core/tests/test_stringdtype.py::test_sort[float('nan')-False-strings1] PASSED
29172 numpy/_core/tests/test_stringdtype.py::test_sort[float('nan')-False-strings2] PASSED
29173 numpy/_core/tests/test_stringdtype.py::test_sort[float('nan')-False-strings3] PASSED
29174 numpy/_core/tests/test_stringdtype.py::test_sort[float('nan')-False-strings4] PASSED
29175 numpy/_core/tests/test_stringdtype.py::test_sort[float('nan')-False-strings5] PASSED
29176 numpy/_core/tests/test_stringdtype.py::test_sort[string nan-True-strings0] PASSED
29177 numpy/_core/tests/test_stringdtype.py::test_sort[string nan-True-strings1] PASSED
29178 numpy/_core/tests/test_stringdtype.py::test_sort[string nan-True-strings2] PASSED
29179 numpy/_core/tests/test_stringdtype.py::test_sort[string nan-True-strings3] PASSED
29180 numpy/_core/tests/test_stringdtype.py::test_sort[string nan-True-strings4] PASSED
29181 numpy/_core/tests/test_stringdtype.py::test_sort[string nan-True-strings5] PASSED
29182 numpy/_core/tests/test_stringdtype.py::test_sort[string nan-False-strings0] PASSED
29183 numpy/_core/tests/test_stringdtype.py::test_sort[string nan-False-strings1] PASSED
29184 numpy/_core/tests/test_stringdtype.py::test_sort[string nan-False-strings2] PASSED
29185 numpy/_core/tests/test_stringdtype.py::test_sort[string nan-False-strings3] PASSED
29186 numpy/_core/tests/test_stringdtype.py::test_sort[string nan-False-strings4] PASSED
29187 numpy/_core/tests/test_stringdtype.py::test_sort[string nan-False-strings5] PASSED
29188 numpy/_core/tests/test_stringdtype.py::test_nonzero[unset-strings0] PASSED
29189 numpy/_core/tests/test_stringdtype.py::test_nonzero[unset-strings1] PASSED
29190 numpy/_core/tests/test_stringdtype.py::test_nonzero[unset-strings2] PASSED
29191 numpy/_core/tests/test_stringdtype.py::test_nonzero[None-strings0] PASSED
29192 numpy/_core/tests/test_stringdtype.py::test_nonzero[None-strings1] PASSED
29193 numpy/_core/tests/test_stringdtype.py::test_nonzero[None-strings2] PASSED
29194 numpy/_core/tests/test_stringdtype.py::test_nonzero[pandas.NA-strings0] PASSED
29195 numpy/_core/tests/test_stringdtype.py::test_nonzero[pandas.NA-strings1] PASSED
29196 numpy/_core/tests/test_stringdtype.py::test_nonzero[pandas.NA-strings2] PASSED
29197 numpy/_core/tests/test_stringdtype.py::test_nonzero[np.nan-strings0] PASSED
29198 numpy/_core/tests/test_stringdtype.py::test_nonzero[np.nan-strings1] PASSED
29199 numpy/_core/tests/test_stringdtype.py::test_nonzero[np.nan-strings2] PASSED
29200 numpy/_core/tests/test_stringdtype.py::test_nonzero[float('nan')-strings0] PASSED
29201 numpy/_core/tests/test_stringdtype.py::test_nonzero[float('nan')-strings1] PASSED
29202 numpy/_core/tests/test_stringdtype.py::test_nonzero[float('nan')-strings2] PASSED
29203 numpy/_core/tests/test_stringdtype.py::test_nonzero[string nan-strings0] PASSED
29204 numpy/_core/tests/test_stringdtype.py::test_nonzero[string nan-strings1] PASSED
29205 numpy/_core/tests/test_stringdtype.py::test_nonzero[string nan-strings2] PASSED
29206 numpy/_core/tests/test_stringdtype.py::test_where[unset] PASSED
29207 numpy/_core/tests/test_stringdtype.py::test_where[None] PASSED
29208 numpy/_core/tests/test_stringdtype.py::test_where[pandas.NA] PASSED
29209 numpy/_core/tests/test_stringdtype.py::test_where[np.nan] PASSED
29210 numpy/_core/tests/test_stringdtype.py::test_where[float('nan')] PASSED
29211 numpy/_core/tests/test_stringdtype.py::test_where[string nan] PASSED
29212 numpy/_core/tests/test_stringdtype.py::test_fancy_indexing PASSED
29213 numpy/_core/tests/test_stringdtype.py::test_creation_functions PASSED
29214 numpy/_core/tests/test_stringdtype.py::test_concatenate PASSED
29215 numpy/_core/tests/test_stringdtype.py::test_create_with_copy_none PASSED
29216 numpy/_core/tests/test_stringdtype.py::test_astype_copy_false PASSED
29217 numpy/_core/tests/test_stringdtype.py::test_argmax[strings0] PASSED
29218 numpy/_core/tests/test_stringdtype.py::test_argmax[strings1] PASSED
29219 numpy/_core/tests/test_stringdtype.py::test_argmax[strings2] PASSED
29220 numpy/_core/tests/test_stringdtype.py::test_argmax[strings3] PASSED
29221 numpy/_core/tests/test_stringdtype.py::test_argmax[strings4] PASSED
29222 numpy/_core/tests/test_stringdtype.py::test_arrfuncs_zeros[sort-None] PASSED
29223 numpy/_core/tests/test_stringdtype.py::test_arrfuncs_zeros[nonzero-expected1] PASSED
29224 numpy/_core/tests/test_stringdtype.py::test_arrfuncs_zeros[argmax-0] PASSED
29225 numpy/_core/tests/test_stringdtype.py::test_arrfuncs_zeros[argmin-0] PASSED
29226 numpy/_core/tests/test_stringdtype.py::test_cast_to_bool[strings0-cast_answer0-True-True] PASSED
29227 numpy/_core/tests/test_stringdtype.py::test_cast_to_bool[strings1-cast_answer1-False-False] PASSED
29228 numpy/_core/tests/test_stringdtype.py::test_cast_to_bool[strings2-cast_answer2-True-False] PASSED
29229 numpy/_core/tests/test_stringdtype.py::test_cast_to_bool[strings3-cast_answer3-True-False] PASSED
29230 numpy/_core/tests/test_stringdtype.py::test_cast_from_bool[strings0-cast_answer0] PASSED
29231 numpy/_core/tests/test_stringdtype.py::test_cast_from_bool[strings1-cast_answer1] PASSED
29232 numpy/_core/tests/test_stringdtype.py::test_cast_from_bool[strings2-cast_answer2] PASSED
29233 numpy/_core/tests/test_stringdtype.py::test_cast_from_bool[strings3-cast_answer3] PASSED
29234 numpy/_core/tests/test_stringdtype.py::test_sized_integer_casts[True-8] PASSED
29235 numpy/_core/tests/test_stringdtype.py::test_sized_integer_casts[True-16] PASSED
29236 numpy/_core/tests/test_stringdtype.py::test_sized_integer_casts[True-32] PASSED
29237 numpy/_core/tests/test_stringdtype.py::test_sized_integer_casts[True-64] PASSED
29238 numpy/_core/tests/test_stringdtype.py::test_sized_integer_casts[False-8] PASSED
29239 numpy/_core/tests/test_stringdtype.py::test_sized_integer_casts[False-16] PASSED
29240 numpy/_core/tests/test_stringdtype.py::test_sized_integer_casts[False-32] PASSED
29241 numpy/_core/tests/test_stringdtype.py::test_sized_integer_casts[False-64] PASSED
29242 numpy/_core/tests/test_stringdtype.py::test_unsized_integer_casts[-byte] PASSED
29243 numpy/_core/tests/test_stringdtype.py::test_unsized_integer_casts[-short] PASSED
29244 numpy/_core/tests/test_stringdtype.py::test_unsized_integer_casts[-int] PASSED
29245 numpy/_core/tests/test_stringdtype.py::test_unsized_integer_casts[-longlong] PASSED
29246 numpy/_core/tests/test_stringdtype.py::test_unsized_integer_casts[u-byte] PASSED
29247 numpy/_core/tests/test_stringdtype.py::test_unsized_integer_casts[u-short] PASSED
29248 numpy/_core/tests/test_stringdtype.py::test_unsized_integer_casts[u-int] PASSED
29249 numpy/_core/tests/test_stringdtype.py::test_unsized_integer_casts[u-longlong] PASSED
29250 numpy/_core/tests/test_stringdtype.py::test_float_casts[longdouble] XFAIL
29251 numpy/_core/tests/test_stringdtype.py::test_float_casts[float64] PASSED
29252 numpy/_core/tests/test_stringdtype.py::test_float_casts[float32] PASSED
29253 numpy/_core/tests/test_stringdtype.py::test_float_casts[float16] PASSED
29254 numpy/_core/tests/test_stringdtype.py::test_cfloat_casts[csingle] PASSED
29255 numpy/_core/tests/test_stringdtype.py::test_cfloat_casts[cdouble] PASSED
29256 numpy/_core/tests/test_stringdtype.py::test_cfloat_casts[clongdouble] XFAIL
29257 numpy/_core/tests/test_stringdtype.py::test_take PASSED
29258 numpy/_core/tests/test_stringdtype.py::test_ufuncs_minmax[min-min-True] PASSED
29259 numpy/_core/tests/test_stringdtype.py::test_ufuncs_minmax[min-min-False] PASSED
29260 numpy/_core/tests/test_stringdtype.py::test_ufuncs_minmax[max-max-True] PASSED
29261 numpy/_core/tests/test_stringdtype.py::test_ufuncs_minmax[max-max-False] PASSED
29262 numpy/_core/tests/test_stringdtype.py::test_max_regression PASSED
29263 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[unset-True-other_strings0-True] PASSED
29264 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[unset-True-other_strings0-False] PASSED
29265 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[unset-True-other_strings1-True] PASSED
29266 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[unset-True-other_strings1-False] PASSED
29267 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[unset-True-other_strings2-True] PASSED
29268 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[unset-True-other_strings2-False] PASSED
29269 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[unset-False-other_strings0-True] PASSED
29270 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[unset-False-other_strings0-False] PASSED
29271 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[unset-False-other_strings1-True] PASSED
29272 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[unset-False-other_strings1-False] PASSED
29273 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[unset-False-other_strings2-True] PASSED
29274 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[unset-False-other_strings2-False] PASSED
29275 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[None-True-other_strings0-True] PASSED
29276 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[None-True-other_strings0-False] PASSED
29277 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[None-True-other_strings1-True] PASSED
29278 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[None-True-other_strings1-False] PASSED
29279 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[None-True-other_strings2-True] PASSED
29280 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[None-True-other_strings2-False] PASSED
29281 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[None-False-other_strings0-True] PASSED
29282 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[None-False-other_strings0-False] PASSED
29283 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[None-False-other_strings1-True] PASSED
29284 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[None-False-other_strings1-False] PASSED
29285 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[None-False-other_strings2-True] PASSED
29286 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[None-False-other_strings2-False] PASSED
29287 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[pandas.NA-True-other_strings0-True] PASSED
29288 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[pandas.NA-True-other_strings0-False] PASSED
29289 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[pandas.NA-True-other_strings1-True] PASSED
29290 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[pandas.NA-True-other_strings1-False] PASSED
29291 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[pandas.NA-True-other_strings2-True] PASSED
29292 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[pandas.NA-True-other_strings2-False] PASSED
29293 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[pandas.NA-False-other_strings0-True] PASSED
29294 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[pandas.NA-False-other_strings0-False] PASSED
29295 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[pandas.NA-False-other_strings1-True] PASSED
29296 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[pandas.NA-False-other_strings1-False] PASSED
29297 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[pandas.NA-False-other_strings2-True] PASSED
29298 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[pandas.NA-False-other_strings2-False] PASSED
29299 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[np.nan-True-other_strings0-True] PASSED
29300 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[np.nan-True-other_strings0-False] PASSED
29301 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[np.nan-True-other_strings1-True] PASSED
29302 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[np.nan-True-other_strings1-False] PASSED
29303 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[np.nan-True-other_strings2-True] PASSED
29304 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[np.nan-True-other_strings2-False] PASSED
29305 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[np.nan-False-other_strings0-True] PASSED
29306 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[np.nan-False-other_strings0-False] PASSED
29307 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[np.nan-False-other_strings1-True] PASSED
29308 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[np.nan-False-other_strings1-False] PASSED
29309 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[np.nan-False-other_strings2-True] PASSED
29310 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[np.nan-False-other_strings2-False] PASSED
29311 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[float('nan')-True-other_strings0-True] PASSED
29312 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[float('nan')-True-other_strings0-False] PASSED
29313 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[float('nan')-True-other_strings1-True] PASSED
29314 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[float('nan')-True-other_strings1-False] PASSED
29315 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[float('nan')-True-other_strings2-True] PASSED
29316 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[float('nan')-True-other_strings2-False] PASSED
29317 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[float('nan')-False-other_strings0-True] PASSED
29318 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[float('nan')-False-other_strings0-False] PASSED
29319 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[float('nan')-False-other_strings1-True] PASSED
29320 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[float('nan')-False-other_strings1-False] PASSED
29321 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[float('nan')-False-other_strings2-True] PASSED
29322 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[float('nan')-False-other_strings2-False] PASSED
29323 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[string nan-True-other_strings0-True] PASSED
29324 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[string nan-True-other_strings0-False] PASSED
29325 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[string nan-True-other_strings1-True] PASSED
29326 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[string nan-True-other_strings1-False] PASSED
29327 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[string nan-True-other_strings2-True] PASSED
29328 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[string nan-True-other_strings2-False] PASSED
29329 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[string nan-False-other_strings0-True] PASSED
29330 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[string nan-False-other_strings0-False] PASSED
29331 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[string nan-False-other_strings1-True] PASSED
29332 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[string nan-False-other_strings1-False] PASSED
29333 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[string nan-False-other_strings2-True] PASSED
29334 numpy/_core/tests/test_stringdtype.py::test_ufunc_add[string nan-False-other_strings2-False] PASSED
29335 numpy/_core/tests/test_stringdtype.py::test_ufunc_add_reduce[unset-True] PASSED
29336 numpy/_core/tests/test_stringdtype.py::test_ufunc_add_reduce[unset-False] PASSED
29337 numpy/_core/tests/test_stringdtype.py::test_ufunc_add_reduce[None-True] PASSED
29338 numpy/_core/tests/test_stringdtype.py::test_ufunc_add_reduce[None-False] PASSED
29339 numpy/_core/tests/test_stringdtype.py::test_ufunc_add_reduce[pandas.NA-True] PASSED
29340 numpy/_core/tests/test_stringdtype.py::test_ufunc_add_reduce[pandas.NA-False] PASSED
29341 numpy/_core/tests/test_stringdtype.py::test_ufunc_add_reduce[np.nan-True] PASSED
29342 numpy/_core/tests/test_stringdtype.py::test_ufunc_add_reduce[np.nan-False] PASSED
29343 numpy/_core/tests/test_stringdtype.py::test_ufunc_add_reduce[float('nan')-True] PASSED
29344 numpy/_core/tests/test_stringdtype.py::test_ufunc_add_reduce[float('nan')-False] PASSED
29345 numpy/_core/tests/test_stringdtype.py::test_ufunc_add_reduce[string nan-True] PASSED
29346 numpy/_core/tests/test_stringdtype.py::test_ufunc_add_reduce[string nan-False] PASSED
29347 numpy/_core/tests/test_stringdtype.py::test_add_promoter PASSED
29348 numpy/_core/tests/test_stringdtype.py::test_add_no_legacy_promote_with_signature PASSED
29349 numpy/_core/tests/test_stringdtype.py::test_add_promoter_reduce PASSED
29350 numpy/_core/tests/test_stringdtype.py::test_multiply_reduce PASSED
29351 numpy/_core/tests/test_stringdtype.py::test_multiply_two_string_raises PASSED
29352 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-None-2-True] PASSED
29353 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-None-2-False] PASSED
29354 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-None-other1-True] PASSED
29355 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-None-other1-False] PASSED
29356 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int8-2-True] PASSED
29357 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int8-2-False] PASSED
29358 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int8-other1-True] PASSED
29359 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int8-other1-False] PASSED
29360 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int16-2-True] PASSED
29361 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int16-2-False] PASSED
29362 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int16-other1-True] PASSED
29363 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int16-other1-False] PASSED
29364 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int32-2-True] PASSED
29365 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int32-2-False] PASSED
29366 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int32-other1-True] PASSED
29367 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int32-other1-False] PASSED
29368 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int64-2-True] PASSED
29369 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int64-2-False] PASSED
29370 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int64-other1-True] PASSED
29371 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int64-other1-False] PASSED
29372 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint8-2-True] PASSED
29373 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint8-2-False] PASSED
29374 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint8-other1-True] PASSED
29375 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint8-other1-False] PASSED
29376 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint16-2-True] PASSED
29377 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint16-2-False] PASSED
29378 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint16-other1-True] PASSED
29379 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint16-other1-False] PASSED
29380 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint32-2-True] PASSED
29381 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint32-2-False] PASSED
29382 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint32-other1-True] PASSED
29383 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint32-other1-False] PASSED
29384 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint64-2-True] PASSED
29385 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint64-2-False] PASSED
29386 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint64-other1-True] PASSED
29387 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint64-other1-False] PASSED
29388 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-short-2-True] PASSED
29389 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-short-2-False] PASSED
29390 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-short-other1-True] PASSED
29391 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-short-other1-False] PASSED
29392 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int-2-True] PASSED
29393 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int-2-False] PASSED
29394 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int-other1-True] PASSED
29395 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-int-other1-False] PASSED
29396 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-intp-2-True] PASSED
29397 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-intp-2-False] PASSED
29398 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-intp-other1-True] PASSED
29399 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-intp-other1-False] PASSED
29400 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-long-2-True] PASSED
29401 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-long-2-False] PASSED
29402 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-long-other1-True] PASSED
29403 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-long-other1-False] PASSED
29404 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-longlong-2-True] PASSED
29405 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-longlong-2-False] PASSED
29406 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-longlong-other1-True] PASSED
29407 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-longlong-other1-False] PASSED
29408 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-ushort-2-True] PASSED
29409 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-ushort-2-False] PASSED
29410 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-ushort-other1-True] PASSED
29411 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-ushort-other1-False] PASSED
29412 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint-2-True] PASSED
29413 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint-2-False] PASSED
29414 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint-other1-True] PASSED
29415 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uint-other1-False] PASSED
29416 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uintp-2-True] PASSED
29417 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uintp-2-False] PASSED
29418 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uintp-other1-True] PASSED
29419 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-uintp-other1-False] PASSED
29420 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-ulong-2-True] PASSED
29421 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-ulong-2-False] PASSED
29422 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-ulong-other1-True] PASSED
29423 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-ulong-other1-False] PASSED
29424 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-ulonglong-2-True] PASSED
29425 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-ulonglong-2-False] PASSED
29426 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-ulonglong-other1-True] PASSED
29427 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-True-ulonglong-other1-False] PASSED
29428 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-None-2-True] PASSED
29429 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-None-2-False] PASSED
29430 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-None-other1-True] PASSED
29431 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-None-other1-False] PASSED
29432 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int8-2-True] PASSED
29433 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int8-2-False] PASSED
29434 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int8-other1-True] PASSED
29435 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int8-other1-False] PASSED
29436 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int16-2-True] PASSED
29437 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int16-2-False] PASSED
29438 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int16-other1-True] PASSED
29439 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int16-other1-False] PASSED
29440 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int32-2-True] PASSED
29441 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int32-2-False] PASSED
29442 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int32-other1-True] PASSED
29443 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int32-other1-False] PASSED
29444 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int64-2-True] PASSED
29445 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int64-2-False] PASSED
29446 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int64-other1-True] PASSED
29447 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int64-other1-False] PASSED
29448 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint8-2-True] PASSED
29449 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint8-2-False] PASSED
29450 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint8-other1-True] PASSED
29451 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint8-other1-False] PASSED
29452 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint16-2-True] PASSED
29453 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint16-2-False] PASSED
29454 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint16-other1-True] PASSED
29455 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint16-other1-False] PASSED
29456 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint32-2-True] PASSED
29457 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint32-2-False] PASSED
29458 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint32-other1-True] PASSED
29459 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint32-other1-False] PASSED
29460 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint64-2-True] PASSED
29461 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint64-2-False] PASSED
29462 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint64-other1-True] PASSED
29463 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint64-other1-False] PASSED
29464 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-short-2-True] PASSED
29465 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-short-2-False] PASSED
29466 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-short-other1-True] PASSED
29467 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-short-other1-False] PASSED
29468 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int-2-True] PASSED
29469 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int-2-False] PASSED
29470 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int-other1-True] PASSED
29471 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-int-other1-False] PASSED
29472 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-intp-2-True] PASSED
29473 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-intp-2-False] PASSED
29474 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-intp-other1-True] PASSED
29475 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-intp-other1-False] PASSED
29476 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-long-2-True] PASSED
29477 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-long-2-False] PASSED
29478 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-long-other1-True] PASSED
29479 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-long-other1-False] PASSED
29480 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-longlong-2-True] PASSED
29481 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-longlong-2-False] PASSED
29482 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-longlong-other1-True] PASSED
29483 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-longlong-other1-False] PASSED
29484 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-ushort-2-True] PASSED
29485 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-ushort-2-False] PASSED
29486 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-ushort-other1-True] PASSED
29487 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-ushort-other1-False] PASSED
29488 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint-2-True] PASSED
29489 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint-2-False] PASSED
29490 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint-other1-True] PASSED
29491 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uint-other1-False] PASSED
29492 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uintp-2-True] PASSED
29493 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uintp-2-False] PASSED
29494 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uintp-other1-True] PASSED
29495 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-uintp-other1-False] PASSED
29496 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-ulong-2-True] PASSED
29497 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-ulong-2-False] PASSED
29498 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-ulong-other1-True] PASSED
29499 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-ulong-other1-False] PASSED
29500 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-ulonglong-2-True] PASSED
29501 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-ulonglong-2-False] PASSED
29502 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-ulonglong-other1-True] PASSED
29503 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[unset-False-ulonglong-other1-False] PASSED
29504 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-None-2-True] PASSED
29505 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-None-2-False] PASSED
29506 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-None-other1-True] PASSED
29507 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-None-other1-False] PASSED
29508 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int8-2-True] PASSED
29509 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int8-2-False] PASSED
29510 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int8-other1-True] PASSED
29511 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int8-other1-False] PASSED
29512 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int16-2-True] PASSED
29513 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int16-2-False] PASSED
29514 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int16-other1-True] PASSED
29515 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int16-other1-False] PASSED
29516 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int32-2-True] PASSED
29517 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int32-2-False] PASSED
29518 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int32-other1-True] PASSED
29519 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int32-other1-False] PASSED
29520 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int64-2-True] PASSED
29521 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int64-2-False] PASSED
29522 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int64-other1-True] PASSED
29523 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int64-other1-False] PASSED
29524 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint8-2-True] PASSED
29525 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint8-2-False] PASSED
29526 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint8-other1-True] PASSED
29527 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint8-other1-False] PASSED
29528 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint16-2-True] PASSED
29529 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint16-2-False] PASSED
29530 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint16-other1-True] PASSED
29531 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint16-other1-False] PASSED
29532 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint32-2-True] PASSED
29533 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint32-2-False] PASSED
29534 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint32-other1-True] PASSED
29535 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint32-other1-False] PASSED
29536 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint64-2-True] PASSED
29537 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint64-2-False] PASSED
29538 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint64-other1-True] PASSED
29539 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint64-other1-False] PASSED
29540 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-short-2-True] PASSED
29541 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-short-2-False] PASSED
29542 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-short-other1-True] PASSED
29543 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-short-other1-False] PASSED
29544 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int-2-True] PASSED
29545 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int-2-False] PASSED
29546 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int-other1-True] PASSED
29547 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-int-other1-False] PASSED
29548 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-intp-2-True] PASSED
29549 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-intp-2-False] PASSED
29550 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-intp-other1-True] PASSED
29551 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-intp-other1-False] PASSED
29552 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-long-2-True] PASSED
29553 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-long-2-False] PASSED
29554 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-long-other1-True] PASSED
29555 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-long-other1-False] PASSED
29556 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-longlong-2-True] PASSED
29557 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-longlong-2-False] PASSED
29558 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-longlong-other1-True] PASSED
29559 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-longlong-other1-False] PASSED
29560 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-ushort-2-True] PASSED
29561 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-ushort-2-False] PASSED
29562 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-ushort-other1-True] PASSED
29563 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-ushort-other1-False] PASSED
29564 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint-2-True] PASSED
29565 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint-2-False] PASSED
29566 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint-other1-True] PASSED
29567 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uint-other1-False] PASSED
29568 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uintp-2-True] PASSED
29569 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uintp-2-False] PASSED
29570 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uintp-other1-True] PASSED
29571 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-uintp-other1-False] PASSED
29572 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-ulong-2-True] PASSED
29573 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-ulong-2-False] PASSED
29574 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-ulong-other1-True] PASSED
29575 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-ulong-other1-False] PASSED
29576 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-ulonglong-2-True] PASSED
29577 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-ulonglong-2-False] PASSED
29578 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-ulonglong-other1-True] PASSED
29579 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-True-ulonglong-other1-False] PASSED
29580 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-None-2-True] PASSED
29581 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-None-2-False] PASSED
29582 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-None-other1-True] PASSED
29583 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-None-other1-False] PASSED
29584 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int8-2-True] PASSED
29585 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int8-2-False] PASSED
29586 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int8-other1-True] PASSED
29587 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int8-other1-False] PASSED
29588 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int16-2-True] PASSED
29589 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int16-2-False] PASSED
29590 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int16-other1-True] PASSED
29591 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int16-other1-False] PASSED
29592 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int32-2-True] PASSED
29593 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int32-2-False] PASSED
29594 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int32-other1-True] PASSED
29595 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int32-other1-False] PASSED
29596 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int64-2-True] PASSED
29597 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int64-2-False] PASSED
29598 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int64-other1-True] PASSED
29599 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int64-other1-False] PASSED
29600 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint8-2-True] PASSED
29601 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint8-2-False] PASSED
29602 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint8-other1-True] PASSED
29603 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint8-other1-False] PASSED
29604 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint16-2-True] PASSED
29605 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint16-2-False] PASSED
29606 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint16-other1-True] PASSED
29607 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint16-other1-False] PASSED
29608 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint32-2-True] PASSED
29609 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint32-2-False] PASSED
29610 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint32-other1-True] PASSED
29611 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint32-other1-False] PASSED
29612 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint64-2-True] PASSED
29613 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint64-2-False] PASSED
29614 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint64-other1-True] PASSED
29615 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint64-other1-False] PASSED
29616 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-short-2-True] PASSED
29617 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-short-2-False] PASSED
29618 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-short-other1-True] PASSED
29619 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-short-other1-False] PASSED
29620 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int-2-True] PASSED
29621 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int-2-False] PASSED
29622 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int-other1-True] PASSED
29623 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-int-other1-False] PASSED
29624 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-intp-2-True] PASSED
29625 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-intp-2-False] PASSED
29626 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-intp-other1-True] PASSED
29627 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-intp-other1-False] PASSED
29628 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-long-2-True] PASSED
29629 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-long-2-False] PASSED
29630 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-long-other1-True] PASSED
29631 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-long-other1-False] PASSED
29632 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-longlong-2-True] PASSED
29633 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-longlong-2-False] PASSED
29634 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-longlong-other1-True] PASSED
29635 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-longlong-other1-False] PASSED
29636 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-ushort-2-True] PASSED
29637 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-ushort-2-False] PASSED
29638 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-ushort-other1-True] PASSED
29639 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-ushort-other1-False] PASSED
29640 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint-2-True] PASSED
29641 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint-2-False] PASSED
29642 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint-other1-True] PASSED
29643 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uint-other1-False] PASSED
29644 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uintp-2-True] PASSED
29645 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uintp-2-False] PASSED
29646 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uintp-other1-True] PASSED
29647 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-uintp-other1-False] PASSED
29648 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-ulong-2-True] PASSED
29649 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-ulong-2-False] PASSED
29650 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-ulong-other1-True] PASSED
29651 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-ulong-other1-False] PASSED
29652 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-ulonglong-2-True] PASSED
29653 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-ulonglong-2-False] PASSED
29654 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-ulonglong-other1-True] PASSED
29655 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[None-False-ulonglong-other1-False] PASSED
29656 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-None-2-True] PASSED
29657 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-None-2-False] PASSED
29658 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-None-other1-True] PASSED
29659 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-None-other1-False] PASSED
29660 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int8-2-True] PASSED
29661 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int8-2-False] PASSED
29662 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int8-other1-True] PASSED
29663 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int8-other1-False] PASSED
29664 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int16-2-True] PASSED
29665 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int16-2-False] PASSED
29666 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int16-other1-True] PASSED
29667 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int16-other1-False] PASSED
29668 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int32-2-True] PASSED
29669 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int32-2-False] PASSED
29670 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int32-other1-True] PASSED
29671 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int32-other1-False] PASSED
29672 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int64-2-True] PASSED
29673 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int64-2-False] PASSED
29674 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int64-other1-True] PASSED
29675 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int64-other1-False] PASSED
29676 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint8-2-True] PASSED
29677 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint8-2-False] PASSED
29678 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint8-other1-True] PASSED
29679 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint8-other1-False] PASSED
29680 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint16-2-True] PASSED
29681 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint16-2-False] PASSED
29682 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint16-other1-True] PASSED
29683 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint16-other1-False] PASSED
29684 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint32-2-True] PASSED
29685 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint32-2-False] PASSED
29686 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint32-other1-True] PASSED
29687 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint32-other1-False] PASSED
29688 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint64-2-True] PASSED
29689 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint64-2-False] PASSED
29690 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint64-other1-True] PASSED
29691 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint64-other1-False] PASSED
29692 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-short-2-True] PASSED
29693 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-short-2-False] PASSED
29694 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-short-other1-True] PASSED
29695 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-short-other1-False] PASSED
29696 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int-2-True] PASSED
29697 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int-2-False] PASSED
29698 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int-other1-True] PASSED
29699 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-int-other1-False] PASSED
29700 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-intp-2-True] PASSED
29701 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-intp-2-False] PASSED
29702 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-intp-other1-True] PASSED
29703 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-intp-other1-False] PASSED
29704 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-long-2-True] PASSED
29705 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-long-2-False] PASSED
29706 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-long-other1-True] PASSED
29707 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-long-other1-False] PASSED
29708 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-longlong-2-True] PASSED
29709 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-longlong-2-False] PASSED
29710 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-longlong-other1-True] PASSED
29711 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-longlong-other1-False] PASSED
29712 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-ushort-2-True] PASSED
29713 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-ushort-2-False] PASSED
29714 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-ushort-other1-True] PASSED
29715 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-ushort-other1-False] PASSED
29716 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint-2-True] PASSED
29717 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint-2-False] PASSED
29718 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint-other1-True] PASSED
29719 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uint-other1-False] PASSED
29720 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uintp-2-True] PASSED
29721 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uintp-2-False] PASSED
29722 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uintp-other1-True] PASSED
29723 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-uintp-other1-False] PASSED
29724 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-ulong-2-True] PASSED
29725 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-ulong-2-False] PASSED
29726 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-ulong-other1-True] PASSED
29727 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-ulong-other1-False] PASSED
29728 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-ulonglong-2-True] PASSED
29729 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-ulonglong-2-False] PASSED
29730 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-ulonglong-other1-True] PASSED
29731 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-True-ulonglong-other1-False] PASSED
29732 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-None-2-True] PASSED
29733 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-None-2-False] PASSED
29734 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-None-other1-True] PASSED
29735 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-None-other1-False] PASSED
29736 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int8-2-True] PASSED
29737 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int8-2-False] PASSED
29738 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int8-other1-True] PASSED
29739 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int8-other1-False] PASSED
29740 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int16-2-True] PASSED
29741 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int16-2-False] PASSED
29742 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int16-other1-True] PASSED
29743 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int16-other1-False] PASSED
29744 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int32-2-True] PASSED
29745 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int32-2-False] PASSED
29746 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int32-other1-True] PASSED
29747 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int32-other1-False] PASSED
29748 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int64-2-True] PASSED
29749 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int64-2-False] PASSED
29750 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int64-other1-True] PASSED
29751 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int64-other1-False] PASSED
29752 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint8-2-True] PASSED
29753 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint8-2-False] PASSED
29754 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint8-other1-True] PASSED
29755 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint8-other1-False] PASSED
29756 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint16-2-True] PASSED
29757 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint16-2-False] PASSED
29758 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint16-other1-True] PASSED
29759 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint16-other1-False] PASSED
29760 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint32-2-True] PASSED
29761 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint32-2-False] PASSED
29762 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint32-other1-True] PASSED
29763 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint32-other1-False] PASSED
29764 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint64-2-True] PASSED
29765 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint64-2-False] PASSED
29766 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint64-other1-True] PASSED
29767 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint64-other1-False] PASSED
29768 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-short-2-True] PASSED
29769 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-short-2-False] PASSED
29770 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-short-other1-True] PASSED
29771 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-short-other1-False] PASSED
29772 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int-2-True] PASSED
29773 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int-2-False] PASSED
29774 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int-other1-True] PASSED
29775 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-int-other1-False] PASSED
29776 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-intp-2-True] PASSED
29777 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-intp-2-False] PASSED
29778 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-intp-other1-True] PASSED
29779 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-intp-other1-False] PASSED
29780 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-long-2-True] PASSED
29781 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-long-2-False] PASSED
29782 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-long-other1-True] PASSED
29783 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-long-other1-False] PASSED
29784 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-longlong-2-True] PASSED
29785 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-longlong-2-False] PASSED
29786 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-longlong-other1-True] PASSED
29787 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-longlong-other1-False] PASSED
29788 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-ushort-2-True] PASSED
29789 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-ushort-2-False] PASSED
29790 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-ushort-other1-True] PASSED
29791 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-ushort-other1-False] PASSED
29792 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint-2-True] PASSED
29793 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint-2-False] PASSED
29794 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint-other1-True] PASSED
29795 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uint-other1-False] PASSED
29796 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uintp-2-True] PASSED
29797 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uintp-2-False] PASSED
29798 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uintp-other1-True] PASSED
29799 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-uintp-other1-False] PASSED
29800 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-ulong-2-True] PASSED
29801 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-ulong-2-False] PASSED
29802 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-ulong-other1-True] PASSED
29803 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-ulong-other1-False] PASSED
29804 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-ulonglong-2-True] PASSED
29805 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-ulonglong-2-False] PASSED
29806 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-ulonglong-other1-True] PASSED
29807 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[pandas.NA-False-ulonglong-other1-False] PASSED
29808 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-None-2-True] PASSED
29809 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-None-2-False] PASSED
29810 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-None-other1-True] PASSED
29811 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-None-other1-False] PASSED
29812 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int8-2-True] PASSED
29813 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int8-2-False] PASSED
29814 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int8-other1-True] PASSED
29815 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int8-other1-False] PASSED
29816 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int16-2-True] PASSED
29817 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int16-2-False] PASSED
29818 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int16-other1-True] PASSED
29819 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int16-other1-False] PASSED
29820 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int32-2-True] PASSED
29821 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int32-2-False] PASSED
29822 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int32-other1-True] PASSED
29823 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int32-other1-False] PASSED
29824 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int64-2-True] PASSED
29825 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int64-2-False] PASSED
29826 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int64-other1-True] PASSED
29827 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int64-other1-False] PASSED
29828 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint8-2-True] PASSED
29829 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint8-2-False] PASSED
29830 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint8-other1-True] PASSED
29831 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint8-other1-False] PASSED
29832 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint16-2-True] PASSED
29833 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint16-2-False] PASSED
29834 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint16-other1-True] PASSED
29835 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint16-other1-False] PASSED
29836 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint32-2-True] PASSED
29837 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint32-2-False] PASSED
29838 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint32-other1-True] PASSED
29839 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint32-other1-False] PASSED
29840 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint64-2-True] PASSED
29841 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint64-2-False] PASSED
29842 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint64-other1-True] PASSED
29843 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint64-other1-False] PASSED
29844 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-short-2-True] PASSED
29845 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-short-2-False] PASSED
29846 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-short-other1-True] PASSED
29847 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-short-other1-False] PASSED
29848 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int-2-True] PASSED
29849 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int-2-False] PASSED
29850 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int-other1-True] PASSED
29851 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-int-other1-False] PASSED
29852 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-intp-2-True] PASSED
29853 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-intp-2-False] PASSED
29854 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-intp-other1-True] PASSED
29855 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-intp-other1-False] PASSED
29856 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-long-2-True] PASSED
29857 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-long-2-False] PASSED
29858 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-long-other1-True] PASSED
29859 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-long-other1-False] PASSED
29860 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-longlong-2-True] PASSED
29861 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-longlong-2-False] PASSED
29862 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-longlong-other1-True] PASSED
29863 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-longlong-other1-False] PASSED
29864 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-ushort-2-True] PASSED
29865 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-ushort-2-False] PASSED
29866 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-ushort-other1-True] PASSED
29867 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-ushort-other1-False] PASSED
29868 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint-2-True] PASSED
29869 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint-2-False] PASSED
29870 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint-other1-True] PASSED
29871 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uint-other1-False] PASSED
29872 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uintp-2-True] PASSED
29873 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uintp-2-False] PASSED
29874 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uintp-other1-True] PASSED
29875 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-uintp-other1-False] PASSED
29876 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-ulong-2-True] PASSED
29877 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-ulong-2-False] PASSED
29878 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-ulong-other1-True] PASSED
29879 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-ulong-other1-False] PASSED
29880 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-ulonglong-2-True] PASSED
29881 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-ulonglong-2-False] PASSED
29882 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-ulonglong-other1-True] PASSED
29883 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-True-ulonglong-other1-False] PASSED
29884 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-None-2-True] PASSED
29885 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-None-2-False] PASSED
29886 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-None-other1-True] PASSED
29887 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-None-other1-False] PASSED
29888 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int8-2-True] PASSED
29889 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int8-2-False] PASSED
29890 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int8-other1-True] PASSED
29891 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int8-other1-False] PASSED
29892 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int16-2-True] PASSED
29893 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int16-2-False] PASSED
29894 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int16-other1-True] PASSED
29895 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int16-other1-False] PASSED
29896 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int32-2-True] PASSED
29897 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int32-2-False] PASSED
29898 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int32-other1-True] PASSED
29899 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int32-other1-False] PASSED
29900 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int64-2-True] PASSED
29901 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int64-2-False] PASSED
29902 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int64-other1-True] PASSED
29903 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int64-other1-False] PASSED
29904 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint8-2-True] PASSED
29905 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint8-2-False] PASSED
29906 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint8-other1-True] PASSED
29907 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint8-other1-False] PASSED
29908 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint16-2-True] PASSED
29909 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint16-2-False] PASSED
29910 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint16-other1-True] PASSED
29911 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint16-other1-False] PASSED
29912 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint32-2-True] PASSED
29913 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint32-2-False] PASSED
29914 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint32-other1-True] PASSED
29915 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint32-other1-False] PASSED
29916 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint64-2-True] PASSED
29917 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint64-2-False] PASSED
29918 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint64-other1-True] PASSED
29919 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint64-other1-False] PASSED
29920 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-short-2-True] PASSED
29921 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-short-2-False] PASSED
29922 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-short-other1-True] PASSED
29923 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-short-other1-False] PASSED
29924 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int-2-True] PASSED
29925 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int-2-False] PASSED
29926 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int-other1-True] PASSED
29927 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-int-other1-False] PASSED
29928 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-intp-2-True] PASSED
29929 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-intp-2-False] PASSED
29930 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-intp-other1-True] PASSED
29931 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-intp-other1-False] PASSED
29932 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-long-2-True] PASSED
29933 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-long-2-False] PASSED
29934 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-long-other1-True] PASSED
29935 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-long-other1-False] PASSED
29936 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-longlong-2-True] PASSED
29937 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-longlong-2-False] PASSED
29938 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-longlong-other1-True] PASSED
29939 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-longlong-other1-False] PASSED
29940 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-ushort-2-True] PASSED
29941 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-ushort-2-False] PASSED
29942 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-ushort-other1-True] PASSED
29943 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-ushort-other1-False] PASSED
29944 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint-2-True] PASSED
29945 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint-2-False] PASSED
29946 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint-other1-True] PASSED
29947 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uint-other1-False] PASSED
29948 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uintp-2-True] PASSED
29949 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uintp-2-False] PASSED
29950 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uintp-other1-True] PASSED
29951 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-uintp-other1-False] PASSED
29952 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-ulong-2-True] PASSED
29953 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-ulong-2-False] PASSED
29954 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-ulong-other1-True] PASSED
29955 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-ulong-other1-False] PASSED
29956 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-ulonglong-2-True] PASSED
29957 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-ulonglong-2-False] PASSED
29958 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-ulonglong-other1-True] PASSED
29959 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[np.nan-False-ulonglong-other1-False] PASSED
29960 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-None-2-True] PASSED
29961 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-None-2-False] PASSED
29962 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-None-other1-True] PASSED
29963 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-None-other1-False] PASSED
29964 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int8-2-True] PASSED
29965 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int8-2-False] PASSED
29966 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int8-other1-True] PASSED
29967 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int8-other1-False] PASSED
29968 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int16-2-True] PASSED
29969 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int16-2-False] PASSED
29970 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int16-other1-True] PASSED
29971 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int16-other1-False] PASSED
29972 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int32-2-True] PASSED
29973 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int32-2-False] PASSED
29974 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int32-other1-True] PASSED
29975 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int32-other1-False] PASSED
29976 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int64-2-True] PASSED
29977 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int64-2-False] PASSED
29978 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int64-other1-True] PASSED
29979 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int64-other1-False] PASSED
29980 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint8-2-True] PASSED
29981 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint8-2-False] PASSED
29982 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint8-other1-True] PASSED
29983 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint8-other1-False] PASSED
29984 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint16-2-True] PASSED
29985 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint16-2-False] PASSED
29986 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint16-other1-True] PASSED
29987 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint16-other1-False] PASSED
29988 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint32-2-True] PASSED
29989 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint32-2-False] PASSED
29990 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint32-other1-True] PASSED
29991 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint32-other1-False] PASSED
29992 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint64-2-True] PASSED
29993 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint64-2-False] PASSED
29994 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint64-other1-True] PASSED
29995 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint64-other1-False] PASSED
29996 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-short-2-True] PASSED
29997 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-short-2-False] PASSED
29998 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-short-other1-True] PASSED
29999 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-short-other1-False] PASSED
30000 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int-2-True] PASSED
30001 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int-2-False] PASSED
30002 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int-other1-True] PASSED
30003 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-int-other1-False] PASSED
30004 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-intp-2-True] PASSED
30005 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-intp-2-False] PASSED
30006 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-intp-other1-True] PASSED
30007 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-intp-other1-False] PASSED
30008 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-long-2-True] PASSED
30009 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-long-2-False] PASSED
30010 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-long-other1-True] PASSED
30011 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-long-other1-False] PASSED
30012 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-longlong-2-True] PASSED
30013 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-longlong-2-False] PASSED
30014 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-longlong-other1-True] PASSED
30015 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-longlong-other1-False] PASSED
30016 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-ushort-2-True] PASSED
30017 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-ushort-2-False] PASSED
30018 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-ushort-other1-True] PASSED
30019 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-ushort-other1-False] PASSED
30020 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint-2-True] PASSED
30021 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint-2-False] PASSED
30022 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint-other1-True] PASSED
30023 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uint-other1-False] PASSED
30024 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uintp-2-True] PASSED
30025 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uintp-2-False] PASSED
30026 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uintp-other1-True] PASSED
30027 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-uintp-other1-False] PASSED
30028 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-ulong-2-True] PASSED
30029 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-ulong-2-False] PASSED
30030 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-ulong-other1-True] PASSED
30031 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-ulong-other1-False] PASSED
30032 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-ulonglong-2-True] PASSED
30033 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-ulonglong-2-False] PASSED
30034 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-ulonglong-other1-True] PASSED
30035 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-True-ulonglong-other1-False] PASSED
30036 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-None-2-True] PASSED
30037 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-None-2-False] PASSED
30038 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-None-other1-True] PASSED
30039 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-None-other1-False] PASSED
30040 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int8-2-True] PASSED
30041 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int8-2-False] PASSED
30042 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int8-other1-True] PASSED
30043 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int8-other1-False] PASSED
30044 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int16-2-True] PASSED
30045 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int16-2-False] PASSED
30046 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int16-other1-True] PASSED
30047 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int16-other1-False] PASSED
30048 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int32-2-True] PASSED
30049 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int32-2-False] PASSED
30050 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int32-other1-True] PASSED
30051 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int32-other1-False] PASSED
30052 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int64-2-True] PASSED
30053 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int64-2-False] PASSED
30054 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int64-other1-True] PASSED
30055 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int64-other1-False] PASSED
30056 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint8-2-True] PASSED
30057 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint8-2-False] PASSED
30058 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint8-other1-True] PASSED
30059 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint8-other1-False] PASSED
30060 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint16-2-True] PASSED
30061 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint16-2-False] PASSED
30062 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint16-other1-True] PASSED
30063 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint16-other1-False] PASSED
30064 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint32-2-True] PASSED
30065 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint32-2-False] PASSED
30066 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint32-other1-True] PASSED
30067 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint32-other1-False] PASSED
30068 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint64-2-True] PASSED
30069 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint64-2-False] PASSED
30070 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint64-other1-True] PASSED
30071 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint64-other1-False] PASSED
30072 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-short-2-True] PASSED
30073 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-short-2-False] PASSED
30074 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-short-other1-True] PASSED
30075 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-short-other1-False] PASSED
30076 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int-2-True] PASSED
30077 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int-2-False] PASSED
30078 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int-other1-True] PASSED
30079 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-int-other1-False] PASSED
30080 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-intp-2-True] PASSED
30081 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-intp-2-False] PASSED
30082 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-intp-other1-True] PASSED
30083 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-intp-other1-False] PASSED
30084 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-long-2-True] PASSED
30085 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-long-2-False] PASSED
30086 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-long-other1-True] PASSED
30087 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-long-other1-False] PASSED
30088 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-longlong-2-True] PASSED
30089 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-longlong-2-False] PASSED
30090 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-longlong-other1-True] PASSED
30091 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-longlong-other1-False] PASSED
30092 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-ushort-2-True] PASSED
30093 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-ushort-2-False] PASSED
30094 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-ushort-other1-True] PASSED
30095 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-ushort-other1-False] PASSED
30096 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint-2-True] PASSED
30097 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint-2-False] PASSED
30098 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint-other1-True] PASSED
30099 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uint-other1-False] PASSED
30100 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uintp-2-True] PASSED
30101 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uintp-2-False] PASSED
30102 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uintp-other1-True] PASSED
30103 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-uintp-other1-False] PASSED
30104 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-ulong-2-True] PASSED
30105 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-ulong-2-False] PASSED
30106 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-ulong-other1-True] PASSED
30107 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-ulong-other1-False] PASSED
30108 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-ulonglong-2-True] PASSED
30109 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-ulonglong-2-False] PASSED
30110 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-ulonglong-other1-True] PASSED
30111 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[float('nan')-False-ulonglong-other1-False] PASSED
30112 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-None-2-True] PASSED
30113 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-None-2-False] PASSED
30114 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-None-other1-True] PASSED
30115 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-None-other1-False] PASSED
30116 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int8-2-True] PASSED
30117 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int8-2-False] PASSED
30118 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int8-other1-True] PASSED
30119 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int8-other1-False] PASSED
30120 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int16-2-True] PASSED
30121 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int16-2-False] PASSED
30122 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int16-other1-True] PASSED
30123 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int16-other1-False] PASSED
30124 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int32-2-True] PASSED
30125 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int32-2-False] PASSED
30126 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int32-other1-True] PASSED
30127 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int32-other1-False] PASSED
30128 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int64-2-True] PASSED
30129 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int64-2-False] PASSED
30130 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int64-other1-True] PASSED
30131 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int64-other1-False] PASSED
30132 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint8-2-True] PASSED
30133 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint8-2-False] PASSED
30134 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint8-other1-True] PASSED
30135 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint8-other1-False] PASSED
30136 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint16-2-True] PASSED
30137 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint16-2-False] PASSED
30138 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint16-other1-True] PASSED
30139 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint16-other1-False] PASSED
30140 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint32-2-True] PASSED
30141 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint32-2-False] PASSED
30142 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint32-other1-True] PASSED
30143 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint32-other1-False] PASSED
30144 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint64-2-True] PASSED
30145 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint64-2-False] PASSED
30146 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint64-other1-True] PASSED
30147 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint64-other1-False] PASSED
30148 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-short-2-True] PASSED
30149 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-short-2-False] PASSED
30150 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-short-other1-True] PASSED
30151 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-short-other1-False] PASSED
30152 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int-2-True] PASSED
30153 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int-2-False] PASSED
30154 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int-other1-True] PASSED
30155 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-int-other1-False] PASSED
30156 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-intp-2-True] PASSED
30157 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-intp-2-False] PASSED
30158 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-intp-other1-True] PASSED
30159 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-intp-other1-False] PASSED
30160 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-long-2-True] PASSED
30161 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-long-2-False] PASSED
30162 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-long-other1-True] PASSED
30163 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-long-other1-False] PASSED
30164 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-longlong-2-True] PASSED
30165 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-longlong-2-False] PASSED
30166 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-longlong-other1-True] PASSED
30167 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-longlong-other1-False] PASSED
30168 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-ushort-2-True] PASSED
30169 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-ushort-2-False] PASSED
30170 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-ushort-other1-True] PASSED
30171 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-ushort-other1-False] PASSED
30172 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint-2-True] PASSED
30173 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint-2-False] PASSED
30174 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint-other1-True] PASSED
30175 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uint-other1-False] PASSED
30176 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uintp-2-True] PASSED
30177 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uintp-2-False] PASSED
30178 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uintp-other1-True] PASSED
30179 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-uintp-other1-False] PASSED
30180 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-ulong-2-True] PASSED
30181 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-ulong-2-False] PASSED
30182 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-ulong-other1-True] PASSED
30183 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-ulong-other1-False] PASSED
30184 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-ulonglong-2-True] PASSED
30185 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-ulonglong-2-False] PASSED
30186 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-ulonglong-other1-True] PASSED
30187 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-True-ulonglong-other1-False] PASSED
30188 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-None-2-True] PASSED
30189 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-None-2-False] PASSED
30190 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-None-other1-True] PASSED
30191 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-None-other1-False] PASSED
30192 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int8-2-True] PASSED
30193 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int8-2-False] PASSED
30194 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int8-other1-True] PASSED
30195 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int8-other1-False] PASSED
30196 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int16-2-True] PASSED
30197 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int16-2-False] PASSED
30198 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int16-other1-True] PASSED
30199 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int16-other1-False] PASSED
30200 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int32-2-True] PASSED
30201 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int32-2-False] PASSED
30202 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int32-other1-True] PASSED
30203 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int32-other1-False] PASSED
30204 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int64-2-True] PASSED
30205 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int64-2-False] PASSED
30206 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int64-other1-True] PASSED
30207 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int64-other1-False] PASSED
30208 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint8-2-True] PASSED
30209 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint8-2-False] PASSED
30210 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint8-other1-True] PASSED
30211 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint8-other1-False] PASSED
30212 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint16-2-True] PASSED
30213 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint16-2-False] PASSED
30214 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint16-other1-True] PASSED
30215 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint16-other1-False] PASSED
30216 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint32-2-True] PASSED
30217 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint32-2-False] PASSED
30218 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint32-other1-True] PASSED
30219 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint32-other1-False] PASSED
30220 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint64-2-True] PASSED
30221 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint64-2-False] PASSED
30222 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint64-other1-True] PASSED
30223 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint64-other1-False] PASSED
30224 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-short-2-True] PASSED
30225 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-short-2-False] PASSED
30226 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-short-other1-True] PASSED
30227 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-short-other1-False] PASSED
30228 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int-2-True] PASSED
30229 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int-2-False] PASSED
30230 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int-other1-True] PASSED
30231 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-int-other1-False] PASSED
30232 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-intp-2-True] PASSED
30233 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-intp-2-False] PASSED
30234 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-intp-other1-True] PASSED
30235 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-intp-other1-False] PASSED
30236 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-long-2-True] PASSED
30237 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-long-2-False] PASSED
30238 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-long-other1-True] PASSED
30239 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-long-other1-False] PASSED
30240 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-longlong-2-True] PASSED
30241 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-longlong-2-False] PASSED
30242 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-longlong-other1-True] PASSED
30243 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-longlong-other1-False] PASSED
30244 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-ushort-2-True] PASSED
30245 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-ushort-2-False] PASSED
30246 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-ushort-other1-True] PASSED
30247 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-ushort-other1-False] PASSED
30248 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint-2-True] PASSED
30249 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint-2-False] PASSED
30250 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint-other1-True] PASSED
30251 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uint-other1-False] PASSED
30252 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uintp-2-True] PASSED
30253 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uintp-2-False] PASSED
30254 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uintp-other1-True] PASSED
30255 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-uintp-other1-False] PASSED
30256 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-ulong-2-True] PASSED
30257 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-ulong-2-False] PASSED
30258 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-ulong-other1-True] PASSED
30259 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-ulong-other1-False] PASSED
30260 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-ulonglong-2-True] PASSED
30261 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-ulonglong-2-False] PASSED
30262 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-ulonglong-other1-True] PASSED
30263 numpy/_core/tests/test_stringdtype.py::test_ufunc_multiply[string nan-False-ulonglong-other1-False] PASSED
30264 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[unset-True-input_data0-M8[s]] PASSED
30265 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[unset-True-input_data1-m8[s]] PASSED
30266 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[unset-False-input_data0-M8[s]] PASSED
30267 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[unset-False-input_data1-m8[s]] PASSED
30268 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[None-True-input_data0-M8[s]] PASSED
30269 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[None-True-input_data1-m8[s]] PASSED
30270 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[None-False-input_data0-M8[s]] PASSED
30271 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[None-False-input_data1-m8[s]] PASSED
30272 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[pandas.NA-True-input_data0-M8[s]] PASSED
30273 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[pandas.NA-True-input_data1-m8[s]] PASSED
30274 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[pandas.NA-False-input_data0-M8[s]] PASSED
30275 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[pandas.NA-False-input_data1-m8[s]] PASSED
30276 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[np.nan-True-input_data0-M8[s]] PASSED
30277 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[np.nan-True-input_data1-m8[s]] PASSED
30278 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[np.nan-False-input_data0-M8[s]] PASSED
30279 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[np.nan-False-input_data1-m8[s]] PASSED
30280 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[float('nan')-True-input_data0-M8[s]] PASSED
30281 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[float('nan')-True-input_data1-m8[s]] PASSED
30282 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[float('nan')-False-input_data0-M8[s]] PASSED
30283 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[float('nan')-False-input_data1-m8[s]] PASSED
30284 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[string nan-True-input_data0-M8[s]] PASSED
30285 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[string nan-True-input_data1-m8[s]] PASSED
30286 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[string nan-False-input_data0-M8[s]] PASSED
30287 numpy/_core/tests/test_stringdtype.py::test_datetime_timedelta_cast[string nan-False-input_data1-m8[s]] PASSED
30288 numpy/_core/tests/test_stringdtype.py::test_nat_casts PASSED
30289 numpy/_core/tests/test_stringdtype.py::test_nat_conversion PASSED
30290 numpy/_core/tests/test_stringdtype.py::test_growing_strings[unset-True] PASSED
30291 numpy/_core/tests/test_stringdtype.py::test_growing_strings[unset-False] PASSED
30292 numpy/_core/tests/test_stringdtype.py::test_growing_strings[None-True] PASSED
30293 numpy/_core/tests/test_stringdtype.py::test_growing_strings[None-False] PASSED
30294 numpy/_core/tests/test_stringdtype.py::test_growing_strings[pandas.NA-True] PASSED
30295 numpy/_core/tests/test_stringdtype.py::test_growing_strings[pandas.NA-False] PASSED
30296 numpy/_core/tests/test_stringdtype.py::test_growing_strings[np.nan-True] PASSED
30297 numpy/_core/tests/test_stringdtype.py::test_growing_strings[np.nan-False] PASSED
30298 numpy/_core/tests/test_stringdtype.py::test_growing_strings[float('nan')-True] PASSED
30299 numpy/_core/tests/test_stringdtype.py::test_growing_strings[float('nan')-False] PASSED
30300 numpy/_core/tests/test_stringdtype.py::test_growing_strings[string nan-True] PASSED
30301 numpy/_core/tests/test_stringdtype.py::test_growing_strings[string nan-False] PASSED
30302 numpy/_core/tests/test_stringdtype.py::test_threaded_access_and_mutation[unset-True] PASSED
30303 numpy/_core/tests/test_stringdtype.py::test_threaded_access_and_mutation[unset-False] PASSED
30304 numpy/_core/tests/test_stringdtype.py::test_threaded_access_and_mutation[None-True] PASSED
30305 numpy/_core/tests/test_stringdtype.py::test_threaded_access_and_mutation[None-False] PASSED
30306 numpy/_core/tests/test_stringdtype.py::test_threaded_access_and_mutation[pandas.NA-True] PASSED
30307 numpy/_core/tests/test_stringdtype.py::test_threaded_access_and_mutation[pandas.NA-False] PASSED
30308 numpy/_core/tests/test_stringdtype.py::test_threaded_access_and_mutation[np.nan-True] PASSED
30309 numpy/_core/tests/test_stringdtype.py::test_threaded_access_and_mutation[np.nan-False] PASSED
30310 numpy/_core/tests/test_stringdtype.py::test_threaded_access_and_mutation[float('nan')-True] PASSED
30311 numpy/_core/tests/test_stringdtype.py::test_threaded_access_and_mutation[float('nan')-False] PASSED
30312 numpy/_core/tests/test_stringdtype.py::test_threaded_access_and_mutation[string nan-True] PASSED
30313 numpy/_core/tests/test_stringdtype.py::test_threaded_access_and_mutation[string nan-False] PASSED
30314 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-str_len] PASSED
30315 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-capitalize] PASSED
30316 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-expandtabs] PASSED
30317 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-isalnum0] PASSED
30318 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-isalpha] PASSED
30319 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-isdigit] PASSED
30320 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-islower0] PASSED
30321 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-isspace] PASSED
30322 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-istitle0] PASSED
30323 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-isupper0] PASSED
30324 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-lower] PASSED
30325 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-lstrip] PASSED
30326 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-rstrip] PASSED
30327 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-splitlines] PASSED
30328 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-strip] PASSED
30329 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-swapcase] PASSED
30330 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-title] PASSED
30331 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-upper] PASSED
30332 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-isnumeric] PASSED
30333 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-isdecimal] PASSED
30334 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-isalnum1] PASSED
30335 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-islower1] PASSED
30336 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-istitle1] PASSED
30337 numpy/_core/tests/test_stringdtype.py::test_unary[unset-True-isupper1] PASSED
30338 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-str_len] PASSED
30339 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-capitalize] PASSED
30340 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-expandtabs] PASSED
30341 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-isalnum0] PASSED
30342 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-isalpha] PASSED
30343 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-isdigit] PASSED
30344 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-islower0] PASSED
30345 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-isspace] PASSED
30346 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-istitle0] PASSED
30347 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-isupper0] PASSED
30348 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-lower] PASSED
30349 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-lstrip] PASSED
30350 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-rstrip] PASSED
30351 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-splitlines] PASSED
30352 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-strip] PASSED
30353 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-swapcase] PASSED
30354 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-title] PASSED
30355 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-upper] PASSED
30356 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-isnumeric] PASSED
30357 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-isdecimal] PASSED
30358 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-isalnum1] PASSED
30359 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-islower1] PASSED
30360 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-istitle1] PASSED
30361 numpy/_core/tests/test_stringdtype.py::test_unary[unset-False-isupper1] PASSED
30362 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-str_len] PASSED
30363 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-capitalize] PASSED
30364 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-expandtabs] PASSED
30365 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-isalnum0] PASSED
30366 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-isalpha] PASSED
30367 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-isdigit] PASSED
30368 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-islower0] PASSED
30369 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-isspace] PASSED
30370 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-istitle0] PASSED
30371 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-isupper0] PASSED
30372 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-lower] PASSED
30373 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-lstrip] PASSED
30374 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-rstrip] PASSED
30375 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-splitlines] PASSED
30376 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-strip] PASSED
30377 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-swapcase] PASSED
30378 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-title] PASSED
30379 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-upper] PASSED
30380 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-isnumeric] PASSED
30381 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-isdecimal] PASSED
30382 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-isalnum1] PASSED
30383 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-islower1] PASSED
30384 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-istitle1] PASSED
30385 numpy/_core/tests/test_stringdtype.py::test_unary[None-True-isupper1] PASSED
30386 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-str_len] PASSED
30387 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-capitalize] PASSED
30388 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-expandtabs] PASSED
30389 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-isalnum0] PASSED
30390 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-isalpha] PASSED
30391 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-isdigit] PASSED
30392 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-islower0] PASSED
30393 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-isspace] PASSED
30394 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-istitle0] PASSED
30395 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-isupper0] PASSED
30396 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-lower] PASSED
30397 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-lstrip] PASSED
30398 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-rstrip] PASSED
30399 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-splitlines] PASSED
30400 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-strip] PASSED
30401 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-swapcase] PASSED
30402 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-title] PASSED
30403 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-upper] PASSED
30404 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-isnumeric] PASSED
30405 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-isdecimal] PASSED
30406 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-isalnum1] PASSED
30407 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-islower1] PASSED
30408 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-istitle1] PASSED
30409 numpy/_core/tests/test_stringdtype.py::test_unary[None-False-isupper1] PASSED
30410 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-str_len] PASSED
30411 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-capitalize] PASSED
30412 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-expandtabs] PASSED
30413 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-isalnum0] PASSED
30414 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-isalpha] PASSED
30415 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-isdigit] PASSED
30416 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-islower0] PASSED
30417 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-isspace] PASSED
30418 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-istitle0] PASSED
30419 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-isupper0] PASSED
30420 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-lower] PASSED
30421 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-lstrip] PASSED
30422 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-rstrip] PASSED
30423 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-splitlines] PASSED
30424 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-strip] PASSED
30425 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-swapcase] PASSED
30426 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-title] PASSED
30427 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-upper] PASSED
30428 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-isnumeric] PASSED
30429 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-isdecimal] PASSED
30430 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-isalnum1] PASSED
30431 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-islower1] PASSED
30432 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-istitle1] PASSED
30433 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-True-isupper1] PASSED
30434 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-str_len] PASSED
30435 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-capitalize] PASSED
30436 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-expandtabs] PASSED
30437 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-isalnum0] PASSED
30438 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-isalpha] PASSED
30439 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-isdigit] PASSED
30440 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-islower0] PASSED
30441 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-isspace] PASSED
30442 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-istitle0] PASSED
30443 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-isupper0] PASSED
30444 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-lower] PASSED
30445 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-lstrip] PASSED
30446 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-rstrip] PASSED
30447 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-splitlines] PASSED
30448 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-strip] PASSED
30449 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-swapcase] PASSED
30450 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-title] PASSED
30451 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-upper] PASSED
30452 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-isnumeric] PASSED
30453 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-isdecimal] PASSED
30454 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-isalnum1] PASSED
30455 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-islower1] PASSED
30456 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-istitle1] PASSED
30457 numpy/_core/tests/test_stringdtype.py::test_unary[pandas.NA-False-isupper1] PASSED
30458 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-str_len] PASSED
30459 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-capitalize] PASSED
30460 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-expandtabs] PASSED
30461 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-isalnum0] PASSED
30462 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-isalpha] PASSED
30463 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-isdigit] PASSED
30464 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-islower0] PASSED
30465 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-isspace] PASSED
30466 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-istitle0] PASSED
30467 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-isupper0] PASSED
30468 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-lower] PASSED
30469 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-lstrip] PASSED
30470 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-rstrip] PASSED
30471 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-splitlines] PASSED
30472 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-strip] PASSED
30473 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-swapcase] PASSED
30474 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-title] PASSED
30475 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-upper] PASSED
30476 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-isnumeric] PASSED
30477 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-isdecimal] PASSED
30478 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-isalnum1] PASSED
30479 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-islower1] PASSED
30480 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-istitle1] PASSED
30481 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-True-isupper1] PASSED
30482 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-str_len] PASSED
30483 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-capitalize] PASSED
30484 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-expandtabs] PASSED
30485 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-isalnum0] PASSED
30486 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-isalpha] PASSED
30487 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-isdigit] PASSED
30488 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-islower0] PASSED
30489 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-isspace] PASSED
30490 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-istitle0] PASSED
30491 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-isupper0] PASSED
30492 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-lower] PASSED
30493 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-lstrip] PASSED
30494 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-rstrip] PASSED
30495 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-splitlines] PASSED
30496 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-strip] PASSED
30497 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-swapcase] PASSED
30498 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-title] PASSED
30499 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-upper] PASSED
30500 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-isnumeric] PASSED
30501 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-isdecimal] PASSED
30502 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-isalnum1] PASSED
30503 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-islower1] PASSED
30504 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-istitle1] PASSED
30505 numpy/_core/tests/test_stringdtype.py::test_unary[np.nan-False-isupper1] PASSED
30506 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-str_len] PASSED
30507 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-capitalize] PASSED
30508 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-expandtabs] PASSED
30509 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-isalnum0] PASSED
30510 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-isalpha] PASSED
30511 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-isdigit] PASSED
30512 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-islower0] PASSED
30513 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-isspace] PASSED
30514 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-istitle0] PASSED
30515 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-isupper0] PASSED
30516 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-lower] PASSED
30517 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-lstrip] PASSED
30518 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-rstrip] PASSED
30519 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-splitlines] PASSED
30520 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-strip] PASSED
30521 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-swapcase] PASSED
30522 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-title] PASSED
30523 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-upper] PASSED
30524 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-isnumeric] PASSED
30525 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-isdecimal] PASSED
30526 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-isalnum1] PASSED
30527 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-islower1] PASSED
30528 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-istitle1] PASSED
30529 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-True-isupper1] PASSED
30530 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-str_len] PASSED
30531 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-capitalize] PASSED
30532 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-expandtabs] PASSED
30533 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-isalnum0] PASSED
30534 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-isalpha] PASSED
30535 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-isdigit] PASSED
30536 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-islower0] PASSED
30537 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-isspace] PASSED
30538 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-istitle0] PASSED
30539 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-isupper0] PASSED
30540 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-lower] PASSED
30541 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-lstrip] PASSED
30542 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-rstrip] PASSED
30543 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-splitlines] PASSED
30544 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-strip] PASSED
30545 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-swapcase] PASSED
30546 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-title] PASSED
30547 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-upper] PASSED
30548 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-isnumeric] PASSED
30549 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-isdecimal] PASSED
30550 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-isalnum1] PASSED
30551 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-islower1] PASSED
30552 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-istitle1] PASSED
30553 numpy/_core/tests/test_stringdtype.py::test_unary[float('nan')-False-isupper1] PASSED
30554 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-str_len] PASSED
30555 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-capitalize] PASSED
30556 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-expandtabs] PASSED
30557 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-isalnum0] PASSED
30558 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-isalpha] PASSED
30559 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-isdigit] PASSED
30560 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-islower0] PASSED
30561 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-isspace] PASSED
30562 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-istitle0] PASSED
30563 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-isupper0] PASSED
30564 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-lower] PASSED
30565 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-lstrip] PASSED
30566 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-rstrip] PASSED
30567 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-splitlines] PASSED
30568 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-strip] PASSED
30569 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-swapcase] PASSED
30570 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-title] PASSED
30571 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-upper] PASSED
30572 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-isnumeric] PASSED
30573 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-isdecimal] PASSED
30574 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-isalnum1] PASSED
30575 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-islower1] PASSED
30576 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-istitle1] PASSED
30577 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-True-isupper1] PASSED
30578 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-str_len] PASSED
30579 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-capitalize] PASSED
30580 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-expandtabs] PASSED
30581 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-isalnum0] PASSED
30582 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-isalpha] PASSED
30583 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-isdigit] PASSED
30584 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-islower0] PASSED
30585 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-isspace] PASSED
30586 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-istitle0] PASSED
30587 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-isupper0] PASSED
30588 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-lower] PASSED
30589 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-lstrip] PASSED
30590 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-rstrip] PASSED
30591 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-splitlines] PASSED
30592 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-strip] PASSED
30593 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-swapcase] PASSED
30594 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-title] PASSED
30595 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-upper] PASSED
30596 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-isnumeric] PASSED
30597 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-isdecimal] PASSED
30598 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-isalnum1] PASSED
30599 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-islower1] PASSED
30600 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-istitle1] PASSED
30601 numpy/_core/tests/test_stringdtype.py::test_unary[string nan-False-isupper1] PASSED
30602 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-add-args0] PASSED
30603 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-multiply-args1] PASSED
30604 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-mod-args2] PASSED
30605 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-center-args3] XFAIL
30606 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-count-args4] PASSED
30607 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-encode-args5] PASSED
30608 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-endswith-args6] PASSED
30609 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-find-args7] PASSED
30610 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-index-args8] PASSED
30611 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-join-args9] PASSED
30612 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-lstrip-args10] PASSED
30613 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-replace-args11] PASSED
30614 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-rfind-args12] PASSED
30615 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-rindex-args13] PASSED
30616 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-rsplit-args14] PASSED
30617 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-rstrip-args15] PASSED
30618 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-split-args16] PASSED
30619 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-strip-args17] PASSED
30620 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-startswith-args18] PASSED
30621 numpy/_core/tests/test_stringdtype.py::test_binary[unset-True-zfill-args19] XFAIL
30622 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-add-args0] PASSED
30623 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-multiply-args1] PASSED
30624 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-mod-args2] PASSED
30625 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-center-args3] XFAIL
30626 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-count-args4] PASSED
30627 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-encode-args5] PASSED
30628 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-endswith-args6] PASSED
30629 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-find-args7] PASSED
30630 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-index-args8] PASSED
30631 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-join-args9] PASSED
30632 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-lstrip-args10] PASSED
30633 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-replace-args11] PASSED
30634 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-rfind-args12] PASSED
30635 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-rindex-args13] PASSED
30636 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-rsplit-args14] PASSED
30637 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-rstrip-args15] PASSED
30638 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-split-args16] PASSED
30639 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-strip-args17] PASSED
30640 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-startswith-args18] PASSED
30641 numpy/_core/tests/test_stringdtype.py::test_binary[unset-False-zfill-args19] XFAIL
30642 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-add-args0] PASSED
30643 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-multiply-args1] PASSED
30644 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-mod-args2] PASSED
30645 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-center-args3] XFAIL
30646 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-count-args4] PASSED
30647 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-encode-args5] PASSED
30648 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-endswith-args6] PASSED
30649 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-find-args7] PASSED
30650 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-index-args8] PASSED
30651 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-join-args9] PASSED
30652 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-lstrip-args10] PASSED
30653 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-replace-args11] PASSED
30654 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-rfind-args12] PASSED
30655 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-rindex-args13] PASSED
30656 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-rsplit-args14] PASSED
30657 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-rstrip-args15] PASSED
30658 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-split-args16] PASSED
30659 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-strip-args17] PASSED
30660 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-startswith-args18] PASSED
30661 numpy/_core/tests/test_stringdtype.py::test_binary[None-True-zfill-args19] XFAIL
30662 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-add-args0] PASSED
30663 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-multiply-args1] PASSED
30664 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-mod-args2] PASSED
30665 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-center-args3] XFAIL
30666 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-count-args4] PASSED
30667 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-encode-args5] PASSED
30668 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-endswith-args6] PASSED
30669 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-find-args7] PASSED
30670 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-index-args8] PASSED
30671 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-join-args9] PASSED
30672 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-lstrip-args10] PASSED
30673 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-replace-args11] PASSED
30674 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-rfind-args12] PASSED
30675 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-rindex-args13] PASSED
30676 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-rsplit-args14] PASSED
30677 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-rstrip-args15] PASSED
30678 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-split-args16] PASSED
30679 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-strip-args17] PASSED
30680 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-startswith-args18] PASSED
30681 numpy/_core/tests/test_stringdtype.py::test_binary[None-False-zfill-args19] XFAIL
30682 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-add-args0] PASSED
30683 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-multiply-args1] PASSED
30684 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-mod-args2] PASSED
30685 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-center-args3] XFAIL
30686 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-count-args4] PASSED
30687 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-encode-args5] PASSED
30688 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-endswith-args6] PASSED
30689 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-find-args7] PASSED
30690 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-index-args8] PASSED
30691 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-join-args9] PASSED
30692 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-lstrip-args10] PASSED
30693 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-replace-args11] PASSED
30694 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-rfind-args12] PASSED
30695 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-rindex-args13] PASSED
30696 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-rsplit-args14] PASSED
30697 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-rstrip-args15] PASSED
30698 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-split-args16] PASSED
30699 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-strip-args17] PASSED
30700 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-startswith-args18] PASSED
30701 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-True-zfill-args19] XFAIL
30702 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-add-args0] PASSED
30703 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-multiply-args1] PASSED
30704 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-mod-args2] PASSED
30705 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-center-args3] XFAIL
30706 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-count-args4] PASSED
30707 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-encode-args5] PASSED
30708 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-endswith-args6] PASSED
30709 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-find-args7] PASSED
30710 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-index-args8] PASSED
30711 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-join-args9] PASSED
30712 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-lstrip-args10] PASSED
30713 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-replace-args11] PASSED
30714 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-rfind-args12] PASSED
30715 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-rindex-args13] PASSED
30716 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-rsplit-args14] PASSED
30717 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-rstrip-args15] PASSED
30718 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-split-args16] PASSED
30719 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-strip-args17] PASSED
30720 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-startswith-args18] PASSED
30721 numpy/_core/tests/test_stringdtype.py::test_binary[pandas.NA-False-zfill-args19] XFAIL
30722 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-add-args0] PASSED
30723 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-multiply-args1] PASSED
30724 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-mod-args2] PASSED
30725 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-center-args3] XFAIL
30726 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-count-args4] PASSED
30727 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-encode-args5] PASSED
30728 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-endswith-args6] PASSED
30729 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-find-args7] PASSED
30730 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-index-args8] PASSED
30731 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-join-args9] PASSED
30732 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-lstrip-args10] PASSED
30733 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-replace-args11] PASSED
30734 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-rfind-args12] PASSED
30735 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-rindex-args13] PASSED
30736 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-rsplit-args14] PASSED
30737 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-rstrip-args15] PASSED
30738 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-split-args16] PASSED
30739 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-strip-args17] PASSED
30740 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-startswith-args18] PASSED
30741 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-True-zfill-args19] XFAIL
30742 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-add-args0] PASSED
30743 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-multiply-args1] PASSED
30744 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-mod-args2] PASSED
30745 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-center-args3] XFAIL
30746 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-count-args4] PASSED
30747 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-encode-args5] PASSED
30748 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-endswith-args6] PASSED
30749 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-find-args7] PASSED
30750 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-index-args8] PASSED
30751 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-join-args9] PASSED
30752 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-lstrip-args10] PASSED
30753 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-replace-args11] PASSED
30754 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-rfind-args12] PASSED
30755 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-rindex-args13] PASSED
30756 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-rsplit-args14] PASSED
30757 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-rstrip-args15] PASSED
30758 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-split-args16] PASSED
30759 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-strip-args17] PASSED
30760 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-startswith-args18] PASSED
30761 numpy/_core/tests/test_stringdtype.py::test_binary[np.nan-False-zfill-args19] XFAIL
30762 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-add-args0] PASSED
30763 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-multiply-args1] PASSED
30764 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-mod-args2] PASSED
30765 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-center-args3] XFAIL
30766 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-count-args4] PASSED
30767 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-encode-args5] PASSED
30768 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-endswith-args6] PASSED
30769 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-find-args7] PASSED
30770 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-index-args8] PASSED
30771 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-join-args9] PASSED
30772 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-lstrip-args10] PASSED
30773 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-replace-args11] PASSED
30774 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-rfind-args12] PASSED
30775 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-rindex-args13] PASSED
30776 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-rsplit-args14] PASSED
30777 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-rstrip-args15] PASSED
30778 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-split-args16] PASSED
30779 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-strip-args17] PASSED
30780 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-startswith-args18] PASSED
30781 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-True-zfill-args19] XFAIL
30782 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-add-args0] PASSED
30783 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-multiply-args1] PASSED
30784 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-mod-args2] PASSED
30785 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-center-args3] XFAIL
30786 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-count-args4] PASSED
30787 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-encode-args5] PASSED
30788 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-endswith-args6] PASSED
30789 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-find-args7] PASSED
30790 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-index-args8] PASSED
30791 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-join-args9] PASSED
30792 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-lstrip-args10] PASSED
30793 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-replace-args11] PASSED
30794 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-rfind-args12] PASSED
30795 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-rindex-args13] PASSED
30796 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-rsplit-args14] PASSED
30797 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-rstrip-args15] PASSED
30798 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-split-args16] PASSED
30799 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-strip-args17] PASSED
30800 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-startswith-args18] PASSED
30801 numpy/_core/tests/test_stringdtype.py::test_binary[float('nan')-False-zfill-args19] XFAIL
30802 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-add-args0] PASSED
30803 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-multiply-args1] PASSED
30804 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-mod-args2] PASSED
30805 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-center-args3] XFAIL
30806 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-count-args4] PASSED
30807 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-encode-args5] PASSED
30808 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-endswith-args6] PASSED
30809 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-find-args7] PASSED
30810 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-index-args8] PASSED
30811 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-join-args9] PASSED
30812 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-lstrip-args10] PASSED
30813 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-replace-args11] PASSED
30814 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-rfind-args12] PASSED
30815 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-rindex-args13] PASSED
30816 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-rsplit-args14] PASSED
30817 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-rstrip-args15] PASSED
30818 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-split-args16] PASSED
30819 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-strip-args17] PASSED
30820 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-startswith-args18] PASSED
30821 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-True-zfill-args19] XFAIL
30822 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-add-args0] PASSED
30823 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-multiply-args1] PASSED
30824 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-mod-args2] PASSED
30825 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-center-args3] XFAIL
30826 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-count-args4] PASSED
30827 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-encode-args5] PASSED
30828 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-endswith-args6] PASSED
30829 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-find-args7] PASSED
30830 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-index-args8] PASSED
30831 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-join-args9] PASSED
30832 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-lstrip-args10] PASSED
30833 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-replace-args11] PASSED
30834 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-rfind-args12] PASSED
30835 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-rindex-args13] PASSED
30836 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-rsplit-args14] PASSED
30837 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-rstrip-args15] PASSED
30838 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-split-args16] PASSED
30839 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-strip-args17] PASSED
30840 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-startswith-args18] PASSED
30841 numpy/_core/tests/test_stringdtype.py::test_binary[string nan-False-zfill-args19] XFAIL
30842 numpy/_core/tests/test_stringdtype.py::test_non_default_start_stop[1-4-find-expected0] PASSED
30843 numpy/_core/tests/test_stringdtype.py::test_non_default_start_stop[1-4-startswith-expected1] PASSED
30844 numpy/_core/tests/test_stringdtype.py::test_non_default_start_stop[start1-stop1-find-expected0] PASSED
30845 numpy/_core/tests/test_stringdtype.py::test_non_default_start_stop[start1-stop1-startswith-expected1] PASSED
30846 numpy/_core/tests/test_stringdtype.py::test_non_default_start_stop[start2-stop2-find-expected0] PASSED
30847 numpy/_core/tests/test_stringdtype.py::test_non_default_start_stop[start2-stop2-startswith-expected1] PASSED
30848 numpy/_core/tests/test_stringdtype.py::test_replace_non_default_repeat[2] PASSED
30849 numpy/_core/tests/test_stringdtype.py::test_replace_non_default_repeat[count1] PASSED
30850 numpy/_core/tests/test_stringdtype.py::test_replace_non_default_repeat[count2] PASSED
30851 numpy/_core/tests/test_stringdtype.py::test_strip_ljust_rjust_consistency[unset-True] PASSED
30852 numpy/_core/tests/test_stringdtype.py::test_strip_ljust_rjust_consistency[unset-False] PASSED
30853 numpy/_core/tests/test_stringdtype.py::test_strip_ljust_rjust_consistency[None-True] PASSED
30854 numpy/_core/tests/test_stringdtype.py::test_strip_ljust_rjust_consistency[None-False] PASSED
30855 numpy/_core/tests/test_stringdtype.py::test_strip_ljust_rjust_consistency[pandas.NA-True] PASSED
30856 numpy/_core/tests/test_stringdtype.py::test_strip_ljust_rjust_consistency[pandas.NA-False] PASSED
30857 numpy/_core/tests/test_stringdtype.py::test_strip_ljust_rjust_consistency[np.nan-True] PASSED
30858 numpy/_core/tests/test_stringdtype.py::test_strip_ljust_rjust_consistency[np.nan-False] PASSED
30859 numpy/_core/tests/test_stringdtype.py::test_strip_ljust_rjust_consistency[float('nan')-True] PASSED
30860 numpy/_core/tests/test_stringdtype.py::test_strip_ljust_rjust_consistency[float('nan')-False] PASSED
30861 numpy/_core/tests/test_stringdtype.py::test_strip_ljust_rjust_consistency[string nan-True] PASSED
30862 numpy/_core/tests/test_stringdtype.py::test_strip_ljust_rjust_consistency[string nan-False] PASSED
30863 numpy/_core/tests/test_stringdtype.py::test_unset_na_coercion PASSED
30864 numpy/_core/tests/test_stringdtype.py::TestImplementation::test_setup PASSED
30865 numpy/_core/tests/test_stringdtype.py::TestImplementation::test_empty PASSED
30866 numpy/_core/tests/test_stringdtype.py::TestImplementation::test_zeros PASSED
30867 numpy/_core/tests/test_stringdtype.py::TestImplementation::test_copy PASSED
30868 numpy/_core/tests/test_stringdtype.py::TestImplementation::test_arena_use_with_setting PASSED
30869 numpy/_core/tests/test_stringdtype.py::TestImplementation::test_arena_reuse_with_setting PASSED
30870 numpy/_core/tests/test_stringdtype.py::TestImplementation::test_arena_reuse_after_missing PASSED
30871 numpy/_core/tests/test_stringdtype.py::TestImplementation::test_arena_reuse_after_empty PASSED
30872 numpy/_core/tests/test_stringdtype.py::TestImplementation::test_arena_reuse_for_shorter PASSED
30873 numpy/_core/tests/test_stringdtype.py::TestImplementation::test_arena_reuse_if_possible PASSED
30874 numpy/_core/tests/test_stringdtype.py::TestImplementation::test_arena_no_reuse_after_short PASSED
30875 numpy/_core/tests/test_strings.py::test_mixed_string_comparison_ufuncs_fail[eq-equal-==] PASSED
30876 numpy/_core/tests/test_strings.py::test_mixed_string_comparison_ufuncs_fail[ne-not_equal-!=] PASSED
30877 numpy/_core/tests/test_strings.py::test_mixed_string_comparison_ufuncs_fail[lt-less-<] PASSED
30878 numpy/_core/tests/test_strings.py::test_mixed_string_comparison_ufuncs_fail[le-less_equal-<=] PASSED
30879 numpy/_core/tests/test_strings.py::test_mixed_string_comparison_ufuncs_fail[gt-greater->] PASSED
30880 numpy/_core/tests/test_strings.py::test_mixed_string_comparison_ufuncs_fail[ge-greater_equal->=] PASSED
30881 numpy/_core/tests/test_strings.py::test_mixed_string_comparisons_ufuncs_with_cast[eq-equal-==] PASSED
30882 numpy/_core/tests/test_strings.py::test_mixed_string_comparisons_ufuncs_with_cast[ne-not_equal-!=] PASSED
30883 numpy/_core/tests/test_strings.py::test_mixed_string_comparisons_ufuncs_with_cast[lt-less-<] PASSED
30884 numpy/_core/tests/test_strings.py::test_mixed_string_comparisons_ufuncs_with_cast[le-less_equal-<=] PASSED
30885 numpy/_core/tests/test_strings.py::test_mixed_string_comparisons_ufuncs_with_cast[gt-greater->] PASSED
30886 numpy/_core/tests/test_strings.py::test_mixed_string_comparisons_ufuncs_with_cast[ge-greater_equal->=] PASSED
30887 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes0-eq-equal-==] PASSED
30888 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes0-ne-not_equal-!=] PASSED
30889 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes0-lt-less-<] PASSED
30890 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes0-le-less_equal-<=] PASSED
30891 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes0-gt-greater->] PASSED
30892 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes0-ge-greater_equal->=] PASSED
30893 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes1-eq-equal-==] PASSED
30894 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes1-ne-not_equal-!=] PASSED
30895 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes1-lt-less-<] PASSED
30896 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes1-le-less_equal-<=] PASSED
30897 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes1-gt-greater->] PASSED
30898 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes1-ge-greater_equal->=] PASSED
30899 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes2-eq-equal-==] PASSED
30900 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes2-ne-not_equal-!=] PASSED
30901 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes2-lt-less-<] PASSED
30902 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes2-le-less_equal-<=] PASSED
30903 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes2-gt-greater->] PASSED
30904 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes2-ge-greater_equal->=] PASSED
30905 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes3-eq-equal-==] PASSED
30906 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes3-ne-not_equal-!=] PASSED
30907 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes3-lt-less-<] PASSED
30908 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes3-le-less_equal-<=] PASSED
30909 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes3-gt-greater->] PASSED
30910 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes3-ge-greater_equal->=] PASSED
30911 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes4-eq-equal-==] PASSED
30912 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes4-ne-not_equal-!=] PASSED
30913 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes4-lt-less-<] PASSED
30914 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes4-le-less_equal-<=] PASSED
30915 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes4-gt-greater->] PASSED
30916 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes4-ge-greater_equal->=] PASSED
30917 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes5-eq-equal-==] PASSED
30918 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes5-ne-not_equal-!=] PASSED
30919 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes5-lt-less-<] PASSED
30920 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes5-le-less_equal-<=] PASSED
30921 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes5-gt-greater->] PASSED
30922 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes5-ge-greater_equal->=] PASSED
30923 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes6-eq-equal-==] PASSED
30924 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes6-ne-not_equal-!=] PASSED
30925 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes6-lt-less-<] PASSED
30926 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes6-le-less_equal-<=] PASSED
30927 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes6-gt-greater->] PASSED
30928 numpy/_core/tests/test_strings.py::test_string_comparisons[True-dtypes6-ge-greater_equal->=] PASSED
30929 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes0-eq-equal-==] PASSED
30930 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes0-ne-not_equal-!=] PASSED
30931 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes0-lt-less-<] PASSED
30932 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes0-le-less_equal-<=] PASSED
30933 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes0-gt-greater->] PASSED
30934 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes0-ge-greater_equal->=] PASSED
30935 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes1-eq-equal-==] PASSED
30936 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes1-ne-not_equal-!=] PASSED
30937 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes1-lt-less-<] PASSED
30938 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes1-le-less_equal-<=] PASSED
30939 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes1-gt-greater->] PASSED
30940 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes1-ge-greater_equal->=] PASSED
30941 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes2-eq-equal-==] PASSED
30942 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes2-ne-not_equal-!=] PASSED
30943 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes2-lt-less-<] PASSED
30944 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes2-le-less_equal-<=] PASSED
30945 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes2-gt-greater->] PASSED
30946 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes2-ge-greater_equal->=] PASSED
30947 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes3-eq-equal-==] PASSED
30948 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes3-ne-not_equal-!=] PASSED
30949 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes3-lt-less-<] PASSED
30950 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes3-le-less_equal-<=] PASSED
30951 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes3-gt-greater->] PASSED
30952 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes3-ge-greater_equal->=] PASSED
30953 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes4-eq-equal-==] PASSED
30954 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes4-ne-not_equal-!=] PASSED
30955 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes4-lt-less-<] PASSED
30956 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes4-le-less_equal-<=] PASSED
30957 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes4-gt-greater->] PASSED
30958 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes4-ge-greater_equal->=] PASSED
30959 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes5-eq-equal-==] PASSED
30960 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes5-ne-not_equal-!=] PASSED
30961 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes5-lt-less-<] PASSED
30962 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes5-le-less_equal-<=] PASSED
30963 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes5-gt-greater->] PASSED
30964 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes5-ge-greater_equal->=] PASSED
30965 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes6-eq-equal-==] PASSED
30966 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes6-ne-not_equal-!=] PASSED
30967 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes6-lt-less-<] PASSED
30968 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes6-le-less_equal-<=] PASSED
30969 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes6-gt-greater->] PASSED
30970 numpy/_core/tests/test_strings.py::test_string_comparisons[False-dtypes6-ge-greater_equal->=] PASSED
30971 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes0-eq-equal-==] PASSED
30972 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes0-ne-not_equal-!=] PASSED
30973 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes0-lt-less-<] PASSED
30974 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes0-le-less_equal-<=] PASSED
30975 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes0-gt-greater->] PASSED
30976 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes0-ge-greater_equal->=] PASSED
30977 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes1-eq-equal-==] PASSED
30978 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes1-ne-not_equal-!=] PASSED
30979 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes1-lt-less-<] PASSED
30980 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes1-le-less_equal-<=] PASSED
30981 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes1-gt-greater->] PASSED
30982 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes1-ge-greater_equal->=] PASSED
30983 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes2-eq-equal-==] PASSED
30984 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes2-ne-not_equal-!=] PASSED
30985 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes2-lt-less-<] PASSED
30986 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes2-le-less_equal-<=] PASSED
30987 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes2-gt-greater->] PASSED
30988 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes2-ge-greater_equal->=] PASSED
30989 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes3-eq-equal-==] PASSED
30990 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes3-ne-not_equal-!=] PASSED
30991 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes3-lt-less-<] PASSED
30992 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes3-le-less_equal-<=] PASSED
30993 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes3-gt-greater->] PASSED
30994 numpy/_core/tests/test_strings.py::test_string_comparisons_empty[dtypes3-ge-greater_equal->=] PASSED
30995 numpy/_core/tests/test_strings.py::test_float_to_string_cast[e-S] PASSED
30996 numpy/_core/tests/test_strings.py::test_float_to_string_cast[e-U] PASSED
30997 numpy/_core/tests/test_strings.py::test_float_to_string_cast[f-S] PASSED
30998 numpy/_core/tests/test_strings.py::test_float_to_string_cast[f-U] PASSED
30999 numpy/_core/tests/test_strings.py::test_float_to_string_cast[d-S] PASSED
31000 numpy/_core/tests/test_strings.py::test_float_to_string_cast[d-U] PASSED
31001 numpy/_core/tests/test_strings.py::test_float_to_string_cast[g-S] PASSED
31002 numpy/_core/tests/test_strings.py::test_float_to_string_cast[g-U] PASSED
31003 numpy/_core/tests/test_strings.py::test_float_to_string_cast[F-S] PASSED
31004 numpy/_core/tests/test_strings.py::test_float_to_string_cast[F-U] PASSED
31005 numpy/_core/tests/test_strings.py::test_float_to_string_cast[D-S] PASSED
31006 numpy/_core/tests/test_strings.py::test_float_to_string_cast[D-U] PASSED
31007 numpy/_core/tests/test_strings.py::test_float_to_string_cast[G-S] PASSED
31008 numpy/_core/tests/test_strings.py::test_float_to_string_cast[G-U] PASSED
31009 numpy/_core/tests/test_strings.py::TestMethods::test_add[---S] PASSED
31010 numpy/_core/tests/test_strings.py::TestMethods::test_add[---U] PASSED
31011 numpy/_core/tests/test_strings.py::TestMethods::test_add[---T] PASSED
31012 numpy/_core/tests/test_strings.py::TestMethods::test_add[abc-abc-abcabc-S] PASSED
31013 numpy/_core/tests/test_strings.py::TestMethods::test_add[abc-abc-abcabc-U] PASSED
31014 numpy/_core/tests/test_strings.py::TestMethods::test_add[abc-abc-abcabc-T] PASSED
31015 numpy/_core/tests/test_strings.py::TestMethods::test_add[12345-12345-1234512345-S] PASSED
31016 numpy/_core/tests/test_strings.py::TestMethods::test_add[12345-12345-1234512345-U] PASSED
31017 numpy/_core/tests/test_strings.py::TestMethods::test_add[12345-12345-1234512345-T] PASSED
31018 numpy/_core/tests/test_strings.py::TestMethods::test_add[MixedCase-MixedCase-MixedCaseMixedCase-S] PASSED
31019 numpy/_core/tests/test_strings.py::TestMethods::test_add[MixedCase-MixedCase-MixedCaseMixedCase-U] PASSED
31020 numpy/_core/tests/test_strings.py::TestMethods::test_add[MixedCase-MixedCase-MixedCaseMixedCase-T] PASSED
31021 numpy/_core/tests/test_strings.py::TestMethods::test_add[12345 \x00 -12345 \x00 -12345 \x00 12345 \x00 -S] PASSED
31022 numpy/_core/tests/test_strings.py::TestMethods::test_add[12345 \x00 -12345 \x00 -12345 \x00 12345 \x00 -U] PASSED
31023 numpy/_core/tests/test_strings.py::TestMethods::test_add[12345 \x00 -12345 \x00 -12345 \x00 12345 \x00 -T] PASSED
31024 numpy/_core/tests/test_strings.py::TestMethods::test_add[UPPER-UPPER-UPPERUPPER-S] PASSED
31025 numpy/_core/tests/test_strings.py::TestMethods::test_add[UPPER-UPPER-UPPERUPPER-U] PASSED
31026 numpy/_core/tests/test_strings.py::TestMethods::test_add[UPPER-UPPER-UPPERUPPER-T] PASSED
31027 numpy/_core/tests/test_strings.py::TestMethods::test_add[in16-in26-out6-S] PASSED
31028 numpy/_core/tests/test_strings.py::TestMethods::test_add[in16-in26-out6-U] PASSED
31029 numpy/_core/tests/test_strings.py::TestMethods::test_add[in16-in26-out6-T] PASSED
31030 numpy/_core/tests/test_strings.py::TestMethods::test_multiply[abc-3-abcabcabc-S] PASSED
31031 numpy/_core/tests/test_strings.py::TestMethods::test_multiply[abc-3-abcabcabc-U] PASSED
31032 numpy/_core/tests/test_strings.py::TestMethods::test_multiply[abc-3-abcabcabc-T] PASSED
31033 numpy/_core/tests/test_strings.py::TestMethods::test_multiply[abc-0--S] PASSED
31034 numpy/_core/tests/test_strings.py::TestMethods::test_multiply[abc-0--U] PASSED
31035 numpy/_core/tests/test_strings.py::TestMethods::test_multiply[abc-0--T] PASSED
31036 numpy/_core/tests/test_strings.py::TestMethods::test_multiply[abc--1--S] PASSED
31037 numpy/_core/tests/test_strings.py::TestMethods::test_multiply[abc--1--U] PASSED
31038 numpy/_core/tests/test_strings.py::TestMethods::test_multiply[abc--1--T] PASSED
31039 numpy/_core/tests/test_strings.py::TestMethods::test_multiply[in13-in23-out3-S] PASSED
31040 numpy/_core/tests/test_strings.py::TestMethods::test_multiply[in13-in23-out3-U] PASSED
31041 numpy/_core/tests/test_strings.py::TestMethods::test_multiply[in13-in23-out3-T] PASSED
31042 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_raises[S] PASSED
31043 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_raises[U] PASSED
31044 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_raises[T] PASSED
31045 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int8-S] PASSED
31046 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int8-U] PASSED
31047 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int8-T] PASSED
31048 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int16-S] PASSED
31049 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int16-U] PASSED
31050 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int16-T] PASSED
31051 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int32-S] PASSED
31052 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int32-U] PASSED
31053 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int32-T] PASSED
31054 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int64_0-S] PASSED
31055 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int64_0-U] PASSED
31056 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int64_0-T] PASSED
31057 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int64_1-S] PASSED
31058 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int64_1-U] PASSED
31059 numpy/_core/tests/test_strings.py::TestMethods::test_multiply_integer_dtypes[int64_1-T] PASSED
31060 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[-False-S] PASSED
31061 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[-False-U] PASSED
31062 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[-False-T] PASSED
31063 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[a-True-S] PASSED
31064 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[a-True-U] PASSED
31065 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[a-True-T] PASSED
31066 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[A-True-S] PASSED
31067 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[A-True-U] PASSED
31068 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[A-True-T] PASSED
31069 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[\n-False-S] PASSED
31070 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[\n-False-U] PASSED
31071 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[\n-False-T] PASSED
31072 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[abc-True-S] PASSED
31073 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[abc-True-U] PASSED
31074 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[abc-True-T] PASSED
31075 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[aBc123-False-S] PASSED
31076 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[aBc123-False-U] PASSED
31077 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[aBc123-False-T] PASSED
31078 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[abc\n-False-S] PASSED
31079 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[abc\n-False-U] PASSED
31080 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[abc\n-False-T] PASSED
31081 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[in_7-out7-S] PASSED
31082 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[in_7-out7-U] PASSED
31083 numpy/_core/tests/test_strings.py::TestMethods::test_isalpha[in_7-out7-T] PASSED
31084 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[-False-S] PASSED
31085 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[-False-U] PASSED
31086 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[-False-T] PASSED
31087 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[a-True-S] PASSED
31088 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[a-True-U] PASSED
31089 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[a-True-T] PASSED
31090 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[A-True-S] PASSED
31091 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[A-True-U] PASSED
31092 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[A-True-T] PASSED
31093 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[\n-False-S] PASSED
31094 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[\n-False-U] PASSED
31095 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[\n-False-T] PASSED
31096 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[123abc456-True-S] PASSED
31097 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[123abc456-True-U] PASSED
31098 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[123abc456-True-T] PASSED
31099 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[a1b3c-True-S] PASSED
31100 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[a1b3c-True-U] PASSED
31101 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[a1b3c-True-T] PASSED
31102 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[aBc000 -False-S] PASSED
31103 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[aBc000 -False-U] PASSED
31104 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[aBc000 -False-T] PASSED
31105 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[abc\n-False-S] PASSED
31106 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[abc\n-False-U] PASSED
31107 numpy/_core/tests/test_strings.py::TestMethods::test_isalnum[abc\n-False-T] PASSED
31108 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[-False-S] PASSED
31109 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[-False-U] PASSED
31110 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[-False-T] PASSED
31111 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[a-False-S] PASSED
31112 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[a-False-U] PASSED
31113 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[a-False-T] PASSED
31114 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[0-True-S] PASSED
31115 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[0-True-U] PASSED
31116 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[0-True-T] PASSED
31117 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[012345-True-S] PASSED
31118 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[012345-True-U] PASSED
31119 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[012345-True-T] PASSED
31120 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[012345a-False-S] PASSED
31121 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[012345a-False-U] PASSED
31122 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[012345a-False-T] PASSED
31123 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[in_5-out5-S] PASSED
31124 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[in_5-out5-U] PASSED
31125 numpy/_core/tests/test_strings.py::TestMethods::test_isdigit[in_5-out5-T] PASSED
31126 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[-False-S] PASSED
31127 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[-False-U] PASSED
31128 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[-False-T] PASSED
31129 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[a-False-S] PASSED
31130 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[a-False-U] PASSED
31131 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[a-False-T] PASSED
31132 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[1-False-S] PASSED
31133 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[1-False-U] PASSED
31134 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[1-False-T] PASSED
31135 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[ -True-S] PASSED
31136 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[ -True-U] PASSED
31137 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[ -True-T] PASSED
31138 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[\t-True-S] PASSED
31139 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[\t-True-U] PASSED
31140 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[\t-True-T] PASSED
31141 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[\r-True-S] PASSED
31142 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[\r-True-U] PASSED
31143 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[\r-True-T] PASSED
31144 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[\n-True-S] PASSED
31145 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[\n-True-U] PASSED
31146 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[\n-True-T] PASSED
31147 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[ \t\r \n-True-S] PASSED
31148 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[ \t\r \n-True-U] PASSED
31149 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[ \t\r \n-True-T] PASSED
31150 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[ \t\r\na-False-S] PASSED
31151 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[ \t\r\na-False-U] PASSED
31152 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[ \t\r\na-False-T] PASSED
31153 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[in_9-out9-S] PASSED
31154 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[in_9-out9-U] PASSED
31155 numpy/_core/tests/test_strings.py::TestMethods::test_isspace[in_9-out9-T] PASSED
31156 numpy/_core/tests/test_strings.py::TestMethods::test_islower[-False-S] PASSED
31157 numpy/_core/tests/test_strings.py::TestMethods::test_islower[-False-U] PASSED
31158 numpy/_core/tests/test_strings.py::TestMethods::test_islower[-False-T] PASSED
31159 numpy/_core/tests/test_strings.py::TestMethods::test_islower[a-True-S] PASSED
31160 numpy/_core/tests/test_strings.py::TestMethods::test_islower[a-True-U] PASSED
31161 numpy/_core/tests/test_strings.py::TestMethods::test_islower[a-True-T] PASSED
31162 numpy/_core/tests/test_strings.py::TestMethods::test_islower[A-False-S] PASSED
31163 numpy/_core/tests/test_strings.py::TestMethods::test_islower[A-False-U] PASSED
31164 numpy/_core/tests/test_strings.py::TestMethods::test_islower[A-False-T] PASSED
31165 numpy/_core/tests/test_strings.py::TestMethods::test_islower[\n-False-S] PASSED
31166 numpy/_core/tests/test_strings.py::TestMethods::test_islower[\n-False-U] PASSED
31167 numpy/_core/tests/test_strings.py::TestMethods::test_islower[\n-False-T] PASSED
31168 numpy/_core/tests/test_strings.py::TestMethods::test_islower[abc-True-S] PASSED
31169 numpy/_core/tests/test_strings.py::TestMethods::test_islower[abc-True-U] PASSED
31170 numpy/_core/tests/test_strings.py::TestMethods::test_islower[abc-True-T] PASSED
31171 numpy/_core/tests/test_strings.py::TestMethods::test_islower[aBc-False-S] PASSED
31172 numpy/_core/tests/test_strings.py::TestMethods::test_islower[aBc-False-U] PASSED
31173 numpy/_core/tests/test_strings.py::TestMethods::test_islower[aBc-False-T] PASSED
31174 numpy/_core/tests/test_strings.py::TestMethods::test_islower[abc\n-True-S] PASSED
31175 numpy/_core/tests/test_strings.py::TestMethods::test_islower[abc\n-True-U] PASSED
31176 numpy/_core/tests/test_strings.py::TestMethods::test_islower[abc\n-True-T] PASSED
31177 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[-False-S] PASSED
31178 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[-False-U] PASSED
31179 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[-False-T] PASSED
31180 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[a-False-S] PASSED
31181 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[a-False-U] PASSED
31182 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[a-False-T] PASSED
31183 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[A-True-S] PASSED
31184 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[A-True-U] PASSED
31185 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[A-True-T] PASSED
31186 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[\n-False-S] PASSED
31187 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[\n-False-U] PASSED
31188 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[\n-False-T] PASSED
31189 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[ABC-True-S] PASSED
31190 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[ABC-True-U] PASSED
31191 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[ABC-True-T] PASSED
31192 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[AbC-False-S] PASSED
31193 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[AbC-False-U] PASSED
31194 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[AbC-False-T] PASSED
31195 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[ABC\n-True-S] PASSED
31196 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[ABC\n-True-U] PASSED
31197 numpy/_core/tests/test_strings.py::TestMethods::test_isupper[ABC\n-True-T] PASSED
31198 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[-False-S] PASSED
31199 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[-False-U] PASSED
31200 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[-False-T] PASSED
31201 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[a-False-S] PASSED
31202 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[a-False-U] PASSED
31203 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[a-False-T] PASSED
31204 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[A-True-S] PASSED
31205 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[A-True-U] PASSED
31206 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[A-True-T] PASSED
31207 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[\n-False-S] PASSED
31208 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[\n-False-U] PASSED
31209 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[\n-False-T] PASSED
31210 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[A Titlecased Line-True-S] PASSED
31211 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[A Titlecased Line-True-U] PASSED
31212 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[A Titlecased Line-True-T] PASSED
31213 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[A\nTitlecased Line-True-S] PASSED
31214 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[A\nTitlecased Line-True-U] PASSED
31215 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[A\nTitlecased Line-True-T] PASSED
31216 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[A Titlecased, Line-True-S] PASSED
31217 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[A Titlecased, Line-True-U] PASSED
31218 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[A Titlecased, Line-True-T] PASSED
31219 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[Not a capitalized String-False-S] PASSED
31220 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[Not a capitalized String-False-U] PASSED
31221 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[Not a capitalized String-False-T] PASSED
31222 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[Not\ta Titlecase String-False-S] PASSED
31223 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[Not\ta Titlecase String-False-U] PASSED
31224 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[Not\ta Titlecase String-False-T] PASSED
31225 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[Not--a Titlecase String-False-S] PASSED
31226 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[Not--a Titlecase String-False-U] PASSED
31227 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[Not--a Titlecase String-False-T] PASSED
31228 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[NOT-False-S] PASSED
31229 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[NOT-False-U] PASSED
31230 numpy/_core/tests/test_strings.py::TestMethods::test_istitle[NOT-False-T] PASSED
31231 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[-0-S] PASSED
31232 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[-0-U] PASSED
31233 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[-0-T] PASSED
31234 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[abc-3-S] PASSED
31235 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[abc-3-U] PASSED
31236 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[abc-3-T] PASSED
31237 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[12345-5-S] PASSED
31238 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[12345-5-U] PASSED
31239 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[12345-5-T] PASSED
31240 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[MixedCase-9-S] PASSED
31241 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[MixedCase-9-U] PASSED
31242 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[MixedCase-9-T] PASSED
31243 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[12345 \x00 -8-S] PASSED
31244 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[12345 \x00 -8-U] PASSED
31245 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[12345 \x00 -8-T] PASSED
31246 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[UPPER-5-S] PASSED
31247 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[UPPER-5-U] PASSED
31248 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[UPPER-5-T] PASSED
31249 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[in_6-out6-S] PASSED
31250 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[in_6-out6-U] PASSED
31251 numpy/_core/tests/test_strings.py::TestMethods::test_str_len[in_6-out6-T] PASSED
31252 numpy/_core/tests/test_strings.py::TestMethods::test_find[abcdefghiabc-abc-0-None-0-S] PASSED
31253 numpy/_core/tests/test_strings.py::TestMethods::test_find[abcdefghiabc-abc-0-None-0-U] PASSED
31254 numpy/_core/tests/test_strings.py::TestMethods::test_find[abcdefghiabc-abc-0-None-0-T] PASSED
31255 numpy/_core/tests/test_strings.py::TestMethods::test_find[abcdefghiabc-abc-1-None-9-S] PASSED
31256 numpy/_core/tests/test_strings.py::TestMethods::test_find[abcdefghiabc-abc-1-None-9-U] PASSED
31257 numpy/_core/tests/test_strings.py::TestMethods::test_find[abcdefghiabc-abc-1-None-9-T] PASSED
31258 numpy/_core/tests/test_strings.py::TestMethods::test_find[abcdefghiabc-def-4-None--1-S] PASSED
31259 numpy/_core/tests/test_strings.py::TestMethods::test_find[abcdefghiabc-def-4-None--1-U] PASSED
31260 numpy/_core/tests/test_strings.py::TestMethods::test_find[abcdefghiabc-def-4-None--1-T] PASSED
31261 numpy/_core/tests/test_strings.py::TestMethods::test_find[abc--0-None-0-S] PASSED
31262 numpy/_core/tests/test_strings.py::TestMethods::test_find[abc--0-None-0-U] PASSED
31263 numpy/_core/tests/test_strings.py::TestMethods::test_find[abc--0-None-0-T] PASSED
31264 numpy/_core/tests/test_strings.py::TestMethods::test_find[abc--3-None-3-S] PASSED
31265 numpy/_core/tests/test_strings.py::TestMethods::test_find[abc--3-None-3-U] PASSED
31266 numpy/_core/tests/test_strings.py::TestMethods::test_find[abc--3-None-3-T] PASSED
31267 numpy/_core/tests/test_strings.py::TestMethods::test_find[abc--4-None--1-S] PASSED
31268 numpy/_core/tests/test_strings.py::TestMethods::test_find[abc--4-None--1-U] PASSED
31269 numpy/_core/tests/test_strings.py::TestMethods::test_find[abc--4-None--1-T] PASSED
31270 numpy/_core/tests/test_strings.py::TestMethods::test_find[rrarrrrrrrrra-a-0-None-2-S] PASSED
31271 numpy/_core/tests/test_strings.py::TestMethods::test_find[rrarrrrrrrrra-a-0-None-2-U] PASSED
31272 numpy/_core/tests/test_strings.py::TestMethods::test_find[rrarrrrrrrrra-a-0-None-2-T] PASSED
31273 numpy/_core/tests/test_strings.py::TestMethods::test_find[rrarrrrrrrrra-a-4-None-12-S] PASSED
31274 numpy/_core/tests/test_strings.py::TestMethods::test_find[rrarrrrrrrrra-a-4-None-12-U] PASSED
31275 numpy/_core/tests/test_strings.py::TestMethods::test_find[rrarrrrrrrrra-a-4-None-12-T] PASSED
31276 numpy/_core/tests/test_strings.py::TestMethods::test_find[rrarrrrrrrrra-a-4-6--1-S] PASSED
31277 numpy/_core/tests/test_strings.py::TestMethods::test_find[rrarrrrrrrrra-a-4-6--1-U] PASSED
31278 numpy/_core/tests/test_strings.py::TestMethods::test_find[rrarrrrrrrrra-a-4-6--1-T] PASSED
31279 numpy/_core/tests/test_strings.py::TestMethods::test_find[--0-None-0-S] PASSED
31280 numpy/_core/tests/test_strings.py::TestMethods::test_find[--0-None-0-U] PASSED
31281 numpy/_core/tests/test_strings.py::TestMethods::test_find[--0-None-0-T] PASSED
31282 numpy/_core/tests/test_strings.py::TestMethods::test_find[--1-1--1-S] PASSED
31283 numpy/_core/tests/test_strings.py::TestMethods::test_find[--1-1--1-U] PASSED
31284 numpy/_core/tests/test_strings.py::TestMethods::test_find[--1-1--1-T] PASSED
31285 numpy/_core/tests/test_strings.py::TestMethods::test_find[--9223372036854775807-0--1-S] PASSED
31286 numpy/_core/tests/test_strings.py::TestMethods::test_find[--9223372036854775807-0--1-U] PASSED
31287 numpy/_core/tests/test_strings.py::TestMethods::test_find[--9223372036854775807-0--1-T] PASSED
31288 numpy/_core/tests/test_strings.py::TestMethods::test_find[-xx-0-None--1-S] PASSED
31289 numpy/_core/tests/test_strings.py::TestMethods::test_find[-xx-0-None--1-U] PASSED
31290 numpy/_core/tests/test_strings.py::TestMethods::test_find[-xx-0-None--1-T] PASSED
31291 numpy/_core/tests/test_strings.py::TestMethods::test_find[-xx-1-1--1-S] PASSED
31292 numpy/_core/tests/test_strings.py::TestMethods::test_find[-xx-1-1--1-U] PASSED
31293 numpy/_core/tests/test_strings.py::TestMethods::test_find[-xx-1-1--1-T] PASSED
31294 numpy/_core/tests/test_strings.py::TestMethods::test_find[-xx-9223372036854775807-0--1-S] PASSED
31295 numpy/_core/tests/test_strings.py::TestMethods::test_find[-xx-9223372036854775807-0--1-U] PASSED
31296 numpy/_core/tests/test_strings.py::TestMethods::test_find[-xx-9223372036854775807-0--1-T] PASSED
31297 numpy/_core/tests/test_strings.py::TestMethods::test_find[99*a+b-b-0-None-99-S] PASSED
31298 numpy/_core/tests/test_strings.py::TestMethods::test_find[99*a+b-b-0-None-99-U] PASSED
31299 numpy/_core/tests/test_strings.py::TestMethods::test_find[99*a+b-b-0-None-99-T] PASSED
31300 numpy/_core/tests/test_strings.py::TestMethods::test_find[98*a+ba-ba-0-None-98-S] PASSED
31301 numpy/_core/tests/test_strings.py::TestMethods::test_find[98*a+ba-ba-0-None-98-U] PASSED
31302 numpy/_core/tests/test_strings.py::TestMethods::test_find[98*a+ba-ba-0-None-98-T] PASSED
31303 numpy/_core/tests/test_strings.py::TestMethods::test_find[100*a-b-0-None--1-S] PASSED
31304 numpy/_core/tests/test_strings.py::TestMethods::test_find[100*a-b-0-None--1-U] PASSED
31305 numpy/_core/tests/test_strings.py::TestMethods::test_find[100*a-b-0-None--1-T] PASSED
31306 numpy/_core/tests/test_strings.py::TestMethods::test_find[30000*a+100*b-100*b-0-None-30000-S] PASSED
31307 numpy/_core/tests/test_strings.py::TestMethods::test_find[30000*a+100*b-100*b-0-None-30000-U] PASSED
31308 numpy/_core/tests/test_strings.py::TestMethods::test_find[30000*a+100*b-100*b-0-None-30000-T] PASSED
31309 numpy/_core/tests/test_strings.py::TestMethods::test_find[30000*a-100*b-0-None--1-S] PASSED
31310 numpy/_core/tests/test_strings.py::TestMethods::test_find[30000*a-100*b-0-None--1-U] PASSED
31311 numpy/_core/tests/test_strings.py::TestMethods::test_find[30000*a-100*b-0-None--1-T] PASSED
31312 numpy/_core/tests/test_strings.py::TestMethods::test_find[15000*a+15000*b-15000*b-0-None-15000-S] PASSED
31313 numpy/_core/tests/test_strings.py::TestMethods::test_find[15000*a+15000*b-15000*b-0-None-15000-U] PASSED
31314 numpy/_core/tests/test_strings.py::TestMethods::test_find[15000*a+15000*b-15000*b-0-None-15000-T] PASSED
31315 numpy/_core/tests/test_strings.py::TestMethods::test_find[15000*a+15000*b-15000*c-0-None--1-S] PASSED
31316 numpy/_core/tests/test_strings.py::TestMethods::test_find[15000*a+15000*b-15000*c-0-None--1-U] PASSED
31317 numpy/_core/tests/test_strings.py::TestMethods::test_find[15000*a+15000*b-15000*c-0-None--1-T] PASSED
31318 numpy/_core/tests/test_strings.py::TestMethods::test_find[a22-sub22-start22-None-out22-S] PASSED
31319 numpy/_core/tests/test_strings.py::TestMethods::test_find[a22-sub22-start22-None-out22-U] PASSED
31320 numpy/_core/tests/test_strings.py::TestMethods::test_find[a22-sub22-start22-None-out22-T] PASSED
31321 numpy/_core/tests/test_strings.py::TestMethods::test_find[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-0-None-6-S] SKIPPED
31322 numpy/_core/tests/test_strings.py::TestMethods::test_find[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-0-None-6-U] PASSED
31323 numpy/_core/tests/test_strings.py::TestMethods::test_find[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-0-None-6-T] PASSED
31324 numpy/_core/tests/test_strings.py::TestMethods::test_find[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-7-None-13-S] SKIPPED
31325 numpy/_core/tests/test_strings.py::TestMethods::test_find[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-7-None-13-U] PASSED
31326 numpy/_core/tests/test_strings.py::TestMethods::test_find[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-7-None-13-T] PASSED
31327 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abcdefghiabc-abc-0-None-9-S] PASSED
31328 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abcdefghiabc-abc-0-None-9-U] PASSED
31329 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abcdefghiabc-abc-0-None-9-T] PASSED
31330 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abcdefghiabc--0-None-12-S] PASSED
31331 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abcdefghiabc--0-None-12-U] PASSED
31332 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abcdefghiabc--0-None-12-T] PASSED
31333 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abcdefghiabc-abcd-0-None-0-S] PASSED
31334 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abcdefghiabc-abcd-0-None-0-U] PASSED
31335 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abcdefghiabc-abcd-0-None-0-T] PASSED
31336 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abcdefghiabc-abcz-0-None--1-S] PASSED
31337 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abcdefghiabc-abcz-0-None--1-U] PASSED
31338 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abcdefghiabc-abcz-0-None--1-T] PASSED
31339 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abc--0-None-3-S] PASSED
31340 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abc--0-None-3-U] PASSED
31341 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abc--0-None-3-T] PASSED
31342 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abc--3-None-3-S] PASSED
31343 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abc--3-None-3-U] PASSED
31344 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abc--3-None-3-T] PASSED
31345 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abc--4-None--1-S] PASSED
31346 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abc--4-None--1-U] PASSED
31347 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[abc--4-None--1-T] PASSED
31348 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[rrarrrrrrrrra-a-0-None-12-S] PASSED
31349 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[rrarrrrrrrrra-a-0-None-12-U] PASSED
31350 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[rrarrrrrrrrra-a-0-None-12-T] PASSED
31351 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[rrarrrrrrrrra-a-4-None-12-S] PASSED
31352 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[rrarrrrrrrrra-a-4-None-12-U] PASSED
31353 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[rrarrrrrrrrra-a-4-None-12-T] PASSED
31354 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[rrarrrrrrrrra-a-4-6--1-S] PASSED
31355 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[rrarrrrrrrrra-a-4-6--1-U] PASSED
31356 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[rrarrrrrrrrra-a-4-6--1-T] PASSED
31357 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[a10-sub10-start10-None-out10-S] PASSED
31358 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[a10-sub10-start10-None-out10-U] PASSED
31359 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[a10-sub10-start10-None-out10-T] PASSED
31360 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-0-None-13-S] SKIPPED
31361 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-0-None-13-U] PASSED
31362 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-0-None-13-T] PASSED
31363 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-0-7-6-S] SKIPPED
31364 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-0-7-6-U] PASSED
31365 numpy/_core/tests/test_strings.py::TestMethods::test_rfind[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-0-7-6-T] PASSED
31366 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0-None-3-S] PASSED
31367 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0-None-3-U] PASSED
31368 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0-None-3-T] PASSED
31369 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-b-0-None-0-S] PASSED
31370 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-b-0-None-0-U] PASSED
31371 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-b-0-None-0-T] PASSED
31372 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-1-None-2-S] PASSED
31373 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-1-None-2-U] PASSED
31374 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-1-None-2-T] PASSED
31375 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-10-None-0-S] PASSED
31376 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-10-None-0-U] PASSED
31377 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-10-None-0-T] PASSED
31378 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a--1-None-1-S] PASSED
31379 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a--1-None-1-U] PASSED
31380 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a--1-None-1-T] PASSED
31381 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a--10-None-3-S] PASSED
31382 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a--10-None-3-U] PASSED
31383 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a--10-None-3-T] PASSED
31384 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0-1-1-S] PASSED
31385 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0-1-1-U] PASSED
31386 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0-1-1-T] PASSED
31387 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0-10-3-S] PASSED
31388 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0-10-3-U] PASSED
31389 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0-10-3-T] PASSED
31390 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0--1-2-S] PASSED
31391 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0--1-2-U] PASSED
31392 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0--1-2-T] PASSED
31393 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0--10-0-S] PASSED
31394 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0--10-0-U] PASSED
31395 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-a-0--10-0-T] PASSED
31396 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa--1-None-3-S] PASSED
31397 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa--1-None-3-U] PASSED
31398 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa--1-None-3-T] PASSED
31399 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa--3-None-1-S] PASSED
31400 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa--3-None-1-U] PASSED
31401 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa--3-None-1-T] PASSED
31402 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa--10-None-0-S] PASSED
31403 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa--10-None-0-U] PASSED
31404 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa--10-None-0-T] PASSED
31405 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa---1-None-2-S] PASSED
31406 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa---1-None-2-U] PASSED
31407 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa---1-None-2-T] PASSED
31408 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa---10-None-4-S] PASSED
31409 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa---10-None-4-U] PASSED
31410 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa---10-None-4-T] PASSED
31411 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-aaaa-0-None-0-S] PASSED
31412 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-aaaa-0-None-0-U] PASSED
31413 numpy/_core/tests/test_strings.py::TestMethods::test_count[aaa-aaaa-0-None-0-T] PASSED
31414 numpy/_core/tests/test_strings.py::TestMethods::test_count[98*a+ba-ba-0-None-1-S] PASSED
31415 numpy/_core/tests/test_strings.py::TestMethods::test_count[98*a+ba-ba-0-None-1-U] PASSED
31416 numpy/_core/tests/test_strings.py::TestMethods::test_count[98*a+ba-ba-0-None-1-T] PASSED
31417 numpy/_core/tests/test_strings.py::TestMethods::test_count[30000*a+100*b-100*b-0-None-1-S] PASSED
31418 numpy/_core/tests/test_strings.py::TestMethods::test_count[30000*a+100*b-100*b-0-None-1-U] PASSED
31419 numpy/_core/tests/test_strings.py::TestMethods::test_count[30000*a+100*b-100*b-0-None-1-T] PASSED
31420 numpy/_core/tests/test_strings.py::TestMethods::test_count[30000*a-100*b-0-None-0-S] PASSED
31421 numpy/_core/tests/test_strings.py::TestMethods::test_count[30000*a-100*b-0-None-0-U] PASSED
31422 numpy/_core/tests/test_strings.py::TestMethods::test_count[30000*a-100*b-0-None-0-T] PASSED
31423 numpy/_core/tests/test_strings.py::TestMethods::test_count[30000*a+100*ab-ab-0-None-100-S] PASSED
31424 numpy/_core/tests/test_strings.py::TestMethods::test_count[30000*a+100*ab-ab-0-None-100-U] PASSED
31425 numpy/_core/tests/test_strings.py::TestMethods::test_count[30000*a+100*ab-ab-0-None-100-T] PASSED
31426 numpy/_core/tests/test_strings.py::TestMethods::test_count[15000*a+15000*b-15000*b-0-None-1-S] PASSED
31427 numpy/_core/tests/test_strings.py::TestMethods::test_count[15000*a+15000*b-15000*b-0-None-1-U] PASSED
31428 numpy/_core/tests/test_strings.py::TestMethods::test_count[15000*a+15000*b-15000*b-0-None-1-T] PASSED
31429 numpy/_core/tests/test_strings.py::TestMethods::test_count[15000*a+15000*b-15000*c-0-None-0-S] PASSED
31430 numpy/_core/tests/test_strings.py::TestMethods::test_count[15000*a+15000*b-15000*c-0-None-0-U] PASSED
31431 numpy/_core/tests/test_strings.py::TestMethods::test_count[15000*a+15000*b-15000*c-0-None-0-T] PASSED
31432 numpy/_core/tests/test_strings.py::TestMethods::test_count[--0-None-1-S] PASSED
31433 numpy/_core/tests/test_strings.py::TestMethods::test_count[--0-None-1-U] PASSED
31434 numpy/_core/tests/test_strings.py::TestMethods::test_count[--0-None-1-T] PASSED
31435 numpy/_core/tests/test_strings.py::TestMethods::test_count[--1-1-0-S] PASSED
31436 numpy/_core/tests/test_strings.py::TestMethods::test_count[--1-1-0-U] PASSED
31437 numpy/_core/tests/test_strings.py::TestMethods::test_count[--1-1-0-T] PASSED
31438 numpy/_core/tests/test_strings.py::TestMethods::test_count[--9223372036854775807-0-0-S] PASSED
31439 numpy/_core/tests/test_strings.py::TestMethods::test_count[--9223372036854775807-0-0-U] PASSED
31440 numpy/_core/tests/test_strings.py::TestMethods::test_count[--9223372036854775807-0-0-T] PASSED
31441 numpy/_core/tests/test_strings.py::TestMethods::test_count[-xx-0-None-0-S] PASSED
31442 numpy/_core/tests/test_strings.py::TestMethods::test_count[-xx-0-None-0-U] PASSED
31443 numpy/_core/tests/test_strings.py::TestMethods::test_count[-xx-0-None-0-T] PASSED
31444 numpy/_core/tests/test_strings.py::TestMethods::test_count[-xx-1-1-0-S] PASSED
31445 numpy/_core/tests/test_strings.py::TestMethods::test_count[-xx-1-1-0-U] PASSED
31446 numpy/_core/tests/test_strings.py::TestMethods::test_count[-xx-1-1-0-T] PASSED
31447 numpy/_core/tests/test_strings.py::TestMethods::test_count[-xx-9223372036854775807-0-0-S] PASSED
31448 numpy/_core/tests/test_strings.py::TestMethods::test_count[-xx-9223372036854775807-0-0-U] PASSED
31449 numpy/_core/tests/test_strings.py::TestMethods::test_count[-xx-9223372036854775807-0-0-T] PASSED
31450 numpy/_core/tests/test_strings.py::TestMethods::test_count[a28-sub28-start28-None-out28-S] PASSED
31451 numpy/_core/tests/test_strings.py::TestMethods::test_count[a28-sub28-start28-None-out28-U] PASSED
31452 numpy/_core/tests/test_strings.py::TestMethods::test_count[a28-sub28-start28-None-out28-T] PASSED
31453 numpy/_core/tests/test_strings.py::TestMethods::test_count[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-0-None-100-S] SKIPPED
31454 numpy/_core/tests/test_strings.py::TestMethods::test_count[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-0-None-100-U] PASSED
31455 numpy/_core/tests/test_strings.py::TestMethods::test_count[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-0-None-100-T] PASSED
31456 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-he-0-None-True-S] PASSED
31457 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-he-0-None-True-U] PASSED
31458 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-he-0-None-True-T] PASSED
31459 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-hello-0-None-True-S] PASSED
31460 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-hello-0-None-True-U] PASSED
31461 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-hello-0-None-True-T] PASSED
31462 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-hello world-0-None-False-S] PASSED
31463 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-hello world-0-None-False-U] PASSED
31464 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-hello world-0-None-False-T] PASSED
31465 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello--0-None-True-S] PASSED
31466 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello--0-None-True-U] PASSED
31467 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello--0-None-True-T] PASSED
31468 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-ello-0-None-False-S] PASSED
31469 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-ello-0-None-False-U] PASSED
31470 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-ello-0-None-False-T] PASSED
31471 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-ello-1-None-True-S] PASSED
31472 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-ello-1-None-True-U] PASSED
31473 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-ello-1-None-True-T] PASSED
31474 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-o-4-None-True-S] PASSED
31475 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-o-4-None-True-U] PASSED
31476 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-o-4-None-True-T] PASSED
31477 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-o-5-None-False-S] PASSED
31478 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-o-5-None-False-U] PASSED
31479 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-o-5-None-False-T] PASSED
31480 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello--5-None-True-S] PASSED
31481 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello--5-None-True-U] PASSED
31482 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello--5-None-True-T] PASSED
31483 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-lo-6-None-False-S] PASSED
31484 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-lo-6-None-False-U] PASSED
31485 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-lo-6-None-False-T] PASSED
31486 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[helloworld-lowo-3-None-True-S] PASSED
31487 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[helloworld-lowo-3-None-True-U] PASSED
31488 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[helloworld-lowo-3-None-True-T] PASSED
31489 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[helloworld-lowo-3-7-True-S] PASSED
31490 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[helloworld-lowo-3-7-True-U] PASSED
31491 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[helloworld-lowo-3-7-True-T] PASSED
31492 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[helloworld-lowo-3-6-False-S] PASSED
31493 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[helloworld-lowo-3-6-False-U] PASSED
31494 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[helloworld-lowo-3-6-False-T] PASSED
31495 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[--0-1-True-S] PASSED
31496 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[--0-1-True-U] PASSED
31497 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[--0-1-True-T] PASSED
31498 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[--0-0-True-S] PASSED
31499 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[--0-0-True-U] PASSED
31500 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[--0-0-True-T] PASSED
31501 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[--1-0-False-S] PASSED
31502 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[--1-0-False-U] PASSED
31503 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[--1-0-False-T] PASSED
31504 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-he-0--1-True-S] PASSED
31505 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-he-0--1-True-U] PASSED
31506 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-he-0--1-True-T] PASSED
31507 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-he--53--1-True-S] PASSED
31508 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-he--53--1-True-U] PASSED
31509 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-he--53--1-True-T] PASSED
31510 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-hello-0--1-False-S] PASSED
31511 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-hello-0--1-False-U] PASSED
31512 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-hello-0--1-False-T] PASSED
31513 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-hello world--1--10-False-S] PASSED
31514 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-hello world--1--10-False-U] PASSED
31515 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-hello world--1--10-False-T] PASSED
31516 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-ello--5-None-False-S] PASSED
31517 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-ello--5-None-False-U] PASSED
31518 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-ello--5-None-False-T] PASSED
31519 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-ello--4-None-True-S] PASSED
31520 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-ello--4-None-True-U] PASSED
31521 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-ello--4-None-True-T] PASSED
31522 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-o--2-None-False-S] PASSED
31523 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-o--2-None-False-U] PASSED
31524 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-o--2-None-False-T] PASSED
31525 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-o--1-None-True-S] PASSED
31526 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-o--1-None-True-U] PASSED
31527 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-o--1-None-True-T] PASSED
31528 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello---3--3-True-S] PASSED
31529 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello---3--3-True-U] PASSED
31530 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello---3--3-True-T] PASSED
31531 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-lo--9-None-False-S] PASSED
31532 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-lo--9-None-False-U] PASSED
31533 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[hello-lo--9-None-False-T] PASSED
31534 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[a26-prefix26-start26-None-out26-S] PASSED
31535 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[a26-prefix26-start26-None-out26-U] PASSED
31536 numpy/_core/tests/test_strings.py::TestMethods::test_startswith[a26-prefix26-start26-None-out26-T] PASSED
31537 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-lo-0-None-True-S] PASSED
31538 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-lo-0-None-True-U] PASSED
31539 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-lo-0-None-True-T] PASSED
31540 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-he-0-None-False-S] PASSED
31541 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-he-0-None-False-U] PASSED
31542 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-he-0-None-False-T] PASSED
31543 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello--0-None-True-S] PASSED
31544 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello--0-None-True-U] PASSED
31545 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello--0-None-True-T] PASSED
31546 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-hello world-0-None-False-S] PASSED
31547 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-hello world-0-None-False-U] PASSED
31548 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-hello world-0-None-False-T] PASSED
31549 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl-0-None-False-S] PASSED
31550 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl-0-None-False-U] PASSED
31551 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl-0-None-False-T] PASSED
31552 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl-3-9-True-S] PASSED
31553 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl-3-9-True-U] PASSED
31554 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl-3-9-True-T] PASSED
31555 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-world-3-12-True-S] PASSED
31556 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-world-3-12-True-U] PASSED
31557 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-world-3-12-True-T] PASSED
31558 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-1-7-True-S] PASSED
31559 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-1-7-True-U] PASSED
31560 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-1-7-True-T] PASSED
31561 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-2-7-True-S] PASSED
31562 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-2-7-True-U] PASSED
31563 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-2-7-True-T] PASSED
31564 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-3-7-True-S] PASSED
31565 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-3-7-True-U] PASSED
31566 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-3-7-True-T] PASSED
31567 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-4-7-False-S] PASSED
31568 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-4-7-False-U] PASSED
31569 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-4-7-False-T] PASSED
31570 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-3-8-False-S] PASSED
31571 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-3-8-False-U] PASSED
31572 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-3-8-False-T] PASSED
31573 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[ab-ab-0-1-False-S] PASSED
31574 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[ab-ab-0-1-False-U] PASSED
31575 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[ab-ab-0-1-False-T] PASSED
31576 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[ab-ab-0-0-False-S] PASSED
31577 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[ab-ab-0-0-False-U] PASSED
31578 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[ab-ab-0-0-False-T] PASSED
31579 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[--0-1-True-S] PASSED
31580 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[--0-1-True-U] PASSED
31581 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[--0-1-True-T] PASSED
31582 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[--0-0-True-S] PASSED
31583 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[--0-0-True-U] PASSED
31584 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[--0-0-True-T] PASSED
31585 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[--1-0-False-S] PASSED
31586 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[--1-0-False-U] PASSED
31587 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[--1-0-False-T] PASSED
31588 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-lo--2-None-True-S] PASSED
31589 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-lo--2-None-True-U] PASSED
31590 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-lo--2-None-True-T] PASSED
31591 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-he--2-None-False-S] PASSED
31592 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-he--2-None-False-U] PASSED
31593 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-he--2-None-False-T] PASSED
31594 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello---3--3-True-S] PASSED
31595 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello---3--3-True-U] PASSED
31596 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello---3--3-True-T] PASSED
31597 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-hello world--10--2-False-S] PASSED
31598 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-hello world--10--2-False-U] PASSED
31599 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[hello-hello world--10--2-False-T] PASSED
31600 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl--6-None-False-S] PASSED
31601 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl--6-None-False-U] PASSED
31602 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl--6-None-False-T] PASSED
31603 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl--5--1-True-S] PASSED
31604 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl--5--1-True-U] PASSED
31605 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl--5--1-True-T] PASSED
31606 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl--5-9-True-S] PASSED
31607 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl--5-9-True-U] PASSED
31608 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-worl--5-9-True-T] PASSED
31609 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-world--7-12-True-S] PASSED
31610 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-world--7-12-True-U] PASSED
31611 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-world--7-12-True-T] PASSED
31612 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo--99--3-True-S] PASSED
31613 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo--99--3-True-U] PASSED
31614 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo--99--3-True-T] PASSED
31615 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo--8--3-True-S] PASSED
31616 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo--8--3-True-U] PASSED
31617 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo--8--3-True-T] PASSED
31618 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo--7--3-True-S] PASSED
31619 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo--7--3-True-U] PASSED
31620 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo--7--3-True-T] PASSED
31621 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-3--4-False-S] PASSED
31622 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-3--4-False-U] PASSED
31623 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo-3--4-False-T] PASSED
31624 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo--8--2-False-S] PASSED
31625 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo--8--2-False-U] PASSED
31626 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[helloworld-lowo--8--2-False-T] PASSED
31627 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[a30-suffix30-start30-None-out30-S] PASSED
31628 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[a30-suffix30-start30-None-out30-U] PASSED
31629 numpy/_core/tests/test_strings.py::TestMethods::test_endswith[a30-suffix30-start30-None-out30-T] PASSED
31630 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[-None--S] PASSED
31631 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[-None--U] PASSED
31632 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[-None--T] PASSED
31633 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[   hello   -None-hello   -S] PASSED
31634 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[   hello   -None-hello   -U] PASSED
31635 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[   hello   -None-hello   -T] PASSED
31636 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[hello-None-hello-S] PASSED
31637 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[hello-None-hello-U] PASSED
31638 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[hello-None-hello-T] PASSED
31639 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[ \t\n\r\x0c\x0babc \t\n\r\x0c\x0b-None-abc \t\n\r\x0c\x0b-S] PASSED
31640 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[ \t\n\r\x0c\x0babc \t\n\r\x0c\x0b-None-abc \t\n\r\x0c\x0b-U] PASSED
31641 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[ \t\n\r\x0c\x0babc \t\n\r\x0c\x0b-None-abc \t\n\r\x0c\x0b-T] PASSED
31642 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[a4-None-out4-S] PASSED
31643 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[a4-None-out4-U] PASSED
31644 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[a4-None-out4-T] PASSED
31645 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[---S] PASSED
31646 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[---U] PASSED
31647 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[---T] PASSED
31648 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[-xyz--S] PASSED
31649 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[-xyz--U] PASSED
31650 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[-xyz--T] PASSED
31651 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[hello--hello-S] PASSED
31652 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[hello--hello-U] PASSED
31653 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[hello--hello-T] PASSED
31654 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[xyzzyhelloxyzzy-xyz-helloxyzzy-S] PASSED
31655 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[xyzzyhelloxyzzy-xyz-helloxyzzy-U] PASSED
31656 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[xyzzyhelloxyzzy-xyz-helloxyzzy-T] PASSED
31657 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[hello-xyz-hello-S] PASSED
31658 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[hello-xyz-hello-U] PASSED
31659 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[hello-xyz-hello-T] PASSED
31660 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[xyxz-xyxz--S] PASSED
31661 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[xyxz-xyxz--U] PASSED
31662 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[xyxz-xyxz--T] PASSED
31663 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[xyxzx-x-yxzx-S] PASSED
31664 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[xyxzx-x-yxzx-U] PASSED
31665 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[xyxzx-x-yxzx-T] PASSED
31666 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[a12-chars12-out12-S] PASSED
31667 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[a12-chars12-out12-U] PASSED
31668 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[a12-chars12-out12-T] PASSED
31669 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[a13-b-out13-S] PASSED
31670 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[a13-b-out13-U] PASSED
31671 numpy/_core/tests/test_strings.py::TestMethods::test_lstrip[a13-b-out13-T] PASSED
31672 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[-None--S] PASSED
31673 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[-None--U] PASSED
31674 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[-None--T] PASSED
31675 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[   hello   -None-   hello-S] PASSED
31676 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[   hello   -None-   hello-U] PASSED
31677 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[   hello   -None-   hello-T] PASSED
31678 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[hello-None-hello-S] PASSED
31679 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[hello-None-hello-U] PASSED
31680 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[hello-None-hello-T] PASSED
31681 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[ \t\n\r\x0c\x0babc \t\n\r\x0c\x0b-None- \t\n\r\x0c\x0babc-S] PASSED
31682 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[ \t\n\r\x0c\x0babc \t\n\r\x0c\x0b-None- \t\n\r\x0c\x0babc-U] PASSED
31683 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[ \t\n\r\x0c\x0babc \t\n\r\x0c\x0b-None- \t\n\r\x0c\x0babc-T] PASSED
31684 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[a4-None-out4-S] PASSED
31685 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[a4-None-out4-U] PASSED
31686 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[a4-None-out4-T] PASSED
31687 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[---S] PASSED
31688 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[---U] PASSED
31689 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[---T] PASSED
31690 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[-xyz--S] PASSED
31691 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[-xyz--U] PASSED
31692 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[-xyz--T] PASSED
31693 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[hello--hello-S] PASSED
31694 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[hello--hello-U] PASSED
31695 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[hello--hello-T] PASSED
31696 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[a8-None-out8-S] PASSED
31697 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[a8-None-out8-U] PASSED
31698 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[a8-None-out8-T] PASSED
31699 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[xyzzyhelloxyzzy-xyz-xyzzyhello-S] PASSED
31700 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[xyzzyhelloxyzzy-xyz-xyzzyhello-U] PASSED
31701 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[xyzzyhelloxyzzy-xyz-xyzzyhello-T] PASSED
31702 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[hello-xyz-hello-S] PASSED
31703 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[hello-xyz-hello-U] PASSED
31704 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[hello-xyz-hello-T] PASSED
31705 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[xyxz-xyxz--S] PASSED
31706 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[xyxz-xyxz--U] PASSED
31707 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[xyxz-xyxz--T] PASSED
31708 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[    -None--S] PASSED
31709 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[    -None--U] PASSED
31710 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[    -None--T] PASSED
31711 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[xyxzx-x-xyxz-S] PASSED
31712 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[xyxzx-x-xyxz-U] PASSED
31713 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[xyxzx-x-xyxz-T] PASSED
31714 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[a14-chars14-out14-S] PASSED
31715 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[a14-chars14-out14-U] PASSED
31716 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[a14-chars14-out14-T] PASSED
31717 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[a15-b-out15-S] PASSED
31718 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[a15-b-out15-U] PASSED
31719 numpy/_core/tests/test_strings.py::TestMethods::test_rstrip[a15-b-out15-T] PASSED
31720 numpy/_core/tests/test_strings.py::TestMethods::test_strip[-None--S] PASSED
31721 numpy/_core/tests/test_strings.py::TestMethods::test_strip[-None--U] PASSED
31722 numpy/_core/tests/test_strings.py::TestMethods::test_strip[-None--T] PASSED
31723 numpy/_core/tests/test_strings.py::TestMethods::test_strip[   hello   -None-hello-S] PASSED
31724 numpy/_core/tests/test_strings.py::TestMethods::test_strip[   hello   -None-hello-U] PASSED
31725 numpy/_core/tests/test_strings.py::TestMethods::test_strip[   hello   -None-hello-T] PASSED
31726 numpy/_core/tests/test_strings.py::TestMethods::test_strip[hello-None-hello-S] PASSED
31727 numpy/_core/tests/test_strings.py::TestMethods::test_strip[hello-None-hello-U] PASSED
31728 numpy/_core/tests/test_strings.py::TestMethods::test_strip[hello-None-hello-T] PASSED
31729 numpy/_core/tests/test_strings.py::TestMethods::test_strip[ \t\n\r\x0c\x0babc \t\n\r\x0c\x0b-None-abc-S] PASSED
31730 numpy/_core/tests/test_strings.py::TestMethods::test_strip[ \t\n\r\x0c\x0babc \t\n\r\x0c\x0b-None-abc-U] PASSED
31731 numpy/_core/tests/test_strings.py::TestMethods::test_strip[ \t\n\r\x0c\x0babc \t\n\r\x0c\x0b-None-abc-T] PASSED
31732 numpy/_core/tests/test_strings.py::TestMethods::test_strip[a4-None-out4-S] PASSED
31733 numpy/_core/tests/test_strings.py::TestMethods::test_strip[a4-None-out4-U] PASSED
31734 numpy/_core/tests/test_strings.py::TestMethods::test_strip[a4-None-out4-T] PASSED
31735 numpy/_core/tests/test_strings.py::TestMethods::test_strip[---S] PASSED
31736 numpy/_core/tests/test_strings.py::TestMethods::test_strip[---U] PASSED
31737 numpy/_core/tests/test_strings.py::TestMethods::test_strip[---T] PASSED
31738 numpy/_core/tests/test_strings.py::TestMethods::test_strip[-xyz--S] PASSED
31739 numpy/_core/tests/test_strings.py::TestMethods::test_strip[-xyz--U] PASSED
31740 numpy/_core/tests/test_strings.py::TestMethods::test_strip[-xyz--T] PASSED
31741 numpy/_core/tests/test_strings.py::TestMethods::test_strip[hello--hello-S] PASSED
31742 numpy/_core/tests/test_strings.py::TestMethods::test_strip[hello--hello-U] PASSED
31743 numpy/_core/tests/test_strings.py::TestMethods::test_strip[hello--hello-T] PASSED
31744 numpy/_core/tests/test_strings.py::TestMethods::test_strip[xyzzyhelloxyzzy-xyz-hello-S] PASSED
31745 numpy/_core/tests/test_strings.py::TestMethods::test_strip[xyzzyhelloxyzzy-xyz-hello-U] PASSED
31746 numpy/_core/tests/test_strings.py::TestMethods::test_strip[xyzzyhelloxyzzy-xyz-hello-T] PASSED
31747 numpy/_core/tests/test_strings.py::TestMethods::test_strip[hello-xyz-hello-S] PASSED
31748 numpy/_core/tests/test_strings.py::TestMethods::test_strip[hello-xyz-hello-U] PASSED
31749 numpy/_core/tests/test_strings.py::TestMethods::test_strip[hello-xyz-hello-T] PASSED
31750 numpy/_core/tests/test_strings.py::TestMethods::test_strip[xyxz-xyxz--S] PASSED
31751 numpy/_core/tests/test_strings.py::TestMethods::test_strip[xyxz-xyxz--U] PASSED
31752 numpy/_core/tests/test_strings.py::TestMethods::test_strip[xyxz-xyxz--T] PASSED
31753 numpy/_core/tests/test_strings.py::TestMethods::test_strip[xyxzx-x-yxz-S] PASSED
31754 numpy/_core/tests/test_strings.py::TestMethods::test_strip[xyxzx-x-yxz-U] PASSED
31755 numpy/_core/tests/test_strings.py::TestMethods::test_strip[xyxzx-x-yxz-T] PASSED
31756 numpy/_core/tests/test_strings.py::TestMethods::test_strip[a12-chars12-out12-S] PASSED
31757 numpy/_core/tests/test_strings.py::TestMethods::test_strip[a12-chars12-out12-U] PASSED
31758 numpy/_core/tests/test_strings.py::TestMethods::test_strip[a12-chars12-out12-T] PASSED
31759 numpy/_core/tests/test_strings.py::TestMethods::test_strip[a13-b-out13-S] PASSED
31760 numpy/_core/tests/test_strings.py::TestMethods::test_strip[a13-b-out13-U] PASSED
31761 numpy/_core/tests/test_strings.py::TestMethods::test_strip[a13-b-out13-T] PASSED
31762 numpy/_core/tests/test_strings.py::TestMethods::test_replace[----1--S] PASSED
31763 numpy/_core/tests/test_strings.py::TestMethods::test_replace[----1--U] PASSED
31764 numpy/_core/tests/test_strings.py::TestMethods::test_replace[----1--T] PASSED
31765 numpy/_core/tests/test_strings.py::TestMethods::test_replace[--A--1-A-S] PASSED
31766 numpy/_core/tests/test_strings.py::TestMethods::test_replace[--A--1-A-U] PASSED
31767 numpy/_core/tests/test_strings.py::TestMethods::test_replace[--A--1-A-T] PASSED
31768 numpy/_core/tests/test_strings.py::TestMethods::test_replace[-A---1--S] PASSED
31769 numpy/_core/tests/test_strings.py::TestMethods::test_replace[-A---1--U] PASSED
31770 numpy/_core/tests/test_strings.py::TestMethods::test_replace[-A---1--T] PASSED
31771 numpy/_core/tests/test_strings.py::TestMethods::test_replace[-A-A--1--S] PASSED
31772 numpy/_core/tests/test_strings.py::TestMethods::test_replace[-A-A--1--U] PASSED
31773 numpy/_core/tests/test_strings.py::TestMethods::test_replace[-A-A--1--T] PASSED
31774 numpy/_core/tests/test_strings.py::TestMethods::test_replace[---100--S] PASSED
31775 numpy/_core/tests/test_strings.py::TestMethods::test_replace[---100--U] PASSED
31776 numpy/_core/tests/test_strings.py::TestMethods::test_replace[---100--T] PASSED
31777 numpy/_core/tests/test_strings.py::TestMethods::test_replace[--A-100-A-S] PASSED
31778 numpy/_core/tests/test_strings.py::TestMethods::test_replace[--A-100-A-U] PASSED
31779 numpy/_core/tests/test_strings.py::TestMethods::test_replace[--A-100-A-T] PASSED
31780 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A----1-A-S] PASSED
31781 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A----1-A-U] PASSED
31782 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A----1-A-T] PASSED
31783 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A--*--1-*A*-S] PASSED
31784 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A--*--1-*A*-U] PASSED
31785 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A--*--1-*A*-T] PASSED
31786 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A--*1--1-*1A*1-S] PASSED
31787 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A--*1--1-*1A*1-U] PASSED
31788 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A--*1--1-*1A*1-T] PASSED
31789 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A--*-#--1-*-#A*-#-S] PASSED
31790 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A--*-#--1-*-#A*-#-U] PASSED
31791 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A--*-#--1-*-#A*-#-T] PASSED
31792 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*---1-*-A*-A*-0-S] PASSED
31793 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*---1-*-A*-A*-0-U] PASSED
31794 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*---1-*-A*-A*-0-T] PASSED
31795 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*---1-*-A*-A*-1-S] PASSED
31796 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*---1-*-A*-A*-1-U] PASSED
31797 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*---1-*-A*-A*-1-T] PASSED
31798 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--4-*-A*-A*--S] PASSED
31799 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--4-*-A*-A*--U] PASSED
31800 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--4-*-A*-A*--T] PASSED
31801 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--3-*-A*-A*--S] PASSED
31802 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--3-*-A*-A*--U] PASSED
31803 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--3-*-A*-A*--T] PASSED
31804 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--2-*-A*-A-S] PASSED
31805 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--2-*-A*-A-U] PASSED
31806 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--2-*-A*-A-T] PASSED
31807 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--1-*-AA-S] PASSED
31808 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--1-*-AA-U] PASSED
31809 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--1-*-AA-T] PASSED
31810 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--0-AA-S] PASSED
31811 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--0-AA-U] PASSED
31812 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AA--*--0-AA-T] PASSED
31813 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A-A---1--S] PASSED
31814 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A-A---1--U] PASSED
31815 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A-A---1--T] PASSED
31816 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A---1-0-S] PASSED
31817 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A---1-0-U] PASSED
31818 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A---1-0-T] PASSED
31819 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A---1-1-S] PASSED
31820 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A---1-1-U] PASSED
31821 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A---1-1-T] PASSED
31822 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--4--S] PASSED
31823 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--4--U] PASSED
31824 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--4--T] PASSED
31825 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--3--S] PASSED
31826 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--3--U] PASSED
31827 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--3--T] PASSED
31828 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--2-A-S] PASSED
31829 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--2-A-U] PASSED
31830 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--2-A-T] PASSED
31831 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--1-AA-S] PASSED
31832 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--1-AA-U] PASSED
31833 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--1-AA-T] PASSED
31834 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--0-AAA-S] PASSED
31835 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--0-AAA-U] PASSED
31836 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAA-A--0-AAA-T] PASSED
31837 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAAAAAAAAA-A---1--S] PASSED
31838 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAAAAAAAAA-A---1--U] PASSED
31839 numpy/_core/tests/test_strings.py::TestMethods::test_replace[AAAAAAAAAA-A---1--T] PASSED
31840 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A---1-BCD0-S] PASSED
31841 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A---1-BCD0-U] PASSED
31842 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A---1-BCD0-T] PASSED
31843 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A---1-BCD1-S] PASSED
31844 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A---1-BCD1-U] PASSED
31845 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A---1-BCD1-T] PASSED
31846 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--5-BCD-S] PASSED
31847 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--5-BCD-U] PASSED
31848 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--5-BCD-T] PASSED
31849 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--4-BCD-S] PASSED
31850 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--4-BCD-U] PASSED
31851 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--4-BCD-T] PASSED
31852 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--3-BCDA-S] PASSED
31853 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--3-BCDA-U] PASSED
31854 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--3-BCDA-T] PASSED
31855 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--2-BCADA-S] PASSED
31856 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--2-BCADA-U] PASSED
31857 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--2-BCADA-T] PASSED
31858 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--1-BACADA-S] PASSED
31859 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--1-BACADA-U] PASSED
31860 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--1-BACADA-T] PASSED
31861 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--0-ABACADA-S] PASSED
31862 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--0-ABACADA-U] PASSED
31863 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABACADA-A--0-ABACADA-T] PASSED
31864 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABCAD-A---1-BCD-S] PASSED
31865 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABCAD-A---1-BCD-U] PASSED
31866 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABCAD-A---1-BCD-T] PASSED
31867 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABCADAA-A---1-BCD-S] PASSED
31868 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABCADAA-A---1-BCD-U] PASSED
31869 numpy/_core/tests/test_strings.py::TestMethods::test_replace[ABCADAA-A---1-BCD-T] PASSED
31870 numpy/_core/tests/test_strings.py::TestMethods::test_replace[BCD-A---1-BCD-S] PASSED
31871 numpy/_core/tests/test_strings.py::TestMethods::test_replace[BCD-A---1-BCD-U] PASSED
31872 numpy/_core/tests/test_strings.py::TestMethods::test_replace[BCD-A---1-BCD-T] PASSED
31873 numpy/_core/tests/test_strings.py::TestMethods::test_replace[*************-A---1-*************-S] PASSED
31874 numpy/_core/tests/test_strings.py::TestMethods::test_replace[*************-A---1-*************-U] PASSED
31875 numpy/_core/tests/test_strings.py::TestMethods::test_replace[*************-A---1-*************-T] PASSED
31876 numpy/_core/tests/test_strings.py::TestMethods::test_replace[^AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA^-A--999-^A^-S] PASSED
31877 numpy/_core/tests/test_strings.py::TestMethods::test_replace[^AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA^-A--999-^A^-U] PASSED
31878 numpy/_core/tests/test_strings.py::TestMethods::test_replace[^AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA^-A--999-^A^-T] PASSED
31879 numpy/_core/tests/test_strings.py::TestMethods::test_replace[the-the---1--S] PASSED
31880 numpy/_core/tests/test_strings.py::TestMethods::test_replace[the-the---1--U] PASSED
31881 numpy/_core/tests/test_strings.py::TestMethods::test_replace[the-the---1--T] PASSED
31882 numpy/_core/tests/test_strings.py::TestMethods::test_replace[theater-the---1-ater-S] PASSED
31883 numpy/_core/tests/test_strings.py::TestMethods::test_replace[theater-the---1-ater-U] PASSED
31884 numpy/_core/tests/test_strings.py::TestMethods::test_replace[theater-the---1-ater-T] PASSED
31885 numpy/_core/tests/test_strings.py::TestMethods::test_replace[thethe-the---1--S] PASSED
31886 numpy/_core/tests/test_strings.py::TestMethods::test_replace[thethe-the---1--U] PASSED
31887 numpy/_core/tests/test_strings.py::TestMethods::test_replace[thethe-the---1--T] PASSED
31888 numpy/_core/tests/test_strings.py::TestMethods::test_replace[thethethethe-the---1--S] PASSED
31889 numpy/_core/tests/test_strings.py::TestMethods::test_replace[thethethethe-the---1--U] PASSED
31890 numpy/_core/tests/test_strings.py::TestMethods::test_replace[thethethethe-the---1--T] PASSED
31891 numpy/_core/tests/test_strings.py::TestMethods::test_replace[theatheatheathea-the---1-aaaa-S] PASSED
31892 numpy/_core/tests/test_strings.py::TestMethods::test_replace[theatheatheathea-the---1-aaaa-U] PASSED
31893 numpy/_core/tests/test_strings.py::TestMethods::test_replace[theatheatheathea-the---1-aaaa-T] PASSED
31894 numpy/_core/tests/test_strings.py::TestMethods::test_replace[that-the---1-that-S] PASSED
31895 numpy/_core/tests/test_strings.py::TestMethods::test_replace[that-the---1-that-U] PASSED
31896 numpy/_core/tests/test_strings.py::TestMethods::test_replace[that-the---1-that-T] PASSED
31897 numpy/_core/tests/test_strings.py::TestMethods::test_replace[thaet-the---1-thaet-S] PASSED
31898 numpy/_core/tests/test_strings.py::TestMethods::test_replace[thaet-the---1-thaet-U] PASSED
31899 numpy/_core/tests/test_strings.py::TestMethods::test_replace[thaet-the---1-thaet-T] PASSED
31900 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there-the---1-here and re-S] PASSED
31901 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there-the---1-here and re-U] PASSED
31902 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there-the---1-here and re-T] PASSED
31903 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the---1-here and re and re0-S] PASSED
31904 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the---1-here and re and re0-U] PASSED
31905 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the---1-here and re and re0-T] PASSED
31906 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the--3-here and re and re-S] PASSED
31907 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the--3-here and re and re-U] PASSED
31908 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the--3-here and re and re-T] PASSED
31909 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the--2-here and re and re-S] PASSED
31910 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the--2-here and re and re-U] PASSED
31911 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the--2-here and re and re-T] PASSED
31912 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the--1-here and re and there-S] PASSED
31913 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the--1-here and re and there-U] PASSED
31914 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the--1-here and re and there-T] PASSED
31915 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the--0-here and there and there-S] PASSED
31916 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the--0-here and there and there-U] PASSED
31917 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the--0-here and there and there-T] PASSED
31918 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the---1-here and re and re1-S] PASSED
31919 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the---1-here and re and re1-U] PASSED
31920 numpy/_core/tests/test_strings.py::TestMethods::test_replace[here and there and there-the---1-here and re and re1-T] PASSED
31921 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc-the---1-abc-S] PASSED
31922 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc-the---1-abc-U] PASSED
31923 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc-the---1-abc-T] PASSED
31924 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abcdefg-the---1-abcdefg-S] PASSED
31925 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abcdefg-the---1-abcdefg-U] PASSED
31926 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abcdefg-the---1-abcdefg-T] PASSED
31927 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bbobob-bob---1-bob-S] PASSED
31928 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bbobob-bob---1-bob-U] PASSED
31929 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bbobob-bob---1-bob-T] PASSED
31930 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bbobobXbbobob-bob---1-bobXbob-S] PASSED
31931 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bbobobXbbobob-bob---1-bobXbob-U] PASSED
31932 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bbobobXbbobob-bob---1-bobXbob-T] PASSED
31933 numpy/_core/tests/test_strings.py::TestMethods::test_replace[aaaaaaabob-bob---1-aaaaaaa-S] PASSED
31934 numpy/_core/tests/test_strings.py::TestMethods::test_replace[aaaaaaabob-bob---1-aaaaaaa-U] PASSED
31935 numpy/_core/tests/test_strings.py::TestMethods::test_replace[aaaaaaabob-bob---1-aaaaaaa-T] PASSED
31936 numpy/_core/tests/test_strings.py::TestMethods::test_replace[aaaaaaa-bob---1-aaaaaaa-S] PASSED
31937 numpy/_core/tests/test_strings.py::TestMethods::test_replace[aaaaaaa-bob---1-aaaaaaa-U] PASSED
31938 numpy/_core/tests/test_strings.py::TestMethods::test_replace[aaaaaaa-bob---1-aaaaaaa-T] PASSED
31939 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-o--1-Who goes there?-S] PASSED
31940 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-o--1-Who goes there?-U] PASSED
31941 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-o--1-Who goes there?-T] PASSED
31942 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O--1-WhO gOes there?0-S] PASSED
31943 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O--1-WhO gOes there?0-U] PASSED
31944 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O--1-WhO gOes there?0-T] PASSED
31945 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O--1-WhO gOes there?1-S] PASSED
31946 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O--1-WhO gOes there?1-U] PASSED
31947 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O--1-WhO gOes there?1-T] PASSED
31948 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O-3-WhO gOes there?-S] PASSED
31949 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O-3-WhO gOes there?-U] PASSED
31950 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O-3-WhO gOes there?-T] PASSED
31951 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O-2-WhO gOes there?-S] PASSED
31952 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O-2-WhO gOes there?-U] PASSED
31953 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O-2-WhO gOes there?-T] PASSED
31954 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O-1-WhO goes there?-S] PASSED
31955 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O-1-WhO goes there?-U] PASSED
31956 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O-1-WhO goes there?-T] PASSED
31957 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O-0-Who goes there?-S] PASSED
31958 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O-0-Who goes there?-U] PASSED
31959 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-o-O-0-Who goes there?-T] PASSED
31960 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-a-q--1-Who goes there?-S] PASSED
31961 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-a-q--1-Who goes there?-U] PASSED
31962 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-a-q--1-Who goes there?-T] PASSED
31963 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-W-w--1-who goes there?-S] PASSED
31964 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-W-w--1-who goes there?-U] PASSED
31965 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-W-w--1-who goes there?-T] PASSED
31966 numpy/_core/tests/test_strings.py::TestMethods::test_replace[WWho goes there?WW-W-w--1-wwho goes there?ww-S] PASSED
31967 numpy/_core/tests/test_strings.py::TestMethods::test_replace[WWho goes there?WW-W-w--1-wwho goes there?ww-U] PASSED
31968 numpy/_core/tests/test_strings.py::TestMethods::test_replace[WWho goes there?WW-W-w--1-wwho goes there?ww-T] PASSED
31969 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-?-!--1-Who goes there!-S] PASSED
31970 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-?-!--1-Who goes there!-U] PASSED
31971 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-?-!--1-Who goes there!-T] PASSED
31972 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there??-?-!--1-Who goes there!!-S] PASSED
31973 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there??-?-!--1-Who goes there!!-U] PASSED
31974 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there??-?-!--1-Who goes there!!-T] PASSED
31975 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-.-!--1-Who goes there?-S] PASSED
31976 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-.-!--1-Who goes there?-U] PASSED
31977 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Who goes there?-.-!--1-Who goes there?-T] PASSED
31978 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**--1-Th** ** a t**sue0-S] PASSED
31979 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**--1-Th** ** a t**sue0-U] PASSED
31980 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**--1-Th** ** a t**sue0-T] PASSED
31981 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**--1-Th** ** a t**sue1-S] PASSED
31982 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**--1-Th** ** a t**sue1-U] PASSED
31983 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**--1-Th** ** a t**sue1-T] PASSED
31984 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-4-Th** ** a t**sue-S] PASSED
31985 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-4-Th** ** a t**sue-U] PASSED
31986 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-4-Th** ** a t**sue-T] PASSED
31987 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-3-Th** ** a t**sue-S] PASSED
31988 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-3-Th** ** a t**sue-U] PASSED
31989 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-3-Th** ** a t**sue-T] PASSED
31990 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-2-Th** ** a tissue-S] PASSED
31991 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-2-Th** ** a tissue-U] PASSED
31992 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-2-Th** ** a tissue-T] PASSED
31993 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-1-Th** is a tissue-S] PASSED
31994 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-1-Th** is a tissue-U] PASSED
31995 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-1-Th** is a tissue-T] PASSED
31996 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-0-This is a tissue-S] PASSED
31997 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-0-This is a tissue-U] PASSED
31998 numpy/_core/tests/test_strings.py::TestMethods::test_replace[This is a tissue-is-**-0-This is a tissue-T] PASSED
31999 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobob-bob-cob--1-cobob-S] PASSED
32000 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobob-bob-cob--1-cobob-U] PASSED
32001 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobob-bob-cob--1-cobob-T] PASSED
32002 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobobXbobobob-bob-cob--1-cobobXcobocob-S] PASSED
32003 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobobXbobobob-bob-cob--1-cobobXcobocob-U] PASSED
32004 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobobXbobobob-bob-cob--1-cobobXcobocob-T] PASSED
32005 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobob-bot-bot--1-bobob-S] PASSED
32006 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobob-bot-bot--1-bobob-U] PASSED
32007 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobob-bot-bot--1-bobob-T] PASSED
32008 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK--1-ReyKKjaviKK0-S] PASSED
32009 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK--1-ReyKKjaviKK0-U] PASSED
32010 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK--1-ReyKKjaviKK0-T] PASSED
32011 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK--1-ReyKKjaviKK1-S] PASSED
32012 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK--1-ReyKKjaviKK1-U] PASSED
32013 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK--1-ReyKKjaviKK1-T] PASSED
32014 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK-2-ReyKKjaviKK-S] PASSED
32015 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK-2-ReyKKjaviKK-U] PASSED
32016 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK-2-ReyKKjaviKK-T] PASSED
32017 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK-1-ReyKKjavik-S] PASSED
32018 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK-1-ReyKKjavik-U] PASSED
32019 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK-1-ReyKKjavik-T] PASSED
32020 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK-0-Reykjavik-S] PASSED
32021 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK-0-Reykjavik-U] PASSED
32022 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-k-KK-0-Reykjavik-T] PASSED
32023 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A.B.C.-.-------1-A----B----C-----S] PASSED
32024 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A.B.C.-.-------1-A----B----C-----U] PASSED
32025 numpy/_core/tests/test_strings.py::TestMethods::test_replace[A.B.C.-.-------1-A----B----C-----T] PASSED
32026 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-q-KK--1-Reykjavik-S] PASSED
32027 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-q-KK--1-Reykjavik-U] PASSED
32028 numpy/_core/tests/test_strings.py::TestMethods::test_replace[Reykjavik-q-KK--1-Reykjavik-T] PASSED
32029 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham--1-ham, ham, eggs and ham0-S] PASSED
32030 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham--1-ham, ham, eggs and ham0-U] PASSED
32031 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham--1-ham, ham, eggs and ham0-T] PASSED
32032 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham--1-ham, ham, eggs and ham1-S] PASSED
32033 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham--1-ham, ham, eggs and ham1-U] PASSED
32034 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham--1-ham, ham, eggs and ham1-T] PASSED
32035 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-4-ham, ham, eggs and ham-S] PASSED
32036 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-4-ham, ham, eggs and ham-U] PASSED
32037 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-4-ham, ham, eggs and ham-T] PASSED
32038 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-3-ham, ham, eggs and ham-S] PASSED
32039 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-3-ham, ham, eggs and ham-U] PASSED
32040 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-3-ham, ham, eggs and ham-T] PASSED
32041 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-2-ham, ham, eggs and spam-S] PASSED
32042 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-2-ham, ham, eggs and spam-U] PASSED
32043 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-2-ham, ham, eggs and spam-T] PASSED
32044 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-1-ham, spam, eggs and spam-S] PASSED
32045 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-1-ham, spam, eggs and spam-U] PASSED
32046 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-1-ham, spam, eggs and spam-T] PASSED
32047 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-0-spam, spam, eggs and spam-S] PASSED
32048 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-0-spam, spam, eggs and spam-U] PASSED
32049 numpy/_core/tests/test_strings.py::TestMethods::test_replace[spam, spam, eggs and spam-spam-ham-0-spam, spam, eggs and spam-T] PASSED
32050 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobobob-bobob-bob--1-bobob-S] PASSED
32051 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobobob-bobob-bob--1-bobob-U] PASSED
32052 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobobob-bobob-bob--1-bobob-T] PASSED
32053 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobobobXbobobob-bobob-bob--1-bobobXbobob-S] PASSED
32054 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobobobXbobobob-bobob-bob--1-bobobXbobob-U] PASSED
32055 numpy/_core/tests/test_strings.py::TestMethods::test_replace[bobobobXbobobob-bobob-bob--1-bobobXbobob-T] PASSED
32056 numpy/_core/tests/test_strings.py::TestMethods::test_replace[BOBOBOB-bob-bobby--1-BOBOBOB-S] PASSED
32057 numpy/_core/tests/test_strings.py::TestMethods::test_replace[BOBOBOB-bob-bobby--1-BOBOBOB-U] PASSED
32058 numpy/_core/tests/test_strings.py::TestMethods::test_replace[BOBOBOB-bob-bobby--1-BOBOBOB-T] PASSED
32059 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-1-one@two!three!-S] PASSED
32060 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-1-one@two!three!-U] PASSED
32061 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-1-one@two!three!-T] PASSED
32062 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!---1-onetwothree-S] PASSED
32063 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!---1-onetwothree-U] PASSED
32064 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!---1-onetwothree-T] PASSED
32065 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-2-one@two@three!-S] PASSED
32066 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-2-one@two@three!-U] PASSED
32067 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-2-one@two@three!-T] PASSED
32068 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-3-one@two@three@-S] PASSED
32069 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-3-one@two@three@-U] PASSED
32070 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-3-one@two@three@-T] PASSED
32071 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-4-one@two@three@-S] PASSED
32072 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-4-one@two@three@-U] PASSED
32073 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-4-one@two@three@-T] PASSED
32074 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-0-one!two!three!-S] PASSED
32075 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-0-one!two!three!-U] PASSED
32076 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@-0-one!two!three!-T] PASSED
32077 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@--1-one@two@three@-S] PASSED
32078 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@--1-one@two@three@-U] PASSED
32079 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-!-@--1-one@two@three@-T] PASSED
32080 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-x-@--1-one!two!three!-S] PASSED
32081 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-x-@--1-one!two!three!-U] PASSED
32082 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-x-@--1-one!two!three!-T] PASSED
32083 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-x-@-2-one!two!three!-S] PASSED
32084 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-x-@-2-one!two!three!-U] PASSED
32085 numpy/_core/tests/test_strings.py::TestMethods::test_replace[one!two!three!-x-@-2-one!two!three!-T] PASSED
32086 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc-----1--a-b-c--S] PASSED
32087 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc-----1--a-b-c--U] PASSED
32088 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc-----1--a-b-c--T] PASSED
32089 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc----3--a-b-c-S] PASSED
32090 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc----3--a-b-c-U] PASSED
32091 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc----3--a-b-c-T] PASSED
32092 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc----0-abc-S] PASSED
32093 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc----0-abc-U] PASSED
32094 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc----0-abc-T] PASSED
32095 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc-ab----0-abc-S] PASSED
32096 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc-ab----0-abc-U] PASSED
32097 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc-ab----0-abc-T] PASSED
32098 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc-xy-----1-abc-S] PASSED
32099 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc-xy-----1-abc-U] PASSED
32100 numpy/_core/tests/test_strings.py::TestMethods::test_replace[abc-xy-----1-abc-T] PASSED
32101 numpy/_core/tests/test_strings.py::TestMethods::test_replace[buf113-b-z-count113-res113-S] PASSED
32102 numpy/_core/tests/test_strings.py::TestMethods::test_replace[buf113-b-z-count113-res113-U] PASSED
32103 numpy/_core/tests/test_strings.py::TestMethods::test_replace[buf113-b-z-count113-res113-T] PASSED
32104 numpy/_core/tests/test_strings.py::TestMethods::test_index[abcdefghiabc--0-None-0-S] PASSED
32105 numpy/_core/tests/test_strings.py::TestMethods::test_index[abcdefghiabc--0-None-0-U] PASSED
32106 numpy/_core/tests/test_strings.py::TestMethods::test_index[abcdefghiabc--0-None-0-T] PASSED
32107 numpy/_core/tests/test_strings.py::TestMethods::test_index[abcdefghiabc-def-0-None-3-S] PASSED
32108 numpy/_core/tests/test_strings.py::TestMethods::test_index[abcdefghiabc-def-0-None-3-U] PASSED
32109 numpy/_core/tests/test_strings.py::TestMethods::test_index[abcdefghiabc-def-0-None-3-T] PASSED
32110 numpy/_core/tests/test_strings.py::TestMethods::test_index[abcdefghiabc-abc-0-None-0-S] PASSED
32111 numpy/_core/tests/test_strings.py::TestMethods::test_index[abcdefghiabc-abc-0-None-0-U] PASSED
32112 numpy/_core/tests/test_strings.py::TestMethods::test_index[abcdefghiabc-abc-0-None-0-T] PASSED
32113 numpy/_core/tests/test_strings.py::TestMethods::test_index[abcdefghiabc-abc-1-None-9-S] PASSED
32114 numpy/_core/tests/test_strings.py::TestMethods::test_index[abcdefghiabc-abc-1-None-9-U] PASSED
32115 numpy/_core/tests/test_strings.py::TestMethods::test_index[abcdefghiabc-abc-1-None-9-T] PASSED
32116 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[abcdefghiabc-hib-0-None-S] PASSED
32117 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[abcdefghiabc-hib-0-None-U] PASSED
32118 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[abcdefghiabc-hib-0-None-T] PASSED
32119 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[abcdefghiab-abc-1-None-S] PASSED
32120 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[abcdefghiab-abc-1-None-U] PASSED
32121 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[abcdefghiab-abc-1-None-T] PASSED
32122 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[abcdefghi-ghi-8-None-S] PASSED
32123 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[abcdefghi-ghi-8-None-U] PASSED
32124 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[abcdefghi-ghi-8-None-T] PASSED
32125 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[abcdefghi-ghi--1-None-S] PASSED
32126 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[abcdefghi-ghi--1-None-U] PASSED
32127 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[abcdefghi-ghi--1-None-T] PASSED
32128 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[rrarrrrrrrrra-a-4-6-S] PASSED
32129 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[rrarrrrrrrrra-a-4-6-U] PASSED
32130 numpy/_core/tests/test_strings.py::TestMethods::test_index_raises[rrarrrrrrrrra-a-4-6-T] PASSED
32131 numpy/_core/tests/test_strings.py::TestMethods::test_rindex[abcdefghiabc--0-None-12-S] PASSED
32132 numpy/_core/tests/test_strings.py::TestMethods::test_rindex[abcdefghiabc--0-None-12-U] PASSED
32133 numpy/_core/tests/test_strings.py::TestMethods::test_rindex[abcdefghiabc--0-None-12-T] PASSED
32134 numpy/_core/tests/test_strings.py::TestMethods::test_rindex[abcdefghiabc-def-0-None-3-S] PASSED
32135 numpy/_core/tests/test_strings.py::TestMethods::test_rindex[abcdefghiabc-def-0-None-3-U] PASSED
32136 numpy/_core/tests/test_strings.py::TestMethods::test_rindex[abcdefghiabc-def-0-None-3-T] PASSED
32137 numpy/_core/tests/test_strings.py::TestMethods::test_rindex[abcdefghiabc-abc-0-None-9-S] PASSED
32138 numpy/_core/tests/test_strings.py::TestMethods::test_rindex[abcdefghiabc-abc-0-None-9-U] PASSED
32139 numpy/_core/tests/test_strings.py::TestMethods::test_rindex[abcdefghiabc-abc-0-None-9-T] PASSED
32140 numpy/_core/tests/test_strings.py::TestMethods::test_rindex[abcdefghiabc-abc-0--1-0-S] PASSED
32141 numpy/_core/tests/test_strings.py::TestMethods::test_rindex[abcdefghiabc-abc-0--1-0-U] PASSED
32142 numpy/_core/tests/test_strings.py::TestMethods::test_rindex[abcdefghiabc-abc-0--1-0-T] PASSED
32143 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[abcdefghiabc-hib-0-None-S] PASSED
32144 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[abcdefghiabc-hib-0-None-U] PASSED
32145 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[abcdefghiabc-hib-0-None-T] PASSED
32146 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[defghiabc-def-1-None-S] PASSED
32147 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[defghiabc-def-1-None-U] PASSED
32148 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[defghiabc-def-1-None-T] PASSED
32149 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[defghiabc-abc-0--1-S] PASSED
32150 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[defghiabc-abc-0--1-U] PASSED
32151 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[defghiabc-abc-0--1-T] PASSED
32152 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[abcdefghi-ghi-0-8-S] PASSED
32153 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[abcdefghi-ghi-0-8-U] PASSED
32154 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[abcdefghi-ghi-0-8-T] PASSED
32155 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[abcdefghi-ghi-0--1-S] PASSED
32156 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[abcdefghi-ghi-0--1-U] PASSED
32157 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[abcdefghi-ghi-0--1-T] PASSED
32158 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[rrarrrrrrrrra-a-4-6-S] PASSED
32159 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[rrarrrrrrrrra-a-4-6-U] PASSED
32160 numpy/_core/tests/test_strings.py::TestMethods::test_rindex_raises[rrarrrrrrrrra-a-4-6-T] PASSED
32161 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\rab\tdef\ng\thi-8-abc\rab      def\ng       hi-S] PASSED
32162 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\rab\tdef\ng\thi-8-abc\rab      def\ng       hi-U] PASSED
32163 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\rab\tdef\ng\thi-8-abc\rab      def\ng       hi-T] PASSED
32164 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\rab\tdef\ng\thi-4-abc\rab  def\ng   hi-S] PASSED
32165 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\rab\tdef\ng\thi-4-abc\rab  def\ng   hi-U] PASSED
32166 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\rab\tdef\ng\thi-4-abc\rab  def\ng   hi-T] PASSED
32167 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\r\nab\tdef\ng\thi-8-abc\r\nab      def\ng       hi-S] PASSED
32168 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\r\nab\tdef\ng\thi-8-abc\r\nab      def\ng       hi-U] PASSED
32169 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\r\nab\tdef\ng\thi-8-abc\r\nab      def\ng       hi-T] PASSED
32170 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\r\nab\tdef\ng\thi-4-abc\r\nab  def\ng   hi-S] PASSED
32171 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\r\nab\tdef\ng\thi-4-abc\r\nab  def\ng   hi-U] PASSED
32172 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\r\nab\tdef\ng\thi-4-abc\r\nab  def\ng   hi-T] PASSED
32173 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\r\nab\r\ndef\ng\r\nhi-4-abc\r\nab\r\ndef\ng\r\nhi-S] PASSED
32174 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\r\nab\r\ndef\ng\r\nhi-4-abc\r\nab\r\ndef\ng\r\nhi-U] PASSED
32175 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[abc\r\nab\r\ndef\ng\r\nhi-4-abc\r\nab\r\ndef\ng\r\nhi-T] PASSED
32176 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[ \ta\n\tb-1-  a\n b-S] PASSED
32177 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[ \ta\n\tb-1-  a\n b-U] PASSED
32178 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs[ \ta\n\tb-1-  a\n b-T] PASSED
32179 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs_raises_overflow[S] PASSED
32180 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs_raises_overflow[U] PASSED
32181 numpy/_core/tests/test_strings.py::TestMethods::test_expandtabs_raises_overflow[T] PASSED
32182 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[-False-U] PASSED
32183 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[-False-T] PASSED
32184 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[a-False-U] PASSED
32185 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[a-False-T] PASSED
32186 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[0-True-U] PASSED
32187 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[0-True-T] PASSED
32188 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[\u2460-False-U] PASSED
32189 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[\u2460-False-T] PASSED
32190 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[\xbc-False-U] PASSED
32191 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[\xbc-False-T] PASSED
32192 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[\u0660-True-U] PASSED
32193 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[\u0660-True-T] PASSED
32194 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[012345-True-U] PASSED
32195 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[012345-True-T] PASSED
32196 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[012345a-False-U] PASSED
32197 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[012345a-False-T] PASSED
32198 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[in_8-out8-U] PASSED
32199 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isdecimal_unicode[in_8-out8-T] PASSED
32200 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[-False-U] PASSED
32201 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[-False-T] PASSED
32202 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[a-False-U] PASSED
32203 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[a-False-T] PASSED
32204 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[0-True-U] PASSED
32205 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[0-True-T] PASSED
32206 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[\u2460-True-U] PASSED
32207 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[\u2460-True-T] PASSED
32208 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[\xbc-True-U] PASSED
32209 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[\xbc-True-T] PASSED
32210 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[\u0660-True-U] PASSED
32211 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[\u0660-True-T] PASSED
32212 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[012345-True-U] PASSED
32213 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[012345-True-T] PASSED
32214 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[012345a-False-U] PASSED
32215 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[012345a-False-T] PASSED
32216 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[in_8-out8-U] PASSED
32217 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isnumeric_unicode[in_8-out8-T] PASSED
32218 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_replace_unicode[...\u043c......<-<-&lt;--1-...\u043c......&lt;-U] PASSED
32219 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_replace_unicode[...\u043c......<-<-&lt;--1-...\u043c......&lt;-T] PASSED
32220 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_replace_unicode[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-A-B--1-Be\xa2\u2603\u20ac \U0001f60aBe\xa2\u2603\u20ac \U0001f60a-U] PASSED
32221 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_replace_unicode[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-A-B--1-Be\xa2\u2603\u20ac \U0001f60aBe\xa2\u2603\u20ac \U0001f60a-T] PASSED
32222 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_replace_unicode[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-B--1-Ae\xa2\u2603\u20ac BAe\xa2\u2603\u20ac B-U] PASSED
32223 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_replace_unicode[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-B--1-Ae\xa2\u2603\u20ac BAe\xa2\u2603\u20ac B-T] PASSED
32224 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U00010401-U] PASSED
32225 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U00010401-T] PASSED
32226 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U00010427-U] PASSED
32227 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U00010427-T] PASSED
32228 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U00010429-U] PASSED
32229 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U00010429-T] PASSED
32230 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U0001044e-U] PASSED
32231 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U0001044e-T] PASSED
32232 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U0001d7f6-U] PASSED
32233 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U0001d7f6-T] PASSED
32234 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U00011066-U] PASSED
32235 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U00011066-T] PASSED
32236 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U000104a0-U] PASSED
32237 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U000104a0-T] PASSED
32238 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U0001f107-U] PASSED
32239 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isalnum_unicode[\U0001f107-T] PASSED
32240 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\u1ffc-False-U] PASSED
32241 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\u1ffc-False-T] PASSED
32242 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\u2167-False-U] PASSED
32243 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\u2167-False-T] PASSED
32244 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\U00010401-False-U] PASSED
32245 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\U00010401-False-T] PASSED
32246 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\U00010427-False-U] PASSED
32247 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\U00010427-False-T] PASSED
32248 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\U0001f40d-False-U] PASSED
32249 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\U0001f40d-False-T] PASSED
32250 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\U0001f46f-False-U] PASSED
32251 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\U0001f46f-False-T] PASSED
32252 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\u2177-True-U] PASSED
32253 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\u2177-True-T] PASSED
32254 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\U00010429-True-U] PASSED
32255 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\U00010429-True-T] PASSED
32256 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\U0001044e-True-U] PASSED
32257 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_islower_unicode[\U0001044e-True-T] PASSED
32258 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\u1ffc-False-U] PASSED
32259 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\u1ffc-False-T] PASSED
32260 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\u2167-True-U] PASSED
32261 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\u2167-True-T] PASSED
32262 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\U00010401-True-U] PASSED
32263 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\U00010401-True-T] PASSED
32264 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\U00010427-True-U] PASSED
32265 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\U00010427-True-T] PASSED
32266 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\U0001f40d-False-U] PASSED
32267 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\U0001f40d-False-T] PASSED
32268 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\U0001f46f-False-U] PASSED
32269 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\U0001f46f-False-T] PASSED
32270 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\u2177-False-U] PASSED
32271 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\u2177-False-T] PASSED
32272 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\U00010429-False-U] PASSED
32273 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\U00010429-False-T] PASSED
32274 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\U0001044e-False-U] PASSED
32275 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_isupper_unicode[\U0001044e-False-T] PASSED
32276 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[\u1ffc-True-U] PASSED
32277 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[\u1ffc-True-T] PASSED
32278 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[Greek \u1ffcitlecases ...-True-U] PASSED
32279 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[Greek \u1ffcitlecases ...-True-T] PASSED
32280 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[\U00010401\U00010429-True-U] PASSED
32281 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[\U00010401\U00010429-True-T] PASSED
32282 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[\U00010427\U0001044e-True-U] PASSED
32283 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[\U00010427\U0001044e-True-T] PASSED
32284 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[\U00010429-False-U] PASSED
32285 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[\U00010429-False-T] PASSED
32286 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[\U0001044e-False-U] PASSED
32287 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[\U0001044e-False-T] PASSED
32288 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[\U0001f40d-False-U] PASSED
32289 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[\U0001f40d-False-T] PASSED
32290 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[\U0001f46f-False-U] PASSED
32291 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_istitle_unicode[\U0001f46f-False-T] PASSED
32292 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_index_unicode[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-0-None-6-U] PASSED
32293 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_index_unicode[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-0-None-6-T] PASSED
32294 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_index_unicode[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-7-None-13-U] PASSED
32295 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_index_unicode[Ae\xa2\u2603\u20ac \U0001f60aAe\xa2\u2603\u20ac \U0001f60a-\U0001f60a-7-None-13-T] PASSED
32296 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_index_raises_unicode[U] PASSED
32297 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_index_raises_unicode[T] PASSED
32298 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_expandtabs[Ae\xa2\u2603\u20ac \t \U0001f60a-Ae\xa2\u2603\u20ac    \U0001f60a-U] PASSED
32299 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_expandtabs[Ae\xa2\u2603\u20ac \t \U0001f60a-Ae\xa2\u2603\u20ac    \U0001f60a-T] PASSED
32300 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_expandtabs[\t\U0001044e-        \U0001044e-U] PASSED
32301 numpy/_core/tests/test_strings.py::TestMethodsWithUnicode::test_expandtabs[\t\U0001044e-        \U0001044e-T] PASSED
32302 numpy/_core/tests/test_strings.py::TestUnicodeOnlyMethodsRaiseWithBytes::test_isdecimal_raises PASSED
32303 numpy/_core/tests/test_strings.py::TestUnicodeOnlyMethodsRaiseWithBytes::test_isnumeric_bytes PASSED
32304 numpy/_core/tests/test_strings.py::TestReplaceOnArrays::test_replace_count_and_size[S] PASSED
32305 numpy/_core/tests/test_strings.py::TestReplaceOnArrays::test_replace_count_and_size[U] PASSED
32306 numpy/_core/tests/test_strings.py::TestReplaceOnArrays::test_replace_count_and_size[T] PASSED
32307 numpy/_core/tests/test_strings.py::TestReplaceOnArrays::test_replace_broadcasting[S] PASSED
32308 numpy/_core/tests/test_strings.py::TestReplaceOnArrays::test_replace_broadcasting[U] PASSED
32309 numpy/_core/tests/test_strings.py::TestReplaceOnArrays::test_replace_broadcasting[T] PASSED
32310 numpy/_core/tests/test_ufunc.py::TestUfuncKwargs::test_kwarg_exact PASSED
32311 numpy/_core/tests/test_ufunc.py::TestUfuncKwargs::test_sig_signature PASSED
32312 numpy/_core/tests/test_ufunc.py::TestUfuncKwargs::test_sig_dtype PASSED
32313 numpy/_core/tests/test_ufunc.py::TestUfuncKwargs::test_extobj_removed PASSED
32314 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc[float32-float32] PASSED
32315 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc[float32-float64] PASSED
32316 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc[complex64-complex64] PASSED
32317 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc[complex64-complex128] PASSED
32318 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc[float64-float64] PASSED
32319 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc[longdouble-longdouble] PASSED
32320 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc[complex128-complex128] PASSED
32321 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc[clongdouble-clongdouble] PASSED
32322 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_binary_PyUFunc[float32-float32] PASSED
32323 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_binary_PyUFunc[float32-float64] PASSED
32324 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_binary_PyUFunc[complex64-complex64] PASSED
32325 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_binary_PyUFunc[complex64-complex128] PASSED
32326 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_binary_PyUFunc[float64-float64] PASSED
32327 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_binary_PyUFunc[longdouble-longdouble] PASSED
32328 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_binary_PyUFunc[complex128-complex128] PASSED
32329 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_binary_PyUFunc[clongdouble-clongdouble] PASSED
32330 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O PASSED
32331 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_simple PASSED
32332 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_binary_PyUFunc_OO_O PASSED
32333 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_binary_PyUFunc_OO_O_method PASSED
32334 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_binary_PyUFunc_On_Om_method PASSED
32335 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_python_complex_conjugate PASSED
32336 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[absolute] PASSED
32337 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[arccos] PASSED
32338 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[arccosh] PASSED
32339 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[arcsin] PASSED
32340 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[arcsinh] PASSED
32341 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[arctan] PASSED
32342 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[arctanh] PASSED
32343 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[cbrt] PASSED
32344 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[ceil] PASSED
32345 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[conjugate0] PASSED
32346 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[cos] PASSED
32347 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[cosh] PASSED
32348 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[deg2rad] PASSED
32349 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[degrees] PASSED
32350 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[exp] PASSED
32351 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[exp2] PASSED
32352 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[expm1] PASSED
32353 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[fabs] PASSED
32354 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[floor] PASSED
32355 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[invert] PASSED
32356 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[log] PASSED
32357 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[log10] PASSED
32358 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[log1p] PASSED
32359 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[log2] PASSED
32360 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[logical_not] PASSED
32361 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[negative] PASSED
32362 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[positive] PASSED
32363 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[rad2deg] PASSED
32364 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[radians] PASSED
32365 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[reciprocal] PASSED
32366 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[rint] PASSED
32367 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[sign] PASSED
32368 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[sin] PASSED
32369 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[sinh] PASSED
32370 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[sqrt] PASSED
32371 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[square] PASSED
32372 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[tan] PASSED
32373 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[tanh] PASSED
32374 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[trunc] PASSED
32375 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[conjugate1] PASSED
32376 numpy/_core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[_ones_like] PASSED
32377 numpy/_core/tests/test_ufunc.py::TestUfunc::test_pickle PASSED
32378 numpy/_core/tests/test_ufunc.py::TestUfunc::test_pickle_withstring PASSED
32379 numpy/_core/tests/test_ufunc.py::TestUfunc::test_pickle_name_is_qualname PASSED
32380 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduceat_shifting_sum PASSED
32381 numpy/_core/tests/test_ufunc.py::TestUfunc::test_all_ufunc PASSED
32382 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature0 PASSED
32383 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature1 PASSED
32384 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature2 PASSED
32385 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature3 PASSED
32386 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature4 PASSED
32387 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature5 PASSED
32388 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature6 PASSED
32389 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature7 PASSED
32390 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature8 PASSED
32391 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature9 PASSED
32392 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature10 PASSED
32393 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature_failure_extra_parenthesis PASSED
32394 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature_failure_mismatching_parenthesis PASSED
32395 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature_failure_signature_missing_input_arg PASSED
32396 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature_failure_signature_missing_output_arg PASSED
32397 numpy/_core/tests/test_ufunc.py::TestUfunc::test_get_signature PASSED
32398 numpy/_core/tests/test_ufunc.py::TestUfunc::test_forced_sig PASSED
32399 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature_all_None PASSED
32400 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature_dtype_type PASSED
32401 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature_dtype_instances_allowed[dtype] PASSED
32402 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature_dtype_instances_allowed[signature] PASSED
32403 numpy/_core/tests/test_ufunc.py::TestUfunc::test_partial_signature_mismatch[unsafe] PASSED
32404 numpy/_core/tests/test_ufunc.py::TestUfunc::test_partial_signature_mismatch[same_kind] PASSED
32405 numpy/_core/tests/test_ufunc.py::TestUfunc::test_partial_signature_mismatch[safe] PASSED
32406 numpy/_core/tests/test_ufunc.py::TestUfunc::test_partial_signature_mismatch_with_cache PASSED
32407 numpy/_core/tests/test_ufunc.py::TestUfunc::test_use_output_signature_for_all_arguments XFAIL
32408 numpy/_core/tests/test_ufunc.py::TestUfunc::test_signature_errors PASSED
32409 numpy/_core/tests/test_ufunc.py::TestUfunc::test_forced_dtype_times PASSED
32410 numpy/_core/tests/test_ufunc.py::TestUfunc::test_cast_safety[add] PASSED
32411 numpy/_core/tests/test_ufunc.py::TestUfunc::test_cast_safety[sqrt] PASSED
32412 numpy/_core/tests/test_ufunc.py::TestUfunc::test_true_divide PASSED
32413 numpy/_core/tests/test_ufunc.py::TestUfunc::test_sum_stability PASSED
32414 numpy/_core/tests/test_ufunc.py::TestUfunc::test_sum PASSED
32415 numpy/_core/tests/test_ufunc.py::TestUfunc::test_sum_complex PASSED
32416 numpy/_core/tests/test_ufunc.py::TestUfunc::test_sum_initial PASSED
32417 numpy/_core/tests/test_ufunc.py::TestUfunc::test_sum_where PASSED
32418 numpy/_core/tests/test_ufunc.py::TestUfunc::test_vecdot PASSED
32419 numpy/_core/tests/test_ufunc.py::TestUfunc::test_vecdot_complex PASSED
32420 numpy/_core/tests/test_ufunc.py::TestUfunc::test_vecdot_subclass PASSED
32421 numpy/_core/tests/test_ufunc.py::TestUfunc::test_vecdot_object_no_conjugate PASSED
32422 numpy/_core/tests/test_ufunc.py::TestUfunc::test_vecdot_object_breaks_outer_loop_on_error PASSED
32423 numpy/_core/tests/test_ufunc.py::TestUfunc::test_broadcast PASSED
32424 numpy/_core/tests/test_ufunc.py::TestUfunc::test_out_broadcasts PASSED
32425 numpy/_core/tests/test_ufunc.py::TestUfunc::test_out_broadcast_errors[(1,)->()] PASSED
32426 numpy/_core/tests/test_ufunc.py::TestUfunc::test_out_broadcast_errors[(2,)->(1,)] PASSED
32427 numpy/_core/tests/test_ufunc.py::TestUfunc::test_out_broadcast_errors[(4, 3)->(4, 1)] PASSED
32428 numpy/_core/tests/test_ufunc.py::TestUfunc::test_type_cast PASSED
32429 numpy/_core/tests/test_ufunc.py::TestUfunc::test_endian PASSED
32430 numpy/_core/tests/test_ufunc.py::TestUfunc::test_incontiguous_array PASSED
32431 numpy/_core/tests/test_ufunc.py::TestUfunc::test_output_argument PASSED
32432 numpy/_core/tests/test_ufunc.py::TestUfunc::test_axes_argument PASSED
32433 numpy/_core/tests/test_ufunc.py::TestUfunc::test_axis_argument PASSED
32434 numpy/_core/tests/test_ufunc.py::TestUfunc::test_keepdims_argument PASSED
32435 numpy/_core/tests/test_ufunc.py::TestUfunc::test_innerwt PASSED
32436 numpy/_core/tests/test_ufunc.py::TestUfunc::test_innerwt_empty PASSED
32437 numpy/_core/tests/test_ufunc.py::TestUfunc::test_cross1d PASSED
32438 numpy/_core/tests/test_ufunc.py::TestUfunc::test_can_ignore_signature PASSED
32439 numpy/_core/tests/test_ufunc.py::TestUfunc::test_matrix_multiply PASSED
32440 numpy/_core/tests/test_ufunc.py::TestUfunc::test_matrix_multiply_umath_empty PASSED
32441 numpy/_core/tests/test_ufunc.py::TestUfunc::test_euclidean_pdist PASSED
32442 numpy/_core/tests/test_ufunc.py::TestUfunc::test_cumsum PASSED
32443 numpy/_core/tests/test_ufunc.py::TestUfunc::test_object_logical PASSED
32444 numpy/_core/tests/test_ufunc.py::TestUfunc::test_object_comparison PASSED
32445 numpy/_core/tests/test_ufunc.py::TestUfunc::test_object_array_reduction PASSED
32446 numpy/_core/tests/test_ufunc.py::TestUfunc::test_object_array_accumulate_inplace PASSED
32447 numpy/_core/tests/test_ufunc.py::TestUfunc::test_object_array_accumulate_failure PASSED
32448 numpy/_core/tests/test_ufunc.py::TestUfunc::test_object_array_reduceat_inplace PASSED
32449 numpy/_core/tests/test_ufunc.py::TestUfunc::test_object_array_reduceat_failure PASSED
32450 numpy/_core/tests/test_ufunc.py::TestUfunc::test_zerosize_reduction PASSED
32451 numpy/_core/tests/test_ufunc.py::TestUfunc::test_axis_out_of_bounds PASSED
32452 numpy/_core/tests/test_ufunc.py::TestUfunc::test_scalar_reduction PASSED
32453 numpy/_core/tests/test_ufunc.py::TestUfunc::test_casting_out_param PASSED
32454 numpy/_core/tests/test_ufunc.py::TestUfunc::test_where_param PASSED
32455 numpy/_core/tests/test_ufunc.py::TestUfunc::test_where_param_buffer_output PASSED
32456 numpy/_core/tests/test_ufunc.py::TestUfunc::test_where_param_alloc PASSED
32457 numpy/_core/tests/test_ufunc.py::TestUfunc::test_where_with_broadcasting PASSED
32458 numpy/_core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_huge_array SKIPPED
32459 numpy/_core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_corder PASSED
32460 numpy/_core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_forder PASSED
32461 numpy/_core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_otherorder PASSED
32462 numpy/_core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_noncontig PASSED
32463 numpy/_core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_noncontig_unaligned PASSED
32464 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_identity_depends_on_loop PASSED
32465 numpy/_core/tests/test_ufunc.py::TestUfunc::test_initial_reduction PASSED
32466 numpy/_core/tests/test_ufunc.py::TestUfunc::test_empty_reduction_and_identity PASSED
32467 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where[where0-0] PASSED
32468 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where[where0-1] PASSED
32469 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where[where0-None] PASSED
32470 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where[where1-0] PASSED
32471 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where[where1-1] PASSED
32472 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where[where1-None] PASSED
32473 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where[where2-0] PASSED
32474 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where[where2-1] PASSED
32475 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where[where2-None] PASSED
32476 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where_and_initial[-inf-0-where0] PASSED
32477 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where_and_initial[-inf-1-where1] PASSED
32478 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where_and_initial[-inf-None-True] PASSED
32479 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where_and_initial[5.0-0-where0] PASSED
32480 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where_and_initial[5.0-1-where1] PASSED
32481 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_with_where_and_initial[5.0-None-True] PASSED
32482 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduction_where_initial_needed PASSED
32483 numpy/_core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_nonreorderable PASSED
32484 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_zero_axis PASSED
32485 numpy/_core/tests/test_ufunc.py::TestUfunc::test_safe_casting PASSED
32486 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_custom_out PASSED
32487 numpy/_core/tests/test_ufunc.py::TestUfunc::test_operand_flags PASSED
32488 numpy/_core/tests/test_ufunc.py::TestUfunc::test_struct_ufunc PASSED
32489 numpy/_core/tests/test_ufunc.py::TestUfunc::test_custom_ufunc PASSED
32490 numpy/_core/tests/test_ufunc.py::TestUfunc::test_custom_ufunc_forced_sig PASSED
32491 numpy/_core/tests/test_ufunc.py::TestUfunc::test_custom_array_like PASSED
32492 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_basic[a0] PASSED
32493 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_basic[a1] PASSED
32494 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-b] PASSED
32495 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-B] PASSED
32496 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-h] PASSED
32497 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-H] PASSED
32498 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-i] PASSED
32499 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-I] PASSED
32500 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-l] PASSED
32501 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-L] PASSED
32502 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-q] PASSED
32503 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-Q] PASSED
32504 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-n] PASSED
32505 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-N] PASSED
32506 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-p] PASSED
32507 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-P] PASSED
32508 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-e] PASSED
32509 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-f] PASSED
32510 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-d] PASSED
32511 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[add-g] PASSED
32512 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-b] PASSED
32513 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-B] PASSED
32514 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-h] PASSED
32515 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-H] PASSED
32516 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-i] PASSED
32517 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-I] PASSED
32518 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-l] PASSED
32519 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-L] PASSED
32520 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-q] PASSED
32521 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-Q] PASSED
32522 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-n] PASSED
32523 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-N] PASSED
32524 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-p] PASSED
32525 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-P] PASSED
32526 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-e] PASSED
32527 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-f] PASSED
32528 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-d] PASSED
32529 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[subtract-g] PASSED
32530 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-b] PASSED
32531 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-B] PASSED
32532 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-h] PASSED
32533 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-H] PASSED
32534 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-i] PASSED
32535 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-I] PASSED
32536 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-l] PASSED
32537 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-L] PASSED
32538 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-q] PASSED
32539 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-Q] PASSED
32540 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-n] PASSED
32541 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-N] PASSED
32542 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-p] PASSED
32543 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-P] PASSED
32544 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-e] PASSED
32545 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-f] PASSED
32546 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-d] PASSED
32547 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[multiply-g] PASSED
32548 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-b] PASSED
32549 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-B] PASSED
32550 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-h] PASSED
32551 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-H] PASSED
32552 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-i] PASSED
32553 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-I] PASSED
32554 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-l] PASSED
32555 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-L] PASSED
32556 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-q] PASSED
32557 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-Q] PASSED
32558 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-n] PASSED
32559 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-N] PASSED
32560 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-p] PASSED
32561 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-P] PASSED
32562 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-e] PASSED
32563 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-f] PASSED
32564 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-d] PASSED
32565 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[floor_divide-g] PASSED
32566 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-b] PASSED
32567 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-B] PASSED
32568 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-h] PASSED
32569 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-H] PASSED
32570 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-i] PASSED
32571 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-I] PASSED
32572 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-l] PASSED
32573 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-L] PASSED
32574 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-q] PASSED
32575 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-Q] PASSED
32576 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-n] PASSED
32577 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-N] PASSED
32578 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-p] PASSED
32579 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-P] PASSED
32580 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-e] PASSED
32581 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-f] PASSED
32582 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-d] PASSED
32583 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[maximum-g] PASSED
32584 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-b] PASSED
32585 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-B] PASSED
32586 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-h] PASSED
32587 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-H] PASSED
32588 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-i] PASSED
32589 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-I] PASSED
32590 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-l] PASSED
32591 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-L] PASSED
32592 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-q] PASSED
32593 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-Q] PASSED
32594 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-n] PASSED
32595 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-N] PASSED
32596 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-p] PASSED
32597 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-P] PASSED
32598 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-e] PASSED
32599 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-f] PASSED
32600 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-d] PASSED
32601 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[minimum-g] PASSED
32602 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-b] PASSED
32603 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-B] PASSED
32604 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-h] PASSED
32605 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-H] PASSED
32606 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-i] PASSED
32607 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-I] PASSED
32608 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-l] PASSED
32609 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-L] PASSED
32610 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-q] PASSED
32611 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-Q] PASSED
32612 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-n] PASSED
32613 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-N] PASSED
32614 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-p] PASSED
32615 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-P] PASSED
32616 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-e] PASSED
32617 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-f] PASSED
32618 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-d] PASSED
32619 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmax-g] PASSED
32620 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-b] PASSED
32621 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-B] PASSED
32622 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-h] PASSED
32623 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-H] PASSED
32624 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-i] PASSED
32625 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-I] PASSED
32626 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-l] PASSED
32627 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-L] PASSED
32628 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-q] PASSED
32629 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-Q] PASSED
32630 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-n] PASSED
32631 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-N] PASSED
32632 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-p] PASSED
32633 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-P] PASSED
32634 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-e] PASSED
32635 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-f] PASSED
32636 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-d] PASSED
32637 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops[fmin-g] PASSED
32638 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops_complex[add-F] PASSED
32639 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops_complex[add-D] PASSED
32640 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops_complex[add-G] PASSED
32641 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops_complex[subtract-F] PASSED
32642 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops_complex[subtract-D] PASSED
32643 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops_complex[subtract-G] PASSED
32644 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops_complex[multiply-F] PASSED
32645 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops_complex[multiply-D] PASSED
32646 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_inner_loops_complex[multiply-G] PASSED
32647 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_ellipsis PASSED
32648 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_negative PASSED
32649 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_large PASSED
32650 numpy/_core/tests/test_ufunc.py::TestUfunc::test_cast_index_fastpath PASSED
32651 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_scalar_value_fastpath[value0] PASSED
32652 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_scalar_value_fastpath[value1] PASSED
32653 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_scalar_value_fastpath[1.0_0] PASSED
32654 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_scalar_value_fastpath[1.0_1] PASSED
32655 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_multiD PASSED
32656 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_0D PASSED
32657 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_dtypes PASSED
32658 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_boolean PASSED
32659 numpy/_core/tests/test_ufunc.py::TestUfunc::test_ufunc_at_advanced PASSED
32660 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-b] PASSED
32661 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-B] PASSED
32662 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-h] PASSED
32663 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-H] PASSED
32664 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-i] PASSED
32665 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-I] PASSED
32666 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-l] PASSED
32667 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-L] PASSED
32668 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-q] PASSED
32669 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-Q] PASSED
32670 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-n] PASSED
32671 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-N] PASSED
32672 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-p] PASSED
32673 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-P] PASSED
32674 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-e] PASSED
32675 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-f] PASSED
32676 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-d] PASSED
32677 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[add-g] PASSED
32678 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-b] PASSED
32679 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-B] PASSED
32680 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-h] PASSED
32681 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-H] PASSED
32682 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-i] PASSED
32683 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-I] PASSED
32684 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-l] PASSED
32685 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-L] PASSED
32686 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-q] PASSED
32687 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-Q] PASSED
32688 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-n] PASSED
32689 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-N] PASSED
32690 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-p] PASSED
32691 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-P] PASSED
32692 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-e] PASSED
32693 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-f] PASSED
32694 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-d] PASSED
32695 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[subtract-g] PASSED
32696 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-b] PASSED
32697 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-B] PASSED
32698 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-h] PASSED
32699 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-H] PASSED
32700 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-i] PASSED
32701 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-I] PASSED
32702 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-l] PASSED
32703 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-L] PASSED
32704 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-q] PASSED
32705 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-Q] PASSED
32706 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-n] PASSED
32707 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-N] PASSED
32708 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-p] PASSED
32709 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-P] PASSED
32710 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-e] PASSED
32711 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-f] PASSED
32712 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-d] PASSED
32713 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[divide-g] PASSED
32714 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-b] PASSED
32715 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-B] PASSED
32716 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-h] PASSED
32717 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-H] PASSED
32718 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-i] PASSED
32719 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-I] PASSED
32720 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-l] PASSED
32721 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-L] PASSED
32722 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-q] PASSED
32723 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-Q] PASSED
32724 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-n] PASSED
32725 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-N] PASSED
32726 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-p] PASSED
32727 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-P] PASSED
32728 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-e] PASSED
32729 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-f] PASSED
32730 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-d] PASSED
32731 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[minimum-g] PASSED
32732 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-b] PASSED
32733 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-B] PASSED
32734 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-h] PASSED
32735 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-H] PASSED
32736 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-i] PASSED
32737 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-I] PASSED
32738 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-l] PASSED
32739 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-L] PASSED
32740 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-q] PASSED
32741 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-Q] PASSED
32742 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-n] PASSED
32743 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-N] PASSED
32744 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-p] PASSED
32745 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-P] PASSED
32746 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-e] PASSED
32747 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-f] PASSED
32748 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-d] PASSED
32749 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_negative_indexes[maximum-g] PASSED
32750 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_not_none_signature PASSED
32751 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_no_loop_for_op PASSED
32752 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_output_casting PASSED
32753 numpy/_core/tests/test_ufunc.py::TestUfunc::test_at_broadcast_failure PASSED
32754 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_arguments PASSED
32755 numpy/_core/tests/test_ufunc.py::TestUfunc::test_structured_equal PASSED
32756 numpy/_core/tests/test_ufunc.py::TestUfunc::test_scalar_equal PASSED
32757 numpy/_core/tests/test_ufunc.py::TestUfunc::test_NotImplemented_not_returned PASSED
32758 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_object_signatures[signature0-logical_and] PASSED
32759 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_object_signatures[signature0-logical_or] PASSED
32760 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_object_signatures[signature1-logical_and] PASSED
32761 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_object_signatures[signature1-logical_or] PASSED
32762 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_object_signatures[signature2-logical_and] PASSED
32763 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_object_signatures[signature2-logical_or] PASSED
32764 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_mixed_object_signatures[signature0-logical_and] PASSED
32765 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_mixed_object_signatures[signature0-logical_or] PASSED
32766 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_mixed_object_signatures[signature0-logical_xor] PASSED
32767 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_mixed_object_signatures[signature1-logical_and] PASSED
32768 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_mixed_object_signatures[signature1-logical_or] PASSED
32769 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_mixed_object_signatures[signature1-logical_xor] PASSED
32770 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_mixed_object_signatures[signature2-logical_and] PASSED
32771 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_mixed_object_signatures[signature2-logical_or] PASSED
32772 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_mixed_object_signatures[signature2-logical_xor] PASSED
32773 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_support_anything[logical_and] PASSED
32774 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_support_anything[logical_or] PASSED
32775 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_support_anything[logical_xor] PASSED
32776 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_supports_string[values0-S-logical_and] PASSED
32777 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_supports_string[values0-S-logical_or] PASSED
32778 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_supports_string[values0-S-logical_xor] PASSED
32779 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_supports_string[values0-U-logical_and] PASSED
32780 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_supports_string[values0-U-logical_or] PASSED
32781 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_supports_string[values0-U-logical_xor] PASSED
32782 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_supports_string[values1-S-logical_and] PASSED
32783 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_supports_string[values1-S-logical_or] PASSED
32784 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_supports_string[values1-S-logical_xor] PASSED
32785 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_supports_string[values1-U-logical_and] PASSED
32786 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_supports_string[values1-U-logical_or] PASSED
32787 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_supports_string[values1-U-logical_xor] PASSED
32788 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_out_cast_check[logical_and] PASSED
32789 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_out_cast_check[logical_or] PASSED
32790 numpy/_core/tests/test_ufunc.py::TestUfunc::test_logical_ufuncs_out_cast_check[logical_xor] PASSED
32791 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reducelike_byteorder_resolution PASSED
32792 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reducelike_out_promotes PASSED
32793 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reducelike_output_needs_identical_cast PASSED
32794 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_noncontig_output PASSED
32795 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduceat_and_accumulate_out_shape_mismatch[True] PASSED
32796 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduceat_and_accumulate_out_shape_mismatch[False] PASSED
32797 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce0-True-out_shape0] PASSED
32798 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce0-True-out_shape1] PASSED
32799 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce0-True-out_shape2] PASSED
32800 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce0-True-out_shape3] PASSED
32801 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce0-True-out_shape4] PASSED
32802 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce0-True-out_shape5] PASSED
32803 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce0-False-out_shape0] PASSED
32804 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce0-False-out_shape1] PASSED
32805 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce0-False-out_shape2] PASSED
32806 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce0-False-out_shape3] PASSED
32807 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce0-False-out_shape4] PASSED
32808 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce0-False-out_shape5] PASSED
32809 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce1-True-out_shape0] PASSED
32810 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce1-True-out_shape1] PASSED
32811 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce1-True-out_shape2] PASSED
32812 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce1-True-out_shape3] PASSED
32813 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce1-True-out_shape4] PASSED
32814 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce1-True-out_shape5] PASSED
32815 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce1-False-out_shape0] PASSED
32816 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce1-False-out_shape1] PASSED
32817 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce1-False-out_shape2] PASSED
32818 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce1-False-out_shape3] PASSED
32819 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce1-False-out_shape4] PASSED
32820 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_wrong_dimension_output[reduce1-False-out_shape5] PASSED
32821 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_output_does_not_broadcast_input PASSED
32822 numpy/_core/tests/test_ufunc.py::TestUfunc::test_reduce_output_subclass_ok PASSED
32823 numpy/_core/tests/test_ufunc.py::TestUfunc::test_no_doc_string PASSED
32824 numpy/_core/tests/test_ufunc.py::TestUfunc::test_invalid_args PASSED
32825 numpy/_core/tests/test_ufunc.py::TestUfunc::test_nat_is_not_finite[nat0] PASSED
32826 numpy/_core/tests/test_ufunc.py::TestUfunc::test_nat_is_not_finite[nat1] PASSED
32827 numpy/_core/tests/test_ufunc.py::TestUfunc::test_nat_is_nan[nat0] PASSED
32828 numpy/_core/tests/test_ufunc.py::TestUfunc::test_nat_is_nan[nat1] PASSED
32829 numpy/_core/tests/test_ufunc.py::TestUfunc::test_nat_is_not_inf[nat0] PASSED
32830 numpy/_core/tests/test_ufunc.py::TestUfunc::test_nat_is_not_inf[nat1] PASSED
32831 numpy/_core/tests/test_ufunc.py::test_ufunc_types[absolute0] PASSED
32832 numpy/_core/tests/test_ufunc.py::test_ufunc_types[absolute1] PASSED
32833 numpy/_core/tests/test_ufunc.py::test_ufunc_types[arccos0] PASSED
32834 numpy/_core/tests/test_ufunc.py::test_ufunc_types[arccosh0] PASSED
32835 numpy/_core/tests/test_ufunc.py::test_ufunc_types[add] PASSED
32836 numpy/_core/tests/test_ufunc.py::test_ufunc_types[arccos1] PASSED
32837 numpy/_core/tests/test_ufunc.py::test_ufunc_types[arccosh1] PASSED
32838 numpy/_core/tests/test_ufunc.py::test_ufunc_types[arcsin0] PASSED
32839 numpy/_core/tests/test_ufunc.py::test_ufunc_types[arcsinh0] PASSED
32840 numpy/_core/tests/test_ufunc.py::test_ufunc_types[arctan0] PASSED
32841 numpy/_core/tests/test_ufunc.py::test_ufunc_types[arctan2_0] PASSED
32842 numpy/_core/tests/test_ufunc.py::test_ufunc_types[arctanh0] PASSED
32843 numpy/_core/tests/test_ufunc.py::test_ufunc_types[arcsin1] PASSED
32844 numpy/_core/tests/test_ufunc.py::test_ufunc_types[arcsinh1] PASSED
32845 numpy/_core/tests/test_ufunc.py::test_ufunc_types[arctan1] PASSED
32846 numpy/_core/tests/test_ufunc.py::test_ufunc_types[arctan2_1] PASSED
32847 numpy/_core/tests/test_ufunc.py::test_ufunc_types[arctanh1] PASSED
32848 numpy/_core/tests/test_ufunc.py::test_ufunc_types[bitwise_and] PASSED
32849 numpy/_core/tests/test_ufunc.py::test_ufunc_types[bitwise_count] PASSED
32850 numpy/_core/tests/test_ufunc.py::test_ufunc_types[invert0] PASSED
32851 numpy/_core/tests/test_ufunc.py::test_ufunc_types[left_shift0] PASSED
32852 numpy/_core/tests/test_ufunc.py::test_ufunc_types[invert1] PASSED
32853 numpy/_core/tests/test_ufunc.py::test_ufunc_types[bitwise_or] PASSED
32854 numpy/_core/tests/test_ufunc.py::test_ufunc_types[right_shift0] PASSED
32855 numpy/_core/tests/test_ufunc.py::test_ufunc_types[bitwise_xor] PASSED
32856 numpy/_core/tests/test_ufunc.py::test_ufunc_types[cbrt] PASSED
32857 numpy/_core/tests/test_ufunc.py::test_ufunc_types[ceil] PASSED
32858 numpy/_core/tests/test_ufunc.py::test_ufunc_types[conjugate0] PASSED
32859 numpy/_core/tests/test_ufunc.py::test_ufunc_types[conjugate1] PASSED
32860 numpy/_core/tests/test_ufunc.py::test_ufunc_types[copysign] PASSED
32861 numpy/_core/tests/test_ufunc.py::test_ufunc_types[cos] PASSED
32862 numpy/_core/tests/test_ufunc.py::test_ufunc_types[cosh] PASSED
32863 numpy/_core/tests/test_ufunc.py::test_ufunc_types[deg2rad] PASSED
32864 numpy/_core/tests/test_ufunc.py::test_ufunc_types[degrees] PASSED
32865 numpy/_core/tests/test_ufunc.py::test_ufunc_types[divide0] PASSED
32866 numpy/_core/tests/test_ufunc.py::test_ufunc_types[divmod] PASSED
32867 numpy/_core/tests/test_ufunc.py::test_ufunc_types[equal] PASSED
32868 numpy/_core/tests/test_ufunc.py::test_ufunc_types[exp] PASSED
32869 numpy/_core/tests/test_ufunc.py::test_ufunc_types[exp2] PASSED
32870 numpy/_core/tests/test_ufunc.py::test_ufunc_types[expm1] PASSED
32871 numpy/_core/tests/test_ufunc.py::test_ufunc_types[fabs] PASSED
32872 numpy/_core/tests/test_ufunc.py::test_ufunc_types[float_power] PASSED
32873 numpy/_core/tests/test_ufunc.py::test_ufunc_types[floor] PASSED
32874 numpy/_core/tests/test_ufunc.py::test_ufunc_types[floor_divide] PASSED
32875 numpy/_core/tests/test_ufunc.py::test_ufunc_types[fmax] PASSED
32876 numpy/_core/tests/test_ufunc.py::test_ufunc_types[fmin] PASSED
32877 numpy/_core/tests/test_ufunc.py::test_ufunc_types[fmod] PASSED
32878 numpy/_core/tests/test_ufunc.py::test_ufunc_types[frexp] PASSED
32879 numpy/_core/tests/test_ufunc.py::test_ufunc_types[gcd] PASSED
32880 numpy/_core/tests/test_ufunc.py::test_ufunc_types[greater] PASSED
32881 numpy/_core/tests/test_ufunc.py::test_ufunc_types[greater_equal] PASSED
32882 numpy/_core/tests/test_ufunc.py::test_ufunc_types[heaviside] PASSED
32883 numpy/_core/tests/test_ufunc.py::test_ufunc_types[hypot] PASSED
32884 numpy/_core/tests/test_ufunc.py::test_ufunc_types[invert2] PASSED
32885 numpy/_core/tests/test_ufunc.py::test_ufunc_types[isfinite] PASSED
32886 numpy/_core/tests/test_ufunc.py::test_ufunc_types[isinf] PASSED
32887 numpy/_core/tests/test_ufunc.py::test_ufunc_types[isnan] PASSED
32888 numpy/_core/tests/test_ufunc.py::test_ufunc_types[isnat] PASSED
32889 numpy/_core/tests/test_ufunc.py::test_ufunc_types[lcm] PASSED
32890 numpy/_core/tests/test_ufunc.py::test_ufunc_types[ldexp] PASSED
32891 numpy/_core/tests/test_ufunc.py::test_ufunc_types[left_shift1] PASSED
32892 numpy/_core/tests/test_ufunc.py::test_ufunc_types[less] PASSED
32893 numpy/_core/tests/test_ufunc.py::test_ufunc_types[less_equal] PASSED
32894 numpy/_core/tests/test_ufunc.py::test_ufunc_types[log] PASSED
32895 numpy/_core/tests/test_ufunc.py::test_ufunc_types[log10] PASSED
32896 numpy/_core/tests/test_ufunc.py::test_ufunc_types[log1p] PASSED
32897 numpy/_core/tests/test_ufunc.py::test_ufunc_types[log2] PASSED
32898 numpy/_core/tests/test_ufunc.py::test_ufunc_types[logaddexp] PASSED
32899 numpy/_core/tests/test_ufunc.py::test_ufunc_types[logaddexp2] PASSED
32900 numpy/_core/tests/test_ufunc.py::test_ufunc_types[logical_and] PASSED
32901 numpy/_core/tests/test_ufunc.py::test_ufunc_types[logical_not] PASSED
32902 numpy/_core/tests/test_ufunc.py::test_ufunc_types[logical_or] PASSED
32903 numpy/_core/tests/test_ufunc.py::test_ufunc_types[logical_xor] PASSED
32904 numpy/_core/tests/test_ufunc.py::test_ufunc_types[matmul] PASSED
32905 numpy/_core/tests/test_ufunc.py::test_ufunc_types[maximum] PASSED
32906 numpy/_core/tests/test_ufunc.py::test_ufunc_types[minimum] PASSED
32907 numpy/_core/tests/test_ufunc.py::test_ufunc_types[remainder0] PASSED
32908 numpy/_core/tests/test_ufunc.py::test_ufunc_types[modf] PASSED
32909 numpy/_core/tests/test_ufunc.py::test_ufunc_types[multiply] PASSED
32910 numpy/_core/tests/test_ufunc.py::test_ufunc_types[negative] PASSED
32911 numpy/_core/tests/test_ufunc.py::test_ufunc_types[nextafter] PASSED
32912 numpy/_core/tests/test_ufunc.py::test_ufunc_types[not_equal] PASSED
32913 numpy/_core/tests/test_ufunc.py::test_ufunc_types[positive] PASSED
32914 numpy/_core/tests/test_ufunc.py::test_ufunc_types[power0] PASSED
32915 numpy/_core/tests/test_ufunc.py::test_ufunc_types[power1] PASSED
32916 numpy/_core/tests/test_ufunc.py::test_ufunc_types[rad2deg] PASSED
32917 numpy/_core/tests/test_ufunc.py::test_ufunc_types[radians] PASSED
32918 numpy/_core/tests/test_ufunc.py::test_ufunc_types[reciprocal] PASSED
32919 numpy/_core/tests/test_ufunc.py::test_ufunc_types[remainder1] PASSED
32920 numpy/_core/tests/test_ufunc.py::test_ufunc_types[right_shift1] PASSED
32921 numpy/_core/tests/test_ufunc.py::test_ufunc_types[rint] PASSED
32922 numpy/_core/tests/test_ufunc.py::test_ufunc_types[sign] PASSED
32923 numpy/_core/tests/test_ufunc.py::test_ufunc_types[signbit] PASSED
32924 numpy/_core/tests/test_ufunc.py::test_ufunc_types[sin] PASSED
32925 numpy/_core/tests/test_ufunc.py::test_ufunc_types[sinh] PASSED
32926 numpy/_core/tests/test_ufunc.py::test_ufunc_types[spacing] PASSED
32927 numpy/_core/tests/test_ufunc.py::test_ufunc_types[sqrt] PASSED
32928 numpy/_core/tests/test_ufunc.py::test_ufunc_types[square] PASSED
32929 numpy/_core/tests/test_ufunc.py::test_ufunc_types[subtract] PASSED
32930 numpy/_core/tests/test_ufunc.py::test_ufunc_types[tan] PASSED
32931 numpy/_core/tests/test_ufunc.py::test_ufunc_types[tanh] PASSED
32932 numpy/_core/tests/test_ufunc.py::test_ufunc_types[divide1] PASSED
32933 numpy/_core/tests/test_ufunc.py::test_ufunc_types[trunc] PASSED
32934 numpy/_core/tests/test_ufunc.py::test_ufunc_types[vecdot] PASSED
32935 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[absolute0] PASSED
32936 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[absolute1] PASSED
32937 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[arccos0] PASSED
32938 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[arccosh0] PASSED
32939 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[add] PASSED
32940 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[arccos1] PASSED
32941 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[arccosh1] PASSED
32942 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[arcsin0] PASSED
32943 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[arcsinh0] PASSED
32944 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[arctan0] PASSED
32945 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[arctan2_0] PASSED
32946 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[arctanh0] PASSED
32947 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[arcsin1] PASSED
32948 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[arcsinh1] PASSED
32949 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[arctan1] PASSED
32950 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[arctan2_1] PASSED
32951 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[arctanh1] PASSED
32952 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[bitwise_and] PASSED
32953 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[bitwise_count] PASSED
32954 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[invert0] PASSED
32955 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[left_shift0] PASSED
32956 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[invert1] PASSED
32957 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[bitwise_or] PASSED
32958 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[right_shift0] PASSED
32959 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[bitwise_xor] PASSED
32960 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[cbrt] PASSED
32961 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[ceil] PASSED
32962 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[conjugate0] PASSED
32963 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[conjugate1] PASSED
32964 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[copysign] PASSED
32965 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[cos] PASSED
32966 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[cosh] PASSED
32967 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[deg2rad] PASSED
32968 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[degrees] PASSED
32969 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[divide0] PASSED
32970 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[divmod] PASSED
32971 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[equal] PASSED
32972 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[exp] PASSED
32973 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[exp2] PASSED
32974 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[expm1] PASSED
32975 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[fabs] PASSED
32976 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[float_power] PASSED
32977 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[floor] PASSED
32978 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[floor_divide] PASSED
32979 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[fmax] PASSED
32980 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[fmin] PASSED
32981 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[fmod] PASSED
32982 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[frexp] PASSED
32983 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[gcd] PASSED
32984 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[greater] PASSED
32985 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[greater_equal] PASSED
32986 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[heaviside] PASSED
32987 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[hypot] PASSED
32988 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[invert2] PASSED
32989 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[isfinite] PASSED
32990 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[isinf] PASSED
32991 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[isnan] PASSED
32992 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[isnat] PASSED
32993 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[lcm] PASSED
32994 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[ldexp] PASSED
32995 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[left_shift1] PASSED
32996 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[less] PASSED
32997 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[less_equal] PASSED
32998 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[log] PASSED
32999 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[log10] PASSED
33000 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[log1p] PASSED
33001 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[log2] PASSED
33002 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[logaddexp] PASSED
33003 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[logaddexp2] PASSED
33004 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[logical_and] PASSED
33005 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[logical_not] PASSED
33006 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[logical_or] PASSED
33007 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[logical_xor] PASSED
33008 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[matmul] PASSED
33009 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[maximum] PASSED
33010 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[minimum] PASSED
33011 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[remainder0] PASSED
33012 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[modf] PASSED
33013 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[multiply] PASSED
33014 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[negative] PASSED
33015 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[nextafter] PASSED
33016 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[not_equal] PASSED
33017 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[positive] PASSED
33018 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[power0] PASSED
33019 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[power1] PASSED
33020 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[rad2deg] PASSED
33021 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[radians] PASSED
33022 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[reciprocal] PASSED
33023 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[remainder1] PASSED
33024 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[right_shift1] PASSED
33025 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[rint] PASSED
33026 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[sign] PASSED
33027 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[signbit] PASSED
33028 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[sin] PASSED
33029 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[sinh] PASSED
33030 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[spacing] PASSED
33031 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[sqrt] PASSED
33032 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[square] PASSED
33033 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[subtract] PASSED
33034 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[tan] PASSED
33035 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[tanh] PASSED
33036 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[divide1] PASSED
33037 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[trunc] PASSED
33038 numpy/_core/tests/test_ufunc.py::test_ufunc_noncontiguous[vecdot] PASSED
33039 numpy/_core/tests/test_ufunc.py::test_ufunc_warn_with_nan[sign] PASSED
33040 numpy/_core/tests/test_ufunc.py::test_ufunc_warn_with_nan[equal] PASSED
33041 numpy/_core/tests/test_ufunc.py::test_ufunc_out_casterrors PASSED
33042 numpy/_core/tests/test_ufunc.py::test_ufunc_input_casterrors[0] PASSED
33043 numpy/_core/tests/test_ufunc.py::test_ufunc_input_casterrors[12288] PASSED
33044 numpy/_core/tests/test_ufunc.py::test_ufunc_input_floatingpoint_error[0] PASSED
33045 numpy/_core/tests/test_ufunc.py::test_ufunc_input_floatingpoint_error[12288] PASSED
33046 numpy/_core/tests/test_ufunc.py::test_trivial_loop_invalid_cast PASSED
33047 numpy/_core/tests/test_ufunc.py::test_reduce_casterrors[0] PASSED
33048 numpy/_core/tests/test_ufunc.py::test_reduce_casterrors[4096] PASSED
33049 numpy/_core/tests/test_ufunc.py::test_reduce_casterrors[12288] PASSED
33050 numpy/_core/tests/test_ufunc.py::test_object_reduce_cleanup_on_failure PASSED
33051 numpy/_core/tests/test_ufunc.py::test_ufunc_methods_floaterrors[accumulate] PASSED
33052 numpy/_core/tests/test_ufunc.py::test_ufunc_methods_floaterrors[reduce] PASSED
33053 numpy/_core/tests/test_ufunc.py::test_ufunc_methods_floaterrors[reduceat] PASSED
33054 numpy/_core/tests/test_ufunc.py::test_ufunc_methods_floaterrors[at] PASSED
33055 numpy/_core/tests/test_ufunc.py::test_addition_negative_zero[e] PASSED
33056 numpy/_core/tests/test_ufunc.py::test_addition_negative_zero[f] PASSED
33057 numpy/_core/tests/test_ufunc.py::test_addition_negative_zero[d] PASSED
33058 numpy/_core/tests/test_ufunc.py::test_addition_negative_zero[g] PASSED
33059 numpy/_core/tests/test_ufunc.py::test_addition_negative_zero[F] PASSED
33060 numpy/_core/tests/test_ufunc.py::test_addition_negative_zero[D] PASSED
33061 numpy/_core/tests/test_ufunc.py::test_addition_negative_zero[G] PASSED
33062 numpy/_core/tests/test_ufunc.py::test_addition_reduce_negative_zero[True-e] PASSED
33063 numpy/_core/tests/test_ufunc.py::test_addition_reduce_negative_zero[True-f] PASSED
33064 numpy/_core/tests/test_ufunc.py::test_addition_reduce_negative_zero[True-d] PASSED
33065 numpy/_core/tests/test_ufunc.py::test_addition_reduce_negative_zero[True-g] PASSED
33066 numpy/_core/tests/test_ufunc.py::test_addition_reduce_negative_zero[True-F] PASSED
33067 numpy/_core/tests/test_ufunc.py::test_addition_reduce_negative_zero[True-D] PASSED
33068 numpy/_core/tests/test_ufunc.py::test_addition_reduce_negative_zero[True-G] PASSED
33069 numpy/_core/tests/test_ufunc.py::test_addition_reduce_negative_zero[False-e] XFAIL
33070 numpy/_core/tests/test_ufunc.py::test_addition_reduce_negative_zero[False-f] XFAIL
33071 numpy/_core/tests/test_ufunc.py::test_addition_reduce_negative_zero[False-d] XFAIL
33072 numpy/_core/tests/test_ufunc.py::test_addition_reduce_negative_zero[False-g] XFAIL
33073 numpy/_core/tests/test_ufunc.py::test_addition_reduce_negative_zero[False-F] XFAIL
33074 numpy/_core/tests/test_ufunc.py::test_addition_reduce_negative_zero[False-D] XFAIL
33075 numpy/_core/tests/test_ufunc.py::test_addition_reduce_negative_zero[False-G] XFAIL
33076 numpy/_core/tests/test_ufunc.py::test_addition_string_types[S-U] PASSED
33077 numpy/_core/tests/test_ufunc.py::test_addition_string_types[U-S] PASSED
33078 numpy/_core/tests/test_ufunc.py::test_addition_string_types[S-d] PASSED
33079 numpy/_core/tests/test_ufunc.py::test_addition_string_types[S-V] PASSED
33080 numpy/_core/tests/test_ufunc.py::test_addition_string_types[U-l] PASSED
33081 numpy/_core/tests/test_ufunc.py::test_addition_unicode_inverse_byte_order[>->] PASSED
33082 numpy/_core/tests/test_ufunc.py::test_addition_unicode_inverse_byte_order[<-<] PASSED
33083 numpy/_core/tests/test_ufunc.py::test_addition_unicode_inverse_byte_order[>-<] PASSED
33084 numpy/_core/tests/test_ufunc.py::test_addition_unicode_inverse_byte_order[<->] PASSED
33085 numpy/_core/tests/test_ufunc.py::test_find_non_long_args[int8] PASSED
33086 numpy/_core/tests/test_ufunc.py::test_find_non_long_args[int16] PASSED
33087 numpy/_core/tests/test_ufunc.py::test_find_non_long_args[int32] PASSED
33088 numpy/_core/tests/test_ufunc.py::test_find_non_long_args[int64] PASSED
33089 numpy/_core/tests/test_ufunc.py::test_find_access_past_buffer PASSED
33090 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test_resolve_dtypes_basic PASSED
33091 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test_resolve_dtypes_comparison PASSED
33092 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test_weird_dtypes PASSED
33093 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test_resolve_dtypes_reduction PASSED
33094 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test_resolve_dtypes_reduction_no_output PASSED
33095 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test_resolve_dtypes_errors[dtypes0] PASSED
33096 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test_resolve_dtypes_errors[dtypes1] PASSED
33097 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test_resolve_dtypes_errors[dtypes2] PASSED
33098 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test_resolve_dtypes_errors[dtypes3] PASSED
33099 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test_resolve_dtypes_reduction_errors PASSED
33100 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test_loop_access PASSED
33101 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test__get_strided_loop_errors_bad_strides[1] PASSED
33102 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test__get_strided_loop_errors_bad_strides[strides1] PASSED
33103 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test__get_strided_loop_errors_bad_strides[strides2] PASSED
33104 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test__get_strided_loop_errors_bad_call_info PASSED
33105 numpy/_core/tests/test_ufunc.py::TestLowlevelAPIAccess::test_long_arrays PASSED
33106 numpy/_core/tests/test_umath.py::TestConstants::test_pi PASSED
33107 numpy/_core/tests/test_umath.py::TestConstants::test_e PASSED
33108 numpy/_core/tests/test_umath.py::TestConstants::test_euler_gamma PASSED
33109 numpy/_core/tests/test_umath.py::TestOut::test_out_subok PASSED
33110 numpy/_core/tests/test_umath.py::TestOut::test_out_wrap_subok PASSED
33111 numpy/_core/tests/test_umath.py::TestOut::test_out_wrap_no_leak PASSED
33112 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-uint8] PASSED
33113 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-uint16] PASSED
33114 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-uint32] PASSED
33115 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-uint64] PASSED
33116 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-ulonglong] PASSED
33117 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-int8] PASSED
33118 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-int16] PASSED
33119 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-int32] PASSED
33120 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-int64] PASSED
33121 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-longlong] PASSED
33122 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-float16] PASSED
33123 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-float32] PASSED
33124 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-float64] PASSED
33125 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-longdouble] PASSED
33126 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[lt-less-bool] PASSED
33127 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-uint8] PASSED
33128 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-uint16] PASSED
33129 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-uint32] PASSED
33130 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-uint64] PASSED
33131 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-ulonglong] PASSED
33132 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-int8] PASSED
33133 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-int16] PASSED
33134 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-int32] PASSED
33135 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-int64] PASSED
33136 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-longlong] PASSED
33137 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-float16] PASSED
33138 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-float32] PASSED
33139 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-float64] PASSED
33140 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-longdouble] PASSED
33141 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[le-less_equal-bool] PASSED
33142 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-uint8] PASSED
33143 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-uint16] PASSED
33144 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-uint32] PASSED
33145 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-uint64] PASSED
33146 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-ulonglong] PASSED
33147 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-int8] PASSED
33148 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-int16] PASSED
33149 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-int32] PASSED
33150 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-int64] PASSED
33151 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-longlong] PASSED
33152 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-float16] PASSED
33153 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-float32] PASSED
33154 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-float64] PASSED
33155 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-longdouble] PASSED
33156 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[gt-greater-bool] PASSED
33157 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-uint8] PASSED
33158 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-uint16] PASSED
33159 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-uint32] PASSED
33160 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-uint64] PASSED
33161 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-ulonglong] PASSED
33162 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-int8] PASSED
33163 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-int16] PASSED
33164 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-int32] PASSED
33165 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-int64] PASSED
33166 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-longlong] PASSED
33167 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-float16] PASSED
33168 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-float32] PASSED
33169 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-float64] PASSED
33170 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-longdouble] PASSED
33171 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ge-greater_equal-bool] PASSED
33172 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-uint8] PASSED
33173 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-uint16] PASSED
33174 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-uint32] PASSED
33175 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-uint64] PASSED
33176 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-ulonglong] PASSED
33177 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-int8] PASSED
33178 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-int16] PASSED
33179 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-int32] PASSED
33180 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-int64] PASSED
33181 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-longlong] PASSED
33182 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-float16] PASSED
33183 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-float32] PASSED
33184 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-float64] PASSED
33185 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-longdouble] PASSED
33186 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-bool] PASSED
33187 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-uint8] PASSED
33188 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-uint16] PASSED
33189 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-uint32] PASSED
33190 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-uint64] PASSED
33191 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-ulonglong] PASSED
33192 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-int8] PASSED
33193 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-int16] PASSED
33194 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-int32] PASSED
33195 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-int64] PASSED
33196 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-longlong] PASSED
33197 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-float16] PASSED
33198 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-float32] PASSED
33199 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-float64] PASSED
33200 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-longdouble] PASSED
33201 numpy/_core/tests/test_umath.py::TestComparisons::test_comparison_functions[ne-not_equal-bool] PASSED
33202 numpy/_core/tests/test_umath.py::TestComparisons::test_ignore_object_identity_in_equal PASSED
33203 numpy/_core/tests/test_umath.py::TestComparisons::test_ignore_object_identity_in_not_equal PASSED
33204 numpy/_core/tests/test_umath.py::TestComparisons::test_error_in_equal_reduce PASSED
33205 numpy/_core/tests/test_umath.py::TestComparisons::test_object_dtype PASSED
33206 numpy/_core/tests/test_umath.py::TestComparisons::test_object_nonbool_dtype_error PASSED
33207 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals0-lt-less-qQ] PASSED
33208 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals0-lt-less-Qq] PASSED
33209 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals0-le-less_equal-qQ] PASSED
33210 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals0-le-less_equal-Qq] PASSED
33211 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals0-gt-greater-qQ] PASSED
33212 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals0-gt-greater-Qq] PASSED
33213 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals0-ge-greater_equal-qQ] PASSED
33214 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals0-ge-greater_equal-Qq] PASSED
33215 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals0-eq-equal-qQ] PASSED
33216 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals0-eq-equal-Qq] PASSED
33217 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals0-ne-not_equal-qQ] PASSED
33218 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals0-ne-not_equal-Qq] PASSED
33219 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals1-lt-less-qQ] PASSED
33220 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals1-lt-less-Qq] PASSED
33221 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals1-le-less_equal-qQ] PASSED
33222 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals1-le-less_equal-Qq] PASSED
33223 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals1-gt-greater-qQ] PASSED
33224 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals1-gt-greater-Qq] PASSED
33225 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals1-ge-greater_equal-qQ] PASSED
33226 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals1-ge-greater_equal-Qq] PASSED
33227 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals1-eq-equal-qQ] PASSED
33228 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals1-eq-equal-Qq] PASSED
33229 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals1-ne-not_equal-qQ] PASSED
33230 numpy/_core/tests/test_umath.py::TestComparisons::test_large_integer_direct_comparison[vals1-ne-not_equal-Qq] PASSED
33231 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-lt-less-B] PASSED
33232 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-lt-less-H] PASSED
33233 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-lt-less-I] PASSED
33234 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-lt-less-L] PASSED
33235 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-lt-less-Q] PASSED
33236 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-lt-less-N] PASSED
33237 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-lt-less-P] PASSED
33238 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-le-less_equal-B] PASSED
33239 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-le-less_equal-H] PASSED
33240 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-le-less_equal-I] PASSED
33241 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-le-less_equal-L] PASSED
33242 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-le-less_equal-Q] PASSED
33243 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-le-less_equal-N] PASSED
33244 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-le-less_equal-P] PASSED
33245 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-gt-greater-B] PASSED
33246 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-gt-greater-H] PASSED
33247 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-gt-greater-I] PASSED
33248 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-gt-greater-L] PASSED
33249 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-gt-greater-Q] PASSED
33250 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-gt-greater-N] PASSED
33251 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-gt-greater-P] PASSED
33252 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-ge-greater_equal-B] PASSED
33253 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-ge-greater_equal-H] PASSED
33254 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-ge-greater_equal-I] PASSED
33255 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-ge-greater_equal-L] PASSED
33256 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-ge-greater_equal-Q] PASSED
33257 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-ge-greater_equal-N] PASSED
33258 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-ge-greater_equal-P] PASSED
33259 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-eq-equal-B] PASSED
33260 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-eq-equal-H] PASSED
33261 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-eq-equal-I] PASSED
33262 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-eq-equal-L] PASSED
33263 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-eq-equal-Q] PASSED
33264 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-eq-equal-N] PASSED
33265 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-eq-equal-P] PASSED
33266 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-ne-not_equal-B] PASSED
33267 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-ne-not_equal-H] PASSED
33268 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-ne-not_equal-I] PASSED
33269 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-ne-not_equal-L] PASSED
33270 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-ne-not_equal-Q] PASSED
33271 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-ne-not_equal-N] PASSED
33272 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[True-ne-not_equal-P] PASSED
33273 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-lt-less-B] PASSED
33274 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-lt-less-H] PASSED
33275 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-lt-less-I] PASSED
33276 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-lt-less-L] PASSED
33277 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-lt-less-Q] PASSED
33278 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-lt-less-N] PASSED
33279 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-lt-less-P] PASSED
33280 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-le-less_equal-B] PASSED
33281 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-le-less_equal-H] PASSED
33282 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-le-less_equal-I] PASSED
33283 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-le-less_equal-L] PASSED
33284 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-le-less_equal-Q] PASSED
33285 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-le-less_equal-N] PASSED
33286 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-le-less_equal-P] PASSED
33287 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-gt-greater-B] PASSED
33288 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-gt-greater-H] PASSED
33289 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-gt-greater-I] PASSED
33290 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-gt-greater-L] PASSED
33291 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-gt-greater-Q] PASSED
33292 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-gt-greater-N] PASSED
33293 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-gt-greater-P] PASSED
33294 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-ge-greater_equal-B] PASSED
33295 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-ge-greater_equal-H] PASSED
33296 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-ge-greater_equal-I] PASSED
33297 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-ge-greater_equal-L] PASSED
33298 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-ge-greater_equal-Q] PASSED
33299 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-ge-greater_equal-N] PASSED
33300 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-ge-greater_equal-P] PASSED
33301 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-eq-equal-B] PASSED
33302 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-eq-equal-H] PASSED
33303 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-eq-equal-I] PASSED
33304 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-eq-equal-L] PASSED
33305 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-eq-equal-Q] PASSED
33306 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-eq-equal-N] PASSED
33307 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-eq-equal-P] PASSED
33308 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-ne-not_equal-B] PASSED
33309 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-ne-not_equal-H] PASSED
33310 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-ne-not_equal-I] PASSED
33311 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-ne-not_equal-L] PASSED
33312 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-ne-not_equal-Q] PASSED
33313 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-ne-not_equal-N] PASSED
33314 numpy/_core/tests/test_umath.py::TestComparisons::test_unsigned_signed_direct_comparison[False-ne-not_equal-P] PASSED
33315 numpy/_core/tests/test_umath.py::TestAdd::test_reduce_alignment PASSED
33316 numpy/_core/tests/test_umath.py::TestDivision::test_division_int PASSED
33317 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[int8-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),range(15)] PASSED
33318 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[int8-np.arange(fo.min, fo.min+lsize).astype(dtype),np.arange(lsize//-2, lsize//2).astype(dtype),range(fo.min, fo.min + 15)] PASSED
33319 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[int8-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),[1,3,9,13,neg, fo.min+1, fo.min//2, fo.max//3, fo.max//4]] PASSED
33320 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[int16-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),range(15)] PASSED
33321 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[int16-np.arange(fo.min, fo.min+lsize).astype(dtype),np.arange(lsize//-2, lsize//2).astype(dtype),range(fo.min, fo.min + 15)] PASSED
33322 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[int16-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),[1,3,9,13,neg, fo.min+1, fo.min//2, fo.max//3, fo.max//4]] PASSED
33323 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[int32-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),range(15)] PASSED
33324 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[int32-np.arange(fo.min, fo.min+lsize).astype(dtype),np.arange(lsize//-2, lsize//2).astype(dtype),range(fo.min, fo.min + 15)] PASSED
33325 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[int32-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),[1,3,9,13,neg, fo.min+1, fo.min//2, fo.max//3, fo.max//4]] PASSED
33326 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[int64-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),range(15)] PASSED
33327 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[int64-np.arange(fo.min, fo.min+lsize).astype(dtype),np.arange(lsize//-2, lsize//2).astype(dtype),range(fo.min, fo.min + 15)] PASSED
33328 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[int64-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),[1,3,9,13,neg, fo.min+1, fo.min//2, fo.max//3, fo.max//4]] PASSED
33329 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[longlong-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),range(15)] PASSED
33330 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[longlong-np.arange(fo.min, fo.min+lsize).astype(dtype),np.arange(lsize//-2, lsize//2).astype(dtype),range(fo.min, fo.min + 15)] PASSED
33331 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[longlong-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),[1,3,9,13,neg, fo.min+1, fo.min//2, fo.max//3, fo.max//4]] PASSED
33332 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint8-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),range(15)] PASSED
33333 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint8-np.arange(fo.min, fo.min+lsize).astype(dtype),np.arange(lsize//-2, lsize//2).astype(dtype),range(fo.min, fo.min + 15)] PASSED
33334 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint8-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),[1,3,9,13,neg, fo.min+1, fo.min//2, fo.max//3, fo.max//4]] PASSED
33335 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint16-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),range(15)] PASSED
33336 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint16-np.arange(fo.min, fo.min+lsize).astype(dtype),np.arange(lsize//-2, lsize//2).astype(dtype),range(fo.min, fo.min + 15)] PASSED
33337 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint16-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),[1,3,9,13,neg, fo.min+1, fo.min//2, fo.max//3, fo.max//4]] PASSED
33338 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint32-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),range(15)] PASSED
33339 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint32-np.arange(fo.min, fo.min+lsize).astype(dtype),np.arange(lsize//-2, lsize//2).astype(dtype),range(fo.min, fo.min + 15)] PASSED
33340 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint32-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),[1,3,9,13,neg, fo.min+1, fo.min//2, fo.max//3, fo.max//4]] PASSED
33341 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint64-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),range(15)] PASSED
33342 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint64-np.arange(fo.min, fo.min+lsize).astype(dtype),np.arange(lsize//-2, lsize//2).astype(dtype),range(fo.min, fo.min + 15)] PASSED
33343 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[uint64-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),[1,3,9,13,neg, fo.min+1, fo.min//2, fo.max//3, fo.max//4]] PASSED
33344 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[ulonglong-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),range(15)] PASSED
33345 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[ulonglong-np.arange(fo.min, fo.min+lsize).astype(dtype),np.arange(lsize//-2, lsize//2).astype(dtype),range(fo.min, fo.min + 15)] PASSED
33346 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary[ulonglong-np.array(range(fo.max-lsize, fo.max)).astype(dtype),np.arange(lsize).astype(dtype),[1,3,9,13,neg, fo.min+1, fo.min//2, fo.max//3, fo.max//4]] PASSED
33347 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int8-np.array([fo.max, 1, 2, 1, 1, 2, 3], dtype=dtype)] PASSED
33348 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int8-np.array([fo.min, 1, -2, 1, 1, 2, -3]).astype(dtype)] PASSED
33349 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int8-np.arange(fo.min, fo.min+(100*10), 10, dtype=dtype)] PASSED
33350 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int8-np.array(range(fo.max-(100*7), fo.max, 7)).astype(dtype)] PASSED
33351 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int16-np.array([fo.max, 1, 2, 1, 1, 2, 3], dtype=dtype)] PASSED
33352 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int16-np.array([fo.min, 1, -2, 1, 1, 2, -3]).astype(dtype)] PASSED
33353 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int16-np.arange(fo.min, fo.min+(100*10), 10, dtype=dtype)] PASSED
33354 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int16-np.array(range(fo.max-(100*7), fo.max, 7)).astype(dtype)] PASSED
33355 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int32-np.array([fo.max, 1, 2, 1, 1, 2, 3], dtype=dtype)] PASSED
33356 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int32-np.array([fo.min, 1, -2, 1, 1, 2, -3]).astype(dtype)] PASSED
33357 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int32-np.arange(fo.min, fo.min+(100*10), 10, dtype=dtype)] PASSED
33358 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int32-np.array(range(fo.max-(100*7), fo.max, 7)).astype(dtype)] PASSED
33359 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int64-np.array([fo.max, 1, 2, 1, 1, 2, 3], dtype=dtype)] PASSED
33360 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int64-np.array([fo.min, 1, -2, 1, 1, 2, -3]).astype(dtype)] PASSED
33361 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int64-np.arange(fo.min, fo.min+(100*10), 10, dtype=dtype)] PASSED
33362 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[int64-np.array(range(fo.max-(100*7), fo.max, 7)).astype(dtype)] PASSED
33363 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[longlong-np.array([fo.max, 1, 2, 1, 1, 2, 3], dtype=dtype)] PASSED
33364 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[longlong-np.array([fo.min, 1, -2, 1, 1, 2, -3]).astype(dtype)] PASSED
33365 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[longlong-np.arange(fo.min, fo.min+(100*10), 10, dtype=dtype)] PASSED
33366 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[longlong-np.array(range(fo.max-(100*7), fo.max, 7)).astype(dtype)] PASSED
33367 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint8-np.array([fo.max, 1, 2, 1, 1, 2, 3], dtype=dtype)] PASSED
33368 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint8-np.array([fo.min, 1, -2, 1, 1, 2, -3]).astype(dtype)] PASSED
33369 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint8-np.arange(fo.min, fo.min+(100*10), 10, dtype=dtype)] PASSED
33370 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint8-np.array(range(fo.max-(100*7), fo.max, 7)).astype(dtype)] PASSED
33371 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint16-np.array([fo.max, 1, 2, 1, 1, 2, 3], dtype=dtype)] PASSED
33372 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint16-np.array([fo.min, 1, -2, 1, 1, 2, -3]).astype(dtype)] PASSED
33373 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint16-np.arange(fo.min, fo.min+(100*10), 10, dtype=dtype)] PASSED
33374 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint16-np.array(range(fo.max-(100*7), fo.max, 7)).astype(dtype)] PASSED
33375 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint32-np.array([fo.max, 1, 2, 1, 1, 2, 3], dtype=dtype)] PASSED
33376 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint32-np.array([fo.min, 1, -2, 1, 1, 2, -3]).astype(dtype)] PASSED
33377 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint32-np.arange(fo.min, fo.min+(100*10), 10, dtype=dtype)] PASSED
33378 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint32-np.array(range(fo.max-(100*7), fo.max, 7)).astype(dtype)] PASSED
33379 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint64-np.array([fo.max, 1, 2, 1, 1, 2, 3], dtype=dtype)] PASSED
33380 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint64-np.array([fo.min, 1, -2, 1, 1, 2, -3]).astype(dtype)] PASSED
33381 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint64-np.arange(fo.min, fo.min+(100*10), 10, dtype=dtype)] PASSED
33382 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[uint64-np.array(range(fo.max-(100*7), fo.max, 7)).astype(dtype)] PASSED
33383 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[ulonglong-np.array([fo.max, 1, 2, 1, 1, 2, 3], dtype=dtype)] PASSED
33384 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[ulonglong-np.array([fo.min, 1, -2, 1, 1, 2, -3]).astype(dtype)] PASSED
33385 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[ulonglong-np.arange(fo.min, fo.min+(100*10), 10, dtype=dtype)] PASSED
33386 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_reduce[ulonglong-np.array(range(fo.max-(100*7), fo.max, 7)).astype(dtype)] PASSED
33387 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_timedelta[dividend0-divisor0-12] PASSED
33388 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_timedelta[dividend1-divisor1--12] PASSED
33389 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_timedelta[dividend2-divisor2--12] PASSED
33390 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_timedelta[dividend3-divisor3-12] PASSED
33391 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_timedelta[dividend4-divisor4--1] PASSED
33392 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_timedelta[dividend5-divisor5-0] PASSED
33393 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_timedelta[dividend6-2-quotient6] PASSED
33394 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_timedelta[dividend7--2-quotient7] PASSED
33395 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_timedelta[dividend8-2-quotient8] PASSED
33396 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_timedelta[dividend9--2-quotient9] PASSED
33397 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_timedelta[dividend10--2-quotient10] PASSED
33398 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_timedelta[dividend11--3-quotient11] PASSED
33399 numpy/_core/tests/test_umath.py::TestDivision::test_division_int_timedelta[dividend12-0-quotient12] PASSED
33400 numpy/_core/tests/test_umath.py::TestDivision::test_division_complex PASSED
33401 numpy/_core/tests/test_umath.py::TestDivision::test_zero_division_complex PASSED
33402 numpy/_core/tests/test_umath.py::TestDivision::test_floor_division_complex PASSED
33403 numpy/_core/tests/test_umath.py::TestDivision::test_floor_division_signed_zero PASSED
33404 numpy/_core/tests/test_umath.py::TestDivision::test_floor_division_errors[e] PASSED
33405 numpy/_core/tests/test_umath.py::TestDivision::test_floor_division_errors[f] PASSED
33406 numpy/_core/tests/test_umath.py::TestDivision::test_floor_division_errors[d] PASSED
33407 numpy/_core/tests/test_umath.py::TestDivision::test_floor_division_errors[g] PASSED
33408 numpy/_core/tests/test_umath.py::TestDivision::test_floor_division_corner_cases[e] PASSED
33409 numpy/_core/tests/test_umath.py::TestDivision::test_floor_division_corner_cases[f] PASSED
33410 numpy/_core/tests/test_umath.py::TestDivision::test_floor_division_corner_cases[d] PASSED
33411 numpy/_core/tests/test_umath.py::TestDivision::test_floor_division_corner_cases[g] PASSED
33412 numpy/_core/tests/test_umath.py::TestRemainder::test_remainder_basic PASSED
33413 numpy/_core/tests/test_umath.py::TestRemainder::test_float_remainder_exact PASSED
33414 numpy/_core/tests/test_umath.py::TestRemainder::test_float_remainder_roundoff PASSED
33415 numpy/_core/tests/test_umath.py::TestRemainder::test_float_divmod_errors[e] PASSED
33416 numpy/_core/tests/test_umath.py::TestRemainder::test_float_divmod_errors[f] PASSED
33417 numpy/_core/tests/test_umath.py::TestRemainder::test_float_divmod_errors[d] PASSED
33418 numpy/_core/tests/test_umath.py::TestRemainder::test_float_divmod_errors[g] PASSED
33419 numpy/_core/tests/test_umath.py::TestRemainder::test_float_remainder_errors[fmod-e] PASSED
33420 numpy/_core/tests/test_umath.py::TestRemainder::test_float_remainder_errors[fmod-f] PASSED
33421 numpy/_core/tests/test_umath.py::TestRemainder::test_float_remainder_errors[fmod-d] PASSED
33422 numpy/_core/tests/test_umath.py::TestRemainder::test_float_remainder_errors[fmod-g] PASSED
33423 numpy/_core/tests/test_umath.py::TestRemainder::test_float_remainder_errors[remainder-e] PASSED
33424 numpy/_core/tests/test_umath.py::TestRemainder::test_float_remainder_errors[remainder-f] PASSED
33425 numpy/_core/tests/test_umath.py::TestRemainder::test_float_remainder_errors[remainder-d] PASSED
33426 numpy/_core/tests/test_umath.py::TestRemainder::test_float_remainder_errors[remainder-g] PASSED
33427 numpy/_core/tests/test_umath.py::TestRemainder::test_float_remainder_overflow PASSED
33428 numpy/_core/tests/test_umath.py::TestRemainder::test_float_divmod_corner_cases PASSED
33429 numpy/_core/tests/test_umath.py::TestRemainder::test_float_remainder_corner_cases PASSED
33430 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_signed_division_overflow[b] PASSED
33431 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_signed_division_overflow[h] PASSED
33432 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_signed_division_overflow[i] PASSED
33433 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_signed_division_overflow[l] PASSED
33434 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_signed_division_overflow[q] PASSED
33435 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_signed_division_overflow[n] PASSED
33436 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_signed_division_overflow[p] PASSED
33437 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_divide_by_zero[b] PASSED
33438 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_divide_by_zero[B] PASSED
33439 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_divide_by_zero[h] PASSED
33440 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_divide_by_zero[H] PASSED
33441 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_divide_by_zero[i] PASSED
33442 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_divide_by_zero[I] PASSED
33443 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_divide_by_zero[l] PASSED
33444 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_divide_by_zero[L] PASSED
33445 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_divide_by_zero[q] PASSED
33446 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_divide_by_zero[Q] PASSED
33447 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_divide_by_zero[n] PASSED
33448 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_divide_by_zero[N] PASSED
33449 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_divide_by_zero[p] PASSED
33450 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_divide_by_zero[P] PASSED
33451 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int8-int8] PASSED
33452 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int8-int16] PASSED
33453 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int8-int32] PASSED
33454 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int8-int64] PASSED
33455 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int8-longlong] PASSED
33456 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int16-int8] PASSED
33457 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int16-int16] PASSED
33458 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int16-int32] PASSED
33459 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int16-int64] PASSED
33460 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int16-longlong] PASSED
33461 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int32-int8] PASSED
33462 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int32-int16] PASSED
33463 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int32-int32] PASSED
33464 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int32-int64] PASSED
33465 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int32-longlong] PASSED
33466 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int64-int8] PASSED
33467 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int64-int16] PASSED
33468 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int64-int32] PASSED
33469 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int64-int64] PASSED
33470 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-int64-longlong] PASSED
33471 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-longlong-int8] PASSED
33472 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-longlong-int16] PASSED
33473 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-longlong-int32] PASSED
33474 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-longlong-int64] PASSED
33475 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[remainder-longlong-longlong] PASSED
33476 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int8-int8] PASSED
33477 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int8-int16] PASSED
33478 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int8-int32] PASSED
33479 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int8-int64] PASSED
33480 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int8-longlong] PASSED
33481 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int16-int8] PASSED
33482 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int16-int16] PASSED
33483 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int16-int32] PASSED
33484 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int16-int64] PASSED
33485 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int16-longlong] PASSED
33486 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int32-int8] PASSED
33487 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int32-int16] PASSED
33488 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int32-int32] PASSED
33489 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int32-int64] PASSED
33490 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int32-longlong] PASSED
33491 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int64-int8] PASSED
33492 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int64-int16] PASSED
33493 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int64-int32] PASSED
33494 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int64-int64] PASSED
33495 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-int64-longlong] PASSED
33496 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-longlong-int8] PASSED
33497 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-longlong-int16] PASSED
33498 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-longlong-int32] PASSED
33499 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-longlong-int64] PASSED
33500 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[fmod-longlong-longlong] PASSED
33501 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int8-int8] PASSED
33502 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int8-int16] PASSED
33503 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int8-int32] PASSED
33504 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int8-int64] PASSED
33505 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int8-longlong] PASSED
33506 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int16-int8] PASSED
33507 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int16-int16] PASSED
33508 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int16-int32] PASSED
33509 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int16-int64] PASSED
33510 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int16-longlong] PASSED
33511 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int32-int8] PASSED
33512 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int32-int16] PASSED
33513 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int32-int32] PASSED
33514 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int32-int64] PASSED
33515 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int32-longlong] PASSED
33516 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int64-int8] PASSED
33517 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int64-int16] PASSED
33518 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int64-int32] PASSED
33519 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int64-int64] PASSED
33520 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-int64-longlong] PASSED
33521 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-longlong-int8] PASSED
33522 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-longlong-int16] PASSED
33523 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-longlong-int32] PASSED
33524 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-longlong-int64] PASSED
33525 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[divmod-longlong-longlong] PASSED
33526 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int8-int8] PASSED
33527 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int8-int16] PASSED
33528 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int8-int32] PASSED
33529 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int8-int64] PASSED
33530 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int8-longlong] PASSED
33531 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int16-int8] PASSED
33532 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int16-int16] PASSED
33533 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int16-int32] PASSED
33534 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int16-int64] PASSED
33535 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int16-longlong] PASSED
33536 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int32-int8] PASSED
33537 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int32-int16] PASSED
33538 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int32-int32] PASSED
33539 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int32-int64] PASSED
33540 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int32-longlong] PASSED
33541 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int64-int8] PASSED
33542 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int64-int16] PASSED
33543 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int64-int32] PASSED
33544 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int64-int64] PASSED
33545 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-int64-longlong] PASSED
33546 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-longlong-int8] PASSED
33547 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-longlong-int16] PASSED
33548 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-longlong-int32] PASSED
33549 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-longlong-int64] PASSED
33550 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floor_divide-longlong-longlong] PASSED
33551 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int8-int8] PASSED
33552 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int8-int16] PASSED
33553 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int8-int32] PASSED
33554 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int8-int64] PASSED
33555 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int8-longlong] PASSED
33556 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int16-int8] PASSED
33557 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int16-int16] PASSED
33558 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int16-int32] PASSED
33559 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int16-int64] PASSED
33560 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int16-longlong] PASSED
33561 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int32-int8] PASSED
33562 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int32-int16] PASSED
33563 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int32-int32] PASSED
33564 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int32-int64] PASSED
33565 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int32-longlong] PASSED
33566 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int64-int8] PASSED
33567 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int64-int16] PASSED
33568 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int64-int32] PASSED
33569 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int64-int64] PASSED
33570 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-int64-longlong] PASSED
33571 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-longlong-int8] PASSED
33572 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-longlong-int16] PASSED
33573 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-longlong-int32] PASSED
33574 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-longlong-int64] PASSED
33575 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[mod-longlong-longlong] PASSED
33576 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int8-int8] PASSED
33577 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int8-int16] PASSED
33578 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int8-int32] PASSED
33579 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int8-int64] PASSED
33580 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int8-longlong] PASSED
33581 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int16-int8] PASSED
33582 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int16-int16] PASSED
33583 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int16-int32] PASSED
33584 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int16-int64] PASSED
33585 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int16-longlong] PASSED
33586 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int32-int8] PASSED
33587 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int32-int16] PASSED
33588 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int32-int32] PASSED
33589 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int32-int64] PASSED
33590 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int32-longlong] PASSED
33591 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int64-int8] PASSED
33592 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int64-int16] PASSED
33593 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int64-int32] PASSED
33594 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int64-int64] PASSED
33595 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-int64-longlong] PASSED
33596 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-longlong-int8] PASSED
33597 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-longlong-int16] PASSED
33598 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-longlong-int32] PASSED
33599 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-longlong-int64] PASSED
33600 numpy/_core/tests/test_umath.py::TestDivisionIntegerOverflowsAndDivideByZero::test_overflows[floordiv-longlong-longlong] PASSED
33601 numpy/_core/tests/test_umath.py::TestCbrt::test_cbrt_scalar PASSED
33602 numpy/_core/tests/test_umath.py::TestCbrt::test_cbrt PASSED
33603 numpy/_core/tests/test_umath.py::TestPower::test_power_float PASSED
33604 numpy/_core/tests/test_umath.py::TestPower::test_power_complex PASSED
33605 numpy/_core/tests/test_umath.py::TestPower::test_power_zero PASSED
33606 numpy/_core/tests/test_umath.py::TestPower::test_zero_power_nonzero PASSED
33607 numpy/_core/tests/test_umath.py::TestPower::test_fast_power PASSED
33608 numpy/_core/tests/test_umath.py::TestPower::test_integer_power PASSED
33609 numpy/_core/tests/test_umath.py::TestPower::test_integer_power_with_integer_zero_exponent PASSED
33610 numpy/_core/tests/test_umath.py::TestPower::test_integer_power_of_1 PASSED
33611 numpy/_core/tests/test_umath.py::TestPower::test_integer_power_of_zero PASSED
33612 numpy/_core/tests/test_umath.py::TestPower::test_integer_to_negative_power PASSED
33613 numpy/_core/tests/test_umath.py::TestPower::test_float_to_inf_power PASSED
33614 numpy/_core/tests/test_umath.py::TestFloat_power::test_type_conversion PASSED
33615 numpy/_core/tests/test_umath.py::TestLog2::test_log2_values[f] PASSED
33616 numpy/_core/tests/test_umath.py::TestLog2::test_log2_values[d] PASSED
33617 numpy/_core/tests/test_umath.py::TestLog2::test_log2_values[g] PASSED
33618 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[1] PASSED
33619 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[2] PASSED
33620 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[3] PASSED
33621 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[4] PASSED
33622 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[5] PASSED
33623 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[6] PASSED
33624 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[7] PASSED
33625 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[8] PASSED
33626 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[9] PASSED
33627 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[10] PASSED
33628 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[11] PASSED
33629 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[12] PASSED
33630 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[13] PASSED
33631 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[14] PASSED
33632 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[15] PASSED
33633 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[16] PASSED
33634 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[17] PASSED
33635 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[18] PASSED
33636 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[19] PASSED
33637 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[20] PASSED
33638 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[21] PASSED
33639 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[22] PASSED
33640 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[23] PASSED
33641 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[24] PASSED
33642 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[25] PASSED
33643 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[26] PASSED
33644 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[27] PASSED
33645 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[28] PASSED
33646 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[29] PASSED
33647 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[30] PASSED
33648 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[31] PASSED
33649 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[32] PASSED
33650 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[33] PASSED
33651 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[34] PASSED
33652 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[35] PASSED
33653 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[36] PASSED
33654 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[37] PASSED
33655 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[38] PASSED
33656 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[39] PASSED
33657 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[40] PASSED
33658 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[41] PASSED
33659 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[42] PASSED
33660 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[43] PASSED
33661 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[44] PASSED
33662 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[45] PASSED
33663 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[46] PASSED
33664 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[47] PASSED
33665 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[48] PASSED
33666 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[49] PASSED
33667 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[50] PASSED
33668 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[51] PASSED
33669 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[52] PASSED
33670 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[53] PASSED
33671 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[54] PASSED
33672 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[55] PASSED
33673 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[56] PASSED
33674 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[57] PASSED
33675 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[58] PASSED
33676 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[59] PASSED
33677 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[60] PASSED
33678 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[61] PASSED
33679 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[62] PASSED
33680 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[63] PASSED
33681 numpy/_core/tests/test_umath.py::TestLog2::test_log2_ints[64] PASSED
33682 numpy/_core/tests/test_umath.py::TestLog2::test_log2_special PASSED
33683 numpy/_core/tests/test_umath.py::TestExp2::test_exp2_values PASSED
33684 numpy/_core/tests/test_umath.py::TestLogAddExp2::test_logaddexp2_values PASSED
33685 numpy/_core/tests/test_umath.py::TestLogAddExp2::test_logaddexp2_range PASSED
33686 numpy/_core/tests/test_umath.py::TestLogAddExp2::test_inf PASSED
33687 numpy/_core/tests/test_umath.py::TestLogAddExp2::test_nan PASSED
33688 numpy/_core/tests/test_umath.py::TestLogAddExp2::test_reduce PASSED
33689 numpy/_core/tests/test_umath.py::TestLog::test_log_values PASSED
33690 numpy/_core/tests/test_umath.py::TestLog::test_log_values_maxofdtype PASSED
33691 numpy/_core/tests/test_umath.py::TestLog::test_log_strides PASSED
33692 numpy/_core/tests/test_umath.py::TestExp::test_exp_values PASSED
33693 numpy/_core/tests/test_umath.py::TestExp::test_exp_strides PASSED
33694 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_exp_values PASSED
33695 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_exp_exceptions PASSED
33696 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_log_values PASSED
33697 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_values[e] PASSED
33698 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_values[f] PASSED
33699 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_values[d] PASSED
33700 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_values[g] PASSED
33701 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_underflow PASSED
33702 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_errors[inf-e-sin] PASSED
33703 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_errors[inf-e-cos] PASSED
33704 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_errors[inf-f-sin] PASSED
33705 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_errors[inf-f-cos] PASSED
33706 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_errors[inf-d-sin] PASSED
33707 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_errors[inf-d-cos] PASSED
33708 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_errors[-inf-e-sin] PASSED
33709 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_errors[-inf-e-cos] PASSED
33710 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_errors[-inf-f-sin] PASSED
33711 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_errors[-inf-f-cos] PASSED
33712 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_errors[-inf-d-sin] PASSED
33713 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_errors[-inf-d-cos] PASSED
33714 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[-1-f-sin] PASSED
33715 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[-1-f-cos] PASSED
33716 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[-1-d-sin] PASSED
33717 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[-1-d-cos] PASSED
33718 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[1-f-sin] PASSED
33719 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[1-f-cos] PASSED
33720 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[1-d-sin] PASSED
33721 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[1-d-cos] PASSED
33722 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[2-f-sin] PASSED
33723 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[2-f-cos] PASSED
33724 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[2-d-sin] PASSED
33725 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[2-d-cos] PASSED
33726 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[4-f-sin] PASSED
33727 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[4-f-cos] PASSED
33728 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[4-d-sin] PASSED
33729 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[4-d-cos] PASSED
33730 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[5-f-sin] PASSED
33731 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[5-f-cos] PASSED
33732 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[5-d-sin] PASSED
33733 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sincos_overlaps[5-d-cos] PASSED
33734 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sqrt_values[e] PASSED
33735 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sqrt_values[f] PASSED
33736 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sqrt_values[d] PASSED
33737 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sqrt_values[g] PASSED
33738 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_abs_values PASSED
33739 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_square_values PASSED
33740 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_reciprocal_values PASSED
33741 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_tan PASSED
33742 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_arcsincos PASSED
33743 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_arctan PASSED
33744 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_sinh PASSED
33745 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_cosh PASSED
33746 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_tanh PASSED
33747 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_arcsinh PASSED
33748 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_arccosh PASSED
33749 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_arctanh PASSED
33750 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_expm1 PASSED
33751 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-absolute] PASSED
33752 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-arccos] PASSED
33753 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-arccosh] PASSED
33754 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-arcsin] PASSED
33755 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-arcsinh] PASSED
33756 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-arctan] PASSED
33757 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-arctanh] PASSED
33758 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-cbrt] PASSED
33759 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-ceil] PASSED
33760 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-conjugate0] PASSED
33761 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-cos] PASSED
33762 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-cosh] PASSED
33763 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-deg2rad] PASSED
33764 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-degrees] PASSED
33765 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-exp] PASSED
33766 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-exp2] PASSED
33767 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-expm1] PASSED
33768 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-fabs] PASSED
33769 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-floor] PASSED
33770 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-log] PASSED
33771 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-log10] PASSED
33772 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-log1p] PASSED
33773 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-log2] PASSED
33774 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-negative] PASSED
33775 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-positive] PASSED
33776 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-rad2deg] PASSED
33777 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-radians] PASSED
33778 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-reciprocal] PASSED
33779 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-rint] PASSED
33780 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-sign] PASSED
33781 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-sin] PASSED
33782 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-sinh] PASSED
33783 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-spacing] PASSED
33784 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-sqrt] PASSED
33785 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-square] PASSED
33786 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-tan] PASSED
33787 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-tanh] PASSED
33788 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-trunc] PASSED
33789 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-conjugate1] PASSED
33790 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-e-_ones_like] PASSED
33791 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-absolute] PASSED
33792 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-arccos] PASSED
33793 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-arccosh] PASSED
33794 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-arcsin] PASSED
33795 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-arcsinh] PASSED
33796 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-arctan] PASSED
33797 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-arctanh] PASSED
33798 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-cbrt] PASSED
33799 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-ceil] PASSED
33800 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-conjugate0] PASSED
33801 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-cos] PASSED
33802 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-cosh] PASSED
33803 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-deg2rad] PASSED
33804 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-degrees] PASSED
33805 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-exp] PASSED
33806 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-exp2] PASSED
33807 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-expm1] PASSED
33808 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-fabs] PASSED
33809 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-floor] PASSED
33810 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-log] PASSED
33811 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-log10] PASSED
33812 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-log1p] PASSED
33813 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-log2] PASSED
33814 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-negative] PASSED
33815 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-positive] PASSED
33816 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-rad2deg] PASSED
33817 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-radians] PASSED
33818 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-reciprocal] PASSED
33819 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-rint] PASSED
33820 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-sign] PASSED
33821 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-sin] PASSED
33822 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-sinh] PASSED
33823 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-spacing] PASSED
33824 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-sqrt] PASSED
33825 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-square] PASSED
33826 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-tan] PASSED
33827 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-tanh] PASSED
33828 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-trunc] PASSED
33829 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-conjugate1] PASSED
33830 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-f-_ones_like] PASSED
33831 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-absolute] PASSED
33832 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-arccos] PASSED
33833 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-arccosh] PASSED
33834 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-arcsin] PASSED
33835 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-arcsinh] PASSED
33836 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-arctan] PASSED
33837 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-arctanh] PASSED
33838 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-cbrt] PASSED
33839 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-ceil] PASSED
33840 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-conjugate0] PASSED
33841 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-cos] PASSED
33842 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-cosh] PASSED
33843 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-deg2rad] PASSED
33844 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-degrees] PASSED
33845 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-exp] PASSED
33846 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-exp2] PASSED
33847 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-expm1] PASSED
33848 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-fabs] PASSED
33849 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-floor] PASSED
33850 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-log] PASSED
33851 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-log10] PASSED
33852 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-log1p] PASSED
33853 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-log2] PASSED
33854 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-negative] PASSED
33855 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-positive] PASSED
33856 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-rad2deg] PASSED
33857 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-radians] PASSED
33858 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-reciprocal] PASSED
33859 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-rint] PASSED
33860 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-sign] PASSED
33861 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-sin] PASSED
33862 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-sinh] PASSED
33863 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-spacing] PASSED
33864 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-sqrt] PASSED
33865 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-square] PASSED
33866 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-tan] PASSED
33867 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-tanh] PASSED
33868 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-trunc] PASSED
33869 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-conjugate1] PASSED
33870 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data0-escape0-d-_ones_like] PASSED
33871 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-absolute] PASSED
33872 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-arccos] PASSED
33873 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-arccosh] PASSED
33874 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-arcsin] PASSED
33875 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-arcsinh] PASSED
33876 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-arctan] PASSED
33877 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-arctanh] PASSED
33878 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-cbrt] PASSED
33879 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-ceil] PASSED
33880 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-conjugate0] PASSED
33881 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-cos] PASSED
33882 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-cosh] PASSED
33883 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-deg2rad] PASSED
33884 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-degrees] PASSED
33885 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-exp] PASSED
33886 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-exp2] PASSED
33887 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-expm1] PASSED
33888 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-fabs] PASSED
33889 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-floor] PASSED
33890 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-log] PASSED
33891 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-log10] PASSED
33892 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-log1p] PASSED
33893 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-log2] PASSED
33894 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-negative] PASSED
33895 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-positive] PASSED
33896 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-rad2deg] PASSED
33897 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-radians] PASSED
33898 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-reciprocal] PASSED
33899 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-rint] PASSED
33900 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-sign] PASSED
33901 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-sin] PASSED
33902 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-sinh] PASSED
33903 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-spacing] PASSED
33904 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-sqrt] PASSED
33905 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-square] PASSED
33906 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-tan] PASSED
33907 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-tanh] PASSED
33908 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-trunc] PASSED
33909 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-conjugate1] PASSED
33910 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-e-_ones_like] PASSED
33911 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-absolute] PASSED
33912 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-arccos] PASSED
33913 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-arccosh] PASSED
33914 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-arcsin] PASSED
33915 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-arcsinh] PASSED
33916 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-arctan] PASSED
33917 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-arctanh] PASSED
33918 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-cbrt] PASSED
33919 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-ceil] PASSED
33920 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-conjugate0] PASSED
33921 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-cos] PASSED
33922 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-cosh] PASSED
33923 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-deg2rad] PASSED
33924 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-degrees] PASSED
33925 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-exp] PASSED
33926 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-exp2] PASSED
33927 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-expm1] PASSED
33928 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-fabs] PASSED
33929 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-floor] PASSED
33930 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-log] PASSED
33931 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-log10] PASSED
33932 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-log1p] PASSED
33933 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-log2] PASSED
33934 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-negative] PASSED
33935 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-positive] PASSED
33936 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-rad2deg] PASSED
33937 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-radians] PASSED
33938 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-reciprocal] PASSED
33939 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-rint] PASSED
33940 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-sign] PASSED
33941 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-sin] PASSED
33942 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-sinh] PASSED
33943 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-spacing] PASSED
33944 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-sqrt] PASSED
33945 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-square] PASSED
33946 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-tan] PASSED
33947 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-tanh] PASSED
33948 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-trunc] PASSED
33949 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-conjugate1] PASSED
33950 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-f-_ones_like] PASSED
33951 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-absolute] PASSED
33952 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-arccos] PASSED
33953 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-arccosh] PASSED
33954 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-arcsin] PASSED
33955 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-arcsinh] PASSED
33956 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-arctan] PASSED
33957 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-arctanh] PASSED
33958 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-cbrt] PASSED
33959 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-ceil] PASSED
33960 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-conjugate0] PASSED
33961 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-cos] PASSED
33962 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-cosh] PASSED
33963 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-deg2rad] PASSED
33964 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-degrees] PASSED
33965 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-exp] PASSED
33966 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-exp2] PASSED
33967 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-expm1] PASSED
33968 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-fabs] PASSED
33969 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-floor] PASSED
33970 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-log] PASSED
33971 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-log10] PASSED
33972 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-log1p] PASSED
33973 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-log2] PASSED
33974 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-negative] PASSED
33975 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-positive] PASSED
33976 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-rad2deg] PASSED
33977 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-radians] PASSED
33978 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-reciprocal] PASSED
33979 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-rint] PASSED
33980 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-sign] PASSED
33981 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-sin] PASSED
33982 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-sinh] PASSED
33983 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-spacing] PASSED
33984 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-sqrt] PASSED
33985 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-square] PASSED
33986 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-tan] PASSED
33987 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-tanh] PASSED
33988 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-trunc] PASSED
33989 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-conjugate1] PASSED
33990 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data1-escape1-d-_ones_like] PASSED
33991 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-absolute] PASSED
33992 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-arccos] PASSED
33993 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-arccosh] PASSED
33994 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-arcsin] PASSED
33995 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-arcsinh] PASSED
33996 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-arctan] PASSED
33997 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-arctanh] PASSED
33998 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-cbrt] PASSED
33999 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-ceil] PASSED
34000 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-conjugate0] PASSED
34001 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-cos] PASSED
34002 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-cosh] PASSED
34003 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-deg2rad] PASSED
34004 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-degrees] PASSED
34005 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-exp] PASSED
34006 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-exp2] PASSED
34007 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-expm1] PASSED
34008 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-fabs] PASSED
34009 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-floor] PASSED
34010 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-log] PASSED
34011 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-log10] PASSED
34012 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-log1p] PASSED
34013 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-log2] PASSED
34014 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-negative] PASSED
34015 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-positive] PASSED
34016 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-rad2deg] PASSED
34017 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-radians] PASSED
34018 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-reciprocal] PASSED
34019 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-rint] PASSED
34020 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-sign] PASSED
34021 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-sin] PASSED
34022 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-sinh] PASSED
34023 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-spacing] PASSED
34024 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-sqrt] PASSED
34025 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-square] PASSED
34026 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-tan] PASSED
34027 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-tanh] PASSED
34028 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-trunc] PASSED
34029 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-conjugate1] PASSED
34030 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-e-_ones_like] PASSED
34031 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-absolute] PASSED
34032 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-arccos] PASSED
34033 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-arccosh] PASSED
34034 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-arcsin] PASSED
34035 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-arcsinh] PASSED
34036 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-arctan] PASSED
34037 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-arctanh] PASSED
34038 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-cbrt] PASSED
34039 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-ceil] PASSED
34040 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-conjugate0] PASSED
34041 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-cos] PASSED
34042 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-cosh] PASSED
34043 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-deg2rad] PASSED
34044 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-degrees] PASSED
34045 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-exp] PASSED
34046 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-exp2] PASSED
34047 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-expm1] PASSED
34048 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-fabs] PASSED
34049 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-floor] PASSED
34050 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-log] PASSED
34051 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-log10] PASSED
34052 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-log1p] PASSED
34053 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-log2] PASSED
34054 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-negative] PASSED
34055 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-positive] PASSED
34056 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-rad2deg] PASSED
34057 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-radians] PASSED
34058 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-reciprocal] PASSED
34059 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-rint] PASSED
34060 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-sign] PASSED
34061 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-sin] PASSED
34062 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-sinh] PASSED
34063 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-spacing] PASSED
34064 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-sqrt] PASSED
34065 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-square] PASSED
34066 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-tan] PASSED
34067 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-tanh] PASSED
34068 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-trunc] PASSED
34069 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-conjugate1] PASSED
34070 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-f-_ones_like] PASSED
34071 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-absolute] PASSED
34072 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-arccos] PASSED
34073 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-arccosh] PASSED
34074 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-arcsin] PASSED
34075 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-arcsinh] PASSED
34076 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-arctan] PASSED
34077 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-arctanh] PASSED
34078 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-cbrt] PASSED
34079 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-ceil] PASSED
34080 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-conjugate0] PASSED
34081 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-cos] PASSED
34082 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-cosh] PASSED
34083 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-deg2rad] PASSED
34084 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-degrees] PASSED
34085 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-exp] PASSED
34086 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-exp2] PASSED
34087 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-expm1] PASSED
34088 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-fabs] PASSED
34089 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-floor] PASSED
34090 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-log] PASSED
34091 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-log10] PASSED
34092 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-log1p] PASSED
34093 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-log2] PASSED
34094 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-negative] PASSED
34095 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-positive] PASSED
34096 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-rad2deg] PASSED
34097 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-radians] PASSED
34098 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-reciprocal] PASSED
34099 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-rint] PASSED
34100 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-sign] PASSED
34101 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-sin] PASSED
34102 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-sinh] PASSED
34103 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-spacing] PASSED
34104 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-sqrt] PASSED
34105 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-square] PASSED
34106 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-tan] PASSED
34107 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-tanh] PASSED
34108 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-trunc] PASSED
34109 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-conjugate1] PASSED
34110 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data2-escape2-d-_ones_like] PASSED
34111 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-absolute] PASSED
34112 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-arccos] PASSED
34113 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-arccosh] PASSED
34114 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-arcsin] PASSED
34115 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-arcsinh] PASSED
34116 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-arctan] PASSED
34117 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-arctanh] PASSED
34118 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-cbrt] PASSED
34119 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-ceil] PASSED
34120 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-conjugate0] PASSED
34121 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-cos] PASSED
34122 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-cosh] PASSED
34123 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-deg2rad] PASSED
34124 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-degrees] PASSED
34125 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-exp] PASSED
34126 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-exp2] PASSED
34127 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-expm1] PASSED
34128 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-fabs] PASSED
34129 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-floor] PASSED
34130 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-log] PASSED
34131 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-log10] PASSED
34132 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-log1p] PASSED
34133 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-log2] PASSED
34134 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-negative] PASSED
34135 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-positive] PASSED
34136 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-rad2deg] PASSED
34137 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-radians] PASSED
34138 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-reciprocal] PASSED
34139 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-rint] PASSED
34140 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-sign] PASSED
34141 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-sin] PASSED
34142 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-sinh] PASSED
34143 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-spacing] PASSED
34144 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-sqrt] PASSED
34145 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-square] PASSED
34146 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-tan] PASSED
34147 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-tanh] PASSED
34148 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-trunc] PASSED
34149 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-conjugate1] PASSED
34150 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-e-_ones_like] PASSED
34151 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-absolute] PASSED
34152 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-arccos] PASSED
34153 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-arccosh] PASSED
34154 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-arcsin] PASSED
34155 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-arcsinh] PASSED
34156 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-arctan] PASSED
34157 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-arctanh] PASSED
34158 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-cbrt] PASSED
34159 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-ceil] PASSED
34160 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-conjugate0] PASSED
34161 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-cos] PASSED
34162 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-cosh] PASSED
34163 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-deg2rad] PASSED
34164 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-degrees] PASSED
34165 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-exp] PASSED
34166 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-exp2] PASSED
34167 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-expm1] PASSED
34168 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-fabs] PASSED
34169 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-floor] PASSED
34170 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-log] PASSED
34171 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-log10] PASSED
34172 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-log1p] PASSED
34173 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-log2] PASSED
34174 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-negative] PASSED
34175 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-positive] PASSED
34176 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-rad2deg] PASSED
34177 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-radians] PASSED
34178 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-reciprocal] PASSED
34179 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-rint] PASSED
34180 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-sign] PASSED
34181 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-sin] PASSED
34182 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-sinh] PASSED
34183 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-spacing] PASSED
34184 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-sqrt] PASSED
34185 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-square] PASSED
34186 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-tan] PASSED
34187 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-tanh] PASSED
34188 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-trunc] PASSED
34189 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-conjugate1] PASSED
34190 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-f-_ones_like] PASSED
34191 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-absolute] PASSED
34192 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-arccos] PASSED
34193 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-arccosh] PASSED
34194 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-arcsin] PASSED
34195 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-arcsinh] PASSED
34196 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-arctan] PASSED
34197 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-arctanh] PASSED
34198 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-cbrt] PASSED
34199 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-ceil] PASSED
34200 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-conjugate0] PASSED
34201 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-cos] PASSED
34202 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-cosh] PASSED
34203 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-deg2rad] PASSED
34204 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-degrees] PASSED
34205 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-exp] PASSED
34206 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-exp2] PASSED
34207 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-expm1] PASSED
34208 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-fabs] PASSED
34209 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-floor] PASSED
34210 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-log] PASSED
34211 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-log10] PASSED
34212 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-log1p] PASSED
34213 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-log2] PASSED
34214 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-negative] PASSED
34215 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-positive] PASSED
34216 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-rad2deg] PASSED
34217 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-radians] PASSED
34218 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-reciprocal] PASSED
34219 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-rint] PASSED
34220 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-sign] PASSED
34221 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-sin] PASSED
34222 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-sinh] PASSED
34223 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-spacing] PASSED
34224 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-sqrt] PASSED
34225 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-square] PASSED
34226 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-tan] PASSED
34227 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-tanh] PASSED
34228 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-trunc] PASSED
34229 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-conjugate1] PASSED
34230 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data3-escape3-d-_ones_like] PASSED
34231 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-absolute] PASSED
34232 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-arccos] PASSED
34233 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-arccosh] PASSED
34234 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-arcsin] PASSED
34235 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-arcsinh] PASSED
34236 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-arctan] PASSED
34237 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-arctanh] PASSED
34238 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-cbrt] PASSED
34239 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-ceil] PASSED
34240 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-conjugate0] PASSED
34241 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-cos] PASSED
34242 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-cosh] PASSED
34243 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-deg2rad] PASSED
34244 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-degrees] PASSED
34245 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-exp] PASSED
34246 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-exp2] PASSED
34247 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-expm1] PASSED
34248 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-fabs] PASSED
34249 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-floor] PASSED
34250 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-log] PASSED
34251 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-log10] PASSED
34252 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-log1p] PASSED
34253 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-log2] PASSED
34254 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-negative] PASSED
34255 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-positive] PASSED
34256 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-rad2deg] PASSED
34257 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-radians] PASSED
34258 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-reciprocal] PASSED
34259 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-rint] PASSED
34260 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-sign] PASSED
34261 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-sin] PASSED
34262 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-sinh] PASSED
34263 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-spacing] PASSED
34264 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-sqrt] PASSED
34265 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-square] PASSED
34266 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-tan] PASSED
34267 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-tanh] PASSED
34268 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-trunc] PASSED
34269 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-conjugate1] PASSED
34270 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-e-_ones_like] PASSED
34271 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-absolute] PASSED
34272 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-arccos] PASSED
34273 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-arccosh] PASSED
34274 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-arcsin] PASSED
34275 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-arcsinh] PASSED
34276 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-arctan] PASSED
34277 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-arctanh] PASSED
34278 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-cbrt] PASSED
34279 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-ceil] PASSED
34280 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-conjugate0] PASSED
34281 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-cos] PASSED
34282 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-cosh] PASSED
34283 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-deg2rad] PASSED
34284 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-degrees] PASSED
34285 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-exp] PASSED
34286 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-exp2] PASSED
34287 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-expm1] PASSED
34288 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-fabs] PASSED
34289 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-floor] PASSED
34290 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-log] PASSED
34291 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-log10] PASSED
34292 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-log1p] PASSED
34293 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-log2] PASSED
34294 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-negative] PASSED
34295 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-positive] PASSED
34296 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-rad2deg] PASSED
34297 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-radians] PASSED
34298 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-reciprocal] PASSED
34299 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-rint] PASSED
34300 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-sign] PASSED
34301 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-sin] PASSED
34302 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-sinh] PASSED
34303 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-spacing] PASSED
34304 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-sqrt] PASSED
34305 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-square] PASSED
34306 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-tan] PASSED
34307 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-tanh] PASSED
34308 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-trunc] PASSED
34309 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-conjugate1] PASSED
34310 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-f-_ones_like] PASSED
34311 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-absolute] PASSED
34312 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-arccos] PASSED
34313 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-arccosh] PASSED
34314 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-arcsin] PASSED
34315 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-arcsinh] PASSED
34316 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-arctan] PASSED
34317 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-arctanh] PASSED
34318 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-cbrt] PASSED
34319 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-ceil] PASSED
34320 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-conjugate0] PASSED
34321 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-cos] PASSED
34322 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-cosh] PASSED
34323 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-deg2rad] PASSED
34324 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-degrees] PASSED
34325 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-exp] PASSED
34326 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-exp2] PASSED
34327 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-expm1] PASSED
34328 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-fabs] PASSED
34329 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-floor] PASSED
34330 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-log] PASSED
34331 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-log10] PASSED
34332 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-log1p] PASSED
34333 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-log2] PASSED
34334 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-negative] PASSED
34335 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-positive] PASSED
34336 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-rad2deg] PASSED
34337 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-radians] PASSED
34338 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-reciprocal] PASSED
34339 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-rint] PASSED
34340 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-sign] PASSED
34341 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-sin] PASSED
34342 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-sinh] PASSED
34343 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-spacing] PASSED
34344 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-sqrt] PASSED
34345 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-square] PASSED
34346 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-tan] PASSED
34347 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-tanh] PASSED
34348 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-trunc] PASSED
34349 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-conjugate1] PASSED
34350 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data4-escape4-d-_ones_like] PASSED
34351 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-absolute] PASSED
34352 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-arccos] PASSED
34353 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-arccosh] PASSED
34354 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-arcsin] PASSED
34355 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-arcsinh] PASSED
34356 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-arctan] PASSED
34357 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-arctanh] PASSED
34358 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-cbrt] PASSED
34359 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-ceil] PASSED
34360 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-conjugate0] PASSED
34361 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-cos] PASSED
34362 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-cosh] PASSED
34363 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-deg2rad] PASSED
34364 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-degrees] PASSED
34365 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-exp] PASSED
34366 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-exp2] PASSED
34367 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-expm1] PASSED
34368 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-fabs] PASSED
34369 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-floor] PASSED
34370 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-log] PASSED
34371 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-log10] PASSED
34372 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-log1p] PASSED
34373 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-log2] PASSED
34374 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-negative] PASSED
34375 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-positive] PASSED
34376 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-rad2deg] PASSED
34377 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-radians] PASSED
34378 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-reciprocal] PASSED
34379 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-rint] PASSED
34380 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-sign] PASSED
34381 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-sin] PASSED
34382 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-sinh] PASSED
34383 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-spacing] PASSED
34384 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-sqrt] PASSED
34385 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-square] PASSED
34386 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-tan] PASSED
34387 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-tanh] PASSED
34388 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-trunc] PASSED
34389 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-conjugate1] PASSED
34390 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-e-_ones_like] PASSED
34391 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-absolute] PASSED
34392 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-arccos] PASSED
34393 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-arccosh] PASSED
34394 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-arcsin] PASSED
34395 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-arcsinh] PASSED
34396 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-arctan] PASSED
34397 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-arctanh] PASSED
34398 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-cbrt] PASSED
34399 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-ceil] PASSED
34400 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-conjugate0] PASSED
34401 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-cos] PASSED
34402 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-cosh] PASSED
34403 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-deg2rad] PASSED
34404 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-degrees] PASSED
34405 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-exp] PASSED
34406 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-exp2] PASSED
34407 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-expm1] PASSED
34408 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-fabs] PASSED
34409 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-floor] PASSED
34410 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-log] PASSED
34411 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-log10] PASSED
34412 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-log1p] PASSED
34413 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-log2] PASSED
34414 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-negative] PASSED
34415 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-positive] PASSED
34416 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-rad2deg] PASSED
34417 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-radians] PASSED
34418 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-reciprocal] PASSED
34419 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-rint] PASSED
34420 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-sign] PASSED
34421 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-sin] PASSED
34422 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-sinh] PASSED
34423 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-spacing] PASSED
34424 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-sqrt] PASSED
34425 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-square] PASSED
34426 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-tan] PASSED
34427 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-tanh] PASSED
34428 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-trunc] PASSED
34429 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-conjugate1] PASSED
34430 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-f-_ones_like] PASSED
34431 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-absolute] PASSED
34432 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-arccos] PASSED
34433 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-arccosh] PASSED
34434 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-arcsin] PASSED
34435 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-arcsinh] PASSED
34436 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-arctan] PASSED
34437 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-arctanh] PASSED
34438 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-cbrt] PASSED
34439 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-ceil] PASSED
34440 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-conjugate0] PASSED
34441 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-cos] PASSED
34442 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-cosh] PASSED
34443 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-deg2rad] PASSED
34444 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-degrees] PASSED
34445 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-exp] PASSED
34446 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-exp2] PASSED
34447 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-expm1] PASSED
34448 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-fabs] PASSED
34449 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-floor] PASSED
34450 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-log] PASSED
34451 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-log10] PASSED
34452 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-log1p] PASSED
34453 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-log2] PASSED
34454 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-negative] PASSED
34455 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-positive] PASSED
34456 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-rad2deg] PASSED
34457 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-radians] PASSED
34458 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-reciprocal] PASSED
34459 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-rint] PASSED
34460 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-sign] PASSED
34461 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-sin] PASSED
34462 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-sinh] PASSED
34463 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-spacing] PASSED
34464 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-sqrt] PASSED
34465 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-square] PASSED
34466 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-tan] PASSED
34467 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-tanh] PASSED
34468 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-trunc] PASSED
34469 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-conjugate1] PASSED
34470 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data5-escape5-d-_ones_like] PASSED
34471 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-absolute] PASSED
34472 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-arccos] PASSED
34473 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-arccosh] PASSED
34474 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-arcsin] PASSED
34475 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-arcsinh] PASSED
34476 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-arctan] PASSED
34477 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-arctanh] PASSED
34478 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-cbrt] PASSED
34479 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-ceil] PASSED
34480 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-conjugate0] PASSED
34481 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-cos] PASSED
34482 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-cosh] PASSED
34483 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-deg2rad] PASSED
34484 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-degrees] PASSED
34485 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-exp] PASSED
34486 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-exp2] PASSED
34487 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-expm1] PASSED
34488 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-fabs] PASSED
34489 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-floor] PASSED
34490 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-log] PASSED
34491 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-log10] PASSED
34492 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-log1p] PASSED
34493 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-log2] PASSED
34494 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-negative] PASSED
34495 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-positive] PASSED
34496 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-rad2deg] PASSED
34497 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-radians] PASSED
34498 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-reciprocal] PASSED
34499 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-rint] PASSED
34500 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-sign] PASSED
34501 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-sin] PASSED
34502 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-sinh] PASSED
34503 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-spacing] PASSED
34504 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-sqrt] PASSED
34505 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-square] PASSED
34506 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-tan] PASSED
34507 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-tanh] PASSED
34508 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-trunc] PASSED
34509 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-conjugate1] PASSED
34510 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-e-_ones_like] PASSED
34511 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-absolute] PASSED
34512 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-arccos] PASSED
34513 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-arccosh] PASSED
34514 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-arcsin] PASSED
34515 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-arcsinh] PASSED
34516 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-arctan] PASSED
34517 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-arctanh] PASSED
34518 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-cbrt] PASSED
34519 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-ceil] PASSED
34520 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-conjugate0] PASSED
34521 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-cos] PASSED
34522 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-cosh] PASSED
34523 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-deg2rad] PASSED
34524 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-degrees] PASSED
34525 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-exp] PASSED
34526 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-exp2] PASSED
34527 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-expm1] PASSED
34528 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-fabs] PASSED
34529 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-floor] PASSED
34530 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-log] PASSED
34531 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-log10] PASSED
34532 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-log1p] PASSED
34533 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-log2] PASSED
34534 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-negative] PASSED
34535 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-positive] PASSED
34536 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-rad2deg] PASSED
34537 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-radians] PASSED
34538 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-reciprocal] PASSED
34539 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-rint] PASSED
34540 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-sign] PASSED
34541 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-sin] PASSED
34542 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-sinh] PASSED
34543 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-spacing] PASSED
34544 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-sqrt] PASSED
34545 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-square] PASSED
34546 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-tan] PASSED
34547 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-tanh] PASSED
34548 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-trunc] PASSED
34549 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-conjugate1] PASSED
34550 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-f-_ones_like] PASSED
34551 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-absolute] PASSED
34552 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-arccos] PASSED
34553 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-arccosh] PASSED
34554 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-arcsin] PASSED
34555 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-arcsinh] PASSED
34556 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-arctan] PASSED
34557 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-arctanh] PASSED
34558 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-cbrt] PASSED
34559 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-ceil] PASSED
34560 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-conjugate0] PASSED
34561 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-cos] PASSED
34562 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-cosh] PASSED
34563 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-deg2rad] PASSED
34564 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-degrees] PASSED
34565 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-exp] PASSED
34566 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-exp2] PASSED
34567 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-expm1] PASSED
34568 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-fabs] PASSED
34569 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-floor] PASSED
34570 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-log] PASSED
34571 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-log10] PASSED
34572 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-log1p] PASSED
34573 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-log2] PASSED
34574 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-negative] PASSED
34575 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-positive] PASSED
34576 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-rad2deg] PASSED
34577 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-radians] PASSED
34578 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-reciprocal] PASSED
34579 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-rint] PASSED
34580 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-sign] PASSED
34581 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-sin] PASSED
34582 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-sinh] PASSED
34583 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-spacing] PASSED
34584 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-sqrt] PASSED
34585 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-square] PASSED
34586 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-tan] PASSED
34587 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-tanh] PASSED
34588 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-trunc] PASSED
34589 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-conjugate1] PASSED
34590 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data6-escape6-d-_ones_like] PASSED
34591 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-absolute] PASSED
34592 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-arccos] PASSED
34593 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-arccosh] PASSED
34594 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-arcsin] PASSED
34595 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-arcsinh] PASSED
34596 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-arctan] PASSED
34597 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-arctanh] PASSED
34598 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-cbrt] PASSED
34599 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-ceil] PASSED
34600 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-conjugate0] PASSED
34601 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-cos] PASSED
34602 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-cosh] PASSED
34603 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-deg2rad] PASSED
34604 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-degrees] PASSED
34605 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-exp] PASSED
34606 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-exp2] PASSED
34607 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-expm1] PASSED
34608 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-fabs] PASSED
34609 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-floor] PASSED
34610 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-log] PASSED
34611 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-log10] PASSED
34612 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-log1p] PASSED
34613 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-log2] PASSED
34614 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-negative] PASSED
34615 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-positive] PASSED
34616 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-rad2deg] PASSED
34617 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-radians] PASSED
34618 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-reciprocal] PASSED
34619 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-rint] PASSED
34620 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-sign] PASSED
34621 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-sin] PASSED
34622 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-sinh] PASSED
34623 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-spacing] PASSED
34624 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-sqrt] PASSED
34625 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-square] PASSED
34626 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-tan] PASSED
34627 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-tanh] PASSED
34628 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-trunc] PASSED
34629 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-conjugate1] PASSED
34630 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-e-_ones_like] PASSED
34631 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-absolute] PASSED
34632 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-arccos] PASSED
34633 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-arccosh] PASSED
34634 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-arcsin] PASSED
34635 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-arcsinh] PASSED
34636 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-arctan] PASSED
34637 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-arctanh] PASSED
34638 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-cbrt] PASSED
34639 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-ceil] PASSED
34640 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-conjugate0] PASSED
34641 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-cos] PASSED
34642 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-cosh] PASSED
34643 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-deg2rad] PASSED
34644 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-degrees] PASSED
34645 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-exp] PASSED
34646 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-exp2] PASSED
34647 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-expm1] PASSED
34648 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-fabs] PASSED
34649 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-floor] PASSED
34650 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-log] PASSED
34651 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-log10] PASSED
34652 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-log1p] PASSED
34653 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-log2] PASSED
34654 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-negative] PASSED
34655 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-positive] PASSED
34656 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-rad2deg] PASSED
34657 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-radians] PASSED
34658 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-reciprocal] PASSED
34659 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-rint] PASSED
34660 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-sign] PASSED
34661 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-sin] PASSED
34662 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-sinh] PASSED
34663 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-spacing] PASSED
34664 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-sqrt] PASSED
34665 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-square] PASSED
34666 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-tan] PASSED
34667 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-tanh] PASSED
34668 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-trunc] PASSED
34669 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-conjugate1] PASSED
34670 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-f-_ones_like] PASSED
34671 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-absolute] PASSED
34672 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-arccos] PASSED
34673 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-arccosh] PASSED
34674 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-arcsin] PASSED
34675 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-arcsinh] PASSED
34676 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-arctan] PASSED
34677 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-arctanh] PASSED
34678 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-cbrt] PASSED
34679 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-ceil] PASSED
34680 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-conjugate0] PASSED
34681 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-cos] PASSED
34682 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-cosh] PASSED
34683 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-deg2rad] PASSED
34684 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-degrees] PASSED
34685 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-exp] PASSED
34686 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-exp2] PASSED
34687 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-expm1] PASSED
34688 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-fabs] PASSED
34689 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-floor] PASSED
34690 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-log] PASSED
34691 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-log10] PASSED
34692 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-log1p] PASSED
34693 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-log2] PASSED
34694 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-negative] PASSED
34695 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-positive] PASSED
34696 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-rad2deg] PASSED
34697 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-radians] PASSED
34698 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-reciprocal] PASSED
34699 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-rint] PASSED
34700 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-sign] PASSED
34701 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-sin] PASSED
34702 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-sinh] PASSED
34703 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-spacing] PASSED
34704 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-sqrt] PASSED
34705 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-square] PASSED
34706 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-tan] PASSED
34707 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-tanh] PASSED
34708 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-trunc] PASSED
34709 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-conjugate1] PASSED
34710 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data7-escape7-d-_ones_like] PASSED
34711 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-absolute] PASSED
34712 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-arccos] PASSED
34713 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-arccosh] PASSED
34714 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-arcsin] PASSED
34715 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-arcsinh] PASSED
34716 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-arctan] PASSED
34717 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-arctanh] PASSED
34718 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-cbrt] PASSED
34719 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-ceil] PASSED
34720 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-conjugate0] PASSED
34721 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-cos] PASSED
34722 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-cosh] PASSED
34723 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-deg2rad] PASSED
34724 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-degrees] PASSED
34725 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-exp] PASSED
34726 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-exp2] PASSED
34727 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-expm1] PASSED
34728 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-fabs] PASSED
34729 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-floor] PASSED
34730 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-log] PASSED
34731 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-log10] PASSED
34732 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-log1p] PASSED
34733 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-log2] PASSED
34734 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-negative] PASSED
34735 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-positive] PASSED
34736 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-rad2deg] PASSED
34737 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-radians] PASSED
34738 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-reciprocal] PASSED
34739 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-rint] PASSED
34740 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-sign] PASSED
34741 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-sin] PASSED
34742 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-sinh] PASSED
34743 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-spacing] PASSED
34744 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-sqrt] PASSED
34745 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-square] PASSED
34746 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-tan] PASSED
34747 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-tanh] PASSED
34748 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-trunc] PASSED
34749 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-conjugate1] PASSED
34750 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-e-_ones_like] PASSED
34751 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-absolute] PASSED
34752 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-arccos] PASSED
34753 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-arccosh] PASSED
34754 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-arcsin] PASSED
34755 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-arcsinh] PASSED
34756 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-arctan] PASSED
34757 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-arctanh] PASSED
34758 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-cbrt] PASSED
34759 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-ceil] PASSED
34760 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-conjugate0] PASSED
34761 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-cos] PASSED
34762 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-cosh] PASSED
34763 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-deg2rad] PASSED
34764 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-degrees] PASSED
34765 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-exp] PASSED
34766 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-exp2] PASSED
34767 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-expm1] PASSED
34768 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-fabs] PASSED
34769 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-floor] PASSED
34770 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-log] PASSED
34771 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-log10] PASSED
34772 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-log1p] PASSED
34773 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-log2] PASSED
34774 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-negative] PASSED
34775 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-positive] PASSED
34776 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-rad2deg] PASSED
34777 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-radians] PASSED
34778 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-reciprocal] PASSED
34779 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-rint] PASSED
34780 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-sign] PASSED
34781 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-sin] PASSED
34782 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-sinh] PASSED
34783 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-spacing] PASSED
34784 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-sqrt] PASSED
34785 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-square] PASSED
34786 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-tan] PASSED
34787 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-tanh] PASSED
34788 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-trunc] PASSED
34789 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-conjugate1] PASSED
34790 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-f-_ones_like] PASSED
34791 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-absolute] PASSED
34792 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-arccos] PASSED
34793 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-arccosh] PASSED
34794 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-arcsin] PASSED
34795 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-arcsinh] PASSED
34796 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-arctan] PASSED
34797 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-arctanh] PASSED
34798 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-cbrt] PASSED
34799 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-ceil] PASSED
34800 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-conjugate0] PASSED
34801 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-cos] PASSED
34802 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-cosh] PASSED
34803 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-deg2rad] PASSED
34804 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-degrees] PASSED
34805 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-exp] PASSED
34806 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-exp2] PASSED
34807 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-expm1] PASSED
34808 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-fabs] PASSED
34809 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-floor] PASSED
34810 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-log] PASSED
34811 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-log10] PASSED
34812 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-log1p] PASSED
34813 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-log2] PASSED
34814 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-negative] PASSED
34815 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-positive] PASSED
34816 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-rad2deg] PASSED
34817 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-radians] PASSED
34818 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-reciprocal] PASSED
34819 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-rint] PASSED
34820 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-sign] PASSED
34821 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-sin] PASSED
34822 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-sinh] PASSED
34823 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-spacing] PASSED
34824 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-sqrt] PASSED
34825 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-square] PASSED
34826 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-tan] PASSED
34827 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-tanh] PASSED
34828 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-trunc] PASSED
34829 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-conjugate1] PASSED
34830 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data8-escape8-d-_ones_like] PASSED
34831 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-absolute] PASSED
34832 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-arccos] PASSED
34833 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-arccosh] PASSED
34834 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-arcsin] PASSED
34835 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-arcsinh] PASSED
34836 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-arctan] PASSED
34837 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-arctanh] PASSED
34838 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-cbrt] PASSED
34839 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-ceil] PASSED
34840 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-conjugate0] PASSED
34841 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-cos] PASSED
34842 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-cosh] PASSED
34843 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-deg2rad] PASSED
34844 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-degrees] PASSED
34845 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-exp] PASSED
34846 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-exp2] PASSED
34847 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-expm1] PASSED
34848 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-fabs] PASSED
34849 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-floor] PASSED
34850 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-log] PASSED
34851 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-log10] PASSED
34852 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-log1p] PASSED
34853 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-log2] PASSED
34854 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-negative] PASSED
34855 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-positive] PASSED
34856 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-rad2deg] PASSED
34857 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-radians] PASSED
34858 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-reciprocal] PASSED
34859 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-rint] PASSED
34860 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-sign] PASSED
34861 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-sin] PASSED
34862 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-sinh] PASSED
34863 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-spacing] PASSED
34864 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-sqrt] PASSED
34865 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-square] PASSED
34866 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-tan] PASSED
34867 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-tanh] PASSED
34868 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-trunc] PASSED
34869 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-conjugate1] PASSED
34870 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-e-_ones_like] PASSED
34871 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-absolute] PASSED
34872 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-arccos] PASSED
34873 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-arccosh] PASSED
34874 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-arcsin] PASSED
34875 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-arcsinh] PASSED
34876 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-arctan] PASSED
34877 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-arctanh] PASSED
34878 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-cbrt] PASSED
34879 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-ceil] PASSED
34880 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-conjugate0] PASSED
34881 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-cos] PASSED
34882 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-cosh] PASSED
34883 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-deg2rad] PASSED
34884 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-degrees] PASSED
34885 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-exp] PASSED
34886 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-exp2] PASSED
34887 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-expm1] PASSED
34888 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-fabs] PASSED
34889 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-floor] PASSED
34890 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-log] PASSED
34891 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-log10] PASSED
34892 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-log1p] PASSED
34893 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-log2] PASSED
34894 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-negative] PASSED
34895 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-positive] PASSED
34896 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-rad2deg] PASSED
34897 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-radians] PASSED
34898 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-reciprocal] PASSED
34899 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-rint] PASSED
34900 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-sign] PASSED
34901 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-sin] PASSED
34902 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-sinh] PASSED
34903 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-spacing] PASSED
34904 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-sqrt] PASSED
34905 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-square] PASSED
34906 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-tan] PASSED
34907 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-tanh] PASSED
34908 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-trunc] PASSED
34909 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-conjugate1] PASSED
34910 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-f-_ones_like] PASSED
34911 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-absolute] PASSED
34912 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-arccos] PASSED
34913 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-arccosh] PASSED
34914 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-arcsin] PASSED
34915 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-arcsinh] PASSED
34916 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-arctan] PASSED
34917 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-arctanh] PASSED
34918 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-cbrt] PASSED
34919 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-ceil] PASSED
34920 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-conjugate0] PASSED
34921 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-cos] PASSED
34922 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-cosh] PASSED
34923 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-deg2rad] PASSED
34924 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-degrees] PASSED
34925 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-exp] PASSED
34926 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-exp2] PASSED
34927 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-expm1] PASSED
34928 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-fabs] PASSED
34929 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-floor] PASSED
34930 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-log] PASSED
34931 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-log10] PASSED
34932 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-log1p] PASSED
34933 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-log2] PASSED
34934 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-negative] PASSED
34935 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-positive] PASSED
34936 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-rad2deg] PASSED
34937 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-radians] PASSED
34938 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-reciprocal] PASSED
34939 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-rint] PASSED
34940 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-sign] PASSED
34941 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-sin] PASSED
34942 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-sinh] PASSED
34943 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-spacing] PASSED
34944 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-sqrt] PASSED
34945 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-square] PASSED
34946 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-tan] PASSED
34947 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-tanh] PASSED
34948 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-trunc] PASSED
34949 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-conjugate1] PASSED
34950 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data9-escape9-d-_ones_like] PASSED
34951 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-absolute] PASSED
34952 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-arccos] PASSED
34953 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-arccosh] PASSED
34954 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-arcsin] PASSED
34955 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-arcsinh] PASSED
34956 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-arctan] PASSED
34957 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-arctanh] PASSED
34958 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-cbrt] PASSED
34959 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-ceil] PASSED
34960 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-conjugate0] PASSED
34961 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-cos] PASSED
34962 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-cosh] PASSED
34963 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-deg2rad] PASSED
34964 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-degrees] PASSED
34965 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-exp] PASSED
34966 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-exp2] PASSED
34967 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-expm1] PASSED
34968 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-fabs] PASSED
34969 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-floor] PASSED
34970 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-log] PASSED
34971 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-log10] PASSED
34972 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-log1p] PASSED
34973 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-log2] PASSED
34974 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-negative] PASSED
34975 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-positive] PASSED
34976 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-rad2deg] PASSED
34977 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-radians] PASSED
34978 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-reciprocal] PASSED
34979 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-rint] PASSED
34980 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-sign] PASSED
34981 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-sin] PASSED
34982 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-sinh] PASSED
34983 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-spacing] PASSED
34984 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-sqrt] PASSED
34985 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-square] PASSED
34986 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-tan] PASSED
34987 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-tanh] PASSED
34988 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-trunc] PASSED
34989 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-conjugate1] PASSED
34990 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-e-_ones_like] PASSED
34991 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-absolute] PASSED
34992 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-arccos] PASSED
34993 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-arccosh] PASSED
34994 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-arcsin] PASSED
34995 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-arcsinh] PASSED
34996 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-arctan] PASSED
34997 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-arctanh] PASSED
34998 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-cbrt] PASSED
34999 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-ceil] PASSED
35000 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-conjugate0] PASSED
35001 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-cos] PASSED
35002 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-cosh] PASSED
35003 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-deg2rad] PASSED
35004 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-degrees] PASSED
35005 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-exp] PASSED
35006 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-exp2] PASSED
35007 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-expm1] PASSED
35008 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-fabs] PASSED
35009 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-floor] PASSED
35010 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-log] PASSED
35011 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-log10] PASSED
35012 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-log1p] PASSED
35013 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-log2] PASSED
35014 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-negative] PASSED
35015 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-positive] PASSED
35016 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-rad2deg] PASSED
35017 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-radians] PASSED
35018 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-reciprocal] PASSED
35019 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-rint] PASSED
35020 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-sign] PASSED
35021 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-sin] PASSED
35022 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-sinh] PASSED
35023 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-spacing] PASSED
35024 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-sqrt] PASSED
35025 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-square] PASSED
35026 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-tan] PASSED
35027 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-tanh] PASSED
35028 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-trunc] PASSED
35029 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-conjugate1] PASSED
35030 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-f-_ones_like] PASSED
35031 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-absolute] PASSED
35032 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-arccos] PASSED
35033 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-arccosh] PASSED
35034 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-arcsin] PASSED
35035 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-arcsinh] PASSED
35036 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-arctan] PASSED
35037 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-arctanh] PASSED
35038 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-cbrt] PASSED
35039 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-ceil] PASSED
35040 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-conjugate0] PASSED
35041 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-cos] PASSED
35042 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-cosh] PASSED
35043 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-deg2rad] PASSED
35044 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-degrees] PASSED
35045 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-exp] PASSED
35046 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-exp2] PASSED
35047 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-expm1] PASSED
35048 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-fabs] PASSED
35049 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-floor] PASSED
35050 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-log] PASSED
35051 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-log10] PASSED
35052 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-log1p] PASSED
35053 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-log2] PASSED
35054 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-negative] PASSED
35055 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-positive] PASSED
35056 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-rad2deg] PASSED
35057 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-radians] PASSED
35058 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-reciprocal] PASSED
35059 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-rint] PASSED
35060 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-sign] PASSED
35061 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-sin] PASSED
35062 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-sinh] PASSED
35063 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-spacing] PASSED
35064 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-sqrt] PASSED
35065 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-square] PASSED
35066 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-tan] PASSED
35067 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-tanh] PASSED
35068 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-trunc] PASSED
35069 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-conjugate1] PASSED
35070 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data10-escape10-d-_ones_like] PASSED
35071 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-absolute] PASSED
35072 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-arccos] PASSED
35073 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-arccosh] PASSED
35074 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-arcsin] PASSED
35075 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-arcsinh] PASSED
35076 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-arctan] PASSED
35077 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-arctanh] PASSED
35078 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-cbrt] PASSED
35079 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-ceil] PASSED
35080 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-conjugate0] PASSED
35081 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-cos] PASSED
35082 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-cosh] PASSED
35083 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-deg2rad] PASSED
35084 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-degrees] PASSED
35085 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-exp] PASSED
35086 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-exp2] PASSED
35087 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-expm1] PASSED
35088 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-fabs] PASSED
35089 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-floor] PASSED
35090 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-log] PASSED
35091 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-log10] PASSED
35092 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-log1p] PASSED
35093 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-log2] PASSED
35094 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-negative] PASSED
35095 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-positive] PASSED
35096 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-rad2deg] PASSED
35097 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-radians] PASSED
35098 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-reciprocal] PASSED
35099 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-rint] PASSED
35100 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-sign] PASSED
35101 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-sin] PASSED
35102 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-sinh] PASSED
35103 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-spacing] PASSED
35104 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-sqrt] PASSED
35105 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-square] PASSED
35106 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-tan] PASSED
35107 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-tanh] PASSED
35108 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-trunc] PASSED
35109 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-conjugate1] PASSED
35110 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-e-_ones_like] PASSED
35111 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-absolute] PASSED
35112 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-arccos] PASSED
35113 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-arccosh] PASSED
35114 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-arcsin] PASSED
35115 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-arcsinh] PASSED
35116 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-arctan] PASSED
35117 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-arctanh] PASSED
35118 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-cbrt] PASSED
35119 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-ceil] PASSED
35120 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-conjugate0] PASSED
35121 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-cos] PASSED
35122 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-cosh] PASSED
35123 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-deg2rad] PASSED
35124 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-degrees] PASSED
35125 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-exp] PASSED
35126 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-exp2] PASSED
35127 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-expm1] PASSED
35128 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-fabs] PASSED
35129 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-floor] PASSED
35130 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-log] PASSED
35131 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-log10] PASSED
35132 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-log1p] PASSED
35133 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-log2] PASSED
35134 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-negative] PASSED
35135 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-positive] PASSED
35136 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-rad2deg] PASSED
35137 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-radians] PASSED
35138 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-reciprocal] PASSED
35139 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-rint] PASSED
35140 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-sign] PASSED
35141 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-sin] PASSED
35142 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-sinh] PASSED
35143 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-spacing] PASSED
35144 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-sqrt] PASSED
35145 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-square] PASSED
35146 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-tan] PASSED
35147 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-tanh] PASSED
35148 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-trunc] PASSED
35149 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-conjugate1] PASSED
35150 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-f-_ones_like] PASSED
35151 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-absolute] PASSED
35152 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-arccos] PASSED
35153 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-arccosh] PASSED
35154 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-arcsin] PASSED
35155 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-arcsinh] PASSED
35156 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-arctan] PASSED
35157 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-arctanh] PASSED
35158 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-cbrt] PASSED
35159 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-ceil] PASSED
35160 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-conjugate0] PASSED
35161 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-cos] PASSED
35162 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-cosh] PASSED
35163 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-deg2rad] PASSED
35164 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-degrees] PASSED
35165 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-exp] PASSED
35166 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-exp2] PASSED
35167 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-expm1] PASSED
35168 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-fabs] PASSED
35169 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-floor] PASSED
35170 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-log] PASSED
35171 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-log10] PASSED
35172 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-log1p] PASSED
35173 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-log2] PASSED
35174 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-negative] PASSED
35175 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-positive] PASSED
35176 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-rad2deg] PASSED
35177 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-radians] PASSED
35178 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-reciprocal] PASSED
35179 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-rint] PASSED
35180 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-sign] PASSED
35181 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-sin] PASSED
35182 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-sinh] PASSED
35183 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-spacing] PASSED
35184 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-sqrt] PASSED
35185 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-square] PASSED
35186 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-tan] PASSED
35187 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-tanh] PASSED
35188 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-trunc] PASSED
35189 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-conjugate1] PASSED
35190 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data11-escape11-d-_ones_like] PASSED
35191 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-absolute] PASSED
35192 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-arccos] PASSED
35193 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-arccosh] PASSED
35194 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-arcsin] PASSED
35195 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-arcsinh] PASSED
35196 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-arctan] PASSED
35197 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-arctanh] PASSED
35198 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-cbrt] PASSED
35199 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-ceil] PASSED
35200 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-conjugate0] PASSED
35201 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-cos] PASSED
35202 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-cosh] PASSED
35203 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-deg2rad] PASSED
35204 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-degrees] PASSED
35205 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-exp] PASSED
35206 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-exp2] PASSED
35207 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-expm1] PASSED
35208 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-fabs] PASSED
35209 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-floor] PASSED
35210 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-log] PASSED
35211 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-log10] PASSED
35212 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-log1p] PASSED
35213 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-log2] PASSED
35214 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-negative] PASSED
35215 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-positive] PASSED
35216 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-rad2deg] PASSED
35217 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-radians] PASSED
35218 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-reciprocal] PASSED
35219 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-rint] PASSED
35220 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-sign] PASSED
35221 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-sin] PASSED
35222 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-sinh] PASSED
35223 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-spacing] PASSED
35224 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-sqrt] PASSED
35225 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-square] PASSED
35226 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-tan] PASSED
35227 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-tanh] PASSED
35228 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-trunc] PASSED
35229 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-conjugate1] PASSED
35230 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-e-_ones_like] PASSED
35231 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-absolute] PASSED
35232 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-arccos] PASSED
35233 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-arccosh] PASSED
35234 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-arcsin] PASSED
35235 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-arcsinh] PASSED
35236 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-arctan] PASSED
35237 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-arctanh] PASSED
35238 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-cbrt] PASSED
35239 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-ceil] PASSED
35240 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-conjugate0] PASSED
35241 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-cos] PASSED
35242 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-cosh] PASSED
35243 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-deg2rad] PASSED
35244 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-degrees] PASSED
35245 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-exp] PASSED
35246 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-exp2] PASSED
35247 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-expm1] PASSED
35248 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-fabs] PASSED
35249 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-floor] PASSED
35250 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-log] PASSED
35251 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-log10] PASSED
35252 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-log1p] PASSED
35253 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-log2] PASSED
35254 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-negative] PASSED
35255 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-positive] PASSED
35256 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-rad2deg] PASSED
35257 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-radians] PASSED
35258 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-reciprocal] PASSED
35259 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-rint] PASSED
35260 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-sign] PASSED
35261 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-sin] PASSED
35262 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-sinh] PASSED
35263 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-spacing] PASSED
35264 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-sqrt] PASSED
35265 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-square] PASSED
35266 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-tan] PASSED
35267 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-tanh] PASSED
35268 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-trunc] PASSED
35269 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-conjugate1] PASSED
35270 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-f-_ones_like] PASSED
35271 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-absolute] PASSED
35272 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-arccos] PASSED
35273 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-arccosh] PASSED
35274 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-arcsin] PASSED
35275 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-arcsinh] PASSED
35276 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-arctan] PASSED
35277 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-arctanh] PASSED
35278 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-cbrt] PASSED
35279 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-ceil] PASSED
35280 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-conjugate0] PASSED
35281 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-cos] PASSED
35282 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-cosh] PASSED
35283 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-deg2rad] PASSED
35284 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-degrees] PASSED
35285 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-exp] PASSED
35286 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-exp2] PASSED
35287 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-expm1] PASSED
35288 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-fabs] PASSED
35289 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-floor] PASSED
35290 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-log] PASSED
35291 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-log10] PASSED
35292 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-log1p] PASSED
35293 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-log2] PASSED
35294 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-negative] PASSED
35295 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-positive] PASSED
35296 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-rad2deg] PASSED
35297 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-radians] PASSED
35298 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-reciprocal] PASSED
35299 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-rint] PASSED
35300 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-sign] PASSED
35301 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-sin] PASSED
35302 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-sinh] PASSED
35303 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-spacing] PASSED
35304 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-sqrt] PASSED
35305 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-square] PASSED
35306 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-tan] PASSED
35307 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-tanh] PASSED
35308 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-trunc] PASSED
35309 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-conjugate1] PASSED
35310 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data12-escape12-d-_ones_like] PASSED
35311 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-absolute] PASSED
35312 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-arccos] PASSED
35313 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-arccosh] PASSED
35314 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-arcsin] PASSED
35315 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-arcsinh] PASSED
35316 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-arctan] PASSED
35317 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-arctanh] PASSED
35318 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-cbrt] PASSED
35319 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-ceil] PASSED
35320 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-conjugate0] PASSED
35321 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-cos] PASSED
35322 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-cosh] PASSED
35323 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-deg2rad] PASSED
35324 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-degrees] PASSED
35325 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-exp] PASSED
35326 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-exp2] PASSED
35327 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-expm1] PASSED
35328 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-fabs] PASSED
35329 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-floor] PASSED
35330 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-log] PASSED
35331 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-log10] PASSED
35332 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-log1p] PASSED
35333 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-log2] PASSED
35334 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-negative] PASSED
35335 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-positive] PASSED
35336 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-rad2deg] PASSED
35337 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-radians] PASSED
35338 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-reciprocal] PASSED
35339 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-rint] PASSED
35340 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-sign] PASSED
35341 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-sin] PASSED
35342 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-sinh] PASSED
35343 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-spacing] PASSED
35344 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-sqrt] PASSED
35345 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-square] PASSED
35346 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-tan] PASSED
35347 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-tanh] PASSED
35348 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-trunc] PASSED
35349 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-conjugate1] PASSED
35350 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-e-_ones_like] PASSED
35351 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-absolute] PASSED
35352 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-arccos] PASSED
35353 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-arccosh] PASSED
35354 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-arcsin] PASSED
35355 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-arcsinh] PASSED
35356 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-arctan] PASSED
35357 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-arctanh] PASSED
35358 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-cbrt] PASSED
35359 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-ceil] PASSED
35360 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-conjugate0] PASSED
35361 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-cos] PASSED
35362 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-cosh] PASSED
35363 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-deg2rad] PASSED
35364 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-degrees] PASSED
35365 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-exp] PASSED
35366 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-exp2] PASSED
35367 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-expm1] PASSED
35368 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-fabs] PASSED
35369 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-floor] PASSED
35370 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-log] PASSED
35371 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-log10] PASSED
35372 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-log1p] PASSED
35373 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-log2] PASSED
35374 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-negative] PASSED
35375 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-positive] PASSED
35376 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-rad2deg] PASSED
35377 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-radians] PASSED
35378 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-reciprocal] PASSED
35379 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-rint] PASSED
35380 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-sign] PASSED
35381 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-sin] PASSED
35382 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-sinh] PASSED
35383 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-spacing] PASSED
35384 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-sqrt] PASSED
35385 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-square] PASSED
35386 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-tan] PASSED
35387 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-tanh] PASSED
35388 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-trunc] PASSED
35389 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-conjugate1] PASSED
35390 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-f-_ones_like] PASSED
35391 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-absolute] PASSED
35392 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-arccos] PASSED
35393 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-arccosh] PASSED
35394 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-arcsin] PASSED
35395 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-arcsinh] PASSED
35396 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-arctan] PASSED
35397 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-arctanh] PASSED
35398 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-cbrt] PASSED
35399 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-ceil] PASSED
35400 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-conjugate0] PASSED
35401 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-cos] PASSED
35402 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-cosh] PASSED
35403 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-deg2rad] PASSED
35404 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-degrees] PASSED
35405 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-exp] PASSED
35406 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-exp2] PASSED
35407 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-expm1] PASSED
35408 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-fabs] PASSED
35409 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-floor] PASSED
35410 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-log] PASSED
35411 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-log10] PASSED
35412 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-log1p] PASSED
35413 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-log2] PASSED
35414 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-negative] PASSED
35415 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-positive] PASSED
35416 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-rad2deg] PASSED
35417 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-radians] PASSED
35418 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-reciprocal] PASSED
35419 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-rint] PASSED
35420 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-sign] PASSED
35421 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-sin] PASSED
35422 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-sinh] PASSED
35423 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-spacing] PASSED
35424 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-sqrt] PASSED
35425 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-square] PASSED
35426 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-tan] PASSED
35427 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-tanh] PASSED
35428 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-trunc] PASSED
35429 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-conjugate1] PASSED
35430 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data13-escape13-d-_ones_like] PASSED
35431 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-absolute] PASSED
35432 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-arccos] PASSED
35433 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-arccosh] PASSED
35434 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-arcsin] PASSED
35435 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-arcsinh] PASSED
35436 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-arctan] PASSED
35437 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-arctanh] PASSED
35438 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-cbrt] PASSED
35439 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-ceil] PASSED
35440 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-conjugate0] PASSED
35441 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-cos] PASSED
35442 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-cosh] PASSED
35443 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-deg2rad] PASSED
35444 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-degrees] PASSED
35445 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-exp] PASSED
35446 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-exp2] PASSED
35447 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-expm1] PASSED
35448 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-fabs] PASSED
35449 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-floor] PASSED
35450 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-log] PASSED
35451 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-log10] PASSED
35452 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-log1p] PASSED
35453 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-log2] PASSED
35454 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-negative] PASSED
35455 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-positive] PASSED
35456 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-rad2deg] PASSED
35457 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-radians] PASSED
35458 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-reciprocal] PASSED
35459 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-rint] PASSED
35460 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-sign] PASSED
35461 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-sin] PASSED
35462 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-sinh] PASSED
35463 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-spacing] PASSED
35464 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-sqrt] PASSED
35465 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-square] PASSED
35466 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-tan] PASSED
35467 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-tanh] PASSED
35468 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-trunc] PASSED
35469 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-conjugate1] PASSED
35470 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-e-_ones_like] PASSED
35471 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-absolute] PASSED
35472 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-arccos] PASSED
35473 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-arccosh] PASSED
35474 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-arcsin] PASSED
35475 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-arcsinh] PASSED
35476 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-arctan] PASSED
35477 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-arctanh] PASSED
35478 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-cbrt] PASSED
35479 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-ceil] PASSED
35480 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-conjugate0] PASSED
35481 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-cos] PASSED
35482 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-cosh] PASSED
35483 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-deg2rad] PASSED
35484 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-degrees] PASSED
35485 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-exp] PASSED
35486 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-exp2] PASSED
35487 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-expm1] PASSED
35488 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-fabs] PASSED
35489 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-floor] PASSED
35490 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-log] PASSED
35491 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-log10] PASSED
35492 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-log1p] PASSED
35493 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-log2] PASSED
35494 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-negative] PASSED
35495 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-positive] PASSED
35496 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-rad2deg] PASSED
35497 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-radians] PASSED
35498 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-reciprocal] PASSED
35499 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-rint] PASSED
35500 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-sign] PASSED
35501 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-sin] PASSED
35502 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-sinh] PASSED
35503 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-spacing] PASSED
35504 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-sqrt] PASSED
35505 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-square] PASSED
35506 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-tan] PASSED
35507 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-tanh] PASSED
35508 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-trunc] PASSED
35509 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-conjugate1] PASSED
35510 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-f-_ones_like] PASSED
35511 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-absolute] PASSED
35512 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-arccos] PASSED
35513 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-arccosh] PASSED
35514 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-arcsin] PASSED
35515 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-arcsinh] PASSED
35516 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-arctan] PASSED
35517 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-arctanh] PASSED
35518 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-cbrt] PASSED
35519 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-ceil] PASSED
35520 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-conjugate0] PASSED
35521 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-cos] PASSED
35522 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-cosh] PASSED
35523 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-deg2rad] PASSED
35524 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-degrees] PASSED
35525 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-exp] PASSED
35526 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-exp2] PASSED
35527 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-expm1] PASSED
35528 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-fabs] PASSED
35529 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-floor] PASSED
35530 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-log] PASSED
35531 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-log10] PASSED
35532 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-log1p] PASSED
35533 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-log2] PASSED
35534 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-negative] PASSED
35535 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-positive] PASSED
35536 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-rad2deg] PASSED
35537 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-radians] PASSED
35538 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-reciprocal] PASSED
35539 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-rint] PASSED
35540 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-sign] PASSED
35541 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-sin] PASSED
35542 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-sinh] PASSED
35543 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-spacing] PASSED
35544 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-sqrt] PASSED
35545 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-square] PASSED
35546 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-tan] PASSED
35547 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-tanh] PASSED
35548 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-trunc] PASSED
35549 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-conjugate1] PASSED
35550 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data14-escape14-d-_ones_like] PASSED
35551 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-absolute] PASSED
35552 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-arccos] PASSED
35553 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-arccosh] PASSED
35554 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-arcsin] PASSED
35555 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-arcsinh] PASSED
35556 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-arctan] PASSED
35557 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-arctanh] PASSED
35558 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-cbrt] PASSED
35559 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-ceil] PASSED
35560 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-conjugate0] PASSED
35561 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-cos] PASSED
35562 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-cosh] PASSED
35563 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-deg2rad] PASSED
35564 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-degrees] PASSED
35565 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-exp] PASSED
35566 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-exp2] PASSED
35567 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-expm1] PASSED
35568 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-fabs] PASSED
35569 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-floor] PASSED
35570 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-log] PASSED
35571 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-log10] PASSED
35572 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-log1p] PASSED
35573 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-log2] PASSED
35574 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-negative] PASSED
35575 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-positive] PASSED
35576 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-rad2deg] PASSED
35577 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-radians] PASSED
35578 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-reciprocal] PASSED
35579 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-rint] PASSED
35580 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-sign] PASSED
35581 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-sin] PASSED
35582 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-sinh] PASSED
35583 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-spacing] PASSED
35584 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-sqrt] PASSED
35585 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-square] PASSED
35586 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-tan] PASSED
35587 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-tanh] PASSED
35588 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-trunc] PASSED
35589 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-conjugate1] PASSED
35590 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-e-_ones_like] PASSED
35591 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-absolute] PASSED
35592 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-arccos] PASSED
35593 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-arccosh] PASSED
35594 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-arcsin] PASSED
35595 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-arcsinh] PASSED
35596 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-arctan] PASSED
35597 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-arctanh] PASSED
35598 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-cbrt] PASSED
35599 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-ceil] PASSED
35600 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-conjugate0] PASSED
35601 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-cos] PASSED
35602 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-cosh] PASSED
35603 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-deg2rad] PASSED
35604 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-degrees] PASSED
35605 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-exp] PASSED
35606 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-exp2] PASSED
35607 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-expm1] PASSED
35608 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-fabs] PASSED
35609 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-floor] PASSED
35610 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-log] PASSED
35611 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-log10] PASSED
35612 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-log1p] PASSED
35613 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-log2] PASSED
35614 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-negative] PASSED
35615 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-positive] PASSED
35616 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-rad2deg] PASSED
35617 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-radians] PASSED
35618 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-reciprocal] PASSED
35619 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-rint] PASSED
35620 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-sign] PASSED
35621 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-sin] PASSED
35622 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-sinh] PASSED
35623 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-spacing] PASSED
35624 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-sqrt] PASSED
35625 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-square] PASSED
35626 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-tan] PASSED
35627 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-tanh] PASSED
35628 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-trunc] PASSED
35629 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-conjugate1] PASSED
35630 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-f-_ones_like] PASSED
35631 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-absolute] PASSED
35632 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-arccos] PASSED
35633 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-arccosh] PASSED
35634 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-arcsin] PASSED
35635 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-arcsinh] PASSED
35636 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-arctan] PASSED
35637 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-arctanh] PASSED
35638 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-cbrt] PASSED
35639 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-ceil] PASSED
35640 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-conjugate0] PASSED
35641 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-cos] PASSED
35642 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-cosh] PASSED
35643 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-deg2rad] PASSED
35644 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-degrees] PASSED
35645 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-exp] PASSED
35646 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-exp2] PASSED
35647 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-expm1] PASSED
35648 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-fabs] PASSED
35649 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-floor] PASSED
35650 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-log] PASSED
35651 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-log10] PASSED
35652 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-log1p] PASSED
35653 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-log2] PASSED
35654 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-negative] PASSED
35655 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-positive] PASSED
35656 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-rad2deg] PASSED
35657 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-radians] PASSED
35658 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-reciprocal] PASSED
35659 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-rint] PASSED
35660 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-sign] PASSED
35661 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-sin] PASSED
35662 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-sinh] PASSED
35663 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-spacing] PASSED
35664 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-sqrt] PASSED
35665 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-square] PASSED
35666 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-tan] PASSED
35667 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-tanh] PASSED
35668 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-trunc] PASSED
35669 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-conjugate1] PASSED
35670 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data15-escape15-d-_ones_like] PASSED
35671 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-absolute] PASSED
35672 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-arccos] PASSED
35673 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-arccosh] PASSED
35674 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-arcsin] PASSED
35675 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-arcsinh] PASSED
35676 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-arctan] PASSED
35677 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-arctanh] PASSED
35678 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-cbrt] PASSED
35679 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-ceil] PASSED
35680 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-conjugate0] PASSED
35681 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-cos] PASSED
35682 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-cosh] PASSED
35683 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-deg2rad] PASSED
35684 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-degrees] PASSED
35685 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-exp] PASSED
35686 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-exp2] PASSED
35687 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-expm1] PASSED
35688 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-fabs] PASSED
35689 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-floor] PASSED
35690 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-log] PASSED
35691 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-log10] PASSED
35692 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-log1p] PASSED
35693 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-log2] PASSED
35694 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-negative] PASSED
35695 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-positive] PASSED
35696 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-rad2deg] PASSED
35697 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-radians] PASSED
35698 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-reciprocal] PASSED
35699 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-rint] PASSED
35700 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-sign] PASSED
35701 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-sin] PASSED
35702 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-sinh] PASSED
35703 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-spacing] PASSED
35704 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-sqrt] PASSED
35705 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-square] PASSED
35706 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-tan] PASSED
35707 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-tanh] PASSED
35708 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-trunc] PASSED
35709 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-conjugate1] PASSED
35710 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-e-_ones_like] PASSED
35711 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-absolute] PASSED
35712 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-arccos] PASSED
35713 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-arccosh] PASSED
35714 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-arcsin] PASSED
35715 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-arcsinh] PASSED
35716 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-arctan] PASSED
35717 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-arctanh] PASSED
35718 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-cbrt] PASSED
35719 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-ceil] PASSED
35720 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-conjugate0] PASSED
35721 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-cos] PASSED
35722 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-cosh] PASSED
35723 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-deg2rad] PASSED
35724 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-degrees] PASSED
35725 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-exp] PASSED
35726 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-exp2] PASSED
35727 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-expm1] PASSED
35728 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-fabs] PASSED
35729 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-floor] PASSED
35730 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-log] PASSED
35731 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-log10] PASSED
35732 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-log1p] PASSED
35733 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-log2] PASSED
35734 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-negative] PASSED
35735 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-positive] PASSED
35736 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-rad2deg] PASSED
35737 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-radians] PASSED
35738 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-reciprocal] PASSED
35739 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-rint] PASSED
35740 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-sign] PASSED
35741 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-sin] PASSED
35742 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-sinh] PASSED
35743 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-spacing] PASSED
35744 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-sqrt] PASSED
35745 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-square] PASSED
35746 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-tan] PASSED
35747 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-tanh] PASSED
35748 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-trunc] PASSED
35749 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-conjugate1] PASSED
35750 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-_ones_like] PASSED
35751 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-absolute] PASSED
35752 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-arccos] PASSED
35753 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-arccosh] PASSED
35754 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-arcsin] PASSED
35755 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-arcsinh] PASSED
35756 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-arctan] PASSED
35757 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-arctanh] PASSED
35758 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-cbrt] PASSED
35759 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-ceil] PASSED
35760 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-conjugate0] PASSED
35761 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-cos] PASSED
35762 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-cosh] PASSED
35763 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-deg2rad] PASSED
35764 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-degrees] PASSED
35765 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-exp] PASSED
35766 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-exp2] PASSED
35767 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-expm1] PASSED
35768 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-fabs] PASSED
35769 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-floor] PASSED
35770 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-log] PASSED
35771 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-log10] PASSED
35772 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-log1p] PASSED
35773 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-log2] PASSED
35774 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-negative] PASSED
35775 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-positive] PASSED
35776 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-rad2deg] PASSED
35777 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-radians] PASSED
35778 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-reciprocal] PASSED
35779 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-rint] PASSED
35780 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-sign] PASSED
35781 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-sin] PASSED
35782 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-sinh] PASSED
35783 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-spacing] PASSED
35784 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-sqrt] PASSED
35785 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-square] PASSED
35786 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-tan] PASSED
35787 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-tanh] PASSED
35788 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-trunc] PASSED
35789 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-conjugate1] PASSED
35790 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-d-_ones_like] PASSED
35791 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-absolute] PASSED
35792 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-arccos] PASSED
35793 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-arccosh] PASSED
35794 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-arcsin] PASSED
35795 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-arcsinh] PASSED
35796 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-arctan] PASSED
35797 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-arctanh] PASSED
35798 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-cbrt] PASSED
35799 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-ceil] PASSED
35800 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-conjugate0] PASSED
35801 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-cos] PASSED
35802 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-cosh] PASSED
35803 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-deg2rad] PASSED
35804 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-degrees] PASSED
35805 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-exp] PASSED
35806 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-exp2] PASSED
35807 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-expm1] PASSED
35808 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-fabs] PASSED
35809 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-floor] PASSED
35810 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-log] PASSED
35811 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-log10] PASSED
35812 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-log1p] PASSED
35813 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-log2] PASSED
35814 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-negative] PASSED
35815 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-positive] PASSED
35816 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-rad2deg] PASSED
35817 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-radians] PASSED
35818 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-reciprocal] PASSED
35819 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-rint] PASSED
35820 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-sign] PASSED
35821 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-sin] PASSED
35822 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-sinh] PASSED
35823 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-spacing] PASSED
35824 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-sqrt] PASSED
35825 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-square] PASSED
35826 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-tan] PASSED
35827 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-tanh] PASSED
35828 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-trunc] PASSED
35829 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-conjugate1] PASSED
35830 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-e-_ones_like] PASSED
35831 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-absolute] PASSED
35832 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-arccos] PASSED
35833 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-arccosh] PASSED
35834 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-arcsin] PASSED
35835 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-arcsinh] PASSED
35836 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-arctan] PASSED
35837 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-arctanh] PASSED
35838 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-cbrt] PASSED
35839 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-ceil] PASSED
35840 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-conjugate0] PASSED
35841 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-cos] PASSED
35842 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-cosh] PASSED
35843 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-deg2rad] PASSED
35844 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-degrees] PASSED
35845 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-exp] PASSED
35846 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-exp2] PASSED
35847 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-expm1] PASSED
35848 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-fabs] PASSED
35849 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-floor] PASSED
35850 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-log] PASSED
35851 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-log10] PASSED
35852 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-log1p] PASSED
35853 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-log2] PASSED
35854 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-negative] PASSED
35855 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-positive] PASSED
35856 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-rad2deg] PASSED
35857 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-radians] PASSED
35858 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-reciprocal] PASSED
35859 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-rint] PASSED
35860 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-sign] PASSED
35861 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-sin] PASSED
35862 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-sinh] PASSED
35863 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-spacing] PASSED
35864 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-sqrt] PASSED
35865 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-square] PASSED
35866 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-tan] PASSED
35867 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-tanh] PASSED
35868 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-trunc] PASSED
35869 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-conjugate1] PASSED
35870 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-_ones_like] PASSED
35871 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-absolute] PASSED
35872 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-arccos] PASSED
35873 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-arccosh] PASSED
35874 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-arcsin] PASSED
35875 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-arcsinh] PASSED
35876 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-arctan] PASSED
35877 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-arctanh] PASSED
35878 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-cbrt] PASSED
35879 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-ceil] PASSED
35880 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-conjugate0] PASSED
35881 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-cos] PASSED
35882 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-cosh] PASSED
35883 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-deg2rad] PASSED
35884 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-degrees] PASSED
35885 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-exp] PASSED
35886 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-exp2] PASSED
35887 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-expm1] PASSED
35888 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-fabs] PASSED
35889 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-floor] PASSED
35890 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-log] PASSED
35891 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-log10] PASSED
35892 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-log1p] PASSED
35893 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-log2] PASSED
35894 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-negative] PASSED
35895 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-positive] PASSED
35896 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-rad2deg] PASSED
35897 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-radians] PASSED
35898 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-reciprocal] PASSED
35899 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-rint] PASSED
35900 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-sign] PASSED
35901 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-sin] PASSED
35902 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-sinh] PASSED
35903 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-spacing] PASSED
35904 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-sqrt] PASSED
35905 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-square] PASSED
35906 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-tan] PASSED
35907 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-tanh] PASSED
35908 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-trunc] PASSED
35909 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-conjugate1] PASSED
35910 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-d-_ones_like] PASSED
35911 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-absolute] PASSED
35912 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-arccos] PASSED
35913 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-arccosh] PASSED
35914 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-arcsin] PASSED
35915 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-arcsinh] PASSED
35916 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-arctan] PASSED
35917 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-arctanh] PASSED
35918 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-cbrt] PASSED
35919 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-ceil] PASSED
35920 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-conjugate0] PASSED
35921 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-cos] PASSED
35922 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-cosh] PASSED
35923 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-deg2rad] PASSED
35924 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-degrees] PASSED
35925 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-exp] PASSED
35926 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-exp2] PASSED
35927 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-expm1] PASSED
35928 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-fabs] PASSED
35929 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-floor] PASSED
35930 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-log] PASSED
35931 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-log10] PASSED
35932 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-log1p] PASSED
35933 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-log2] PASSED
35934 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-negative] PASSED
35935 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-positive] PASSED
35936 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-rad2deg] PASSED
35937 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-radians] PASSED
35938 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-reciprocal] PASSED
35939 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-rint] PASSED
35940 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-sign] PASSED
35941 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-sin] PASSED
35942 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-sinh] PASSED
35943 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-spacing] PASSED
35944 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-sqrt] PASSED
35945 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-square] PASSED
35946 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-tan] PASSED
35947 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-tanh] PASSED
35948 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-trunc] PASSED
35949 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-conjugate1] PASSED
35950 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-e-_ones_like] PASSED
35951 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-absolute] PASSED
35952 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-arccos] PASSED
35953 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-arccosh] PASSED
35954 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-arcsin] PASSED
35955 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-arcsinh] PASSED
35956 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-arctan] PASSED
35957 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-arctanh] PASSED
35958 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-cbrt] PASSED
35959 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-ceil] PASSED
35960 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-conjugate0] PASSED
35961 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-cos] PASSED
35962 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-cosh] PASSED
35963 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-deg2rad] PASSED
35964 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-degrees] PASSED
35965 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-exp] PASSED
35966 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-exp2] PASSED
35967 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-expm1] PASSED
35968 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-fabs] PASSED
35969 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-floor] PASSED
35970 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-log] PASSED
35971 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-log10] PASSED
35972 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-log1p] PASSED
35973 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-log2] PASSED
35974 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-negative] PASSED
35975 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-positive] PASSED
35976 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-rad2deg] PASSED
35977 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-radians] PASSED
35978 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-reciprocal] PASSED
35979 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-rint] PASSED
35980 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-sign] PASSED
35981 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-sin] PASSED
35982 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-sinh] PASSED
35983 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-spacing] PASSED
35984 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-sqrt] PASSED
35985 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-square] PASSED
35986 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-tan] PASSED
35987 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-tanh] PASSED
35988 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-trunc] PASSED
35989 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-conjugate1] PASSED
35990 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-_ones_like] PASSED
35991 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-absolute] PASSED
35992 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-arccos] PASSED
35993 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-arccosh] PASSED
35994 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-arcsin] PASSED
35995 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-arcsinh] PASSED
35996 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-arctan] PASSED
35997 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-arctanh] PASSED
35998 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-cbrt] PASSED
35999 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-ceil] PASSED
36000 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-conjugate0] PASSED
36001 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-cos] PASSED
36002 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-cosh] PASSED
36003 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-deg2rad] PASSED
36004 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-degrees] PASSED
36005 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-exp] PASSED
36006 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-exp2] PASSED
36007 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-expm1] PASSED
36008 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-fabs] PASSED
36009 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-floor] PASSED
36010 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-log] PASSED
36011 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-log10] PASSED
36012 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-log1p] PASSED
36013 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-log2] PASSED
36014 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-negative] PASSED
36015 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-positive] PASSED
36016 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-rad2deg] PASSED
36017 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-radians] PASSED
36018 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-reciprocal] PASSED
36019 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-rint] PASSED
36020 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-sign] PASSED
36021 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-sin] PASSED
36022 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-sinh] PASSED
36023 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-spacing] PASSED
36024 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-sqrt] PASSED
36025 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-square] PASSED
36026 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-tan] PASSED
36027 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-tanh] PASSED
36028 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-trunc] PASSED
36029 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-conjugate1] PASSED
36030 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-d-_ones_like] PASSED
36031 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-absolute] PASSED
36032 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-arccos] PASSED
36033 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-arccosh] PASSED
36034 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-arcsin] PASSED
36035 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-arcsinh] PASSED
36036 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-arctan] PASSED
36037 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-arctanh] PASSED
36038 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-cbrt] PASSED
36039 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-ceil] PASSED
36040 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-conjugate0] PASSED
36041 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-cos] PASSED
36042 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-cosh] PASSED
36043 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-deg2rad] PASSED
36044 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-degrees] PASSED
36045 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-exp] PASSED
36046 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-exp2] PASSED
36047 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-expm1] PASSED
36048 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-fabs] PASSED
36049 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-floor] PASSED
36050 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-log] PASSED
36051 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-log10] PASSED
36052 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-log1p] PASSED
36053 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-log2] PASSED
36054 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-negative] PASSED
36055 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-positive] PASSED
36056 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-rad2deg] PASSED
36057 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-radians] PASSED
36058 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-reciprocal] PASSED
36059 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-rint] PASSED
36060 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-sign] PASSED
36061 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-sin] PASSED
36062 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-sinh] PASSED
36063 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-spacing] PASSED
36064 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-sqrt] PASSED
36065 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-square] PASSED
36066 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-tan] PASSED
36067 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-tanh] PASSED
36068 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-trunc] PASSED
36069 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-conjugate1] PASSED
36070 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-e-_ones_like] PASSED
36071 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-absolute] PASSED
36072 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-arccos] PASSED
36073 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-arccosh] PASSED
36074 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-arcsin] PASSED
36075 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-arcsinh] PASSED
36076 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-arctan] PASSED
36077 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-arctanh] PASSED
36078 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-cbrt] PASSED
36079 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-ceil] PASSED
36080 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-conjugate0] PASSED
36081 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-cos] PASSED
36082 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-cosh] PASSED
36083 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-deg2rad] PASSED
36084 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-degrees] PASSED
36085 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-exp] PASSED
36086 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-exp2] PASSED
36087 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-expm1] PASSED
36088 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-fabs] PASSED
36089 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-floor] PASSED
36090 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-log] PASSED
36091 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-log10] PASSED
36092 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-log1p] PASSED
36093 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-log2] PASSED
36094 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-negative] PASSED
36095 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-positive] PASSED
36096 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-rad2deg] PASSED
36097 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-radians] PASSED
36098 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-reciprocal] PASSED
36099 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-rint] PASSED
36100 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-sign] PASSED
36101 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-sin] PASSED
36102 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-sinh] PASSED
36103 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-spacing] PASSED
36104 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-sqrt] PASSED
36105 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-square] PASSED
36106 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-tan] PASSED
36107 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-tanh] PASSED
36108 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-trunc] PASSED
36109 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-conjugate1] PASSED
36110 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-_ones_like] PASSED
36111 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-absolute] PASSED
36112 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-arccos] PASSED
36113 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-arccosh] PASSED
36114 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-arcsin] PASSED
36115 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-arcsinh] PASSED
36116 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-arctan] PASSED
36117 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-arctanh] PASSED
36118 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-cbrt] PASSED
36119 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-ceil] PASSED
36120 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-conjugate0] PASSED
36121 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-cos] PASSED
36122 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-cosh] PASSED
36123 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-deg2rad] PASSED
36124 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-degrees] PASSED
36125 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-exp] PASSED
36126 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-exp2] PASSED
36127 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-expm1] PASSED
36128 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-fabs] PASSED
36129 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-floor] PASSED
36130 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-log] PASSED
36131 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-log10] PASSED
36132 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-log1p] PASSED
36133 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-log2] PASSED
36134 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-negative] PASSED
36135 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-positive] PASSED
36136 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-rad2deg] PASSED
36137 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-radians] PASSED
36138 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-reciprocal] PASSED
36139 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-rint] PASSED
36140 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-sign] PASSED
36141 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-sin] PASSED
36142 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-sinh] PASSED
36143 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-spacing] PASSED
36144 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-sqrt] PASSED
36145 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-square] PASSED
36146 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-tan] PASSED
36147 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-tanh] PASSED
36148 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-trunc] PASSED
36149 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-conjugate1] PASSED
36150 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-d-_ones_like] PASSED
36151 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-absolute] PASSED
36152 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-arccos] PASSED
36153 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-arccosh] PASSED
36154 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-arcsin] PASSED
36155 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-arcsinh] PASSED
36156 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-arctan] PASSED
36157 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-arctanh] PASSED
36158 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-cbrt] PASSED
36159 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-ceil] PASSED
36160 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-conjugate0] PASSED
36161 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-cos] PASSED
36162 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-cosh] PASSED
36163 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-deg2rad] PASSED
36164 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-degrees] PASSED
36165 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-exp] PASSED
36166 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-exp2] PASSED
36167 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-expm1] PASSED
36168 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-fabs] PASSED
36169 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-floor] PASSED
36170 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-log] PASSED
36171 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-log10] PASSED
36172 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-log1p] PASSED
36173 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-log2] PASSED
36174 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-negative] PASSED
36175 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-positive] PASSED
36176 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-rad2deg] PASSED
36177 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-radians] PASSED
36178 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-reciprocal] PASSED
36179 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-rint] PASSED
36180 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-sign] PASSED
36181 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-sin] PASSED
36182 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-sinh] PASSED
36183 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-spacing] PASSED
36184 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-sqrt] PASSED
36185 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-square] PASSED
36186 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-tan] PASSED
36187 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-tanh] PASSED
36188 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-trunc] PASSED
36189 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-conjugate1] PASSED
36190 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-e-_ones_like] PASSED
36191 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-absolute] PASSED
36192 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-arccos] PASSED
36193 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-arccosh] PASSED
36194 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-arcsin] PASSED
36195 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-arcsinh] PASSED
36196 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-arctan] PASSED
36197 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-arctanh] PASSED
36198 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-cbrt] PASSED
36199 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-ceil] PASSED
36200 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-conjugate0] PASSED
36201 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-cos] PASSED
36202 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-cosh] PASSED
36203 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-deg2rad] PASSED
36204 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-degrees] PASSED
36205 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-exp] PASSED
36206 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-exp2] PASSED
36207 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-expm1] PASSED
36208 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-fabs] PASSED
36209 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-floor] PASSED
36210 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-log] PASSED
36211 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-log10] PASSED
36212 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-log1p] PASSED
36213 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-log2] PASSED
36214 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-negative] PASSED
36215 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-positive] PASSED
36216 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-rad2deg] PASSED
36217 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-radians] PASSED
36218 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-reciprocal] PASSED
36219 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-rint] PASSED
36220 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-sign] PASSED
36221 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-sin] PASSED
36222 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-sinh] PASSED
36223 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-spacing] PASSED
36224 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-sqrt] PASSED
36225 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-square] PASSED
36226 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-tan] PASSED
36227 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-tanh] PASSED
36228 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-trunc] PASSED
36229 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-conjugate1] PASSED
36230 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-_ones_like] PASSED
36231 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-absolute] PASSED
36232 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-arccos] PASSED
36233 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-arccosh] PASSED
36234 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-arcsin] PASSED
36235 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-arcsinh] PASSED
36236 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-arctan] PASSED
36237 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-arctanh] PASSED
36238 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-cbrt] PASSED
36239 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-ceil] PASSED
36240 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-conjugate0] PASSED
36241 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-cos] PASSED
36242 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-cosh] PASSED
36243 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-deg2rad] PASSED
36244 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-degrees] PASSED
36245 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-exp] PASSED
36246 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-exp2] PASSED
36247 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-expm1] PASSED
36248 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-fabs] PASSED
36249 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-floor] PASSED
36250 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-log] PASSED
36251 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-log10] PASSED
36252 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-log1p] PASSED
36253 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-log2] PASSED
36254 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-negative] PASSED
36255 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-positive] PASSED
36256 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-rad2deg] PASSED
36257 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-radians] PASSED
36258 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-reciprocal] PASSED
36259 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-rint] PASSED
36260 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-sign] PASSED
36261 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-sin] PASSED
36262 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-sinh] PASSED
36263 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-spacing] PASSED
36264 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-sqrt] PASSED
36265 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-square] PASSED
36266 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-tan] PASSED
36267 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-tanh] PASSED
36268 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-trunc] PASSED
36269 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-conjugate1] PASSED
36270 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-d-_ones_like] PASSED
36271 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-absolute] PASSED
36272 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-arccos] PASSED
36273 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-arccosh] PASSED
36274 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-arcsin] PASSED
36275 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-arcsinh] PASSED
36276 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-arctan] PASSED
36277 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-arctanh] PASSED
36278 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-cbrt] PASSED
36279 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-ceil] PASSED
36280 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-conjugate0] PASSED
36281 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-cos] PASSED
36282 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-cosh] PASSED
36283 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-deg2rad] PASSED
36284 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-degrees] PASSED
36285 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-exp] PASSED
36286 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-exp2] PASSED
36287 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-expm1] PASSED
36288 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-fabs] PASSED
36289 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-floor] PASSED
36290 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-log] PASSED
36291 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-log10] PASSED
36292 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-log1p] PASSED
36293 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-log2] PASSED
36294 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-negative] PASSED
36295 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-positive] PASSED
36296 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-rad2deg] PASSED
36297 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-radians] PASSED
36298 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-reciprocal] PASSED
36299 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-rint] PASSED
36300 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-sign] PASSED
36301 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-sin] PASSED
36302 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-sinh] PASSED
36303 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-spacing] PASSED
36304 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-sqrt] PASSED
36305 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-square] PASSED
36306 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-tan] PASSED
36307 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-tanh] PASSED
36308 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-trunc] PASSED
36309 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-conjugate1] PASSED
36310 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-e-_ones_like] PASSED
36311 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-absolute] PASSED
36312 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-arccos] PASSED
36313 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-arccosh] PASSED
36314 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-arcsin] PASSED
36315 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-arcsinh] PASSED
36316 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-arctan] PASSED
36317 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-arctanh] PASSED
36318 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-cbrt] PASSED
36319 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-ceil] PASSED
36320 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-conjugate0] PASSED
36321 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-cos] PASSED
36322 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-cosh] PASSED
36323 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-deg2rad] PASSED
36324 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-degrees] PASSED
36325 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-exp] PASSED
36326 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-exp2] PASSED
36327 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-expm1] PASSED
36328 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-fabs] PASSED
36329 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-floor] PASSED
36330 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-log] PASSED
36331 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-log10] PASSED
36332 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-log1p] PASSED
36333 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-log2] PASSED
36334 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-negative] PASSED
36335 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-positive] PASSED
36336 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-rad2deg] PASSED
36337 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-radians] PASSED
36338 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-reciprocal] PASSED
36339 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-rint] PASSED
36340 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-sign] PASSED
36341 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-sin] PASSED
36342 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-sinh] PASSED
36343 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-spacing] PASSED
36344 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-sqrt] PASSED
36345 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-square] PASSED
36346 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-tan] PASSED
36347 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-tanh] PASSED
36348 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-trunc] PASSED
36349 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-conjugate1] PASSED
36350 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-_ones_like] PASSED
36351 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-absolute] PASSED
36352 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-arccos] PASSED
36353 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-arccosh] PASSED
36354 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-arcsin] PASSED
36355 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-arcsinh] PASSED
36356 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-arctan] PASSED
36357 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-arctanh] PASSED
36358 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-cbrt] PASSED
36359 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-ceil] PASSED
36360 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-conjugate0] PASSED
36361 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-cos] PASSED
36362 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-cosh] PASSED
36363 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-deg2rad] PASSED
36364 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-degrees] PASSED
36365 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-exp] PASSED
36366 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-exp2] PASSED
36367 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-expm1] PASSED
36368 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-fabs] PASSED
36369 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-floor] PASSED
36370 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-log] PASSED
36371 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-log10] PASSED
36372 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-log1p] PASSED
36373 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-log2] PASSED
36374 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-negative] PASSED
36375 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-positive] PASSED
36376 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-rad2deg] PASSED
36377 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-radians] PASSED
36378 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-reciprocal] PASSED
36379 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-rint] PASSED
36380 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-sign] PASSED
36381 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-sin] PASSED
36382 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-sinh] PASSED
36383 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-spacing] PASSED
36384 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-sqrt] PASSED
36385 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-square] PASSED
36386 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-tan] PASSED
36387 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-tanh] PASSED
36388 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-trunc] PASSED
36389 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-conjugate1] PASSED
36390 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-d-_ones_like] PASSED
36391 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-absolute] PASSED
36392 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-arccos] PASSED
36393 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-arccosh] PASSED
36394 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-arcsin] PASSED
36395 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-arcsinh] PASSED
36396 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-arctan] PASSED
36397 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-arctanh] PASSED
36398 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-cbrt] PASSED
36399 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-ceil] PASSED
36400 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-conjugate0] PASSED
36401 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-cos] PASSED
36402 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-cosh] PASSED
36403 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-deg2rad] PASSED
36404 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-degrees] PASSED
36405 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-exp] PASSED
36406 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-exp2] PASSED
36407 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-expm1] PASSED
36408 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-fabs] PASSED
36409 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-floor] PASSED
36410 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-log] PASSED
36411 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-log10] PASSED
36412 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-log1p] PASSED
36413 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-log2] PASSED
36414 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-negative] PASSED
36415 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-positive] PASSED
36416 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-rad2deg] PASSED
36417 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-radians] PASSED
36418 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-reciprocal] PASSED
36419 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-rint] PASSED
36420 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-sign] PASSED
36421 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-sin] PASSED
36422 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-sinh] PASSED
36423 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-spacing] PASSED
36424 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-sqrt] PASSED
36425 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-square] PASSED
36426 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-tan] PASSED
36427 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-tanh] PASSED
36428 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-trunc] PASSED
36429 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-conjugate1] PASSED
36430 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-e-_ones_like] PASSED
36431 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-absolute] PASSED
36432 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-arccos] PASSED
36433 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-arccosh] PASSED
36434 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-arcsin] PASSED
36435 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-arcsinh] PASSED
36436 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-arctan] PASSED
36437 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-arctanh] PASSED
36438 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-cbrt] PASSED
36439 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-ceil] PASSED
36440 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-conjugate0] PASSED
36441 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-cos] PASSED
36442 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-cosh] PASSED
36443 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-deg2rad] PASSED
36444 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-degrees] PASSED
36445 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-exp] PASSED
36446 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-exp2] PASSED
36447 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-expm1] PASSED
36448 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-fabs] PASSED
36449 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-floor] PASSED
36450 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-log] PASSED
36451 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-log10] PASSED
36452 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-log1p] PASSED
36453 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-log2] PASSED
36454 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-negative] PASSED
36455 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-positive] PASSED
36456 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-rad2deg] PASSED
36457 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-radians] PASSED
36458 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-reciprocal] PASSED
36459 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-rint] PASSED
36460 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-sign] PASSED
36461 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-sin] PASSED
36462 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-sinh] PASSED
36463 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-spacing] PASSED
36464 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-sqrt] PASSED
36465 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-square] PASSED
36466 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-tan] PASSED
36467 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-tanh] PASSED
36468 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-trunc] PASSED
36469 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-conjugate1] PASSED
36470 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-f-_ones_like] PASSED
36471 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-absolute] PASSED
36472 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-arccos] PASSED
36473 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-arccosh] PASSED
36474 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-arcsin] PASSED
36475 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-arcsinh] PASSED
36476 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-arctan] PASSED
36477 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-arctanh] PASSED
36478 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-cbrt] PASSED
36479 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-ceil] PASSED
36480 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-conjugate0] PASSED
36481 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-cos] PASSED
36482 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-cosh] PASSED
36483 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-deg2rad] PASSED
36484 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-degrees] PASSED
36485 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-exp] PASSED
36486 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-exp2] PASSED
36487 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-expm1] PASSED
36488 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-fabs] PASSED
36489 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-floor] PASSED
36490 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-log] PASSED
36491 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-log10] PASSED
36492 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-log1p] PASSED
36493 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-log2] PASSED
36494 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-negative] PASSED
36495 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-positive] PASSED
36496 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-rad2deg] PASSED
36497 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-radians] PASSED
36498 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-reciprocal] PASSED
36499 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-rint] PASSED
36500 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-sign] PASSED
36501 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-sin] PASSED
36502 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-sinh] PASSED
36503 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-spacing] PASSED
36504 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-sqrt] PASSED
36505 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-square] PASSED
36506 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-tan] PASSED
36507 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-tanh] PASSED
36508 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-trunc] PASSED
36509 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-conjugate1] PASSED
36510 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data22-escape22-d-_ones_like] PASSED
36511 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-absolute] PASSED
36512 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-arccos] PASSED
36513 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-arccosh] PASSED
36514 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-arcsin] PASSED
36515 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-arcsinh] PASSED
36516 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-arctan] PASSED
36517 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-arctanh] PASSED
36518 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-cbrt] PASSED
36519 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-ceil] PASSED
36520 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-conjugate0] PASSED
36521 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-cos] PASSED
36522 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-cosh] PASSED
36523 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-deg2rad] PASSED
36524 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-degrees] PASSED
36525 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-exp] PASSED
36526 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-exp2] PASSED
36527 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-expm1] PASSED
36528 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-fabs] PASSED
36529 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-floor] PASSED
36530 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-log] PASSED
36531 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-log10] PASSED
36532 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-log1p] PASSED
36533 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-log2] PASSED
36534 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-negative] PASSED
36535 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-positive] PASSED
36536 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-rad2deg] PASSED
36537 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-radians] PASSED
36538 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-reciprocal] PASSED
36539 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-rint] PASSED
36540 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-sign] PASSED
36541 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-sin] PASSED
36542 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-sinh] PASSED
36543 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-spacing] PASSED
36544 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-sqrt] PASSED
36545 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-square] PASSED
36546 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-tan] PASSED
36547 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-tanh] PASSED
36548 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-trunc] PASSED
36549 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-conjugate1] PASSED
36550 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-e-_ones_like] PASSED
36551 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-absolute] PASSED
36552 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-arccos] PASSED
36553 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-arccosh] PASSED
36554 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-arcsin] PASSED
36555 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-arcsinh] PASSED
36556 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-arctan] PASSED
36557 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-arctanh] PASSED
36558 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-cbrt] PASSED
36559 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-ceil] PASSED
36560 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-conjugate0] PASSED
36561 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-cos] PASSED
36562 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-cosh] PASSED
36563 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-deg2rad] PASSED
36564 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-degrees] PASSED
36565 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-exp] PASSED
36566 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-exp2] PASSED
36567 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-expm1] PASSED
36568 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-fabs] PASSED
36569 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-floor] PASSED
36570 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-log] PASSED
36571 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-log10] PASSED
36572 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-log1p] PASSED
36573 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-log2] PASSED
36574 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-negative] PASSED
36575 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-positive] PASSED
36576 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-rad2deg] PASSED
36577 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-radians] PASSED
36578 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-reciprocal] PASSED
36579 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-rint] PASSED
36580 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-sign] PASSED
36581 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-sin] PASSED
36582 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-sinh] PASSED
36583 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-spacing] PASSED
36584 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-sqrt] PASSED
36585 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-square] PASSED
36586 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-tan] PASSED
36587 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-tanh] PASSED
36588 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-trunc] PASSED
36589 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-conjugate1] PASSED
36590 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-f-_ones_like] PASSED
36591 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-absolute] PASSED
36592 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-arccos] PASSED
36593 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-arccosh] PASSED
36594 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-arcsin] PASSED
36595 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-arcsinh] PASSED
36596 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-arctan] PASSED
36597 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-arctanh] PASSED
36598 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-cbrt] PASSED
36599 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-ceil] PASSED
36600 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-conjugate0] PASSED
36601 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-cos] PASSED
36602 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-cosh] PASSED
36603 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-deg2rad] PASSED
36604 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-degrees] PASSED
36605 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-exp] PASSED
36606 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-exp2] PASSED
36607 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-expm1] PASSED
36608 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-fabs] PASSED
36609 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-floor] PASSED
36610 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-log] PASSED
36611 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-log10] PASSED
36612 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-log1p] PASSED
36613 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-log2] PASSED
36614 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-negative] PASSED
36615 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-positive] PASSED
36616 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-rad2deg] PASSED
36617 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-radians] PASSED
36618 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-reciprocal] PASSED
36619 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-rint] PASSED
36620 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-sign] PASSED
36621 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-sin] PASSED
36622 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-sinh] PASSED
36623 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-spacing] PASSED
36624 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-sqrt] PASSED
36625 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-square] PASSED
36626 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-tan] PASSED
36627 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-tanh] PASSED
36628 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-trunc] PASSED
36629 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-conjugate1] PASSED
36630 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data23-escape23-d-_ones_like] PASSED
36631 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-absolute] PASSED
36632 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-arccos] PASSED
36633 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-arccosh] PASSED
36634 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-arcsin] PASSED
36635 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-arcsinh] PASSED
36636 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-arctan] PASSED
36637 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-arctanh] PASSED
36638 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-cbrt] PASSED
36639 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-ceil] PASSED
36640 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-conjugate0] PASSED
36641 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-cos] PASSED
36642 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-cosh] PASSED
36643 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-deg2rad] PASSED
36644 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-degrees] PASSED
36645 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-exp] PASSED
36646 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-exp2] PASSED
36647 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-expm1] PASSED
36648 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-fabs] PASSED
36649 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-floor] PASSED
36650 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-log] PASSED
36651 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-log10] PASSED
36652 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-log1p] PASSED
36653 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-log2] PASSED
36654 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-negative] PASSED
36655 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-positive] PASSED
36656 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-rad2deg] PASSED
36657 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-radians] PASSED
36658 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-reciprocal] PASSED
36659 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-rint] PASSED
36660 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-sign] PASSED
36661 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-sin] PASSED
36662 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-sinh] PASSED
36663 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-spacing] PASSED
36664 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-sqrt] PASSED
36665 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-square] PASSED
36666 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-tan] PASSED
36667 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-tanh] PASSED
36668 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-trunc] PASSED
36669 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-conjugate1] PASSED
36670 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-e-_ones_like] PASSED
36671 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-absolute] PASSED
36672 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-arccos] PASSED
36673 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-arccosh] PASSED
36674 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-arcsin] PASSED
36675 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-arcsinh] PASSED
36676 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-arctan] PASSED
36677 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-arctanh] PASSED
36678 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-cbrt] PASSED
36679 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-ceil] PASSED
36680 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-conjugate0] PASSED
36681 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-cos] PASSED
36682 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-cosh] PASSED
36683 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-deg2rad] PASSED
36684 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-degrees] PASSED
36685 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-exp] PASSED
36686 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-exp2] PASSED
36687 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-expm1] PASSED
36688 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-fabs] PASSED
36689 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-floor] PASSED
36690 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-log] PASSED
36691 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-log10] PASSED
36692 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-log1p] PASSED
36693 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-log2] PASSED
36694 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-negative] PASSED
36695 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-positive] PASSED
36696 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-rad2deg] PASSED
36697 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-radians] PASSED
36698 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-reciprocal] PASSED
36699 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-rint] PASSED
36700 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-sign] PASSED
36701 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-sin] PASSED
36702 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-sinh] PASSED
36703 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-spacing] PASSED
36704 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-sqrt] PASSED
36705 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-square] PASSED
36706 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-tan] PASSED
36707 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-tanh] PASSED
36708 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-trunc] PASSED
36709 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-conjugate1] PASSED
36710 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-f-_ones_like] PASSED
36711 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-absolute] PASSED
36712 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-arccos] PASSED
36713 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-arccosh] PASSED
36714 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-arcsin] PASSED
36715 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-arcsinh] PASSED
36716 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-arctan] PASSED
36717 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-arctanh] PASSED
36718 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-cbrt] PASSED
36719 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-ceil] PASSED
36720 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-conjugate0] PASSED
36721 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-cos] PASSED
36722 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-cosh] PASSED
36723 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-deg2rad] PASSED
36724 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-degrees] PASSED
36725 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-exp] PASSED
36726 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-exp2] PASSED
36727 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-expm1] PASSED
36728 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-fabs] PASSED
36729 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-floor] PASSED
36730 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-log] PASSED
36731 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-log10] PASSED
36732 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-log1p] PASSED
36733 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-log2] PASSED
36734 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-negative] PASSED
36735 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-positive] PASSED
36736 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-rad2deg] PASSED
36737 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-radians] PASSED
36738 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-reciprocal] PASSED
36739 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-rint] PASSED
36740 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-sign] PASSED
36741 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-sin] PASSED
36742 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-sinh] PASSED
36743 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-spacing] PASSED
36744 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-sqrt] PASSED
36745 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-square] PASSED
36746 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-tan] PASSED
36747 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-tanh] PASSED
36748 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-trunc] PASSED
36749 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-conjugate1] PASSED
36750 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data24-escape24-d-_ones_like] PASSED
36751 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-absolute] PASSED
36752 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-arccos] PASSED
36753 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-arccosh] PASSED
36754 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-arcsin] PASSED
36755 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-arcsinh] PASSED
36756 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-arctan] PASSED
36757 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-arctanh] PASSED
36758 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-cbrt] PASSED
36759 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-ceil] PASSED
36760 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-conjugate0] PASSED
36761 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-cos] PASSED
36762 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-cosh] PASSED
36763 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-deg2rad] PASSED
36764 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-degrees] PASSED
36765 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-exp] PASSED
36766 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-exp2] PASSED
36767 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-expm1] PASSED
36768 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-fabs] PASSED
36769 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-floor] PASSED
36770 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-log] PASSED
36771 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-log10] PASSED
36772 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-log1p] PASSED
36773 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-log2] PASSED
36774 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-negative] PASSED
36775 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-positive] PASSED
36776 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-rad2deg] PASSED
36777 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-radians] PASSED
36778 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-reciprocal] PASSED
36779 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-rint] PASSED
36780 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-sign] PASSED
36781 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-sin] PASSED
36782 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-sinh] PASSED
36783 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-spacing] PASSED
36784 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-sqrt] PASSED
36785 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-square] PASSED
36786 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-tan] PASSED
36787 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-tanh] PASSED
36788 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-trunc] PASSED
36789 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-conjugate1] PASSED
36790 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-e-_ones_like] PASSED
36791 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-absolute] PASSED
36792 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-arccos] PASSED
36793 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-arccosh] PASSED
36794 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-arcsin] PASSED
36795 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-arcsinh] PASSED
36796 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-arctan] PASSED
36797 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-arctanh] PASSED
36798 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-cbrt] PASSED
36799 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-ceil] PASSED
36800 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-conjugate0] PASSED
36801 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-cos] PASSED
36802 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-cosh] PASSED
36803 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-deg2rad] PASSED
36804 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-degrees] PASSED
36805 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-exp] PASSED
36806 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-exp2] PASSED
36807 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-expm1] PASSED
36808 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-fabs] PASSED
36809 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-floor] PASSED
36810 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-log] PASSED
36811 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-log10] PASSED
36812 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-log1p] PASSED
36813 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-log2] PASSED
36814 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-negative] PASSED
36815 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-positive] PASSED
36816 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-rad2deg] PASSED
36817 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-radians] PASSED
36818 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-reciprocal] PASSED
36819 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-rint] PASSED
36820 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-sign] PASSED
36821 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-sin] PASSED
36822 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-sinh] PASSED
36823 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-spacing] PASSED
36824 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-sqrt] PASSED
36825 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-square] PASSED
36826 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-tan] PASSED
36827 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-tanh] PASSED
36828 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-trunc] PASSED
36829 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-conjugate1] PASSED
36830 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-f-_ones_like] PASSED
36831 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-absolute] PASSED
36832 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-arccos] PASSED
36833 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-arccosh] PASSED
36834 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-arcsin] PASSED
36835 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-arcsinh] PASSED
36836 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-arctan] PASSED
36837 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-arctanh] PASSED
36838 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-cbrt] PASSED
36839 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-ceil] PASSED
36840 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-conjugate0] PASSED
36841 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-cos] PASSED
36842 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-cosh] PASSED
36843 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-deg2rad] PASSED
36844 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-degrees] PASSED
36845 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-exp] PASSED
36846 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-exp2] PASSED
36847 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-expm1] PASSED
36848 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-fabs] PASSED
36849 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-floor] PASSED
36850 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-log] PASSED
36851 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-log10] PASSED
36852 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-log1p] PASSED
36853 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-log2] PASSED
36854 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-negative] PASSED
36855 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-positive] PASSED
36856 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-rad2deg] PASSED
36857 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-radians] PASSED
36858 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-reciprocal] PASSED
36859 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-rint] PASSED
36860 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-sign] PASSED
36861 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-sin] PASSED
36862 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-sinh] PASSED
36863 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-spacing] PASSED
36864 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-sqrt] PASSED
36865 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-square] PASSED
36866 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-tan] PASSED
36867 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-tanh] PASSED
36868 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-trunc] PASSED
36869 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-conjugate1] PASSED
36870 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data25-escape25-d-_ones_like] PASSED
36871 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-absolute] PASSED
36872 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-arccos] PASSED
36873 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-arccosh] PASSED
36874 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-arcsin] PASSED
36875 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-arcsinh] PASSED
36876 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-arctan] PASSED
36877 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-arctanh] PASSED
36878 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-cbrt] PASSED
36879 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-ceil] PASSED
36880 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-conjugate0] PASSED
36881 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-cos] PASSED
36882 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-cosh] PASSED
36883 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-deg2rad] PASSED
36884 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-degrees] PASSED
36885 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-exp] PASSED
36886 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-exp2] PASSED
36887 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-expm1] PASSED
36888 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-fabs] PASSED
36889 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-floor] PASSED
36890 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-log] PASSED
36891 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-log10] PASSED
36892 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-log1p] PASSED
36893 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-log2] PASSED
36894 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-negative] PASSED
36895 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-positive] PASSED
36896 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-rad2deg] PASSED
36897 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-radians] PASSED
36898 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-reciprocal] PASSED
36899 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-rint] PASSED
36900 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-sign] PASSED
36901 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-sin] PASSED
36902 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-sinh] PASSED
36903 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-spacing] PASSED
36904 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-sqrt] PASSED
36905 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-square] PASSED
36906 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-tan] PASSED
36907 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-tanh] PASSED
36908 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-trunc] PASSED
36909 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-conjugate1] PASSED
36910 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-e-_ones_like] PASSED
36911 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-absolute] PASSED
36912 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-arccos] PASSED
36913 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-arccosh] PASSED
36914 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-arcsin] PASSED
36915 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-arcsinh] PASSED
36916 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-arctan] PASSED
36917 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-arctanh] PASSED
36918 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-cbrt] PASSED
36919 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-ceil] PASSED
36920 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-conjugate0] PASSED
36921 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-cos] PASSED
36922 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-cosh] PASSED
36923 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-deg2rad] PASSED
36924 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-degrees] PASSED
36925 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-exp] PASSED
36926 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-exp2] PASSED
36927 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-expm1] PASSED
36928 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-fabs] PASSED
36929 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-floor] PASSED
36930 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-log] PASSED
36931 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-log10] PASSED
36932 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-log1p] PASSED
36933 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-log2] PASSED
36934 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-negative] PASSED
36935 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-positive] PASSED
36936 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-rad2deg] PASSED
36937 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-radians] PASSED
36938 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-reciprocal] PASSED
36939 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-rint] PASSED
36940 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-sign] PASSED
36941 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-sin] PASSED
36942 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-sinh] PASSED
36943 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-spacing] PASSED
36944 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-sqrt] PASSED
36945 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-square] PASSED
36946 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-tan] PASSED
36947 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-tanh] PASSED
36948 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-trunc] PASSED
36949 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-conjugate1] PASSED
36950 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-f-_ones_like] PASSED
36951 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-absolute] PASSED
36952 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-arccos] PASSED
36953 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-arccosh] PASSED
36954 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-arcsin] PASSED
36955 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-arcsinh] PASSED
36956 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-arctan] PASSED
36957 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-arctanh] PASSED
36958 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-cbrt] PASSED
36959 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-ceil] PASSED
36960 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-conjugate0] PASSED
36961 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-cos] PASSED
36962 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-cosh] PASSED
36963 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-deg2rad] PASSED
36964 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-degrees] PASSED
36965 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-exp] PASSED
36966 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-exp2] PASSED
36967 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-expm1] PASSED
36968 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-fabs] PASSED
36969 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-floor] PASSED
36970 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-log] PASSED
36971 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-log10] PASSED
36972 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-log1p] PASSED
36973 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-log2] PASSED
36974 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-negative] PASSED
36975 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-positive] PASSED
36976 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-rad2deg] PASSED
36977 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-radians] PASSED
36978 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-reciprocal] PASSED
36979 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-rint] PASSED
36980 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-sign] PASSED
36981 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-sin] PASSED
36982 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-sinh] PASSED
36983 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-spacing] PASSED
36984 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-sqrt] PASSED
36985 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-square] PASSED
36986 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-tan] PASSED
36987 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-tanh] PASSED
36988 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-trunc] PASSED
36989 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-conjugate1] PASSED
36990 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data26-escape26-d-_ones_like] PASSED
36991 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-absolute] PASSED
36992 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-arccos] PASSED
36993 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-arccosh] PASSED
36994 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-arcsin] PASSED
36995 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-arcsinh] PASSED
36996 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-arctan] PASSED
36997 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-arctanh] PASSED
36998 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-cbrt] PASSED
36999 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-ceil] PASSED
37000 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-conjugate0] PASSED
37001 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-cos] PASSED
37002 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-cosh] PASSED
37003 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-deg2rad] PASSED
37004 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-degrees] PASSED
37005 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-exp] PASSED
37006 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-exp2] PASSED
37007 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-expm1] PASSED
37008 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-fabs] PASSED
37009 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-floor] PASSED
37010 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-log] PASSED
37011 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-log10] PASSED
37012 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-log1p] PASSED
37013 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-log2] PASSED
37014 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-negative] PASSED
37015 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-positive] PASSED
37016 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-rad2deg] PASSED
37017 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-radians] PASSED
37018 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-reciprocal] PASSED
37019 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-rint] PASSED
37020 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-sign] PASSED
37021 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-sin] PASSED
37022 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-sinh] PASSED
37023 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-spacing] PASSED
37024 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-sqrt] PASSED
37025 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-square] PASSED
37026 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-tan] PASSED
37027 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-tanh] PASSED
37028 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-trunc] PASSED
37029 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-conjugate1] PASSED
37030 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-e-_ones_like] PASSED
37031 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-absolute] PASSED
37032 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-arccos] PASSED
37033 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-arccosh] PASSED
37034 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-arcsin] PASSED
37035 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-arcsinh] PASSED
37036 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-arctan] PASSED
37037 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-arctanh] PASSED
37038 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-cbrt] PASSED
37039 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-ceil] PASSED
37040 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-conjugate0] PASSED
37041 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-cos] PASSED
37042 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-cosh] PASSED
37043 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-deg2rad] PASSED
37044 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-degrees] PASSED
37045 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-exp] PASSED
37046 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-exp2] PASSED
37047 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-expm1] PASSED
37048 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-fabs] PASSED
37049 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-floor] PASSED
37050 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-log] PASSED
37051 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-log10] PASSED
37052 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-log1p] PASSED
37053 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-log2] PASSED
37054 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-negative] PASSED
37055 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-positive] PASSED
37056 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-rad2deg] PASSED
37057 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-radians] PASSED
37058 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-reciprocal] PASSED
37059 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-rint] PASSED
37060 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-sign] PASSED
37061 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-sin] PASSED
37062 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-sinh] PASSED
37063 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-spacing] PASSED
37064 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-sqrt] PASSED
37065 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-square] PASSED
37066 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-tan] PASSED
37067 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-tanh] PASSED
37068 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-trunc] PASSED
37069 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-conjugate1] PASSED
37070 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-f-_ones_like] PASSED
37071 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-absolute] PASSED
37072 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-arccos] PASSED
37073 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-arccosh] PASSED
37074 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-arcsin] PASSED
37075 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-arcsinh] PASSED
37076 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-arctan] PASSED
37077 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-arctanh] PASSED
37078 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-cbrt] PASSED
37079 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-ceil] PASSED
37080 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-conjugate0] PASSED
37081 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-cos] PASSED
37082 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-cosh] PASSED
37083 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-deg2rad] PASSED
37084 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-degrees] PASSED
37085 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-exp] PASSED
37086 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-exp2] PASSED
37087 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-expm1] PASSED
37088 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-fabs] PASSED
37089 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-floor] PASSED
37090 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-log] PASSED
37091 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-log10] PASSED
37092 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-log1p] PASSED
37093 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-log2] PASSED
37094 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-negative] PASSED
37095 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-positive] PASSED
37096 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-rad2deg] PASSED
37097 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-radians] PASSED
37098 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-reciprocal] PASSED
37099 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-rint] PASSED
37100 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-sign] PASSED
37101 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-sin] PASSED
37102 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-sinh] PASSED
37103 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-spacing] PASSED
37104 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-sqrt] PASSED
37105 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-square] PASSED
37106 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-tan] PASSED
37107 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-tanh] PASSED
37108 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-trunc] PASSED
37109 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-conjugate1] PASSED
37110 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data27-escape27-d-_ones_like] PASSED
37111 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_divide_spurious_fpexception[e] PASSED
37112 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_divide_spurious_fpexception[f] PASSED
37113 numpy/_core/tests/test_umath.py::TestSpecialFloats::test_divide_spurious_fpexception[d] PASSED
37114 numpy/_core/tests/test_umath.py::TestFPClass::test_fpclass[-5] PASSED
37115 numpy/_core/tests/test_umath.py::TestFPClass::test_fpclass[-4] PASSED
37116 numpy/_core/tests/test_umath.py::TestFPClass::test_fpclass[-3] PASSED
37117 numpy/_core/tests/test_umath.py::TestFPClass::test_fpclass[-2] PASSED
37118 numpy/_core/tests/test_umath.py::TestFPClass::test_fpclass[-1] PASSED
37119 numpy/_core/tests/test_umath.py::TestFPClass::test_fpclass[1] PASSED
37120 numpy/_core/tests/test_umath.py::TestFPClass::test_fpclass[2] PASSED
37121 numpy/_core/tests/test_umath.py::TestFPClass::test_fpclass[4] PASSED
37122 numpy/_core/tests/test_umath.py::TestFPClass::test_fpclass[5] PASSED
37123 numpy/_core/tests/test_umath.py::TestFPClass::test_fpclass[6] PASSED
37124 numpy/_core/tests/test_umath.py::TestFPClass::test_fpclass[7] PASSED
37125 numpy/_core/tests/test_umath.py::TestFPClass::test_fpclass[8] PASSED
37126 numpy/_core/tests/test_umath.py::TestFPClass::test_fpclass[9] PASSED
37127 numpy/_core/tests/test_umath.py::TestFPClass::test_fpclass[10] PASSED
37128 numpy/_core/tests/test_umath.py::TestFPClass::test_fp_noncontiguous[d] PASSED
37129 numpy/_core/tests/test_umath.py::TestFPClass::test_fp_noncontiguous[f] PASSED
37130 numpy/_core/tests/test_umath.py::TestLDExp::test_ldexp[f--4] PASSED
37131 numpy/_core/tests/test_umath.py::TestLDExp::test_ldexp[f--2] PASSED
37132 numpy/_core/tests/test_umath.py::TestLDExp::test_ldexp[f--1] PASSED
37133 numpy/_core/tests/test_umath.py::TestLDExp::test_ldexp[f-1] PASSED
37134 numpy/_core/tests/test_umath.py::TestLDExp::test_ldexp[f-2] PASSED
37135 numpy/_core/tests/test_umath.py::TestLDExp::test_ldexp[f-4] PASSED
37136 numpy/_core/tests/test_umath.py::TestLDExp::test_ldexp[d--4] PASSED
37137 numpy/_core/tests/test_umath.py::TestLDExp::test_ldexp[d--2] PASSED
37138 numpy/_core/tests/test_umath.py::TestLDExp::test_ldexp[d--1] PASSED
37139 numpy/_core/tests/test_umath.py::TestLDExp::test_ldexp[d-1] PASSED
37140 numpy/_core/tests/test_umath.py::TestLDExp::test_ldexp[d-2] PASSED
37141 numpy/_core/tests/test_umath.py::TestLDExp::test_ldexp[d-4] PASSED
37142 numpy/_core/tests/test_umath.py::TestFRExp::test_frexp[f--4] SKIPPED
37143 numpy/_core/tests/test_umath.py::TestFRExp::test_frexp[f--2] SKIPPED
37144 numpy/_core/tests/test_umath.py::TestFRExp::test_frexp[f--1] SKIPPED
37145 numpy/_core/tests/test_umath.py::TestFRExp::test_frexp[f-1] SKIPPED
37146 numpy/_core/tests/test_umath.py::TestFRExp::test_frexp[f-2] SKIPPED
37147 numpy/_core/tests/test_umath.py::TestFRExp::test_frexp[f-4] SKIPPED
37148 numpy/_core/tests/test_umath.py::TestFRExp::test_frexp[d--4] SKIPPED
37149 numpy/_core/tests/test_umath.py::TestFRExp::test_frexp[d--2] SKIPPED
37150 numpy/_core/tests/test_umath.py::TestFRExp::test_frexp[d--1] SKIPPED
37151 numpy/_core/tests/test_umath.py::TestFRExp::test_frexp[d-1] SKIPPED
37152 numpy/_core/tests/test_umath.py::TestFRExp::test_frexp[d-2] SKIPPED
37153 numpy/_core/tests/test_umath.py::TestFRExp::test_frexp[d-4] SKIPPED
37154 numpy/_core/tests/test_umath.py::TestAVXUfuncs::test_avx_based_ufunc PASSED
37155 numpy/_core/tests/test_umath.py::TestAVXFloat32Transcendental::test_exp_float32 PASSED
37156 numpy/_core/tests/test_umath.py::TestAVXFloat32Transcendental::test_log_float32 PASSED
37157 numpy/_core/tests/test_umath.py::TestAVXFloat32Transcendental::test_sincos_float32 PASSED
37158 numpy/_core/tests/test_umath.py::TestAVXFloat32Transcendental::test_strided_float32 PASSED
37159 numpy/_core/tests/test_umath.py::TestLogAddExp::test_logaddexp_values PASSED
37160 numpy/_core/tests/test_umath.py::TestLogAddExp::test_logaddexp_range PASSED
37161 numpy/_core/tests/test_umath.py::TestLogAddExp::test_inf PASSED
37162 numpy/_core/tests/test_umath.py::TestLogAddExp::test_nan PASSED
37163 numpy/_core/tests/test_umath.py::TestLogAddExp::test_reduce PASSED
37164 numpy/_core/tests/test_umath.py::TestLog1p::test_log1p PASSED
37165 numpy/_core/tests/test_umath.py::TestLog1p::test_special PASSED
37166 numpy/_core/tests/test_umath.py::TestExpm1::test_expm1 PASSED
37167 numpy/_core/tests/test_umath.py::TestExpm1::test_special PASSED
37168 numpy/_core/tests/test_umath.py::TestExpm1::test_complex PASSED
37169 numpy/_core/tests/test_umath.py::TestHypot::test_simple PASSED
37170 numpy/_core/tests/test_umath.py::TestHypot::test_reduce PASSED
37171 numpy/_core/tests/test_umath.py::TestHypotSpecialValues::test_nan_outputs PASSED
37172 numpy/_core/tests/test_umath.py::TestHypotSpecialValues::test_nan_outputs2 PASSED
37173 numpy/_core/tests/test_umath.py::TestHypotSpecialValues::test_no_fpe PASSED
37174 numpy/_core/tests/test_umath.py::TestArctan2SpecialValues::test_one_one PASSED
37175 numpy/_core/tests/test_umath.py::TestArctan2SpecialValues::test_zero_nzero PASSED
37176 numpy/_core/tests/test_umath.py::TestArctan2SpecialValues::test_zero_pzero PASSED
37177 numpy/_core/tests/test_umath.py::TestArctan2SpecialValues::test_zero_negative PASSED
37178 numpy/_core/tests/test_umath.py::TestArctan2SpecialValues::test_zero_positive PASSED
37179 numpy/_core/tests/test_umath.py::TestArctan2SpecialValues::test_positive_zero PASSED
37180 numpy/_core/tests/test_umath.py::TestArctan2SpecialValues::test_negative_zero PASSED
37181 numpy/_core/tests/test_umath.py::TestArctan2SpecialValues::test_any_ninf PASSED
37182 numpy/_core/tests/test_umath.py::TestArctan2SpecialValues::test_any_pinf PASSED
37183 numpy/_core/tests/test_umath.py::TestArctan2SpecialValues::test_inf_any PASSED
37184 numpy/_core/tests/test_umath.py::TestArctan2SpecialValues::test_inf_ninf PASSED
37185 numpy/_core/tests/test_umath.py::TestArctan2SpecialValues::test_inf_pinf PASSED
37186 numpy/_core/tests/test_umath.py::TestArctan2SpecialValues::test_nan_any PASSED
37187 numpy/_core/tests/test_umath.py::TestLdexp::test_ldexp PASSED
37188 numpy/_core/tests/test_umath.py::TestLdexp::test_ldexp_overflow PASSED
37189 numpy/_core/tests/test_umath.py::TestMaximum::test_reduce PASSED
37190 numpy/_core/tests/test_umath.py::TestMaximum::test_reduce_complex PASSED
37191 numpy/_core/tests/test_umath.py::TestMaximum::test_float_nans PASSED
37192 numpy/_core/tests/test_umath.py::TestMaximum::test_object_nans PASSED
37193 numpy/_core/tests/test_umath.py::TestMaximum::test_complex_nans PASSED
37194 numpy/_core/tests/test_umath.py::TestMaximum::test_object_array PASSED
37195 numpy/_core/tests/test_umath.py::TestMaximum::test_strided_array PASSED
37196 numpy/_core/tests/test_umath.py::TestMaximum::test_precision PASSED
37197 numpy/_core/tests/test_umath.py::TestMinimum::test_reduce PASSED
37198 numpy/_core/tests/test_umath.py::TestMinimum::test_reduce_complex PASSED
37199 numpy/_core/tests/test_umath.py::TestMinimum::test_float_nans PASSED
37200 numpy/_core/tests/test_umath.py::TestMinimum::test_object_nans PASSED
37201 numpy/_core/tests/test_umath.py::TestMinimum::test_complex_nans PASSED
37202 numpy/_core/tests/test_umath.py::TestMinimum::test_object_array PASSED
37203 numpy/_core/tests/test_umath.py::TestMinimum::test_strided_array PASSED
37204 numpy/_core/tests/test_umath.py::TestMinimum::test_precision PASSED
37205 numpy/_core/tests/test_umath.py::TestFmax::test_reduce PASSED
37206 numpy/_core/tests/test_umath.py::TestFmax::test_reduce_complex PASSED
37207 numpy/_core/tests/test_umath.py::TestFmax::test_float_nans PASSED
37208 numpy/_core/tests/test_umath.py::TestFmax::test_complex_nans PASSED
37209 numpy/_core/tests/test_umath.py::TestFmax::test_precision PASSED
37210 numpy/_core/tests/test_umath.py::TestFmin::test_reduce PASSED
37211 numpy/_core/tests/test_umath.py::TestFmin::test_reduce_complex PASSED
37212 numpy/_core/tests/test_umath.py::TestFmin::test_float_nans PASSED
37213 numpy/_core/tests/test_umath.py::TestFmin::test_complex_nans PASSED
37214 numpy/_core/tests/test_umath.py::TestFmin::test_precision PASSED
37215 numpy/_core/tests/test_umath.py::TestBool::test_exceptions PASSED
37216 numpy/_core/tests/test_umath.py::TestBool::test_truth_table_logical PASSED
37217 numpy/_core/tests/test_umath.py::TestBool::test_truth_table_bitwise PASSED
37218 numpy/_core/tests/test_umath.py::TestBool::test_reduce PASSED
37219 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_values PASSED
37220 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_types PASSED
37221 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_identity PASSED
37222 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_reduction PASSED
37223 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj0-2] PASSED
37224 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj1-8] PASSED
37225 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj2-8] PASSED
37226 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj3-16] PASSED
37227 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj4-16] PASSED
37228 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj5-32] PASSED
37229 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj6-32] PASSED
37230 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj7-64] PASSED
37231 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj8-64] PASSED
37232 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj9-64] PASSED
37233 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj10-64] PASSED
37234 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj11-64] PASSED
37235 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj12-64] PASSED
37236 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj13-64] PASSED
37237 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj14-64] PASSED
37238 numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count[input_dtype_obj15-65] SKIPPED
37239 numpy/_core/tests/test_umath.py::TestInt::test_logical_not PASSED
37240 numpy/_core/tests/test_umath.py::TestFloatingPoint::test_floating_point PASSED
37241 numpy/_core/tests/test_umath.py::TestDegrees::test_degrees PASSED
37242 numpy/_core/tests/test_umath.py::TestRadians::test_radians PASSED
37243 numpy/_core/tests/test_umath.py::TestHeavside::test_heaviside PASSED
37244 numpy/_core/tests/test_umath.py::TestSign::test_sign PASSED
37245 numpy/_core/tests/test_umath.py::TestSign::test_sign_complex PASSED
37246 numpy/_core/tests/test_umath.py::TestSign::test_sign_dtype_object PASSED
37247 numpy/_core/tests/test_umath.py::TestSign::test_sign_dtype_nan_object PASSED
37248 numpy/_core/tests/test_umath.py::TestMinMax::test_minmax_blocked PASSED
37249 numpy/_core/tests/test_umath.py::TestMinMax::test_lower_align PASSED
37250 numpy/_core/tests/test_umath.py::TestMinMax::test_reduce_reorder PASSED
37251 numpy/_core/tests/test_umath.py::TestMinMax::test_minimize_no_warns PASSED
37252 numpy/_core/tests/test_umath.py::TestAbsoluteNegative::test_abs_neg_blocked PASSED
37253 numpy/_core/tests/test_umath.py::TestAbsoluteNegative::test_lower_align PASSED
37254 numpy/_core/tests/test_umath.py::TestAbsoluteNegative::test_noncontiguous[True-d] PASSED
37255 numpy/_core/tests/test_umath.py::TestAbsoluteNegative::test_noncontiguous[True-f] PASSED
37256 numpy/_core/tests/test_umath.py::TestAbsoluteNegative::test_noncontiguous[True-int32] PASSED
37257 numpy/_core/tests/test_umath.py::TestAbsoluteNegative::test_noncontiguous[True-int64] PASSED
37258 numpy/_core/tests/test_umath.py::TestAbsoluteNegative::test_noncontiguous[False-d] PASSED
37259 numpy/_core/tests/test_umath.py::TestAbsoluteNegative::test_noncontiguous[False-f] PASSED
37260 numpy/_core/tests/test_umath.py::TestAbsoluteNegative::test_noncontiguous[False-int32] PASSED
37261 numpy/_core/tests/test_umath.py::TestAbsoluteNegative::test_noncontiguous[False-int64] PASSED
37262 numpy/_core/tests/test_umath.py::TestPositive::test_valid PASSED
37263 numpy/_core/tests/test_umath.py::TestPositive::test_invalid PASSED
37264 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_wrap PASSED
37265 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_wrap_out PASSED
37266 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_wrap_with_iterable PASSED
37267 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_priority_with_scalar PASSED
37268 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_priority PASSED
37269 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_failing_wrap PASSED
37270 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_failing_out_wrap PASSED
37271 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_none_wrap PASSED
37272 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_default_prepare PASSED
37273 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_array_too_many_args PASSED
37274 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_ufunc_override PASSED
37275 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_ufunc_override_mro PASSED
37276 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_ufunc_override_methods PASSED
37277 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_ufunc_override_out PASSED
37278 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_ufunc_override_where PASSED
37279 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_ufunc_override_exception PASSED
37280 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_ufunc_override_not_implemented PASSED
37281 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_ufunc_override_disabled PASSED
37282 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_gufunc_override PASSED
37283 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_ufunc_override_with_super PASSED
37284 numpy/_core/tests/test_umath.py::TestSpecialMethods::test_array_ufunc_direct_call PASSED
37285 numpy/_core/tests/test_umath.py::TestChoose::test_mixed PASSED
37286 numpy/_core/tests/test_umath.py::TestRationalFunctions::test_lcm PASSED
37287 numpy/_core/tests/test_umath.py::TestRationalFunctions::test_lcm_object PASSED
37288 numpy/_core/tests/test_umath.py::TestRationalFunctions::test_gcd PASSED
37289 numpy/_core/tests/test_umath.py::TestRationalFunctions::test_gcd_object PASSED
37290 numpy/_core/tests/test_umath.py::TestRationalFunctions::test_lcm_overflow PASSED
37291 numpy/_core/tests/test_umath.py::TestRationalFunctions::test_gcd_overflow PASSED
37292 numpy/_core/tests/test_umath.py::TestRationalFunctions::test_decimal PASSED
37293 numpy/_core/tests/test_umath.py::TestRationalFunctions::test_float PASSED
37294 numpy/_core/tests/test_umath.py::TestRationalFunctions::test_huge_integers PASSED
37295 numpy/_core/tests/test_umath.py::TestRoundingFunctions::test_object_direct PASSED
37296 numpy/_core/tests/test_umath.py::TestRoundingFunctions::test_object_indirect PASSED
37297 numpy/_core/tests/test_umath.py::TestRoundingFunctions::test_fraction PASSED
37298 numpy/_core/tests/test_umath.py::TestComplexFunctions::test_it PASSED
37299 numpy/_core/tests/test_umath.py::TestComplexFunctions::test_precisions_consistent PASSED
37300 numpy/_core/tests/test_umath.py::TestComplexFunctions::test_branch_cuts PASSED
37301 numpy/_core/tests/test_umath.py::TestComplexFunctions::test_branch_cuts_complex64 PASSED
37302 numpy/_core/tests/test_umath.py::TestComplexFunctions::test_against_cmath PASSED
37303 numpy/_core/tests/test_umath.py::TestComplexFunctions::test_loss_of_precision[complex64] PASSED
37304 numpy/_core/tests/test_umath.py::TestComplexFunctions::test_loss_of_precision[complex128] PASSED
37305 numpy/_core/tests/test_umath.py::TestComplexFunctions::test_loss_of_precision[clongdouble] SKIPPED
37306 numpy/_core/tests/test_umath.py::TestComplexFunctions::test_promotion_corner_cases PASSED
37307 numpy/_core/tests/test_umath.py::TestAttributes::test_attributes PASSED
37308 numpy/_core/tests/test_umath.py::TestAttributes::test_doc PASSED
37309 numpy/_core/tests/test_umath.py::TestSubclass::test_subclass_op PASSED
37310 numpy/_core/tests/test_umath.py::TestFrompyfunc::test_identity PASSED
37311 numpy/_core/tests/test_umath.py::test_copysign PASSED
37312 numpy/_core/tests/test_umath.py::test_nextafter PASSED
37313 numpy/_core/tests/test_umath.py::test_nextafterf PASSED
37314 numpy/_core/tests/test_umath.py::test_nextafterl PASSED
37315 numpy/_core/tests/test_umath.py::test_nextafter_0 PASSED
37316 numpy/_core/tests/test_umath.py::test_spacing PASSED
37317 numpy/_core/tests/test_umath.py::test_spacingf PASSED
37318 numpy/_core/tests/test_umath.py::test_spacingl PASSED
37319 numpy/_core/tests/test_umath.py::test_spacing_gfortran PASSED
37320 numpy/_core/tests/test_umath.py::test_nextafter_vs_spacing PASSED
37321 numpy/_core/tests/test_umath.py::test_pos_nan PASSED
37322 numpy/_core/tests/test_umath.py::test_reduceat PASSED
37323 numpy/_core/tests/test_umath.py::test_reduceat_empty PASSED
37324 numpy/_core/tests/test_umath.py::test_complex_nan_comparisons PASSED
37325 numpy/_core/tests/test_umath.py::test_rint_big_int PASSED
37326 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate[float32] PASSED
37327 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate[float64] PASSED
37328 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[add-?] PASSED
37329 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[bitwise_and-?] PASSED
37330 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[bitwise_or-?] PASSED
37331 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[bitwise_xor-?] PASSED
37332 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-?] PASSED
37333 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-b] PASSED
37334 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-B] PASSED
37335 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-h] PASSED
37336 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-H] PASSED
37337 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-i] PASSED
37338 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-I] PASSED
37339 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-l] PASSED
37340 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-L] PASSED
37341 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-q0] PASSED
37342 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-Q0] PASSED
37343 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-q1] PASSED
37344 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-Q1] PASSED
37345 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-e] PASSED
37346 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-f] PASSED
37347 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-d] PASSED
37348 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[equal-g] PASSED
37349 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[fmax-?] PASSED
37350 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[fmin-?] PASSED
37351 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-?] PASSED
37352 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-b] PASSED
37353 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-B] PASSED
37354 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-h] PASSED
37355 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-H] PASSED
37356 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-i] PASSED
37357 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-I] PASSED
37358 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-l] PASSED
37359 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-L] PASSED
37360 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-q0] PASSED
37361 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-Q0] PASSED
37362 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-q1] PASSED
37363 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-Q1] PASSED
37364 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-e] PASSED
37365 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-f] PASSED
37366 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-d] PASSED
37367 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater-g] PASSED
37368 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-?] PASSED
37369 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-b] PASSED
37370 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-B] PASSED
37371 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-h] PASSED
37372 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-H] PASSED
37373 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-i] PASSED
37374 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-I] PASSED
37375 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-l] PASSED
37376 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-L] PASSED
37377 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-q0] PASSED
37378 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-Q0] PASSED
37379 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-q1] PASSED
37380 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-Q1] PASSED
37381 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-e] PASSED
37382 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-f] PASSED
37383 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-d] PASSED
37384 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[greater_equal-g] PASSED
37385 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-?] PASSED
37386 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-b] PASSED
37387 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-B] PASSED
37388 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-h] PASSED
37389 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-H] PASSED
37390 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-i] PASSED
37391 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-I] PASSED
37392 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-l] PASSED
37393 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-L] PASSED
37394 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-q0] PASSED
37395 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-Q0] PASSED
37396 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-q1] PASSED
37397 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-Q1] PASSED
37398 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-e] PASSED
37399 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-f] PASSED
37400 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-d] PASSED
37401 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less-g] PASSED
37402 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-?] PASSED
37403 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-b] PASSED
37404 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-B] PASSED
37405 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-h] PASSED
37406 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-H] PASSED
37407 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-i] PASSED
37408 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-I] PASSED
37409 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-l] PASSED
37410 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-L] PASSED
37411 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-q0] PASSED
37412 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-Q0] PASSED
37413 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-q1] PASSED
37414 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-Q1] PASSED
37415 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-e] PASSED
37416 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-f] PASSED
37417 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-d] PASSED
37418 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[less_equal-g] PASSED
37419 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-?] PASSED
37420 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-b] PASSED
37421 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-B] PASSED
37422 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-h] PASSED
37423 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-H] PASSED
37424 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-i] PASSED
37425 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-I] PASSED
37426 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-l] PASSED
37427 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-L] PASSED
37428 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-q] PASSED
37429 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-Q] PASSED
37430 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-e] PASSED
37431 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-f] PASSED
37432 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-d] PASSED
37433 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_and-g] PASSED
37434 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-?] PASSED
37435 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-b] PASSED
37436 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-B] PASSED
37437 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-h] PASSED
37438 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-H] PASSED
37439 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-i] PASSED
37440 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-I] PASSED
37441 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-l] PASSED
37442 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-L] PASSED
37443 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-q] PASSED
37444 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-Q] PASSED
37445 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-e] PASSED
37446 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-f] PASSED
37447 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-d] PASSED
37448 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_or-g] PASSED
37449 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-?] PASSED
37450 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-b] PASSED
37451 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-B] PASSED
37452 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-h] PASSED
37453 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-H] PASSED
37454 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-i] PASSED
37455 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-I] PASSED
37456 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-l] PASSED
37457 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-L] PASSED
37458 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-q] PASSED
37459 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-Q] PASSED
37460 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-e] PASSED
37461 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-f] PASSED
37462 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-d] PASSED
37463 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[logical_xor-g] PASSED
37464 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[matmul-?] SKIPPED
37465 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[maximum-?] PASSED
37466 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[minimum-?] PASSED
37467 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[multiply-?] PASSED
37468 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-?] PASSED
37469 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-b] PASSED
37470 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-B] PASSED
37471 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-h] PASSED
37472 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-H] PASSED
37473 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-i] PASSED
37474 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-I] PASSED
37475 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-l] PASSED
37476 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-L] PASSED
37477 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-q0] PASSED
37478 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-Q0] PASSED
37479 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-q1] PASSED
37480 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-Q1] PASSED
37481 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-e] PASSED
37482 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-f] PASSED
37483 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-d] PASSED
37484 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[not_equal-g] PASSED
37485 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_cmp[vecdot-?] SKIPPED
37486 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[add-b] PASSED
37487 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[add-B] PASSED
37488 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[add-h] PASSED
37489 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[add-H] PASSED
37490 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[add-i] PASSED
37491 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[add-I] PASSED
37492 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[add-l] PASSED
37493 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[add-L] PASSED
37494 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[add-q] PASSED
37495 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[add-Q] PASSED
37496 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[add-e] PASSED
37497 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[add-f] PASSED
37498 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[add-d] PASSED
37499 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[add-g] PASSED
37500 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[arctan2-e] PASSED
37501 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[arctan2-f] PASSED
37502 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[arctan2-d] PASSED
37503 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[arctan2-g] PASSED
37504 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_and-b] PASSED
37505 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_and-B] PASSED
37506 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_and-h] PASSED
37507 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_and-H] PASSED
37508 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_and-i] PASSED
37509 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_and-I] PASSED
37510 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_and-l] PASSED
37511 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_and-L] PASSED
37512 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_and-q] PASSED
37513 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_and-Q] PASSED
37514 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_or-b] PASSED
37515 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_or-B] PASSED
37516 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_or-h] PASSED
37517 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_or-H] PASSED
37518 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_or-i] PASSED
37519 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_or-I] PASSED
37520 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_or-l] PASSED
37521 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_or-L] PASSED
37522 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_or-q] PASSED
37523 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_or-Q] PASSED
37524 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_xor-b] PASSED
37525 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_xor-B] PASSED
37526 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_xor-h] PASSED
37527 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_xor-H] PASSED
37528 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_xor-i] PASSED
37529 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_xor-I] PASSED
37530 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_xor-l] PASSED
37531 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_xor-L] PASSED
37532 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_xor-q] PASSED
37533 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[bitwise_xor-Q] PASSED
37534 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[copysign-e] PASSED
37535 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[copysign-f] PASSED
37536 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[copysign-d] PASSED
37537 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[copysign-g] PASSED
37538 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[divide-e0] PASSED
37539 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[divide-f0] PASSED
37540 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[divide-d0] PASSED
37541 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[divide-g0] PASSED
37542 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[float_power-d] PASSED
37543 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[float_power-g] PASSED
37544 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[floor_divide-b] PASSED
37545 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[floor_divide-B] PASSED
37546 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[floor_divide-h] PASSED
37547 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[floor_divide-H] PASSED
37548 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[floor_divide-i] PASSED
37549 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[floor_divide-I] PASSED
37550 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[floor_divide-l] PASSED
37551 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[floor_divide-L] PASSED
37552 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[floor_divide-q] PASSED
37553 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[floor_divide-Q] PASSED
37554 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[floor_divide-e] PASSED
37555 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[floor_divide-f] PASSED
37556 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[floor_divide-d] PASSED
37557 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[floor_divide-g] PASSED
37558 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-b] PASSED
37559 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-B] PASSED
37560 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-h] PASSED
37561 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-H] PASSED
37562 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-i] PASSED
37563 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-I] PASSED
37564 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-l] PASSED
37565 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-L] PASSED
37566 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-q] PASSED
37567 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-Q] PASSED
37568 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-e] PASSED
37569 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-f] PASSED
37570 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-d] PASSED
37571 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-g] PASSED
37572 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-b] PASSED
37573 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-B] PASSED
37574 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-h] PASSED
37575 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-H] PASSED
37576 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-i] PASSED
37577 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-I] PASSED
37578 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-l] PASSED
37579 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-L] PASSED
37580 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-q] PASSED
37581 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-Q] PASSED
37582 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-e] PASSED
37583 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-f] PASSED
37584 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-d] PASSED
37585 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-g] PASSED
37586 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmod-b] PASSED
37587 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmod-B] PASSED
37588 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmod-h] PASSED
37589 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmod-H] PASSED
37590 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmod-i] PASSED
37591 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmod-I] PASSED
37592 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmod-l] PASSED
37593 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmod-L] PASSED
37594 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmod-q] PASSED
37595 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmod-Q] PASSED
37596 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmod-e] PASSED
37597 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmod-f] PASSED
37598 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmod-d] PASSED
37599 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmod-g] PASSED
37600 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[gcd-b] PASSED
37601 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[gcd-B] PASSED
37602 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[gcd-h] PASSED
37603 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[gcd-H] PASSED
37604 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[gcd-i] PASSED
37605 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[gcd-I] PASSED
37606 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[gcd-l] PASSED
37607 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[gcd-L] PASSED
37608 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[gcd-q] PASSED
37609 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[gcd-Q] PASSED
37610 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[heaviside-e] PASSED
37611 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[heaviside-f] PASSED
37612 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[heaviside-d] PASSED
37613 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[heaviside-g] PASSED
37614 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[hypot-e] PASSED
37615 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[hypot-f] PASSED
37616 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[hypot-d] PASSED
37617 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[hypot-g] PASSED
37618 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[lcm-b] PASSED
37619 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[lcm-B] PASSED
37620 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[lcm-h] PASSED
37621 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[lcm-H] PASSED
37622 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[lcm-i] PASSED
37623 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[lcm-I] PASSED
37624 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[lcm-l] PASSED
37625 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[lcm-L] PASSED
37626 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[lcm-q] PASSED
37627 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[lcm-Q] PASSED
37628 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[left_shift-b] PASSED
37629 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[left_shift-B] PASSED
37630 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[left_shift-h] PASSED
37631 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[left_shift-H] PASSED
37632 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[left_shift-i] PASSED
37633 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[left_shift-I] PASSED
37634 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[left_shift-l] PASSED
37635 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[left_shift-L] PASSED
37636 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[left_shift-q] PASSED
37637 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[left_shift-Q] PASSED
37638 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[logaddexp-e] PASSED
37639 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[logaddexp-f] PASSED
37640 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[logaddexp-d] PASSED
37641 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[logaddexp-g] PASSED
37642 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[logaddexp2-e] PASSED
37643 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[logaddexp2-f] PASSED
37644 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[logaddexp2-d] PASSED
37645 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[logaddexp2-g] PASSED
37646 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[matmul-b] SKIPPED
37647 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[matmul-B] SKIPPED
37648 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[matmul-h] SKIPPED
37649 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[matmul-H] SKIPPED
37650 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[matmul-i] SKIPPED
37651 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[matmul-I] SKIPPED
37652 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[matmul-l] SKIPPED
37653 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[matmul-L] SKIPPED
37654 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[matmul-q] SKIPPED
37655 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[matmul-Q] SKIPPED
37656 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[matmul-e] SKIPPED
37657 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[matmul-f] SKIPPED
37658 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[matmul-d] SKIPPED
37659 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[matmul-g] SKIPPED
37660 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[maximum-b] PASSED
37661 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[maximum-B] PASSED
37662 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[maximum-h] PASSED
37663 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[maximum-H] PASSED
37664 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[maximum-i] PASSED
37665 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[maximum-I] PASSED
37666 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[maximum-l] PASSED
37667 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[maximum-L] PASSED
37668 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[maximum-q] PASSED
37669 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[maximum-Q] PASSED
37670 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[maximum-e] PASSED
37671 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[maximum-f] PASSED
37672 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[maximum-d] PASSED
37673 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[maximum-g] PASSED
37674 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[minimum-b] PASSED
37675 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[minimum-B] PASSED
37676 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[minimum-h] PASSED
37677 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[minimum-H] PASSED
37678 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[minimum-i] PASSED
37679 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[minimum-I] PASSED
37680 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[minimum-l] PASSED
37681 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[minimum-L] PASSED
37682 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[minimum-q] PASSED
37683 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[minimum-Q] PASSED
37684 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[minimum-e] PASSED
37685 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[minimum-f] PASSED
37686 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[minimum-d] PASSED
37687 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[minimum-g] PASSED
37688 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[multiply-b] PASSED
37689 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[multiply-B] PASSED
37690 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[multiply-h] PASSED
37691 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[multiply-H] PASSED
37692 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[multiply-i] PASSED
37693 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[multiply-I] PASSED
37694 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[multiply-l] PASSED
37695 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[multiply-L] PASSED
37696 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[multiply-q] PASSED
37697 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[multiply-Q] PASSED
37698 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[multiply-e] PASSED
37699 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[multiply-f] PASSED
37700 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[multiply-d] PASSED
37701 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[multiply-g] PASSED
37702 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[nextafter-e] PASSED
37703 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[nextafter-f] PASSED
37704 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[nextafter-d] PASSED
37705 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[nextafter-g] PASSED
37706 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-b] PASSED
37707 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-B] PASSED
37708 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-h] PASSED
37709 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-H] PASSED
37710 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-i] PASSED
37711 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-I] PASSED
37712 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-l] PASSED
37713 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-L] PASSED
37714 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-q] PASSED
37715 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-Q] PASSED
37716 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-e0] PASSED
37717 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-f0] PASSED
37718 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-d0] PASSED
37719 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-e1] PASSED
37720 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-f1] PASSED
37721 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-d1] PASSED
37722 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[power-g] PASSED
37723 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-b0] PASSED
37724 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-B0] PASSED
37725 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-h0] PASSED
37726 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-H0] PASSED
37727 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-i0] PASSED
37728 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-I0] PASSED
37729 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-l0] PASSED
37730 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-L0] PASSED
37731 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-q0] PASSED
37732 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-Q0] PASSED
37733 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-e0] PASSED
37734 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-f0] PASSED
37735 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-d0] PASSED
37736 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-g0] PASSED
37737 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[right_shift-b] PASSED
37738 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[right_shift-B] PASSED
37739 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[right_shift-h] PASSED
37740 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[right_shift-H] PASSED
37741 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[right_shift-i] PASSED
37742 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[right_shift-I] PASSED
37743 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[right_shift-l] PASSED
37744 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[right_shift-L] PASSED
37745 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[right_shift-q] PASSED
37746 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[right_shift-Q] PASSED
37747 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[subtract-b] PASSED
37748 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[subtract-B] PASSED
37749 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[subtract-h] PASSED
37750 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[subtract-H] PASSED
37751 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[subtract-i] PASSED
37752 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[subtract-I] PASSED
37753 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[subtract-l] PASSED
37754 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[subtract-L] PASSED
37755 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[subtract-q] PASSED
37756 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[subtract-Q] PASSED
37757 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[subtract-e] PASSED
37758 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[subtract-f] PASSED
37759 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[subtract-d] PASSED
37760 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[subtract-g] PASSED
37761 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[vecdot-b] SKIPPED
37762 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[vecdot-B] SKIPPED
37763 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[vecdot-h] SKIPPED
37764 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[vecdot-H] SKIPPED
37765 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[vecdot-i] SKIPPED
37766 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[vecdot-I] SKIPPED
37767 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[vecdot-l] SKIPPED
37768 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[vecdot-L] SKIPPED
37769 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[vecdot-q] SKIPPED
37770 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[vecdot-Q] SKIPPED
37771 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[vecdot-e] SKIPPED
37772 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[vecdot-f] SKIPPED
37773 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[vecdot-d] SKIPPED
37774 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[vecdot-g] SKIPPED
37775 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[divide-e1] PASSED
37776 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[divide-f1] PASSED
37777 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[divide-d1] PASSED
37778 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[divide-g1] PASSED
37779 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-b1] PASSED
37780 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-B1] PASSED
37781 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-h1] PASSED
37782 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-H1] PASSED
37783 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-i1] PASSED
37784 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-I1] PASSED
37785 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-l1] PASSED
37786 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-L1] PASSED
37787 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-q1] PASSED
37788 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-Q1] PASSED
37789 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-e1] PASSED
37790 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-f1] PASSED
37791 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-d1] PASSED
37792 numpy/_core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-g1] PASSED
37793 numpy/_core/tests/test_umath.py::test_signaling_nan_exceptions PASSED
37794 numpy/_core/tests/test_umath.py::test_outer_subclass_preserve[arr0] PASSED
37795 numpy/_core/tests/test_umath.py::test_outer_subclass_preserve[arr1] PASSED
37796 numpy/_core/tests/test_umath.py::test_outer_subclass_preserve[arr2] PASSED
37797 numpy/_core/tests/test_umath.py::test_outer_bad_subclass PASSED
37798 numpy/_core/tests/test_umath.py::test_outer_exceeds_maxdims PASSED
37799 numpy/_core/tests/test_umath.py::test_bad_legacy_ufunc_silent_errors PASSED
37800 numpy/_core/tests/test_umath.py::test_bad_legacy_gufunc_silent_errors[x10] PASSED
37801 numpy/_core/tests/test_umath.py::test_bad_legacy_gufunc_silent_errors[x11] PASSED
37802 numpy/_core/tests/test_umath.py::TestAddDocstring::test_add_same_docstring PASSED
37803 numpy/_core/tests/test_umath.py::TestAddDocstring::test_different_docstring_fails PASSED
37804 numpy/_core/tests/test_umath.py::TestAdd_newdoc_ufunc::test_ufunc_arg PASSED
37805 numpy/_core/tests/test_umath.py::TestAdd_newdoc_ufunc::test_string_arg PASSED
37806 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_transcendentals SKIPPED
37807 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[absolute] PASSED
37808 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[arccos] PASSED
37809 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[arccosh] PASSED
37810 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[arcsin] PASSED
37811 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[arcsinh] PASSED
37812 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[arctan] PASSED
37813 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[arctanh] PASSED
37814 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[cbrt] PASSED
37815 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[ceil] PASSED
37816 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[conjugate0] PASSED
37817 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[cos] PASSED
37818 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[cosh] PASSED
37819 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[deg2rad] PASSED
37820 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[degrees] PASSED
37821 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[exp] PASSED
37822 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[exp2] PASSED
37823 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[expm1] PASSED
37824 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[fabs] PASSED
37825 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[floor] PASSED
37826 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[log] PASSED
37827 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[log10] PASSED
37828 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[log1p] PASSED
37829 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[log2] PASSED
37830 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[logical_not] PASSED
37831 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[negative] PASSED
37832 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[positive] PASSED
37833 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[rad2deg] PASSED
37834 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[radians] PASSED
37835 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[reciprocal] PASSED
37836 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[rint] PASSED
37837 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[sign] PASSED
37838 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[sin] PASSED
37839 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[sinh] PASSED
37840 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[sqrt] PASSED
37841 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[square] PASSED
37842 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[tan] PASSED
37843 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[tanh] PASSED
37844 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[trunc] PASSED
37845 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[conjugate1] PASSED
37846 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_fp16_transcendentals[_ones_like] PASSED
37847 numpy/_core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_svml_fp16 SKIPPED
37848 numpy/_core/tests/test_umath_complex.py::TestCexp::test_simple PASSED
37849 numpy/_core/tests/test_umath_complex.py::TestCexp::test_special_values SKIPPED
37850 numpy/_core/tests/test_umath_complex.py::TestCexp::test_special_values2 SKIPPED
37851 numpy/_core/tests/test_umath_complex.py::TestClog::test_simple PASSED
37852 numpy/_core/tests/test_umath_complex.py::TestClog::test_special_values SKIPPED
37853 numpy/_core/tests/test_umath_complex.py::TestCsqrt::test_simple PASSED
37854 numpy/_core/tests/test_umath_complex.py::TestCsqrt::test_simple_conjugate PASSED
37855 numpy/_core/tests/test_umath_complex.py::TestCsqrt::test_special_values SKIPPED
37856 numpy/_core/tests/test_umath_complex.py::TestCpow::test_simple PASSED
37857 numpy/_core/tests/test_umath_complex.py::TestCpow::test_scalar PASSED
37858 numpy/_core/tests/test_umath_complex.py::TestCpow::test_array PASSED
37859 numpy/_core/tests/test_umath_complex.py::TestCabs::test_simple PASSED
37860 numpy/_core/tests/test_umath_complex.py::TestCabs::test_fabs PASSED
37861 numpy/_core/tests/test_umath_complex.py::TestCabs::test_cabs_inf_nan PASSED
37862 numpy/_core/tests/test_umath_complex.py::TestCarg::test_simple PASSED
37863 numpy/_core/tests/test_umath_complex.py::TestCarg::test_zero SKIPPED
37864 numpy/_core/tests/test_umath_complex.py::TestCarg::test_special_values PASSED
37865 numpy/_core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex64--4] PASSED
37866 numpy/_core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex64--2] PASSED
37867 numpy/_core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex64--1] PASSED
37868 numpy/_core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex64-1] PASSED
37869 numpy/_core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex64-2] PASSED
37870 numpy/_core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex64-4] PASSED
37871 numpy/_core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex128--4] PASSED
37872 numpy/_core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex128--2] PASSED
37873 numpy/_core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex128--1] PASSED
37874 numpy/_core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex128-1] PASSED
37875 numpy/_core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex128-2] PASSED
37876 numpy/_core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex128-4] PASSED
37877 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-1] PASSED
37878 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-2] PASSED
37879 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-3] PASSED
37880 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-4] PASSED
37881 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-5] PASSED
37882 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-6] PASSED
37883 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-7] PASSED
37884 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-8] PASSED
37885 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-9] PASSED
37886 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-10] PASSED
37887 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-11] PASSED
37888 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-13] PASSED
37889 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-15] PASSED
37890 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-17] PASSED
37891 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-18] PASSED
37892 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--4-19] PASSED
37893 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-1] PASSED
37894 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-2] PASSED
37895 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-3] PASSED
37896 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-4] PASSED
37897 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-5] PASSED
37898 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-6] PASSED
37899 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-7] PASSED
37900 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-8] PASSED
37901 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-9] PASSED
37902 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-10] PASSED
37903 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-11] PASSED
37904 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-13] PASSED
37905 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-15] PASSED
37906 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-17] PASSED
37907 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-18] PASSED
37908 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--3-19] PASSED
37909 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-1] PASSED
37910 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-2] PASSED
37911 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-3] PASSED
37912 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-4] PASSED
37913 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-5] PASSED
37914 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-6] PASSED
37915 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-7] PASSED
37916 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-8] PASSED
37917 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-9] PASSED
37918 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-10] PASSED
37919 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-11] PASSED
37920 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-13] PASSED
37921 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-15] PASSED
37922 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-17] PASSED
37923 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-18] PASSED
37924 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--2-19] PASSED
37925 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-1] PASSED
37926 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-2] PASSED
37927 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-3] PASSED
37928 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-4] PASSED
37929 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-5] PASSED
37930 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-6] PASSED
37931 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-7] PASSED
37932 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-8] PASSED
37933 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-9] PASSED
37934 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-10] PASSED
37935 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-11] PASSED
37936 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-13] PASSED
37937 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-15] PASSED
37938 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-17] PASSED
37939 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-18] PASSED
37940 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64--1-19] PASSED
37941 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-1] PASSED
37942 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-2] PASSED
37943 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-3] PASSED
37944 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-4] PASSED
37945 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-5] PASSED
37946 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-6] PASSED
37947 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-7] PASSED
37948 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-8] PASSED
37949 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-9] PASSED
37950 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-10] PASSED
37951 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-11] PASSED
37952 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-13] PASSED
37953 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-15] PASSED
37954 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-17] PASSED
37955 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-18] PASSED
37956 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-1-19] PASSED
37957 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-1] PASSED
37958 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-2] PASSED
37959 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-3] PASSED
37960 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-4] PASSED
37961 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-5] PASSED
37962 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-6] PASSED
37963 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-7] PASSED
37964 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-8] PASSED
37965 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-9] PASSED
37966 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-10] PASSED
37967 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-11] PASSED
37968 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-13] PASSED
37969 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-15] PASSED
37970 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-17] PASSED
37971 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-18] PASSED
37972 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-2-19] PASSED
37973 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-1] PASSED
37974 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-2] PASSED
37975 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-3] PASSED
37976 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-4] PASSED
37977 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-5] PASSED
37978 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-6] PASSED
37979 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-7] PASSED
37980 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-8] PASSED
37981 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-9] PASSED
37982 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-10] PASSED
37983 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-11] PASSED
37984 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-13] PASSED
37985 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-15] PASSED
37986 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-17] PASSED
37987 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-18] PASSED
37988 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-3-19] PASSED
37989 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-1] PASSED
37990 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-2] PASSED
37991 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-3] PASSED
37992 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-4] PASSED
37993 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-5] PASSED
37994 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-6] PASSED
37995 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-7] PASSED
37996 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-8] PASSED
37997 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-9] PASSED
37998 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-10] PASSED
37999 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-11] PASSED
38000 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-13] PASSED
38001 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-15] PASSED
38002 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-17] PASSED
38003 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-18] PASSED
38004 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex64-4-19] PASSED
38005 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-1] PASSED
38006 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-2] PASSED
38007 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-3] PASSED
38008 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-4] PASSED
38009 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-5] PASSED
38010 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-6] PASSED
38011 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-7] PASSED
38012 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-8] PASSED
38013 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-9] PASSED
38014 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-10] PASSED
38015 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-11] PASSED
38016 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-13] PASSED
38017 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-15] PASSED
38018 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-17] PASSED
38019 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-18] PASSED
38020 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--4-19] PASSED
38021 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-1] PASSED
38022 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-2] PASSED
38023 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-3] PASSED
38024 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-4] PASSED
38025 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-5] PASSED
38026 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-6] PASSED
38027 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-7] PASSED
38028 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-8] PASSED
38029 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-9] PASSED
38030 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-10] PASSED
38031 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-11] PASSED
38032 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-13] PASSED
38033 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-15] PASSED
38034 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-17] PASSED
38035 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-18] PASSED
38036 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--3-19] PASSED
38037 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-1] PASSED
38038 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-2] PASSED
38039 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-3] PASSED
38040 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-4] PASSED
38041 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-5] PASSED
38042 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-6] PASSED
38043 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-7] PASSED
38044 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-8] PASSED
38045 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-9] PASSED
38046 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-10] PASSED
38047 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-11] PASSED
38048 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-13] PASSED
38049 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-15] PASSED
38050 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-17] PASSED
38051 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-18] PASSED
38052 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--2-19] PASSED
38053 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-1] PASSED
38054 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-2] PASSED
38055 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-3] PASSED
38056 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-4] PASSED
38057 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-5] PASSED
38058 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-6] PASSED
38059 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-7] PASSED
38060 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-8] PASSED
38061 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-9] PASSED
38062 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-10] PASSED
38063 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-11] PASSED
38064 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-13] PASSED
38065 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-15] PASSED
38066 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-17] PASSED
38067 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-18] PASSED
38068 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128--1-19] PASSED
38069 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-1] PASSED
38070 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-2] PASSED
38071 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-3] PASSED
38072 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-4] PASSED
38073 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-5] PASSED
38074 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-6] PASSED
38075 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-7] PASSED
38076 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-8] PASSED
38077 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-9] PASSED
38078 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-10] PASSED
38079 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-11] PASSED
38080 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-13] PASSED
38081 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-15] PASSED
38082 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-17] PASSED
38083 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-18] PASSED
38084 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-1-19] PASSED
38085 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-1] PASSED
38086 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-2] PASSED
38087 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-3] PASSED
38088 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-4] PASSED
38089 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-5] PASSED
38090 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-6] PASSED
38091 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-7] PASSED
38092 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-8] PASSED
38093 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-9] PASSED
38094 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-10] PASSED
38095 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-11] PASSED
38096 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-13] PASSED
38097 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-15] PASSED
38098 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-17] PASSED
38099 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-18] PASSED
38100 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-2-19] PASSED
38101 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-1] PASSED
38102 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-2] PASSED
38103 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-3] PASSED
38104 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-4] PASSED
38105 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-5] PASSED
38106 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-6] PASSED
38107 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-7] PASSED
38108 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-8] PASSED
38109 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-9] PASSED
38110 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-10] PASSED
38111 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-11] PASSED
38112 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-13] PASSED
38113 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-15] PASSED
38114 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-17] PASSED
38115 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-18] PASSED
38116 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-3-19] PASSED
38117 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-1] PASSED
38118 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-2] PASSED
38119 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-3] PASSED
38120 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-4] PASSED
38121 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-5] PASSED
38122 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-6] PASSED
38123 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-7] PASSED
38124 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-8] PASSED
38125 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-9] PASSED
38126 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-10] PASSED
38127 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-11] PASSED
38128 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-13] PASSED
38129 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-15] PASSED
38130 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-17] PASSED
38131 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-18] PASSED
38132 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteAVX::test_array[complex128-4-19] PASSED
38133 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex64--4] PASSED
38134 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex64--3] PASSED
38135 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex64--2] PASSED
38136 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex64--1] PASSED
38137 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex64-1] PASSED
38138 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex64-2] PASSED
38139 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex64-3] PASSED
38140 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex64-4] PASSED
38141 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex128--4] PASSED
38142 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex128--3] PASSED
38143 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex128--2] PASSED
38144 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex128--1] PASSED
38145 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex128-1] PASSED
38146 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex128-2] PASSED
38147 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex128-3] PASSED
38148 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[abs-complex128-4] PASSED
38149 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex64--4] PASSED
38150 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex64--3] PASSED
38151 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex64--2] PASSED
38152 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex64--1] PASSED
38153 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex64-1] PASSED
38154 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex64-2] PASSED
38155 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex64-3] PASSED
38156 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex64-4] PASSED
38157 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex128--4] PASSED
38158 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex128--3] PASSED
38159 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex128--2] PASSED
38160 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex128--1] PASSED
38161 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex128-1] PASSED
38162 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex128-2] PASSED
38163 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex128-3] PASSED
38164 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[square-complex128-4] PASSED
38165 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex64--4] PASSED
38166 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex64--3] PASSED
38167 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex64--2] PASSED
38168 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex64--1] PASSED
38169 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex64-1] PASSED
38170 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex64-2] PASSED
38171 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex64-3] PASSED
38172 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex64-4] PASSED
38173 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex128--4] PASSED
38174 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex128--3] PASSED
38175 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex128--2] PASSED
38176 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex128--1] PASSED
38177 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex128-1] PASSED
38178 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex128-2] PASSED
38179 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex128-3] PASSED
38180 numpy/_core/tests/test_umath_complex.py::TestComplexAbsoluteMixedDTypes::test_array[conjugate-complex128-4] PASSED
38181 numpy/_core/tests/test_unicode.py::test_string_cast PASSED
38182 numpy/_core/tests/test_unicode.py::TestCreateZeros_1::test_zeros0D PASSED
38183 numpy/_core/tests/test_unicode.py::TestCreateZeros_1::test_zerosSD PASSED
38184 numpy/_core/tests/test_unicode.py::TestCreateZeros_1::test_zerosMD PASSED
38185 numpy/_core/tests/test_unicode.py::TestCreateZeros_2::test_zeros0D PASSED
38186 numpy/_core/tests/test_unicode.py::TestCreateZeros_2::test_zerosSD PASSED
38187 numpy/_core/tests/test_unicode.py::TestCreateZeros_2::test_zerosMD PASSED
38188 numpy/_core/tests/test_unicode.py::TestCreateZeros_1009::test_zeros0D PASSED
38189 numpy/_core/tests/test_unicode.py::TestCreateZeros_1009::test_zerosSD PASSED
38190 numpy/_core/tests/test_unicode.py::TestCreateZeros_1009::test_zerosMD PASSED
38191 numpy/_core/tests/test_unicode.py::TestCreateValues_1_UCS2::test_values0D PASSED
38192 numpy/_core/tests/test_unicode.py::TestCreateValues_1_UCS2::test_valuesSD PASSED
38193 numpy/_core/tests/test_unicode.py::TestCreateValues_1_UCS2::test_valuesMD PASSED
38194 numpy/_core/tests/test_unicode.py::TestCreateValues_1_UCS4::test_values0D PASSED
38195 numpy/_core/tests/test_unicode.py::TestCreateValues_1_UCS4::test_valuesSD PASSED
38196 numpy/_core/tests/test_unicode.py::TestCreateValues_1_UCS4::test_valuesMD PASSED
38197 numpy/_core/tests/test_unicode.py::TestCreateValues_2_UCS2::test_values0D PASSED
38198 numpy/_core/tests/test_unicode.py::TestCreateValues_2_UCS2::test_valuesSD PASSED
38199 numpy/_core/tests/test_unicode.py::TestCreateValues_2_UCS2::test_valuesMD PASSED
38200 numpy/_core/tests/test_unicode.py::TestCreateValues_2_UCS4::test_values0D PASSED
38201 numpy/_core/tests/test_unicode.py::TestCreateValues_2_UCS4::test_valuesSD PASSED
38202 numpy/_core/tests/test_unicode.py::TestCreateValues_2_UCS4::test_valuesMD PASSED
38203 numpy/_core/tests/test_unicode.py::TestCreateValues_1009_UCS2::test_values0D PASSED
38204 numpy/_core/tests/test_unicode.py::TestCreateValues_1009_UCS2::test_valuesSD PASSED
38205 numpy/_core/tests/test_unicode.py::TestCreateValues_1009_UCS2::test_valuesMD PASSED
38206 numpy/_core/tests/test_unicode.py::TestCreateValues_1009_UCS4::test_values0D PASSED
38207 numpy/_core/tests/test_unicode.py::TestCreateValues_1009_UCS4::test_valuesSD PASSED
38208 numpy/_core/tests/test_unicode.py::TestCreateValues_1009_UCS4::test_valuesMD PASSED
38209 numpy/_core/tests/test_unicode.py::TestAssignValues_1_UCS2::test_values0D PASSED
38210 numpy/_core/tests/test_unicode.py::TestAssignValues_1_UCS2::test_valuesSD PASSED
38211 numpy/_core/tests/test_unicode.py::TestAssignValues_1_UCS2::test_valuesMD PASSED
38212 numpy/_core/tests/test_unicode.py::TestAssignValues_1_UCS4::test_values0D PASSED
38213 numpy/_core/tests/test_unicode.py::TestAssignValues_1_UCS4::test_valuesSD PASSED
38214 numpy/_core/tests/test_unicode.py::TestAssignValues_1_UCS4::test_valuesMD PASSED
38215 numpy/_core/tests/test_unicode.py::TestAssignValues_2_UCS2::test_values0D PASSED
38216 numpy/_core/tests/test_unicode.py::TestAssignValues_2_UCS2::test_valuesSD PASSED
38217 numpy/_core/tests/test_unicode.py::TestAssignValues_2_UCS2::test_valuesMD PASSED
38218 numpy/_core/tests/test_unicode.py::TestAssignValues_2_UCS4::test_values0D PASSED
38219 numpy/_core/tests/test_unicode.py::TestAssignValues_2_UCS4::test_valuesSD PASSED
38220 numpy/_core/tests/test_unicode.py::TestAssignValues_2_UCS4::test_valuesMD PASSED
38221 numpy/_core/tests/test_unicode.py::TestAssignValues_1009_UCS2::test_values0D PASSED
38222 numpy/_core/tests/test_unicode.py::TestAssignValues_1009_UCS2::test_valuesSD PASSED
38223 numpy/_core/tests/test_unicode.py::TestAssignValues_1009_UCS2::test_valuesMD PASSED
38224 numpy/_core/tests/test_unicode.py::TestAssignValues_1009_UCS4::test_values0D PASSED
38225 numpy/_core/tests/test_unicode.py::TestAssignValues_1009_UCS4::test_valuesSD PASSED
38226 numpy/_core/tests/test_unicode.py::TestAssignValues_1009_UCS4::test_valuesMD PASSED
38227 numpy/_core/tests/test_unicode.py::TestByteorder_1_UCS2::test_values0D PASSED
38228 numpy/_core/tests/test_unicode.py::TestByteorder_1_UCS2::test_valuesSD PASSED
38229 numpy/_core/tests/test_unicode.py::TestByteorder_1_UCS2::test_valuesMD PASSED
38230 numpy/_core/tests/test_unicode.py::TestByteorder_1_UCS2::test_values_cast PASSED
38231 numpy/_core/tests/test_unicode.py::TestByteorder_1_UCS2::test_values_updowncast PASSED
38232 numpy/_core/tests/test_unicode.py::TestByteorder_1_UCS4::test_values0D PASSED
38233 numpy/_core/tests/test_unicode.py::TestByteorder_1_UCS4::test_valuesSD PASSED
38234 numpy/_core/tests/test_unicode.py::TestByteorder_1_UCS4::test_valuesMD PASSED
38235 numpy/_core/tests/test_unicode.py::TestByteorder_1_UCS4::test_values_cast PASSED
38236 numpy/_core/tests/test_unicode.py::TestByteorder_1_UCS4::test_values_updowncast PASSED
38237 numpy/_core/tests/test_unicode.py::TestByteorder_2_UCS2::test_values0D PASSED
38238 numpy/_core/tests/test_unicode.py::TestByteorder_2_UCS2::test_valuesSD PASSED
38239 numpy/_core/tests/test_unicode.py::TestByteorder_2_UCS2::test_valuesMD PASSED
38240 numpy/_core/tests/test_unicode.py::TestByteorder_2_UCS2::test_values_cast PASSED
38241 numpy/_core/tests/test_unicode.py::TestByteorder_2_UCS2::test_values_updowncast PASSED
38242 numpy/_core/tests/test_unicode.py::TestByteorder_2_UCS4::test_values0D PASSED
38243 numpy/_core/tests/test_unicode.py::TestByteorder_2_UCS4::test_valuesSD PASSED
38244 numpy/_core/tests/test_unicode.py::TestByteorder_2_UCS4::test_valuesMD PASSED
38245 numpy/_core/tests/test_unicode.py::TestByteorder_2_UCS4::test_values_cast PASSED
38246 numpy/_core/tests/test_unicode.py::TestByteorder_2_UCS4::test_values_updowncast PASSED
38247 numpy/_core/tests/test_unicode.py::TestByteorder_1009_UCS2::test_values0D PASSED
38248 numpy/_core/tests/test_unicode.py::TestByteorder_1009_UCS2::test_valuesSD PASSED
38249 numpy/_core/tests/test_unicode.py::TestByteorder_1009_UCS2::test_valuesMD PASSED
38250 numpy/_core/tests/test_unicode.py::TestByteorder_1009_UCS2::test_values_cast PASSED
38251 numpy/_core/tests/test_unicode.py::TestByteorder_1009_UCS2::test_values_updowncast PASSED
38252 numpy/_core/tests/test_unicode.py::TestByteorder_1009_UCS4::test_values0D PASSED
38253 numpy/_core/tests/test_unicode.py::TestByteorder_1009_UCS4::test_valuesSD PASSED
38254 numpy/_core/tests/test_unicode.py::TestByteorder_1009_UCS4::test_valuesMD PASSED
38255 numpy/_core/tests/test_unicode.py::TestByteorder_1009_UCS4::test_values_cast PASSED
38256 numpy/_core/tests/test_unicode.py::TestByteorder_1009_UCS4::test_values_updowncast PASSED
38257 numpy/_pyinstaller/test_pyinstaller.py::test_pyinstaller[--onedir] SKIPPED
38258 numpy/_pyinstaller/test_pyinstaller.py::test_pyinstaller[--onefile] SKIPPED
38259 numpy/distutils/tests/test_build_ext.py::test_multi_fortran_libs_link PASSED
38260 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_interface PASSED
38261 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_args_empty PASSED
38262 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_args_validation PASSED
38263 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_skip PASSED
38264 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_implies PASSED
38265 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_args_options PASSED
38266 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_flags PASSED
38267 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_targets_exceptions PASSED
38268 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_targets_syntax PASSED
38269 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_targets PASSED
38270 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_targets_policies PASSED
38271 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_targets_groups PASSED
38272 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_targets_multi PASSED
38273 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_interface PASSED
38274 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_args_empty PASSED
38275 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_args_validation PASSED
38276 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_skip PASSED
38277 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_implies PASSED
38278 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_args_options PASSED
38279 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_flags PASSED
38280 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_targets_exceptions PASSED
38281 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_targets_syntax PASSED
38282 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_targets PASSED
38283 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_targets_policies PASSED
38284 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_targets_groups PASSED
38285 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_targets_multi PASSED
38286 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_interface PASSED
38287 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_args_empty PASSED
38288 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_args_validation PASSED
38289 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_skip PASSED
38290 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_implies PASSED
38291 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_args_options PASSED
38292 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_flags PASSED
38293 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_targets_exceptions PASSED
38294 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_targets_syntax PASSED
38295 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_targets PASSED
38296 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_targets_policies PASSED
38297 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_targets_groups PASSED
38298 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_targets_multi PASSED
38299 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_interface PASSED
38300 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_args_empty PASSED
38301 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_args_validation PASSED
38302 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_skip PASSED
38303 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_implies PASSED
38304 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_args_options PASSED
38305 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_flags PASSED
38306 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_targets_exceptions PASSED
38307 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_targets_syntax PASSED
38308 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_targets PASSED
38309 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_targets_policies PASSED
38310 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_targets_groups PASSED
38311 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_targets_multi PASSED
38312 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_interface PASSED
38313 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_args_empty PASSED
38314 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_args_validation PASSED
38315 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_skip PASSED
38316 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_implies PASSED
38317 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_args_options PASSED
38318 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_flags PASSED
38319 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_targets_exceptions PASSED
38320 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_targets_syntax PASSED
38321 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_targets PASSED
38322 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_targets_policies PASSED
38323 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_targets_groups PASSED
38324 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_targets_multi PASSED
38325 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_interface PASSED
38326 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_args_empty PASSED
38327 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_args_validation PASSED
38328 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_skip PASSED
38329 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_implies PASSED
38330 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_args_options PASSED
38331 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_flags PASSED
38332 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_targets_exceptions PASSED
38333 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_targets_syntax PASSED
38334 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_targets PASSED
38335 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_targets_policies PASSED
38336 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_targets_groups PASSED
38337 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_targets_multi PASSED
38338 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_interface PASSED
38339 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_args_empty PASSED
38340 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_args_validation PASSED
38341 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_skip PASSED
38342 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_implies PASSED
38343 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_args_options PASSED
38344 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_flags PASSED
38345 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_targets_exceptions PASSED
38346 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_targets_syntax PASSED
38347 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_targets PASSED
38348 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_targets_policies PASSED
38349 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_targets_groups PASSED
38350 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_targets_multi PASSED
38351 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_interface PASSED
38352 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_args_empty PASSED
38353 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_args_validation PASSED
38354 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_skip PASSED
38355 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_implies PASSED
38356 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_args_options PASSED
38357 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_flags PASSED
38358 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_targets_exceptions PASSED
38359 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_targets_syntax PASSED
38360 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_targets PASSED
38361 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_targets_policies PASSED
38362 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_targets_groups PASSED
38363 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_targets_multi PASSED
38364 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_interface PASSED
38365 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_args_empty PASSED
38366 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_args_validation PASSED
38367 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_skip PASSED
38368 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_implies PASSED
38369 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_args_options PASSED
38370 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_flags PASSED
38371 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_targets_exceptions PASSED
38372 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_targets_syntax PASSED
38373 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_targets PASSED
38374 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_targets_policies PASSED
38375 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_targets_groups PASSED
38376 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_targets_multi PASSED
38377 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_interface PASSED
38378 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_args_empty PASSED
38379 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_args_validation PASSED
38380 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_skip PASSED
38381 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_implies PASSED
38382 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_args_options PASSED
38383 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_flags PASSED
38384 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_targets_exceptions PASSED
38385 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_targets_syntax PASSED
38386 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_targets PASSED
38387 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_targets_policies PASSED
38388 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_targets_groups PASSED
38389 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_targets_multi PASSED
38390 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_interface PASSED
38391 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_args_empty PASSED
38392 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_args_validation PASSED
38393 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_skip PASSED
38394 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_implies PASSED
38395 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_args_options PASSED
38396 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_flags PASSED
38397 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_targets_exceptions PASSED
38398 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_targets_syntax PASSED
38399 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_targets PASSED
38400 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_targets_policies PASSED
38401 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_targets_groups PASSED
38402 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_targets_multi PASSED
38403 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_interface PASSED
38404 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_args_empty PASSED
38405 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_args_validation PASSED
38406 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_skip PASSED
38407 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_implies PASSED
38408 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_args_options PASSED
38409 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_flags PASSED
38410 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_targets_exceptions PASSED
38411 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_targets_syntax PASSED
38412 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_targets PASSED
38413 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_targets_policies PASSED
38414 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_targets_groups PASSED
38415 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_targets_multi PASSED
38416 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_interface PASSED
38417 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_args_empty PASSED
38418 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_args_validation PASSED
38419 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_skip PASSED
38420 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_implies PASSED
38421 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_args_options PASSED
38422 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_flags PASSED
38423 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_targets_exceptions PASSED
38424 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_targets_syntax PASSED
38425 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_targets PASSED
38426 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_targets_policies PASSED
38427 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_targets_groups PASSED
38428 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_targets_multi PASSED
38429 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_interface PASSED
38430 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_args_empty PASSED
38431 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_args_validation PASSED
38432 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_skip PASSED
38433 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_implies PASSED
38434 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_args_options PASSED
38435 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_flags PASSED
38436 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_targets_exceptions PASSED
38437 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_targets_syntax PASSED
38438 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_targets PASSED
38439 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_targets_policies PASSED
38440 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_targets_groups PASSED
38441 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_targets_multi PASSED
38442 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_interface PASSED
38443 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_args_empty PASSED
38444 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_args_validation PASSED
38445 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_skip PASSED
38446 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_implies PASSED
38447 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_args_options PASSED
38448 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_flags PASSED
38449 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_targets_exceptions PASSED
38450 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_targets_syntax PASSED
38451 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_targets PASSED
38452 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_targets_policies PASSED
38453 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_targets_groups PASSED
38454 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_targets_multi PASSED
38455 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_interface PASSED
38456 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_args_empty PASSED
38457 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_args_validation PASSED
38458 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_skip PASSED
38459 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_implies PASSED
38460 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_args_options PASSED
38461 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_flags PASSED
38462 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_targets_exceptions PASSED
38463 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_targets_syntax PASSED
38464 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_targets PASSED
38465 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_targets_policies PASSED
38466 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_targets_groups PASSED
38467 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_targets_multi PASSED
38468 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_interface PASSED
38469 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_args_empty PASSED
38470 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_args_validation PASSED
38471 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_skip PASSED
38472 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_implies PASSED
38473 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_args_options PASSED
38474 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_flags PASSED
38475 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_targets_exceptions PASSED
38476 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_targets_syntax PASSED
38477 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_targets PASSED
38478 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_targets_policies PASSED
38479 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_targets_groups PASSED
38480 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_targets_multi PASSED
38481 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_interface PASSED
38482 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_args_empty PASSED
38483 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_args_validation PASSED
38484 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_skip PASSED
38485 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_implies PASSED
38486 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_args_options PASSED
38487 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_flags PASSED
38488 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_targets_exceptions PASSED
38489 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_targets_syntax PASSED
38490 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_targets PASSED
38491 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_targets_policies PASSED
38492 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_targets_groups PASSED
38493 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_targets_multi PASSED
38494 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_fcc::test_interface PASSED
38495 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_fcc::test_args_empty PASSED
38496 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_fcc::test_args_validation PASSED
38497 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_fcc::test_skip PASSED
38498 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_fcc::test_implies PASSED
38499 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_fcc::test_args_options PASSED
38500 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_fcc::test_flags PASSED
38501 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_fcc::test_targets_exceptions PASSED
38502 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_fcc::test_targets_syntax PASSED
38503 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_fcc::test_targets PASSED
38504 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_fcc::test_targets_policies PASSED
38505 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_fcc::test_targets_groups PASSED
38506 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_fcc::test_targets_multi PASSED
38507 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_gcc::test_interface PASSED
38508 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_gcc::test_args_empty PASSED
38509 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_gcc::test_args_validation PASSED
38510 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_gcc::test_skip PASSED
38511 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_gcc::test_implies PASSED
38512 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_gcc::test_args_options PASSED
38513 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_gcc::test_flags PASSED
38514 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_gcc::test_targets_exceptions PASSED
38515 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_gcc::test_targets_syntax PASSED
38516 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_gcc::test_targets PASSED
38517 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_gcc::test_targets_policies PASSED
38518 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_gcc::test_targets_groups PASSED
38519 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_gcc::test_targets_multi PASSED
38520 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_clang::test_interface PASSED
38521 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_clang::test_args_empty PASSED
38522 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_clang::test_args_validation PASSED
38523 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_clang::test_skip PASSED
38524 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_clang::test_implies PASSED
38525 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_clang::test_args_options PASSED
38526 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_clang::test_flags PASSED
38527 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_clang::test_targets_exceptions PASSED
38528 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_clang::test_targets_syntax PASSED
38529 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_clang::test_targets PASSED
38530 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_clang::test_targets_policies PASSED
38531 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_clang::test_targets_groups PASSED
38532 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_s390x_clang::test_targets_multi PASSED
38533 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_interface PASSED
38534 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_args_empty PASSED
38535 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_args_validation PASSED
38536 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_skip PASSED
38537 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_implies PASSED
38538 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_args_options PASSED
38539 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_flags PASSED
38540 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_targets_exceptions PASSED
38541 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_targets_syntax PASSED
38542 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_targets PASSED
38543 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_targets_policies PASSED
38544 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_targets_groups PASSED
38545 numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_targets_multi PASSED
38546 numpy/distutils/tests/test_ccompiler_opt_conf.py::TestConfFeatures::test_features PASSED
38547 numpy/distutils/tests/test_exec_command.py::test_exec_command_stdout PASSED
38548 numpy/distutils/tests/test_exec_command.py::test_exec_command_stderr PASSED
38549 numpy/distutils/tests/test_exec_command.py::TestExecCommand::test_basic PASSED
38550 numpy/distutils/tests/test_fcompiler.py::test_fcompiler_flags PASSED
38551 numpy/distutils/tests/test_fcompiler_gnu.py::TestG77Versions::test_g77_version PASSED
38552 numpy/distutils/tests/test_fcompiler_gnu.py::TestG77Versions::test_not_g77 PASSED
38553 numpy/distutils/tests/test_fcompiler_gnu.py::TestGFortranVersions::test_gfortran_version PASSED
38554 numpy/distutils/tests/test_fcompiler_gnu.py::TestGFortranVersions::test_not_gfortran PASSED
38555 numpy/distutils/tests/test_fcompiler_intel.py::TestIntelFCompilerVersions::test_32bit_version PASSED
38556 numpy/distutils/tests/test_fcompiler_intel.py::TestIntelEM64TFCompilerVersions::test_64bit_version PASSED
38557 numpy/distutils/tests/test_fcompiler_nagfor.py::TestNagFCompilerVersions::test_version_match PASSED
38558 numpy/distutils/tests/test_from_template.py::test_from_template PASSED
38559 numpy/distutils/tests/test_log.py::test_log_prefix[error] PASSED
38560 numpy/distutils/tests/test_log.py::test_log_prefix[warn] PASSED
38561 numpy/distutils/tests/test_log.py::test_log_prefix[info] PASSED
38562 numpy/distutils/tests/test_log.py::test_log_prefix[debug] PASSED
38563 numpy/distutils/tests/test_mingw32ccompiler.py::test_build_import SKIPPED
38564 numpy/distutils/tests/test_misc_util.py::TestAppendpath::test_1 PASSED
38565 numpy/distutils/tests/test_misc_util.py::TestAppendpath::test_2 PASSED
38566 numpy/distutils/tests/test_misc_util.py::TestAppendpath::test_3 PASSED
38567 numpy/distutils/tests/test_misc_util.py::TestMinrelpath::test_1 PASSED
38568 numpy/distutils/tests/test_misc_util.py::TestGpaths::test_gpaths PASSED
38569 numpy/distutils/tests/test_misc_util.py::TestSharedExtension::test_get_shared_lib_extension PASSED
38570 numpy/distutils/tests/test_misc_util.py::test_installed_npymath_ini PASSED
38571 numpy/distutils/tests/test_npy_pkg_config.py::TestLibraryInfo::test_simple PASSED
38572 numpy/distutils/tests/test_npy_pkg_config.py::TestLibraryInfo::test_simple_variable PASSED
38573 numpy/distutils/tests/test_npy_pkg_config.py::TestParseFlags::test_simple_cflags PASSED
38574 numpy/distutils/tests/test_npy_pkg_config.py::TestParseFlags::test_simple_lflags PASSED
38575 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv0] SKIPPED
38576 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv1] SKIPPED
38577 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv2] SKIPPED
38578 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv3] SKIPPED
38579 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv4] SKIPPED
38580 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv5] SKIPPED
38581 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv6] SKIPPED
38582 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv7] SKIPPED
38583 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv8] SKIPPED
38584 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv9] SKIPPED
38585 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv10] SKIPPED
38586 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv11] SKIPPED
38587 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv12] SKIPPED
38588 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv13] SKIPPED
38589 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[WindowsParser-argv14] SKIPPED
38590 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv0] PASSED
38591 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv1] PASSED
38592 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv2] PASSED
38593 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv3] PASSED
38594 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv4] PASSED
38595 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv5] PASSED
38596 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv6] PASSED
38597 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv7] PASSED
38598 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv8] PASSED
38599 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv9] PASSED
38600 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv10] PASSED
38601 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv11] PASSED
38602 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv12] PASSED
38603 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv13] PASSED
38604 numpy/distutils/tests/test_shell_utils.py::test_join_matches_subprocess[PosixParser-argv14] PASSED
38605 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv0] SKIPPED
38606 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv1] SKIPPED
38607 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv2] SKIPPED
38608 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv3] SKIPPED
38609 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv4] SKIPPED
38610 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv5] SKIPPED
38611 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv6] SKIPPED
38612 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv7] SKIPPED
38613 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv8] SKIPPED
38614 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv9] SKIPPED
38615 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv10] SKIPPED
38616 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv11] SKIPPED
38617 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv12] SKIPPED
38618 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv13] SKIPPED
38619 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[WindowsParser-argv14] SKIPPED
38620 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv0] PASSED
38621 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv1] PASSED
38622 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv2] PASSED
38623 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv3] PASSED
38624 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv4] PASSED
38625 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv5] PASSED
38626 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv6] PASSED
38627 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv7] PASSED
38628 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv8] PASSED
38629 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv9] PASSED
38630 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv10] PASSED
38631 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv11] PASSED
38632 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv12] PASSED
38633 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv13] PASSED
38634 numpy/distutils/tests/test_shell_utils.py::test_roundtrip[PosixParser-argv14] PASSED
38635 numpy/f2py/tests/test_abstract_interface.py::TestAbstractInterface::test_abstract_interface PASSED
38636 numpy/f2py/tests/test_abstract_interface.py::TestAbstractInterface::test_parse_abstract_interface PASSED
38637 numpy/f2py/tests/test_array_from_pyobj.py::TestIntent::test_in_out PASSED
38638 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[BOOL] PASSED
38639 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[BOOL] PASSED
38640 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BOOL-2seq-C-w] PASSED
38641 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BOOL-2seq-C-ro] PASSED
38642 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BOOL-2seq-F-w] PASSED
38643 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BOOL-2seq-F-ro] PASSED
38644 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BOOL-23seq-C-w] PASSED
38645 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BOOL-23seq-C-ro] PASSED
38646 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BOOL-23seq-F-w] PASSED
38647 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BOOL-23seq-F-ro] PASSED
38648 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[BOOL] PASSED
38649 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[BOOL] PASSED
38650 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[BOOL] PASSED
38651 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[BOOL] PASSED
38652 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[BOOL] PASSED
38653 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[BOOL] PASSED
38654 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[BOOL] PASSED
38655 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[BOOL] PASSED
38656 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[BOOL] PASSED
38657 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[BOOL] PASSED
38658 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[BOOL] PASSED
38659 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[BOOL] PASSED
38660 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[BOOL] PASSED
38661 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[BOOL] PASSED
38662 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[BOOL] PASSED
38663 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[BOOL] PASSED
38664 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[BOOL] PASSED
38665 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[BOOL] PASSED
38666 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[BOOL] PASSED
38667 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[BYTE] PASSED
38668 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[BYTE] PASSED
38669 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BYTE-2seq-C-w] PASSED
38670 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BYTE-2seq-C-ro] PASSED
38671 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BYTE-2seq-F-w] PASSED
38672 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BYTE-2seq-F-ro] PASSED
38673 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BYTE-23seq-C-w] PASSED
38674 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BYTE-23seq-C-ro] PASSED
38675 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BYTE-23seq-F-w] PASSED
38676 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[BYTE-23seq-F-ro] PASSED
38677 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[BYTE] PASSED
38678 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[BYTE] PASSED
38679 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[BYTE] PASSED
38680 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[BYTE] PASSED
38681 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[BYTE] PASSED
38682 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[BYTE] PASSED
38683 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[BYTE] PASSED
38684 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[BYTE] PASSED
38685 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[BYTE] PASSED
38686 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[BYTE] PASSED
38687 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[BYTE] PASSED
38688 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[BYTE] PASSED
38689 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[BYTE] PASSED
38690 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[BYTE] PASSED
38691 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[BYTE] PASSED
38692 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[BYTE] PASSED
38693 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[BYTE] PASSED
38694 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[BYTE] PASSED
38695 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[BYTE] PASSED
38696 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[UBYTE] PASSED
38697 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[UBYTE] PASSED
38698 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UBYTE-2seq-C-w] PASSED
38699 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UBYTE-2seq-C-ro] PASSED
38700 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UBYTE-2seq-F-w] PASSED
38701 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UBYTE-2seq-F-ro] PASSED
38702 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UBYTE-23seq-C-w] PASSED
38703 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UBYTE-23seq-C-ro] PASSED
38704 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UBYTE-23seq-F-w] PASSED
38705 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UBYTE-23seq-F-ro] PASSED
38706 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[UBYTE] PASSED
38707 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[UBYTE] PASSED
38708 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[UBYTE] PASSED
38709 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[UBYTE] PASSED
38710 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[UBYTE] PASSED
38711 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[UBYTE] PASSED
38712 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[UBYTE] PASSED
38713 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[UBYTE] PASSED
38714 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[UBYTE] PASSED
38715 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[UBYTE] PASSED
38716 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[UBYTE] PASSED
38717 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[UBYTE] PASSED
38718 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[UBYTE] PASSED
38719 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[UBYTE] PASSED
38720 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[UBYTE] PASSED
38721 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[UBYTE] PASSED
38722 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[UBYTE] PASSED
38723 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[UBYTE] PASSED
38724 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[UBYTE] PASSED
38725 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[SHORT] PASSED
38726 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[SHORT] PASSED
38727 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[SHORT-2seq-C-w] PASSED
38728 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[SHORT-2seq-C-ro] PASSED
38729 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[SHORT-2seq-F-w] PASSED
38730 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[SHORT-2seq-F-ro] PASSED
38731 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[SHORT-23seq-C-w] PASSED
38732 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[SHORT-23seq-C-ro] PASSED
38733 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[SHORT-23seq-F-w] PASSED
38734 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[SHORT-23seq-F-ro] PASSED
38735 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[SHORT] PASSED
38736 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[SHORT] PASSED
38737 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[SHORT] PASSED
38738 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[SHORT] PASSED
38739 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[SHORT] PASSED
38740 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[SHORT] PASSED
38741 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[SHORT] PASSED
38742 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[SHORT] PASSED
38743 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[SHORT] PASSED
38744 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[SHORT] PASSED
38745 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[SHORT] PASSED
38746 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[SHORT] PASSED
38747 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[SHORT] PASSED
38748 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[SHORT] PASSED
38749 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[SHORT] PASSED
38750 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[SHORT] PASSED
38751 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[SHORT] PASSED
38752 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[SHORT] PASSED
38753 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[SHORT] PASSED
38754 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[USHORT] PASSED
38755 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[USHORT] PASSED
38756 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[USHORT-2seq-C-w] PASSED
38757 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[USHORT-2seq-C-ro] PASSED
38758 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[USHORT-2seq-F-w] PASSED
38759 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[USHORT-2seq-F-ro] PASSED
38760 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[USHORT-23seq-C-w] PASSED
38761 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[USHORT-23seq-C-ro] PASSED
38762 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[USHORT-23seq-F-w] PASSED
38763 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[USHORT-23seq-F-ro] PASSED
38764 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[USHORT] PASSED
38765 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[USHORT] PASSED
38766 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[USHORT] PASSED
38767 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[USHORT] PASSED
38768 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[USHORT] PASSED
38769 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[USHORT] PASSED
38770 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[USHORT] PASSED
38771 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[USHORT] PASSED
38772 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[USHORT] PASSED
38773 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[USHORT] PASSED
38774 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[USHORT] PASSED
38775 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[USHORT] PASSED
38776 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[USHORT] PASSED
38777 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[USHORT] PASSED
38778 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[USHORT] PASSED
38779 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[USHORT] PASSED
38780 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[USHORT] PASSED
38781 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[USHORT] PASSED
38782 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[USHORT] PASSED
38783 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[INT] PASSED
38784 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[INT] PASSED
38785 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[INT-2seq-C-w] PASSED
38786 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[INT-2seq-C-ro] PASSED
38787 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[INT-2seq-F-w] PASSED
38788 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[INT-2seq-F-ro] PASSED
38789 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[INT-23seq-C-w] PASSED
38790 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[INT-23seq-C-ro] PASSED
38791 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[INT-23seq-F-w] PASSED
38792 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[INT-23seq-F-ro] PASSED
38793 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[INT] PASSED
38794 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[INT] PASSED
38795 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[INT] PASSED
38796 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[INT] PASSED
38797 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[INT] PASSED
38798 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[INT] PASSED
38799 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[INT] PASSED
38800 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[INT] PASSED
38801 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[INT] PASSED
38802 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[INT] PASSED
38803 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[INT] PASSED
38804 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[INT] PASSED
38805 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[INT] PASSED
38806 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[INT] PASSED
38807 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[INT] PASSED
38808 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[INT] PASSED
38809 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[INT] PASSED
38810 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[INT] PASSED
38811 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[INT] PASSED
38812 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[UINT] PASSED
38813 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[UINT] PASSED
38814 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UINT-2seq-C-w] PASSED
38815 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UINT-2seq-C-ro] PASSED
38816 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UINT-2seq-F-w] PASSED
38817 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UINT-2seq-F-ro] PASSED
38818 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UINT-23seq-C-w] PASSED
38819 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UINT-23seq-C-ro] PASSED
38820 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UINT-23seq-F-w] PASSED
38821 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[UINT-23seq-F-ro] PASSED
38822 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[UINT] PASSED
38823 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[UINT] PASSED
38824 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[UINT] PASSED
38825 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[UINT] PASSED
38826 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[UINT] PASSED
38827 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[UINT] PASSED
38828 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[UINT] PASSED
38829 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[UINT] PASSED
38830 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[UINT] PASSED
38831 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[UINT] PASSED
38832 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[UINT] PASSED
38833 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[UINT] PASSED
38834 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[UINT] PASSED
38835 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[UINT] PASSED
38836 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[UINT] PASSED
38837 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[UINT] PASSED
38838 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[UINT] PASSED
38839 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[UINT] PASSED
38840 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[UINT] PASSED
38841 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[LONG] PASSED
38842 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[LONG] PASSED
38843 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONG-2seq-C-w] PASSED
38844 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONG-2seq-C-ro] PASSED
38845 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONG-2seq-F-w] PASSED
38846 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONG-2seq-F-ro] PASSED
38847 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONG-23seq-C-w] PASSED
38848 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONG-23seq-C-ro] PASSED
38849 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONG-23seq-F-w] PASSED
38850 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONG-23seq-F-ro] PASSED
38851 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[LONG] PASSED
38852 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[LONG] PASSED
38853 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[LONG] PASSED
38854 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[LONG] PASSED
38855 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[LONG] PASSED
38856 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[LONG] PASSED
38857 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[LONG] PASSED
38858 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[LONG] PASSED
38859 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[LONG] PASSED
38860 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[LONG] PASSED
38861 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[LONG] PASSED
38862 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[LONG] PASSED
38863 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[LONG] PASSED
38864 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[LONG] PASSED
38865 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[LONG] PASSED
38866 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[LONG] PASSED
38867 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[LONG] PASSED
38868 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[LONG] PASSED
38869 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[LONG] PASSED
38870 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[ULONG] PASSED
38871 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[ULONG] PASSED
38872 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONG-2seq-C-w] PASSED
38873 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONG-2seq-C-ro] PASSED
38874 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONG-2seq-F-w] PASSED
38875 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONG-2seq-F-ro] PASSED
38876 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONG-23seq-C-w] PASSED
38877 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONG-23seq-C-ro] PASSED
38878 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONG-23seq-F-w] PASSED
38879 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONG-23seq-F-ro] PASSED
38880 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[ULONG] PASSED
38881 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[ULONG] PASSED
38882 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[ULONG] PASSED
38883 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[ULONG] PASSED
38884 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[ULONG] PASSED
38885 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[ULONG] PASSED
38886 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[ULONG] PASSED
38887 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[ULONG] PASSED
38888 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[ULONG] PASSED
38889 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[ULONG] PASSED
38890 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[ULONG] PASSED
38891 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[ULONG] PASSED
38892 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[ULONG] PASSED
38893 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[ULONG] PASSED
38894 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[ULONG] PASSED
38895 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[ULONG] PASSED
38896 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[ULONG] PASSED
38897 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[ULONG] PASSED
38898 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[ULONG] PASSED
38899 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[LONGLONG] PASSED
38900 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[LONGLONG] PASSED
38901 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGLONG-2seq-C-w] PASSED
38902 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGLONG-2seq-C-ro] PASSED
38903 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGLONG-2seq-F-w] PASSED
38904 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGLONG-2seq-F-ro] PASSED
38905 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGLONG-23seq-C-w] PASSED
38906 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGLONG-23seq-C-ro] PASSED
38907 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGLONG-23seq-F-w] PASSED
38908 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGLONG-23seq-F-ro] PASSED
38909 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[LONGLONG] PASSED
38910 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[LONGLONG] PASSED
38911 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[LONGLONG] PASSED
38912 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[LONGLONG] PASSED
38913 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[LONGLONG] PASSED
38914 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[LONGLONG] PASSED
38915 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[LONGLONG] PASSED
38916 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[LONGLONG] PASSED
38917 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[LONGLONG] PASSED
38918 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[LONGLONG] PASSED
38919 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[LONGLONG] PASSED
38920 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[LONGLONG] PASSED
38921 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[LONGLONG] PASSED
38922 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[LONGLONG] PASSED
38923 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[LONGLONG] PASSED
38924 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[LONGLONG] PASSED
38925 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[LONGLONG] PASSED
38926 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[LONGLONG] PASSED
38927 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[LONGLONG] PASSED
38928 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[ULONGLONG] PASSED
38929 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[ULONGLONG] PASSED
38930 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONGLONG-2seq-C-w] PASSED
38931 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONGLONG-2seq-C-ro] PASSED
38932 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONGLONG-2seq-F-w] PASSED
38933 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONGLONG-2seq-F-ro] PASSED
38934 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONGLONG-23seq-C-w] PASSED
38935 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONGLONG-23seq-C-ro] PASSED
38936 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONGLONG-23seq-F-w] PASSED
38937 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[ULONGLONG-23seq-F-ro] PASSED
38938 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[ULONGLONG] PASSED
38939 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[ULONGLONG] PASSED
38940 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[ULONGLONG] PASSED
38941 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[ULONGLONG] PASSED
38942 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[ULONGLONG] PASSED
38943 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[ULONGLONG] PASSED
38944 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[ULONGLONG] PASSED
38945 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[ULONGLONG] PASSED
38946 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[ULONGLONG] PASSED
38947 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[ULONGLONG] PASSED
38948 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[ULONGLONG] PASSED
38949 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[ULONGLONG] PASSED
38950 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[ULONGLONG] PASSED
38951 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[ULONGLONG] PASSED
38952 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[ULONGLONG] PASSED
38953 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[ULONGLONG] PASSED
38954 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[ULONGLONG] PASSED
38955 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[ULONGLONG] PASSED
38956 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[ULONGLONG] PASSED
38957 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[FLOAT] PASSED
38958 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[FLOAT] PASSED
38959 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[FLOAT-2seq-C-w] PASSED
38960 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[FLOAT-2seq-C-ro] PASSED
38961 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[FLOAT-2seq-F-w] PASSED
38962 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[FLOAT-2seq-F-ro] PASSED
38963 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[FLOAT-23seq-C-w] PASSED
38964 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[FLOAT-23seq-C-ro] PASSED
38965 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[FLOAT-23seq-F-w] PASSED
38966 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[FLOAT-23seq-F-ro] PASSED
38967 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[FLOAT] PASSED
38968 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[FLOAT] PASSED
38969 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[FLOAT] PASSED
38970 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[FLOAT] PASSED
38971 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[FLOAT] PASSED
38972 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[FLOAT] PASSED
38973 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[FLOAT] PASSED
38974 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[FLOAT] PASSED
38975 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[FLOAT] PASSED
38976 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[FLOAT] PASSED
38977 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[FLOAT] PASSED
38978 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[FLOAT] PASSED
38979 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[FLOAT] PASSED
38980 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[FLOAT] PASSED
38981 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[FLOAT] PASSED
38982 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[FLOAT] PASSED
38983 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[FLOAT] PASSED
38984 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[FLOAT] PASSED
38985 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[FLOAT] PASSED
38986 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[DOUBLE] PASSED
38987 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[DOUBLE] PASSED
38988 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[DOUBLE-2seq-C-w] PASSED
38989 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[DOUBLE-2seq-C-ro] PASSED
38990 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[DOUBLE-2seq-F-w] PASSED
38991 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[DOUBLE-2seq-F-ro] PASSED
38992 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[DOUBLE-23seq-C-w] PASSED
38993 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[DOUBLE-23seq-C-ro] PASSED
38994 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[DOUBLE-23seq-F-w] PASSED
38995 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[DOUBLE-23seq-F-ro] PASSED
38996 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[DOUBLE] PASSED
38997 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[DOUBLE] PASSED
38998 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[DOUBLE] PASSED
38999 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[DOUBLE] PASSED
39000 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[DOUBLE] PASSED
39001 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[DOUBLE] PASSED
39002 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[DOUBLE] PASSED
39003 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[DOUBLE] PASSED
39004 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[DOUBLE] PASSED
39005 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[DOUBLE] PASSED
39006 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[DOUBLE] PASSED
39007 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[DOUBLE] PASSED
39008 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[DOUBLE] PASSED
39009 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[DOUBLE] PASSED
39010 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[DOUBLE] PASSED
39011 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[DOUBLE] PASSED
39012 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[DOUBLE] PASSED
39013 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[DOUBLE] PASSED
39014 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[DOUBLE] PASSED
39015 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[CFLOAT] PASSED
39016 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[CFLOAT] PASSED
39017 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CFLOAT-2seq-C-w] PASSED
39018 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CFLOAT-2seq-C-ro] PASSED
39019 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CFLOAT-2seq-F-w] PASSED
39020 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CFLOAT-2seq-F-ro] PASSED
39021 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CFLOAT-23seq-C-w] PASSED
39022 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CFLOAT-23seq-C-ro] PASSED
39023 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CFLOAT-23seq-F-w] PASSED
39024 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CFLOAT-23seq-F-ro] PASSED
39025 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[CFLOAT] PASSED
39026 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[CFLOAT] PASSED
39027 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[CFLOAT] PASSED
39028 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[CFLOAT] PASSED
39029 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[CFLOAT] PASSED
39030 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[CFLOAT] PASSED
39031 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[CFLOAT] PASSED
39032 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[CFLOAT] PASSED
39033 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[CFLOAT] PASSED
39034 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[CFLOAT] PASSED
39035 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[CFLOAT] PASSED
39036 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[CFLOAT] PASSED
39037 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[CFLOAT] PASSED
39038 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[CFLOAT] PASSED
39039 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[CFLOAT] PASSED
39040 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[CFLOAT] PASSED
39041 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[CFLOAT] PASSED
39042 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[CFLOAT] PASSED
39043 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[CFLOAT] PASSED
39044 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[STRING1] PASSED
39045 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[STRING1] PASSED
39046 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING1-2seq-C-w] PASSED
39047 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING1-2seq-C-ro] PASSED
39048 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING1-2seq-F-w] PASSED
39049 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING1-2seq-F-ro] PASSED
39050 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING1-23seq-C-w] PASSED
39051 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING1-23seq-C-ro] PASSED
39052 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING1-23seq-F-w] PASSED
39053 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING1-23seq-F-ro] PASSED
39054 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[STRING1] PASSED
39055 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[STRING1] PASSED
39056 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[STRING1] PASSED
39057 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[STRING1] PASSED
39058 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[STRING1] PASSED
39059 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[STRING1] PASSED
39060 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[STRING1] PASSED
39061 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[STRING1] PASSED
39062 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[STRING1] PASSED
39063 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[STRING1] PASSED
39064 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[STRING1] PASSED
39065 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[STRING1] PASSED
39066 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[STRING1] PASSED
39067 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[STRING1] PASSED
39068 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[STRING1] PASSED
39069 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[STRING1] PASSED
39070 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[STRING1] PASSED
39071 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[STRING1] PASSED
39072 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[STRING1] PASSED
39073 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[STRING5] PASSED
39074 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[STRING5] PASSED
39075 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING5-2seq-C-w] PASSED
39076 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING5-2seq-C-ro] PASSED
39077 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING5-2seq-F-w] PASSED
39078 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING5-2seq-F-ro] PASSED
39079 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING5-23seq-C-w] PASSED
39080 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING5-23seq-C-ro] PASSED
39081 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING5-23seq-F-w] PASSED
39082 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[STRING5-23seq-F-ro] PASSED
39083 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[STRING5] PASSED
39084 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[STRING5] PASSED
39085 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[STRING5] PASSED
39086 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[STRING5] PASSED
39087 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[STRING5] PASSED
39088 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[STRING5] PASSED
39089 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[STRING5] PASSED
39090 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[STRING5] PASSED
39091 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[STRING5] PASSED
39092 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[STRING5] PASSED
39093 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[STRING5] PASSED
39094 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[STRING5] PASSED
39095 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[STRING5] PASSED
39096 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[STRING5] PASSED
39097 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[STRING5] PASSED
39098 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[STRING5] PASSED
39099 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[STRING5] PASSED
39100 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[STRING5] PASSED
39101 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[STRING5] PASSED
39102 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[CHARACTER] PASSED
39103 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[CHARACTER] PASSED
39104 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CHARACTER-2seq-C-w] PASSED
39105 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CHARACTER-2seq-C-ro] PASSED
39106 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CHARACTER-2seq-F-w] PASSED
39107 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CHARACTER-2seq-F-ro] PASSED
39108 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CHARACTER-23seq-C-w] PASSED
39109 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CHARACTER-23seq-C-ro] PASSED
39110 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CHARACTER-23seq-F-w] PASSED
39111 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CHARACTER-23seq-F-ro] PASSED
39112 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[CHARACTER] PASSED
39113 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[CHARACTER] PASSED
39114 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[CHARACTER] PASSED
39115 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[CHARACTER] PASSED
39116 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[CHARACTER] PASSED
39117 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[CHARACTER] PASSED
39118 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[CHARACTER] PASSED
39119 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[CHARACTER] PASSED
39120 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[CHARACTER] PASSED
39121 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[CHARACTER] PASSED
39122 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[CHARACTER] PASSED
39123 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[CHARACTER] PASSED
39124 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[CHARACTER] PASSED
39125 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[CHARACTER] PASSED
39126 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[CHARACTER] PASSED
39127 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[CHARACTER] PASSED
39128 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[CHARACTER] PASSED
39129 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[CHARACTER] PASSED
39130 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[CHARACTER] PASSED
39131 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[LONGDOUBLE] PASSED
39132 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[LONGDOUBLE] PASSED
39133 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGDOUBLE-2seq-C-w] PASSED
39134 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGDOUBLE-2seq-C-ro] PASSED
39135 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGDOUBLE-2seq-F-w] PASSED
39136 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGDOUBLE-2seq-F-ro] PASSED
39137 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGDOUBLE-23seq-C-w] PASSED
39138 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGDOUBLE-23seq-C-ro] PASSED
39139 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGDOUBLE-23seq-F-w] PASSED
39140 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[LONGDOUBLE-23seq-F-ro] PASSED
39141 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[LONGDOUBLE] PASSED
39142 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[LONGDOUBLE] PASSED
39143 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[LONGDOUBLE] PASSED
39144 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[LONGDOUBLE] PASSED
39145 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[LONGDOUBLE] PASSED
39146 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[LONGDOUBLE] PASSED
39147 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[LONGDOUBLE] PASSED
39148 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[LONGDOUBLE] PASSED
39149 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[LONGDOUBLE] PASSED
39150 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[LONGDOUBLE] PASSED
39151 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[LONGDOUBLE] PASSED
39152 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[LONGDOUBLE] PASSED
39153 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[LONGDOUBLE] PASSED
39154 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[LONGDOUBLE] PASSED
39155 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[LONGDOUBLE] PASSED
39156 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[LONGDOUBLE] PASSED
39157 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[LONGDOUBLE] PASSED
39158 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[LONGDOUBLE] PASSED
39159 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[LONGDOUBLE] PASSED
39160 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[CDOUBLE] PASSED
39161 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[CDOUBLE] PASSED
39162 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CDOUBLE-2seq-C-w] PASSED
39163 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CDOUBLE-2seq-C-ro] PASSED
39164 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CDOUBLE-2seq-F-w] PASSED
39165 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CDOUBLE-2seq-F-ro] PASSED
39166 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CDOUBLE-23seq-C-w] PASSED
39167 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CDOUBLE-23seq-C-ro] PASSED
39168 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CDOUBLE-23seq-F-w] PASSED
39169 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CDOUBLE-23seq-F-ro] PASSED
39170 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[CDOUBLE] PASSED
39171 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[CDOUBLE] PASSED
39172 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[CDOUBLE] PASSED
39173 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[CDOUBLE] PASSED
39174 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[CDOUBLE] PASSED
39175 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[CDOUBLE] PASSED
39176 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[CDOUBLE] PASSED
39177 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[CDOUBLE] PASSED
39178 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[CDOUBLE] PASSED
39179 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[CDOUBLE] PASSED
39180 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[CDOUBLE] PASSED
39181 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[CDOUBLE] PASSED
39182 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[CDOUBLE] PASSED
39183 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[CDOUBLE] PASSED
39184 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[CDOUBLE] PASSED
39185 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[CDOUBLE] PASSED
39186 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[CDOUBLE] PASSED
39187 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[CDOUBLE] PASSED
39188 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[CDOUBLE] PASSED
39189 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[CLONGDOUBLE] PASSED
39190 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[CLONGDOUBLE] PASSED
39191 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CLONGDOUBLE-2seq-C-w] PASSED
39192 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CLONGDOUBLE-2seq-C-ro] PASSED
39193 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CLONGDOUBLE-2seq-F-w] PASSED
39194 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CLONGDOUBLE-2seq-F-ro] PASSED
39195 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CLONGDOUBLE-23seq-C-w] PASSED
39196 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CLONGDOUBLE-23seq-C-ro] PASSED
39197 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CLONGDOUBLE-23seq-F-w] PASSED
39198 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_nocopy[CLONGDOUBLE-23seq-F-ro] PASSED
39199 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[CLONGDOUBLE] PASSED
39200 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[CLONGDOUBLE] PASSED
39201 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[CLONGDOUBLE] PASSED
39202 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[CLONGDOUBLE] PASSED
39203 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[CLONGDOUBLE] PASSED
39204 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[CLONGDOUBLE] PASSED
39205 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[CLONGDOUBLE] PASSED
39206 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[CLONGDOUBLE] PASSED
39207 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[CLONGDOUBLE] PASSED
39208 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[CLONGDOUBLE] PASSED
39209 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[CLONGDOUBLE] PASSED
39210 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[CLONGDOUBLE] PASSED
39211 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[CLONGDOUBLE] PASSED
39212 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[CLONGDOUBLE] PASSED
39213 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[CLONGDOUBLE] PASSED
39214 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[CLONGDOUBLE] PASSED
39215 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[CLONGDOUBLE] PASSED
39216 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[CLONGDOUBLE] PASSED
39217 numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[CLONGDOUBLE] PASSED
39218 numpy/f2py/tests/test_assumed_shape.py::TestAssumedShapeSumExample::test_all PASSED
39219 numpy/f2py/tests/test_assumed_shape.py::TestF2cmapOption::test_all PASSED
39220 numpy/f2py/tests/test_block_docstring.py::TestBlockDocString::test_block_docstring PASSED
39221 numpy/f2py/tests/test_callback.py::TestF77Callback::test_all[t] PASSED
39222 numpy/f2py/tests/test_callback.py::TestF77Callback::test_all[t2] PASSED
39223 numpy/f2py/tests/test_callback.py::TestF77Callback::test_docstring PASSED
39224 numpy/f2py/tests/test_callback.py::TestF77Callback::test_string_callback PASSED
39225 numpy/f2py/tests/test_callback.py::TestF77Callback::test_string_callback_array PASSED
39226 numpy/f2py/tests/test_callback.py::TestF77Callback::test_threadsafety PASSED
39227 numpy/f2py/tests/test_callback.py::TestF77Callback::test_hidden_callback PASSED
39228 numpy/f2py/tests/test_callback.py::TestF77CallbackPythonTLS::test_all[t] PASSED
39229 numpy/f2py/tests/test_callback.py::TestF77CallbackPythonTLS::test_all[t2] PASSED
39230 numpy/f2py/tests/test_callback.py::TestF77CallbackPythonTLS::test_docstring PASSED
39231 numpy/f2py/tests/test_callback.py::TestF77CallbackPythonTLS::test_string_callback PASSED
39232 numpy/f2py/tests/test_callback.py::TestF77CallbackPythonTLS::test_string_callback_array PASSED
39233 numpy/f2py/tests/test_callback.py::TestF77CallbackPythonTLS::test_threadsafety PASSED
39234 numpy/f2py/tests/test_callback.py::TestF77CallbackPythonTLS::test_hidden_callback PASSED
39235 numpy/f2py/tests/test_callback.py::TestF90Callback::test_gh17797 PASSED
39236 numpy/f2py/tests/test_callback.py::TestGH18335::test_gh18335 PASSED
39237 numpy/f2py/tests/test_callback.py::TestGH25211::test_gh25211 PASSED
39238 numpy/f2py/tests/test_character.py::TestCharacterString::test_input[1] PASSED
39239 numpy/f2py/tests/test_character.py::TestCharacterString::test_input[3] PASSED
39240 numpy/f2py/tests/test_character.py::TestCharacterString::test_input[star] PASSED
39241 numpy/f2py/tests/test_character.py::TestCharacterString::test_output[1] PASSED
39242 numpy/f2py/tests/test_character.py::TestCharacterString::test_output[3] PASSED
39243 numpy/f2py/tests/test_character.py::TestCharacterString::test_array_input[1] PASSED
39244 numpy/f2py/tests/test_character.py::TestCharacterString::test_array_input[3] PASSED
39245 numpy/f2py/tests/test_character.py::TestCharacterString::test_array_input[star] PASSED
39246 numpy/f2py/tests/test_character.py::TestCharacterString::test_array_output[1] PASSED
39247 numpy/f2py/tests/test_character.py::TestCharacterString::test_array_output[3] PASSED
39248 numpy/f2py/tests/test_character.py::TestCharacterString::test_array_output[star] PASSED
39249 numpy/f2py/tests/test_character.py::TestCharacterString::test_2d_array_input[1] PASSED
39250 numpy/f2py/tests/test_character.py::TestCharacterString::test_2d_array_input[3] PASSED
39251 numpy/f2py/tests/test_character.py::TestCharacterString::test_2d_array_input[star] PASSED
39252 numpy/f2py/tests/test_character.py::TestCharacter::test_input[c] PASSED
39253 numpy/f2py/tests/test_character.py::TestCharacter::test_input[S1] PASSED
39254 numpy/f2py/tests/test_character.py::TestCharacter::test_input_varia PASSED
39255 numpy/f2py/tests/test_character.py::TestCharacter::test_array_input[c] PASSED
39256 numpy/f2py/tests/test_character.py::TestCharacter::test_array_input[S1] PASSED
39257 numpy/f2py/tests/test_character.py::TestCharacter::test_array_input[U1] PASSED
39258 numpy/f2py/tests/test_character.py::TestCharacter::test_array_input_varia PASSED
39259 numpy/f2py/tests/test_character.py::TestCharacter::test_2d_array_input[c] PASSED
39260 numpy/f2py/tests/test_character.py::TestCharacter::test_2d_array_input[S1] PASSED
39261 numpy/f2py/tests/test_character.py::TestCharacter::test_2d_array_input[U1] PASSED
39262 numpy/f2py/tests/test_character.py::TestCharacter::test_output PASSED
39263 numpy/f2py/tests/test_character.py::TestCharacter::test_array_output PASSED
39264 numpy/f2py/tests/test_character.py::TestCharacter::test_input_output PASSED
39265 numpy/f2py/tests/test_character.py::TestCharacter::test_inout[c] PASSED
39266 numpy/f2py/tests/test_character.py::TestCharacter::test_inout[S1] PASSED
39267 numpy/f2py/tests/test_character.py::TestCharacter::test_inout_varia PASSED
39268 numpy/f2py/tests/test_character.py::TestCharacter::test_array_inout[c] PASSED
39269 numpy/f2py/tests/test_character.py::TestCharacter::test_array_inout[S1] PASSED
39270 numpy/f2py/tests/test_character.py::TestCharacter::test_2d_array_inout[c] PASSED
39271 numpy/f2py/tests/test_character.py::TestCharacter::test_2d_array_inout[S1] PASSED
39272 numpy/f2py/tests/test_character.py::TestCharacter::test_return PASSED
39273 numpy/f2py/tests/test_character.py::TestCharacter::test_array_return SKIPPED
39274 numpy/f2py/tests/test_character.py::TestCharacter::test_optional PASSED
39275 numpy/f2py/tests/test_character.py::TestMiscCharacter::test_gh18684 PASSED
39276 numpy/f2py/tests/test_character.py::TestMiscCharacter::test_gh6308 PASSED
39277 numpy/f2py/tests/test_character.py::TestMiscCharacter::test_gh4519 PASSED
39278 numpy/f2py/tests/test_character.py::TestMiscCharacter::test_gh3425 PASSED
39279 numpy/f2py/tests/test_character.py::TestMiscCharacter::test_character_bc[new] PASSED
39280 numpy/f2py/tests/test_character.py::TestMiscCharacter::test_character_bc[old] PASSED
39281 numpy/f2py/tests/test_character.py::TestStringScalarArr::test_char PASSED
39282 numpy/f2py/tests/test_character.py::TestStringScalarArr::test_char_arr PASSED
39283 numpy/f2py/tests/test_character.py::TestStringAssumedLength::test_gh24008 PASSED
39284 numpy/f2py/tests/test_character.py::TestStringOptionalInOut::test_gh24662 PASSED
39285 numpy/f2py/tests/test_character.py::TestNewCharHandling::test_gh25286 PASSED
39286 numpy/f2py/tests/test_character.py::TestBCCharHandling::test_gh25286 PASSED
39287 numpy/f2py/tests/test_common.py::TestCommonBlock::test_common_block PASSED
39288 numpy/f2py/tests/test_common.py::TestCommonWithUse::test_common_gh19161 PASSED
39289 numpy/f2py/tests/test_crackfortran.py::TestNoSpace::test_module PASSED
39290 numpy/f2py/tests/test_crackfortran.py::TestPublicPrivate::test_defaultPrivate PASSED
39291 numpy/f2py/tests/test_crackfortran.py::TestPublicPrivate::test_defaultPublic PASSED
39292 numpy/f2py/tests/test_crackfortran.py::TestPublicPrivate::test_access_type PASSED
39293 numpy/f2py/tests/test_crackfortran.py::TestPublicPrivate::test_nowrap_private_proceedures PASSED
39294 numpy/f2py/tests/test_crackfortran.py::TestModuleProcedure::test_moduleOperators PASSED
39295 numpy/f2py/tests/test_crackfortran.py::TestModuleProcedure::test_notPublicPrivate PASSED
39296 numpy/f2py/tests/test_crackfortran.py::TestExternal::test_external_as_statement PASSED
39297 numpy/f2py/tests/test_crackfortran.py::TestExternal::test_external_as_attribute PASSED
39298 numpy/f2py/tests/test_crackfortran.py::TestCrackFortran::test_gh2848 PASSED
39299 numpy/f2py/tests/test_crackfortran.py::TestMarkinnerspaces::test_do_not_touch_normal_spaces PASSED
39300 numpy/f2py/tests/test_crackfortran.py::TestMarkinnerspaces::test_one_relevant_space PASSED
39301 numpy/f2py/tests/test_crackfortran.py::TestMarkinnerspaces::test_ignore_inner_quotes PASSED
39302 numpy/f2py/tests/test_crackfortran.py::TestMarkinnerspaces::test_multiple_relevant_spaces PASSED
39303 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_array_size[n] PASSED
39304 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_array_size[2*n] PASSED
39305 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_array_size[2:n] PASSED
39306 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_array_size[n/2] PASSED
39307 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_array_size[5 - n/2] PASSED
39308 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_array_size[3*n:20] PASSED
39309 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_array_size[n*(n+1):n*(n+5)] PASSED
39310 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_array_size[2*n, n] PASSED
39311 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_array_size[2*n:3*n*n+2*n] PASSED
39312 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_inv_array_size[n] PASSED
39313 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_inv_array_size[2*n] PASSED
39314 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_inv_array_size[2:n] PASSED
39315 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_inv_array_size[n/2] PASSED
39316 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_inv_array_size[5 - n/2] PASSED
39317 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_inv_array_size[3*n:20] PASSED
39318 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_inv_array_size[n*(n+1):n*(n+5)] PASSED
39319 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_inv_array_size[2*n, n] PASSED
39320 numpy/f2py/tests/test_crackfortran.py::TestDimSpec::test_inv_array_size[2*n:3*n*n+2*n] PASSED
39321 numpy/f2py/tests/test_crackfortran.py::TestModuleDeclaration::test_dependencies PASSED
39322 numpy/f2py/tests/test_crackfortran.py::TestEval::test_eval_scalar PASSED
39323 numpy/f2py/tests/test_crackfortran.py::TestFortranReader::test_input_encoding[ascii] PASSED
39324 numpy/f2py/tests/test_crackfortran.py::TestFortranReader::test_input_encoding[utf-8] PASSED
39325 numpy/f2py/tests/test_crackfortran.py::TestFortranReader::test_input_encoding[utf-16] PASSED
39326 numpy/f2py/tests/test_crackfortran.py::TestFortranReader::test_input_encoding[utf-32] PASSED
39327 numpy/f2py/tests/test_crackfortran.py::TestUnicodeComment::test_encoding_comment PASSED
39328 numpy/f2py/tests/test_crackfortran.py::TestNameArgsPatternBacktracking::test_nameargspattern_backtracking[@)@bind@(@] PASSED
39329 numpy/f2py/tests/test_crackfortran.py::TestNameArgsPatternBacktracking::test_nameargspattern_backtracking[@)@bind                         @(@] PASSED
39330 numpy/f2py/tests/test_crackfortran.py::TestNameArgsPatternBacktracking::test_nameargspattern_backtracking[@)@bind foo bar baz@(@] PASSED
39331 numpy/f2py/tests/test_crackfortran.py::TestFunctionReturn::test_function_rettype PASSED
39332 numpy/f2py/tests/test_crackfortran.py::TestFortranGroupCounters::test_end_if_comment PASSED
39333 numpy/f2py/tests/test_crackfortran.py::TestF77CommonBlockReader::test_gh22648 PASSED
39334 numpy/f2py/tests/test_crackfortran.py::TestParamEval::test_param_eval_nested PASSED
39335 numpy/f2py/tests/test_crackfortran.py::TestParamEval::test_param_eval_nonstandard_range PASSED
39336 numpy/f2py/tests/test_crackfortran.py::TestParamEval::test_param_eval_empty_range PASSED
39337 numpy/f2py/tests/test_crackfortran.py::TestParamEval::test_param_eval_non_array_param PASSED
39338 numpy/f2py/tests/test_crackfortran.py::TestParamEval::test_param_eval_too_many_dims PASSED
39339 numpy/f2py/tests/test_data.py::TestData::test_data_stmts PASSED
39340 numpy/f2py/tests/test_data.py::TestData::test_crackedlines PASSED
39341 numpy/f2py/tests/test_data.py::TestDataF77::test_data_stmts PASSED
39342 numpy/f2py/tests/test_data.py::TestDataF77::test_crackedlines PASSED
39343 numpy/f2py/tests/test_data.py::TestDataMultiplierF77::test_data_stmts PASSED
39344 numpy/f2py/tests/test_data.py::TestDataWithCommentsF77::test_data_stmts PASSED
39345 numpy/f2py/tests/test_docs.py::TestDocAdvanced::test_asterisk1 SKIPPED
39346 numpy/f2py/tests/test_docs.py::TestDocAdvanced::test_asterisk2 SKIPPED
39347 numpy/f2py/tests/test_docs.py::TestDocAdvanced::test_ftype SKIPPED (...)
39348 numpy/f2py/tests/test_f2cmap.py::TestF2Cmap::test_gh15095 PASSED
39349 numpy/f2py/tests/test_f2py2e.py::test_gh22819_cli PASSED
39350 numpy/f2py/tests/test_f2py2e.py::test_gh22819_many_pyf PASSED
39351 numpy/f2py/tests/test_f2py2e.py::test_gh23598_warn PASSED
39352 numpy/f2py/tests/test_f2py2e.py::test_gen_pyf PASSED
39353 numpy/f2py/tests/test_f2py2e.py::test_gen_pyf_stdout PASSED
39354 numpy/f2py/tests/test_f2py2e.py::test_gen_pyf_no_overwrite PASSED
39355 numpy/f2py/tests/test_f2py2e.py::test_untitled_cli SKIPPED (Compiler...)
39356 numpy/f2py/tests/test_f2py2e.py::test_no_py312_distutils_fcompiler SKIPPED
39357 numpy/f2py/tests/test_f2py2e.py::test_f2py_skip XFAIL
39358 numpy/f2py/tests/test_f2py2e.py::test_f2py_only PASSED
39359 numpy/f2py/tests/test_f2py2e.py::test_file_processing_switch PASSED
39360 numpy/f2py/tests/test_f2py2e.py::test_mod_gen_f77 PASSED
39361 numpy/f2py/tests/test_f2py2e.py::test_mod_gen_gh25263 PASSED
39362 numpy/f2py/tests/test_f2py2e.py::test_lower_cmod PASSED
39363 numpy/f2py/tests/test_f2py2e.py::test_lower_sig PASSED
39364 numpy/f2py/tests/test_f2py2e.py::test_build_dir PASSED
39365 numpy/f2py/tests/test_f2py2e.py::test_overwrite PASSED
39366 numpy/f2py/tests/test_f2py2e.py::test_latexdoc PASSED
39367 numpy/f2py/tests/test_f2py2e.py::test_nolatexdoc PASSED
39368 numpy/f2py/tests/test_f2py2e.py::test_shortlatex PASSED
39369 numpy/f2py/tests/test_f2py2e.py::test_restdoc PASSED
39370 numpy/f2py/tests/test_f2py2e.py::test_norestexdoc PASSED
39371 numpy/f2py/tests/test_f2py2e.py::test_debugcapi PASSED
39372 numpy/f2py/tests/test_f2py2e.py::test_debugcapi_bld SKIPPED (Consist...)
39373 numpy/f2py/tests/test_f2py2e.py::test_wrapfunc_def PASSED
39374 numpy/f2py/tests/test_f2py2e.py::test_nowrapfunc PASSED
39375 numpy/f2py/tests/test_f2py2e.py::test_inclheader PASSED
39376 numpy/f2py/tests/test_f2py2e.py::test_inclpath PASSED
39377 numpy/f2py/tests/test_f2py2e.py::test_hlink PASSED
39378 numpy/f2py/tests/test_f2py2e.py::test_f2cmap PASSED
39379 numpy/f2py/tests/test_f2py2e.py::test_quiet PASSED
39380 numpy/f2py/tests/test_f2py2e.py::test_verbose PASSED
39381 numpy/f2py/tests/test_f2py2e.py::test_version PASSED
39382 numpy/f2py/tests/test_f2py2e.py::test_npdistop SKIPPED (Consistently...)
39383 numpy/f2py/tests/test_f2py2e.py::test_npd_fcompiler PASSED
39384 numpy/f2py/tests/test_f2py2e.py::test_npd_compiler PASSED
39385 numpy/f2py/tests/test_f2py2e.py::test_npd_help_fcompiler PASSED
39386 numpy/f2py/tests/test_f2py2e.py::test_npd_f77exec PASSED
39387 numpy/f2py/tests/test_f2py2e.py::test_npd_f90exec PASSED
39388 numpy/f2py/tests/test_f2py2e.py::test_npd_f77flags PASSED
39389 numpy/f2py/tests/test_f2py2e.py::test_npd_f90flags PASSED
39390 numpy/f2py/tests/test_f2py2e.py::test_npd_opt PASSED
39391 numpy/f2py/tests/test_f2py2e.py::test_npd_arch PASSED
39392 numpy/f2py/tests/test_f2py2e.py::test_npd_noopt PASSED
39393 numpy/f2py/tests/test_f2py2e.py::test_npd_noarch PASSED
39394 numpy/f2py/tests/test_f2py2e.py::test_npd_debug PASSED
39395 numpy/f2py/tests/test_f2py2e.py::test_npd_link_auto PASSED
39396 numpy/f2py/tests/test_f2py2e.py::test_npd_lib PASSED
39397 numpy/f2py/tests/test_f2py2e.py::test_npd_define PASSED
39398 numpy/f2py/tests/test_f2py2e.py::test_npd_undefine PASSED
39399 numpy/f2py/tests/test_f2py2e.py::test_npd_incl PASSED
39400 numpy/f2py/tests/test_f2py2e.py::test_npd_linker PASSED
39401 numpy/f2py/tests/test_isoc.py::TestISOC::test_c_double PASSED
39402 numpy/f2py/tests/test_isoc.py::TestISOC::test_bindc_function PASSED
39403 numpy/f2py/tests/test_isoc.py::TestISOC::test_bindc_kinds PASSED
39404 numpy/f2py/tests/test_isoc.py::TestISOC::test_bindc_add_arr PASSED
39405 numpy/f2py/tests/test_isoc.py::test_process_f2cmap_dict PASSED
39406 numpy/f2py/tests/test_kind.py::TestKind::test_int PASSED
39407 numpy/f2py/tests/test_kind.py::TestKind::test_real PASSED
39408 numpy/f2py/tests/test_kind.py::TestKind::test_quad_precision PASSED
39409 numpy/f2py/tests/test_mixed.py::TestMixed::test_all PASSED
39410 numpy/f2py/tests/test_mixed.py::TestMixed::test_docstring PASSED
39411 numpy/f2py/tests/test_modules.py::TestModuleDocString::test_module_docstring PASSED
39412 numpy/f2py/tests/test_modules.py::TestModuleAndSubroutine::test_gh25337 PASSED
39413 numpy/f2py/tests/test_modules.py::TestUsedModule::test_gh25867 PASSED
39414 numpy/f2py/tests/test_parameter.py::TestParameters::test_constant_real_single PASSED
39415 numpy/f2py/tests/test_parameter.py::TestParameters::test_constant_real_double PASSED
39416 numpy/f2py/tests/test_parameter.py::TestParameters::test_constant_compound_int PASSED
39417 numpy/f2py/tests/test_parameter.py::TestParameters::test_constant_non_compound_int PASSED
39418 numpy/f2py/tests/test_parameter.py::TestParameters::test_constant_integer_int PASSED
39419 numpy/f2py/tests/test_parameter.py::TestParameters::test_constant_integer_long PASSED
39420 numpy/f2py/tests/test_parameter.py::TestParameters::test_constant_both PASSED
39421 numpy/f2py/tests/test_parameter.py::TestParameters::test_constant_no PASSED
39422 numpy/f2py/tests/test_parameter.py::TestParameters::test_constant_sum PASSED
39423 numpy/f2py/tests/test_parameter.py::TestParameters::test_constant_array PASSED
39424 numpy/f2py/tests/test_parameter.py::TestParameters::test_constant_array_any_index PASSED
39425 numpy/f2py/tests/test_parameter.py::TestParameters::test_constant_array_delims PASSED
39426 numpy/f2py/tests/test_pyf_src.py::test_from_template PASSED
39427 numpy/f2py/tests/test_quoted_character.py::TestQuotedCharacter::test_quoted_character PASSED
39428 numpy/f2py/tests/test_regression.py::TestIntentInOut::test_inout PASSED
39429 numpy/f2py/tests/test_regression.py::TestNegativeBounds::test_negbound PASSED
39430 numpy/f2py/tests/test_regression.py::TestNumpyVersionAttribute::test_numpy_version_attribute PASSED
39431 numpy/f2py/tests/test_regression.py::test_include_path PASSED
39432 numpy/f2py/tests/test_regression.py::TestIncludeFiles::test_gh25344 PASSED
39433 numpy/f2py/tests/test_regression.py::TestF77Comments::test_gh26148 PASSED
39434 numpy/f2py/tests/test_regression.py::TestF77Comments::test_gh26466 PASSED
39435 numpy/f2py/tests/test_regression.py::TestF90Contiuation::test_gh26148b PASSED
39436 numpy/f2py/tests/test_regression.py::test_gh26623 PASSED
39437 numpy/f2py/tests/test_regression.py::test_gh25784 SKIPPED (Unsupport...)
39438 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f77[t0] PASSED
39439 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f77[t1] PASSED
39440 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f77[t5] PASSED
39441 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f77[s0] PASSED
39442 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f77[s1] PASSED
39443 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f77[s5] PASSED
39444 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f77[ss] PASSED
39445 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f90[t0] PASSED
39446 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f90[t1] PASSED
39447 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f90[t5] PASSED
39448 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f90[ts] PASSED
39449 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f90[s0] PASSED
39450 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f90[s1] PASSED
39451 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f90[s5] PASSED
39452 numpy/f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f90[ss] PASSED
39453 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f77[t0] PASSED
39454 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f77[t8] PASSED
39455 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f77[t16] PASSED
39456 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f77[td] PASSED
39457 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f77[s0] PASSED
39458 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f77[s8] PASSED
39459 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f77[s16] PASSED
39460 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f77[sd] PASSED
39461 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f90[t0] PASSED
39462 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f90[t8] PASSED
39463 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f90[t16] PASSED
39464 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f90[td] PASSED
39465 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f90[s0] PASSED
39466 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f90[s8] PASSED
39467 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f90[s16] PASSED
39468 numpy/f2py/tests/test_return_complex.py::TestFReturnComplex::test_all_f90[sd] PASSED
39469 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f77[t0] PASSED
39470 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f77[t1] PASSED
39471 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f77[t2] PASSED
39472 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f77[t4] PASSED
39473 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f77[t8] PASSED
39474 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f77[s0] PASSED
39475 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f77[s1] PASSED
39476 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f77[s2] PASSED
39477 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f77[s4] PASSED
39478 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f77[s8] PASSED
39479 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f90[t0] PASSED
39480 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f90[t1] PASSED
39481 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f90[t2] PASSED
39482 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f90[t4] PASSED
39483 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f90[t8] PASSED
39484 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f90[s0] PASSED
39485 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f90[s1] PASSED
39486 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f90[s2] PASSED
39487 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f90[s4] PASSED
39488 numpy/f2py/tests/test_return_integer.py::TestFReturnInteger::test_all_f90[s8] PASSED
39489 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f77[t0] PASSED
39490 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f77[t1] PASSED
39491 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f77[t2] PASSED
39492 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f77[t4] PASSED
39493 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f77[s0] PASSED
39494 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f77[s1] PASSED
39495 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f77[s2] PASSED
39496 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f77[s4] PASSED
39497 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f90[t0] PASSED
39498 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f90[t1] PASSED
39499 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f90[t2] PASSED
39500 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f90[t4] PASSED
39501 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f90[t8] PASSED
39502 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f90[s0] PASSED
39503 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f90[s1] PASSED
39504 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f90[s2] PASSED
39505 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f90[s4] PASSED
39506 numpy/f2py/tests/test_return_logical.py::TestFReturnLogical::test_all_f90[s8] PASSED
39507 numpy/f2py/tests/test_return_real.py::TestCReturnReal::test_all[t4] PASSED
39508 numpy/f2py/tests/test_return_real.py::TestCReturnReal::test_all[t8] PASSED
39509 numpy/f2py/tests/test_return_real.py::TestCReturnReal::test_all[s4] PASSED
39510 numpy/f2py/tests/test_return_real.py::TestCReturnReal::test_all[s8] PASSED
39511 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f77[t0] PASSED
39512 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f77[t4] PASSED
39513 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f77[t8] PASSED
39514 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f77[td] PASSED
39515 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f77[s0] PASSED
39516 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f77[s4] PASSED
39517 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f77[s8] PASSED
39518 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f77[sd] PASSED
39519 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f90[t0] PASSED
39520 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f90[t4] PASSED
39521 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f90[t8] PASSED
39522 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f90[td] PASSED
39523 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f90[s0] PASSED
39524 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f90[s4] PASSED
39525 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f90[s8] PASSED
39526 numpy/f2py/tests/test_return_real.py::TestFReturnReal::test_all_f90[sd] PASSED
39527 numpy/f2py/tests/test_semicolon_split.py::TestMultiline::test_multiline PASSED
39528 numpy/f2py/tests/test_semicolon_split.py::TestCallstatement::test_callstatement PASSED
39529 numpy/f2py/tests/test_size.py::TestSizeSumExample::test_all PASSED
39530 numpy/f2py/tests/test_size.py::TestSizeSumExample::test_transpose PASSED
39531 numpy/f2py/tests/test_size.py::TestSizeSumExample::test_flatten PASSED
39532 numpy/f2py/tests/test_string.py::TestString::test_char PASSED
39533 numpy/f2py/tests/test_string.py::TestDocStringArguments::test_example PASSED
39534 numpy/f2py/tests/test_string.py::TestFixedString::test_intent_in PASSED
39535 numpy/f2py/tests/test_string.py::TestFixedString::test_intent_inout PASSED
39536 numpy/f2py/tests/test_symbolic.py::TestSymbolic::test_eliminate_quotes PASSED
39537 numpy/f2py/tests/test_symbolic.py::TestSymbolic::test_sanity PASSED
39538 numpy/f2py/tests/test_symbolic.py::TestSymbolic::test_tostring_fortran PASSED
39539 numpy/f2py/tests/test_symbolic.py::TestSymbolic::test_tostring_c PASSED
39540 numpy/f2py/tests/test_symbolic.py::TestSymbolic::test_operations PASSED
39541 numpy/f2py/tests/test_symbolic.py::TestSymbolic::test_substitute PASSED
39542 numpy/f2py/tests/test_symbolic.py::TestSymbolic::test_fromstring PASSED
39543 numpy/f2py/tests/test_symbolic.py::TestSymbolic::test_traverse PASSED
39544 numpy/f2py/tests/test_symbolic.py::TestSymbolic::test_linear_solve PASSED
39545 numpy/f2py/tests/test_symbolic.py::TestSymbolic::test_as_numer_denom PASSED
39546 numpy/f2py/tests/test_symbolic.py::TestSymbolic::test_polynomial_atoms PASSED
39547 numpy/f2py/tests/test_value_attrspec.py::TestValueAttr::test_gh21665 PASSED
39548 numpy/fft/tests/test_helper.py::TestFFTShift::test_definition PASSED
39549 numpy/fft/tests/test_helper.py::TestFFTShift::test_inverse PASSED
39550 numpy/fft/tests/test_helper.py::TestFFTShift::test_axes_keyword PASSED
39551 numpy/fft/tests/test_helper.py::TestFFTShift::test_uneven_dims PASSED
39552 numpy/fft/tests/test_helper.py::TestFFTShift::test_equal_to_original PASSED
39553 numpy/fft/tests/test_helper.py::TestFFTFreq::test_definition PASSED
39554 numpy/fft/tests/test_helper.py::TestRFFTFreq::test_definition PASSED
39555 numpy/fft/tests/test_helper.py::TestIRFFTN::test_not_last_axis_success PASSED
39556 numpy/fft/tests/test_pocketfft.py::TestFFTShift::test_fft_n PASSED
39557 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_identity PASSED
39558 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_identity_long_short[float32] PASSED
39559 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_identity_long_short[float64] PASSED
39560 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_identity_long_short[longdouble] PASSED
39561 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_identity_long_short_reversed[float32] PASSED
39562 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_identity_long_short_reversed[float64] PASSED
39563 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_identity_long_short_reversed[longdouble] PASSED
39564 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fft PASSED
39565 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fft_out_argument[True-complex-0] PASSED
39566 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fft_out_argument[True-complex-1] PASSED
39567 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fft_out_argument[True-float-0] PASSED
39568 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fft_out_argument[True-float-1] PASSED
39569 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fft_out_argument[False-complex-0] PASSED
39570 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fft_out_argument[False-complex-1] PASSED
39571 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fft_out_argument[False-float-0] PASSED
39572 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fft_out_argument[False-float-1] PASSED
39573 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fft_inplace_out[0] PASSED
39574 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fft_inplace_out[1] PASSED
39575 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fft_bad_out PASSED
39576 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_ifft[None] PASSED
39577 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_ifft[backward] PASSED
39578 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_ifft[ortho] PASSED
39579 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_ifft[forward] PASSED
39580 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fft2 PASSED
39581 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_ifft2 PASSED
39582 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn PASSED
39583 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_ifftn PASSED
39584 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_rfft PASSED
39585 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_rfft_even PASSED
39586 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_rfft_odd PASSED
39587 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_irfft PASSED
39588 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_rfft2 PASSED
39589 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_irfft2 PASSED
39590 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_rfftn PASSED
39591 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_irfftn PASSED
39592 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_hfft PASSED
39593 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_ihfft PASSED
39594 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_axes[fftn] PASSED
39595 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_axes[ifftn] PASSED
39596 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_axes[rfftn] PASSED
39597 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_axes[irfftn] PASSED
39598 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_negative_1[fftn] PASSED
39599 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_negative_1[ifftn] PASSED
39600 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_negative_1[fft2] PASSED
39601 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_negative_1[ifft2] PASSED
39602 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_axes_none[fftn] PASSED
39603 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_axes_none[ifftn] PASSED
39604 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_axes_none[rfftn] PASSED
39605 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_axes_none[irfftn] PASSED
39606 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_axes_none_2D[fft2] PASSED
39607 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_axes_none_2D[ifft2] PASSED
39608 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_contains_none[fftn] PASSED
39609 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_contains_none[ifftn] PASSED
39610 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_contains_none[rfftn] PASSED
39611 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_contains_none[irfftn] PASSED
39612 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_contains_none[fft2] PASSED
39613 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_s_contains_none[ifft2] PASSED
39614 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_all_1d_norm_preserving PASSED
39615 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_argument[True-complex-axes0] PASSED
39616 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_argument[True-complex-axes1] PASSED
39617 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_argument[True-complex-None] PASSED
39618 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_argument[True-float-axes0] PASSED
39619 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_argument[True-float-axes1] PASSED
39620 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_argument[True-float-None] PASSED
39621 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_argument[False-complex-axes0] PASSED
39622 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_argument[False-complex-axes1] PASSED
39623 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_argument[False-complex-None] PASSED
39624 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_argument[False-float-axes0] PASSED
39625 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_argument[False-float-axes1] PASSED
39626 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_argument[False-float-None] PASSED
39627 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_and_s_interaction[fftn] PASSED
39628 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_and_s_interaction[ifftn] PASSED
39629 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_fftn_out_and_s_interaction[rfftn] PASSED
39630 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_irfftn_out_and_s_interaction[s0] PASSED
39631 numpy/fft/tests/test_pocketfft.py::TestFFT1D::test_irfftn_out_and_s_interaction[s1] PASSED
39632 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft-F-float32] PASSED
39633 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft-F-float64] PASSED
39634 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft-F-complex64] PASSED
39635 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft-F-complex128] PASSED
39636 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft-non-contiguous-float32] PASSED
39637 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft-non-contiguous-float64] PASSED
39638 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft-non-contiguous-complex64] PASSED
39639 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft-non-contiguous-complex128] PASSED
39640 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft2-F-float32] PASSED
39641 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft2-F-float64] PASSED
39642 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft2-F-complex64] PASSED
39643 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft2-F-complex128] PASSED
39644 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft2-non-contiguous-float32] PASSED
39645 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft2-non-contiguous-float64] PASSED
39646 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft2-non-contiguous-complex64] PASSED
39647 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fft2-non-contiguous-complex128] PASSED
39648 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fftn-F-float32] PASSED
39649 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fftn-F-float64] PASSED
39650 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fftn-F-complex64] PASSED
39651 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fftn-F-complex128] PASSED
39652 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fftn-non-contiguous-float32] PASSED
39653 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fftn-non-contiguous-float64] PASSED
39654 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fftn-non-contiguous-complex64] PASSED
39655 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[fftn-non-contiguous-complex128] PASSED
39656 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft-F-float32] PASSED
39657 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft-F-float64] PASSED
39658 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft-F-complex64] PASSED
39659 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft-F-complex128] PASSED
39660 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft-non-contiguous-float32] PASSED
39661 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft-non-contiguous-float64] PASSED
39662 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft-non-contiguous-complex64] PASSED
39663 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft-non-contiguous-complex128] PASSED
39664 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft2-F-float32] PASSED
39665 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft2-F-float64] PASSED
39666 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft2-F-complex64] PASSED
39667 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft2-F-complex128] PASSED
39668 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft2-non-contiguous-float32] PASSED
39669 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft2-non-contiguous-float64] PASSED
39670 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft2-non-contiguous-complex64] PASSED
39671 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifft2-non-contiguous-complex128] PASSED
39672 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifftn-F-float32] PASSED
39673 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifftn-F-float64] PASSED
39674 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifftn-F-complex64] PASSED
39675 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifftn-F-complex128] PASSED
39676 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifftn-non-contiguous-float32] PASSED
39677 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifftn-non-contiguous-float64] PASSED
39678 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifftn-non-contiguous-complex64] PASSED
39679 numpy/fft/tests/test_pocketfft.py::test_fft_with_order[ifftn-non-contiguous-complex128] PASSED
39680 numpy/fft/tests/test_pocketfft.py::test_fft_output_order[None-F] PASSED
39681 numpy/fft/tests/test_pocketfft.py::test_fft_output_order[None-C] PASSED
39682 numpy/fft/tests/test_pocketfft.py::test_fft_output_order[7-F] PASSED
39683 numpy/fft/tests/test_pocketfft.py::test_fft_output_order[7-C] PASSED
39684 numpy/fft/tests/test_pocketfft.py::test_fft_output_order[12-F] PASSED
39685 numpy/fft/tests/test_pocketfft.py::test_fft_output_order[12-C] PASSED
39686 numpy/fft/tests/test_pocketfft.py::TestFFTThreadSafe::test_fft PASSED
39687 numpy/fft/tests/test_pocketfft.py::TestFFTThreadSafe::test_ifft PASSED
39688 numpy/fft/tests/test_pocketfft.py::TestFFTThreadSafe::test_rfft PASSED
39689 numpy/fft/tests/test_pocketfft.py::TestFFTThreadSafe::test_irfft PASSED
39690 numpy/fft/tests/test_pocketfft.py::test_irfft_with_n_1_regression PASSED
39691 numpy/fft/tests/test_pocketfft.py::test_irfft_with_n_large_regression PASSED
39692 numpy/fft/tests/test_pocketfft.py::test_fft_with_integer_or_bool_input[data0-fft] PASSED
39693 numpy/fft/tests/test_pocketfft.py::test_fft_with_integer_or_bool_input[data0-ifft] PASSED
39694 numpy/fft/tests/test_pocketfft.py::test_fft_with_integer_or_bool_input[data0-rfft] PASSED
39695 numpy/fft/tests/test_pocketfft.py::test_fft_with_integer_or_bool_input[data0-irfft] PASSED
39696 numpy/fft/tests/test_pocketfft.py::test_fft_with_integer_or_bool_input[data1-fft] PASSED
39697 numpy/fft/tests/test_pocketfft.py::test_fft_with_integer_or_bool_input[data1-ifft] PASSED
39698 numpy/fft/tests/test_pocketfft.py::test_fft_with_integer_or_bool_input[data1-rfft] PASSED
39699 numpy/fft/tests/test_pocketfft.py::test_fft_with_integer_or_bool_input[data1-irfft] PASSED
39700 numpy/fft/tests/test_pocketfft.py::test_fft_with_integer_or_bool_input[data2-fft] PASSED
39701 numpy/fft/tests/test_pocketfft.py::test_fft_with_integer_or_bool_input[data2-ifft] PASSED
39702 numpy/fft/tests/test_pocketfft.py::test_fft_with_integer_or_bool_input[data2-rfft] PASSED
39703 numpy/fft/tests/test_pocketfft.py::test_fft_with_integer_or_bool_input[data2-irfft] PASSED
39704 numpy/lib/tests/test__datasource.py::TestDataSourceOpen::test_ValidHTTP PASSED
39705 numpy/lib/tests/test__datasource.py::TestDataSourceOpen::test_InvalidHTTP PASSED
39706 numpy/lib/tests/test__datasource.py::TestDataSourceOpen::test_InvalidHTTPCacheURLError PASSED
39707 numpy/lib/tests/test__datasource.py::TestDataSourceOpen::test_ValidFile PASSED
39708 numpy/lib/tests/test__datasource.py::TestDataSourceOpen::test_InvalidFile PASSED
39709 numpy/lib/tests/test__datasource.py::TestDataSourceOpen::test_ValidGzipFile PASSED
39710 numpy/lib/tests/test__datasource.py::TestDataSourceOpen::test_ValidBz2File PASSED
39711 numpy/lib/tests/test__datasource.py::TestDataSourceExists::test_ValidHTTP PASSED
39712 numpy/lib/tests/test__datasource.py::TestDataSourceExists::test_InvalidHTTP PASSED
39713 numpy/lib/tests/test__datasource.py::TestDataSourceExists::test_ValidFile PASSED
39714 numpy/lib/tests/test__datasource.py::TestDataSourceExists::test_InvalidFile PASSED
39715 numpy/lib/tests/test__datasource.py::TestDataSourceAbspath::test_ValidHTTP PASSED
39716 numpy/lib/tests/test__datasource.py::TestDataSourceAbspath::test_ValidFile PASSED
39717 numpy/lib/tests/test__datasource.py::TestDataSourceAbspath::test_InvalidHTTP PASSED
39718 numpy/lib/tests/test__datasource.py::TestDataSourceAbspath::test_InvalidFile PASSED
39719 numpy/lib/tests/test__datasource.py::TestDataSourceAbspath::test_sandboxing PASSED
39720 numpy/lib/tests/test__datasource.py::TestDataSourceAbspath::test_windows_os_sep PASSED
39721 numpy/lib/tests/test__datasource.py::TestRepositoryAbspath::test_ValidHTTP PASSED
39722 numpy/lib/tests/test__datasource.py::TestRepositoryAbspath::test_sandboxing PASSED
39723 numpy/lib/tests/test__datasource.py::TestRepositoryAbspath::test_windows_os_sep PASSED
39724 numpy/lib/tests/test__datasource.py::TestRepositoryExists::test_ValidFile PASSED
39725 numpy/lib/tests/test__datasource.py::TestRepositoryExists::test_InvalidFile PASSED
39726 numpy/lib/tests/test__datasource.py::TestRepositoryExists::test_RemoveHTTPFile PASSED
39727 numpy/lib/tests/test__datasource.py::TestRepositoryExists::test_CachedHTTPFile PASSED
39728 numpy/lib/tests/test__datasource.py::TestOpenFunc::test_DataSourceOpen PASSED
39729 numpy/lib/tests/test__datasource.py::test_del_attr_handling PASSED
39730 numpy/lib/tests/test__iotools.py::TestLineSplitter::test_no_delimiter PASSED
39731 numpy/lib/tests/test__iotools.py::TestLineSplitter::test_space_delimiter PASSED
39732 numpy/lib/tests/test__iotools.py::TestLineSplitter::test_tab_delimiter PASSED
39733 numpy/lib/tests/test__iotools.py::TestLineSplitter::test_other_delimiter PASSED
39734 numpy/lib/tests/test__iotools.py::TestLineSplitter::test_constant_fixed_width PASSED
39735 numpy/lib/tests/test__iotools.py::TestLineSplitter::test_variable_fixed_width PASSED
39736 numpy/lib/tests/test__iotools.py::TestNameValidator::test_case_sensitivity PASSED
39737 numpy/lib/tests/test__iotools.py::TestNameValidator::test_excludelist PASSED
39738 numpy/lib/tests/test__iotools.py::TestNameValidator::test_missing_names PASSED
39739 numpy/lib/tests/test__iotools.py::TestNameValidator::test_validate_nb_names PASSED
39740 numpy/lib/tests/test__iotools.py::TestNameValidator::test_validate_wo_names PASSED
39741 numpy/lib/tests/test__iotools.py::TestStringConverter::test_creation PASSED
39742 numpy/lib/tests/test__iotools.py::TestStringConverter::test_upgrade PASSED
39743 numpy/lib/tests/test__iotools.py::TestStringConverter::test_missing PASSED
39744 numpy/lib/tests/test__iotools.py::TestStringConverter::test_upgrademapper PASSED
39745 numpy/lib/tests/test__iotools.py::TestStringConverter::test_string_to_object PASSED
39746 numpy/lib/tests/test__iotools.py::TestStringConverter::test_keep_default PASSED
39747 numpy/lib/tests/test__iotools.py::TestStringConverter::test_keep_default_zero PASSED
39748 numpy/lib/tests/test__iotools.py::TestStringConverter::test_keep_missing_values PASSED
39749 numpy/lib/tests/test__iotools.py::TestStringConverter::test_int64_dtype PASSED
39750 numpy/lib/tests/test__iotools.py::TestStringConverter::test_uint64_dtype PASSED
39751 numpy/lib/tests/test__iotools.py::TestMiscFunctions::test_has_nested_dtype PASSED
39752 numpy/lib/tests/test__iotools.py::TestMiscFunctions::test_easy_dtype PASSED
39753 numpy/lib/tests/test__iotools.py::TestMiscFunctions::test_flatten_dtype PASSED
39754 numpy/lib/tests/test__version.py::test_main_versions PASSED
39755 numpy/lib/tests/test__version.py::test_version_1_point_10 PASSED
39756 numpy/lib/tests/test__version.py::test_alpha_beta_rc PASSED
39757 numpy/lib/tests/test__version.py::test_dev_version PASSED
39758 numpy/lib/tests/test__version.py::test_dev_a_b_rc_mixed PASSED
39759 numpy/lib/tests/test__version.py::test_dev0_version PASSED
39760 numpy/lib/tests/test__version.py::test_dev0_a_b_rc_mixed PASSED
39761 numpy/lib/tests/test__version.py::test_raises PASSED
39762 numpy/lib/tests/test_array_utils.py::TestByteBounds::test_byte_bounds PASSED
39763 numpy/lib/tests/test_array_utils.py::TestByteBounds::test_unusual_order_positive_stride PASSED
39764 numpy/lib/tests/test_array_utils.py::TestByteBounds::test_unusual_order_negative_stride PASSED
39765 numpy/lib/tests/test_array_utils.py::TestByteBounds::test_strided PASSED
39766 numpy/lib/tests/test_arraypad.py::TestAsPairs::test_single_value PASSED
39767 numpy/lib/tests/test_arraypad.py::TestAsPairs::test_two_values PASSED
39768 numpy/lib/tests/test_arraypad.py::TestAsPairs::test_with_none PASSED
39769 numpy/lib/tests/test_arraypad.py::TestAsPairs::test_pass_through PASSED
39770 numpy/lib/tests/test_arraypad.py::TestAsPairs::test_as_index PASSED
39771 numpy/lib/tests/test_arraypad.py::TestAsPairs::test_exceptions PASSED
39772 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_zero_padding_shortcuts[constant] PASSED
39773 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_zero_padding_shortcuts[edge] PASSED
39774 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_zero_padding_shortcuts[linear_ramp] PASSED
39775 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_zero_padding_shortcuts[maximum] PASSED
39776 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_zero_padding_shortcuts[mean] PASSED
39777 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_zero_padding_shortcuts[median] PASSED
39778 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_zero_padding_shortcuts[minimum] PASSED
39779 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_zero_padding_shortcuts[reflect] PASSED
39780 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_zero_padding_shortcuts[symmetric] PASSED
39781 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_zero_padding_shortcuts[wrap] PASSED
39782 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_zero_padding_shortcuts[empty] PASSED
39783 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_shallow_statistic_range[maximum] PASSED
39784 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_shallow_statistic_range[mean] PASSED
39785 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_shallow_statistic_range[median] PASSED
39786 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_shallow_statistic_range[minimum] PASSED
39787 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_clip_statistic_range[maximum] PASSED
39788 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_clip_statistic_range[mean] PASSED
39789 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_clip_statistic_range[median] PASSED
39790 numpy/lib/tests/test_arraypad.py::TestConditionalShortcuts::test_clip_statistic_range[minimum] PASSED
39791 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_mean_stat_length PASSED
39792 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_maximum_1 PASSED
39793 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_maximum_2 PASSED
39794 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_maximum_stat_length PASSED
39795 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_minimum_1 PASSED
39796 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_minimum_2 PASSED
39797 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_minimum_stat_length PASSED
39798 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_median PASSED
39799 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_median_01 PASSED
39800 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_median_02 PASSED
39801 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_median_stat_length PASSED
39802 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_mean_shape_one PASSED
39803 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_mean_2 PASSED
39804 numpy/lib/tests/test_arraypad.py::TestStatistic::test_same_prepend_append[mean] PASSED
39805 numpy/lib/tests/test_arraypad.py::TestStatistic::test_same_prepend_append[median] PASSED
39806 numpy/lib/tests/test_arraypad.py::TestStatistic::test_same_prepend_append[minimum] PASSED
39807 numpy/lib/tests/test_arraypad.py::TestStatistic::test_same_prepend_append[maximum] PASSED
39808 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[-2-mean] PASSED
39809 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[-2-median] PASSED
39810 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[-2-minimum] PASSED
39811 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[-2-maximum] PASSED
39812 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length1-mean] PASSED
39813 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length1-median] PASSED
39814 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length1-minimum] PASSED
39815 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length1-maximum] PASSED
39816 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length2-mean] PASSED
39817 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length2-median] PASSED
39818 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length2-minimum] PASSED
39819 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length2-maximum] PASSED
39820 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length3-mean] PASSED
39821 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length3-median] PASSED
39822 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length3-minimum] PASSED
39823 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length3-maximum] PASSED
39824 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length4-mean] PASSED
39825 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length4-median] PASSED
39826 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length4-minimum] PASSED
39827 numpy/lib/tests/test_arraypad.py::TestStatistic::test_check_negative_stat_length[stat_length4-maximum] PASSED
39828 numpy/lib/tests/test_arraypad.py::TestStatistic::test_simple_stat_length PASSED
39829 numpy/lib/tests/test_arraypad.py::TestStatistic::test_zero_stat_length_valid[mean] PASSED
39830 numpy/lib/tests/test_arraypad.py::TestStatistic::test_zero_stat_length_valid[median] PASSED
39831 numpy/lib/tests/test_arraypad.py::TestStatistic::test_zero_stat_length_invalid[minimum] PASSED
39832 numpy/lib/tests/test_arraypad.py::TestStatistic::test_zero_stat_length_invalid[maximum] PASSED
39833 numpy/lib/tests/test_arraypad.py::TestConstant::test_check_constant PASSED
39834 numpy/lib/tests/test_arraypad.py::TestConstant::test_check_constant_zeros PASSED
39835 numpy/lib/tests/test_arraypad.py::TestConstant::test_check_constant_float PASSED
39836 numpy/lib/tests/test_arraypad.py::TestConstant::test_check_constant_float2 PASSED
39837 numpy/lib/tests/test_arraypad.py::TestConstant::test_check_constant_float3 PASSED
39838 numpy/lib/tests/test_arraypad.py::TestConstant::test_check_constant_odd_pad_amount PASSED
39839 numpy/lib/tests/test_arraypad.py::TestConstant::test_check_constant_pad_2d PASSED
39840 numpy/lib/tests/test_arraypad.py::TestConstant::test_check_large_integers PASSED
39841 numpy/lib/tests/test_arraypad.py::TestConstant::test_check_object_array PASSED
39842 numpy/lib/tests/test_arraypad.py::TestConstant::test_pad_empty_dimension PASSED
39843 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_check_simple PASSED
39844 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_check_2d PASSED
39845 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_object_array XPASS
39846 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_end_values PASSED
39847 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[uint8] PASSED
39848 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[uint16] PASSED
39849 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[uint32] PASSED
39850 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[uint64] PASSED
39851 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[ulonglong] PASSED
39852 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[int8] PASSED
39853 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[int16] PASSED
39854 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[int32] PASSED
39855 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[int64] PASSED
39856 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[longlong] PASSED
39857 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[float16] PASSED
39858 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[float32] PASSED
39859 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[float64] PASSED
39860 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[longdouble] PASSED
39861 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[complex64] PASSED
39862 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[complex128] PASSED
39863 numpy/lib/tests/test_arraypad.py::TestLinearRamp::test_negative_difference[clongdouble] PASSED
39864 numpy/lib/tests/test_arraypad.py::TestReflect::test_check_simple PASSED
39865 numpy/lib/tests/test_arraypad.py::TestReflect::test_check_odd_method PASSED
39866 numpy/lib/tests/test_arraypad.py::TestReflect::test_check_large_pad PASSED
39867 numpy/lib/tests/test_arraypad.py::TestReflect::test_check_shape PASSED
39868 numpy/lib/tests/test_arraypad.py::TestReflect::test_check_01 PASSED
39869 numpy/lib/tests/test_arraypad.py::TestReflect::test_check_02 PASSED
39870 numpy/lib/tests/test_arraypad.py::TestReflect::test_check_03 PASSED
39871 numpy/lib/tests/test_arraypad.py::TestReflect::test_check_04 PASSED
39872 numpy/lib/tests/test_arraypad.py::TestReflect::test_check_05 PASSED
39873 numpy/lib/tests/test_arraypad.py::TestReflect::test_check_06 PASSED
39874 numpy/lib/tests/test_arraypad.py::TestReflect::test_check_07 PASSED
39875 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_empty_dimension[edge] PASSED
39876 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_empty_dimension[linear_ramp] PASSED
39877 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_empty_dimension[maximum] PASSED
39878 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_empty_dimension[mean] PASSED
39879 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_empty_dimension[median] PASSED
39880 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_empty_dimension[minimum] PASSED
39881 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_empty_dimension[reflect] PASSED
39882 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_empty_dimension[symmetric] PASSED
39883 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_empty_dimension[wrap] PASSED
39884 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_non_empty_dimension[constant] PASSED
39885 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_non_empty_dimension[edge] PASSED
39886 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_non_empty_dimension[linear_ramp] PASSED
39887 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_non_empty_dimension[maximum] PASSED
39888 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_non_empty_dimension[mean] PASSED
39889 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_non_empty_dimension[median] PASSED
39890 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_non_empty_dimension[minimum] PASSED
39891 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_non_empty_dimension[reflect] PASSED
39892 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_non_empty_dimension[symmetric] PASSED
39893 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_non_empty_dimension[wrap] PASSED
39894 numpy/lib/tests/test_arraypad.py::TestEmptyArray::test_pad_non_empty_dimension[empty] PASSED
39895 numpy/lib/tests/test_arraypad.py::TestSymmetric::test_check_simple PASSED
39896 numpy/lib/tests/test_arraypad.py::TestSymmetric::test_check_odd_method PASSED
39897 numpy/lib/tests/test_arraypad.py::TestSymmetric::test_check_large_pad PASSED
39898 numpy/lib/tests/test_arraypad.py::TestSymmetric::test_check_large_pad_odd PASSED
39899 numpy/lib/tests/test_arraypad.py::TestSymmetric::test_check_shape PASSED
39900 numpy/lib/tests/test_arraypad.py::TestSymmetric::test_check_01 PASSED
39901 numpy/lib/tests/test_arraypad.py::TestSymmetric::test_check_02 PASSED
39902 numpy/lib/tests/test_arraypad.py::TestSymmetric::test_check_03 PASSED
39903 numpy/lib/tests/test_arraypad.py::TestWrap::test_check_simple PASSED
39904 numpy/lib/tests/test_arraypad.py::TestWrap::test_check_large_pad PASSED
39905 numpy/lib/tests/test_arraypad.py::TestWrap::test_check_01 PASSED
39906 numpy/lib/tests/test_arraypad.py::TestWrap::test_check_02 PASSED
39907 numpy/lib/tests/test_arraypad.py::TestWrap::test_pad_with_zero PASSED
39908 numpy/lib/tests/test_arraypad.py::TestWrap::test_repeated_wrapping PASSED
39909 numpy/lib/tests/test_arraypad.py::TestWrap::test_repeated_wrapping_multiple_origin PASSED
39910 numpy/lib/tests/test_arraypad.py::TestEdge::test_check_simple PASSED
39911 numpy/lib/tests/test_arraypad.py::TestEdge::test_check_width_shape_1_2 PASSED
39912 numpy/lib/tests/test_arraypad.py::TestEmpty::test_simple PASSED
39913 numpy/lib/tests/test_arraypad.py::TestEmpty::test_pad_empty_dimension PASSED
39914 numpy/lib/tests/test_arraypad.py::test_legacy_vector_functionality PASSED
39915 numpy/lib/tests/test_arraypad.py::test_unicode_mode PASSED
39916 numpy/lib/tests/test_arraypad.py::test_object_input[edge] PASSED
39917 numpy/lib/tests/test_arraypad.py::test_object_input[symmetric] PASSED
39918 numpy/lib/tests/test_arraypad.py::test_object_input[reflect] PASSED
39919 numpy/lib/tests/test_arraypad.py::test_object_input[wrap] PASSED
39920 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[constant-pad_width0] PASSED
39921 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[constant-pad_width1] PASSED
39922 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[constant-pad_width2] PASSED
39923 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[constant-pad_width3] PASSED
39924 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[edge-pad_width0] PASSED
39925 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[edge-pad_width1] PASSED
39926 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[edge-pad_width2] PASSED
39927 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[edge-pad_width3] PASSED
39928 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[linear_ramp-pad_width0] PASSED
39929 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[linear_ramp-pad_width1] PASSED
39930 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[linear_ramp-pad_width2] PASSED
39931 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[linear_ramp-pad_width3] PASSED
39932 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[maximum-pad_width0] PASSED
39933 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[maximum-pad_width1] PASSED
39934 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[maximum-pad_width2] PASSED
39935 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[maximum-pad_width3] PASSED
39936 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[mean-pad_width0] PASSED
39937 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[mean-pad_width1] PASSED
39938 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[mean-pad_width2] PASSED
39939 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[mean-pad_width3] PASSED
39940 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[median-pad_width0] PASSED
39941 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[median-pad_width1] PASSED
39942 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[median-pad_width2] PASSED
39943 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[median-pad_width3] PASSED
39944 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[minimum-pad_width0] PASSED
39945 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[minimum-pad_width1] PASSED
39946 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[minimum-pad_width2] PASSED
39947 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[minimum-pad_width3] PASSED
39948 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[reflect-pad_width0] PASSED
39949 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[reflect-pad_width1] PASSED
39950 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[reflect-pad_width2] PASSED
39951 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[reflect-pad_width3] PASSED
39952 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[symmetric-pad_width0] PASSED
39953 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[symmetric-pad_width1] PASSED
39954 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[symmetric-pad_width2] PASSED
39955 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[symmetric-pad_width3] PASSED
39956 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[wrap-pad_width0] PASSED
39957 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[wrap-pad_width1] PASSED
39958 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[wrap-pad_width2] PASSED
39959 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[wrap-pad_width3] PASSED
39960 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[empty-pad_width0] PASSED
39961 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[empty-pad_width1] PASSED
39962 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[empty-pad_width2] PASSED
39963 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width[empty-pad_width3] PASSED
39964 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width_2[constant] PASSED
39965 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width_2[edge] PASSED
39966 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width_2[linear_ramp] PASSED
39967 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width_2[maximum] PASSED
39968 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width_2[mean] PASSED
39969 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width_2[median] PASSED
39970 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width_2[minimum] PASSED
39971 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width_2[reflect] PASSED
39972 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width_2[symmetric] PASSED
39973 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width_2[wrap] PASSED
39974 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_misshaped_pad_width_2[empty] PASSED
39975 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[constant--2] PASSED
39976 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[constant-pad_width1] PASSED
39977 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[constant-pad_width2] PASSED
39978 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[constant-pad_width3] PASSED
39979 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[constant-pad_width4] PASSED
39980 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[edge--2] PASSED
39981 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[edge-pad_width1] PASSED
39982 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[edge-pad_width2] PASSED
39983 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[edge-pad_width3] PASSED
39984 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[edge-pad_width4] PASSED
39985 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[linear_ramp--2] PASSED
39986 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[linear_ramp-pad_width1] PASSED
39987 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[linear_ramp-pad_width2] PASSED
39988 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[linear_ramp-pad_width3] PASSED
39989 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[linear_ramp-pad_width4] PASSED
39990 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[maximum--2] PASSED
39991 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[maximum-pad_width1] PASSED
39992 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[maximum-pad_width2] PASSED
39993 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[maximum-pad_width3] PASSED
39994 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[maximum-pad_width4] PASSED
39995 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[mean--2] PASSED
39996 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[mean-pad_width1] PASSED
39997 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[mean-pad_width2] PASSED
39998 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[mean-pad_width3] PASSED
39999 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[mean-pad_width4] PASSED
40000 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[median--2] PASSED
40001 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[median-pad_width1] PASSED
40002 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[median-pad_width2] PASSED
40003 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[median-pad_width3] PASSED
40004 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[median-pad_width4] PASSED
40005 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[minimum--2] PASSED
40006 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[minimum-pad_width1] PASSED
40007 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[minimum-pad_width2] PASSED
40008 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[minimum-pad_width3] PASSED
40009 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[minimum-pad_width4] PASSED
40010 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[reflect--2] PASSED
40011 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[reflect-pad_width1] PASSED
40012 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[reflect-pad_width2] PASSED
40013 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[reflect-pad_width3] PASSED
40014 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[reflect-pad_width4] PASSED
40015 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[symmetric--2] PASSED
40016 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[symmetric-pad_width1] PASSED
40017 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[symmetric-pad_width2] PASSED
40018 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[symmetric-pad_width3] PASSED
40019 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[symmetric-pad_width4] PASSED
40020 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[wrap--2] PASSED
40021 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[wrap-pad_width1] PASSED
40022 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[wrap-pad_width2] PASSED
40023 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[wrap-pad_width3] PASSED
40024 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[wrap-pad_width4] PASSED
40025 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[empty--2] PASSED
40026 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[empty-pad_width1] PASSED
40027 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[empty-pad_width2] PASSED
40028 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[empty-pad_width3] PASSED
40029 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_negative_pad_width[empty-pad_width4] PASSED
40030 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[constant-3-None] PASSED
40031 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[constant-word-None] PASSED
40032 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[constant-None-None] PASSED
40033 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[constant-pad_width3-None] PASSED
40034 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[constant-3.4-None] PASSED
40035 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[constant-pad_width5-object] PASSED
40036 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[constant-(1-1j)-None] PASSED
40037 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[constant-pad_width7-None] PASSED
40038 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[edge-3-None] PASSED
40039 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[edge-word-None] PASSED
40040 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[edge-None-None] PASSED
40041 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[edge-pad_width3-None] PASSED
40042 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[edge-3.4-None] PASSED
40043 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[edge-pad_width5-object] PASSED
40044 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[edge-(1-1j)-None] PASSED
40045 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[edge-pad_width7-None] PASSED
40046 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[linear_ramp-3-None] PASSED
40047 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[linear_ramp-word-None] PASSED
40048 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[linear_ramp-None-None] PASSED
40049 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[linear_ramp-pad_width3-None] PASSED
40050 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[linear_ramp-3.4-None] PASSED
40051 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[linear_ramp-pad_width5-object] PASSED
40052 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[linear_ramp-(1-1j)-None] PASSED
40053 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[linear_ramp-pad_width7-None] PASSED
40054 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[maximum-3-None] PASSED
40055 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[maximum-word-None] PASSED
40056 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[maximum-None-None] PASSED
40057 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[maximum-pad_width3-None] PASSED
40058 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[maximum-3.4-None] PASSED
40059 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[maximum-pad_width5-object] PASSED
40060 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[maximum-(1-1j)-None] PASSED
40061 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[maximum-pad_width7-None] PASSED
40062 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[mean-3-None] PASSED
40063 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[mean-word-None] PASSED
40064 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[mean-None-None] PASSED
40065 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[mean-pad_width3-None] PASSED
40066 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[mean-3.4-None] PASSED
40067 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[mean-pad_width5-object] PASSED
40068 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[mean-(1-1j)-None] PASSED
40069 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[mean-pad_width7-None] PASSED
40070 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[median-3-None] PASSED
40071 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[median-word-None] PASSED
40072 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[median-None-None] PASSED
40073 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[median-pad_width3-None] PASSED
40074 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[median-3.4-None] PASSED
40075 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[median-pad_width5-object] PASSED
40076 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[median-(1-1j)-None] PASSED
40077 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[median-pad_width7-None] PASSED
40078 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[minimum-3-None] PASSED
40079 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[minimum-word-None] PASSED
40080 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[minimum-None-None] PASSED
40081 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[minimum-pad_width3-None] PASSED
40082 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[minimum-3.4-None] PASSED
40083 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[minimum-pad_width5-object] PASSED
40084 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[minimum-(1-1j)-None] PASSED
40085 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[minimum-pad_width7-None] PASSED
40086 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[reflect-3-None] PASSED
40087 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[reflect-word-None] PASSED
40088 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[reflect-None-None] PASSED
40089 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[reflect-pad_width3-None] PASSED
40090 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[reflect-3.4-None] PASSED
40091 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[reflect-pad_width5-object] PASSED
40092 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[reflect-(1-1j)-None] PASSED
40093 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[reflect-pad_width7-None] PASSED
40094 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[symmetric-3-None] PASSED
40095 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[symmetric-word-None] PASSED
40096 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[symmetric-None-None] PASSED
40097 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[symmetric-pad_width3-None] PASSED
40098 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[symmetric-3.4-None] PASSED
40099 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[symmetric-pad_width5-object] PASSED
40100 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[symmetric-(1-1j)-None] PASSED
40101 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[symmetric-pad_width7-None] PASSED
40102 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[wrap-3-None] PASSED
40103 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[wrap-word-None] PASSED
40104 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[wrap-None-None] PASSED
40105 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[wrap-pad_width3-None] PASSED
40106 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[wrap-3.4-None] PASSED
40107 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[wrap-pad_width5-object] PASSED
40108 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[wrap-(1-1j)-None] PASSED
40109 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[wrap-pad_width7-None] PASSED
40110 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[empty-3-None] PASSED
40111 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[empty-word-None] PASSED
40112 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[empty-None-None] PASSED
40113 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[empty-pad_width3-None] PASSED
40114 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[empty-3.4-None] PASSED
40115 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[empty-pad_width5-object] PASSED
40116 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[empty-(1-1j)-None] PASSED
40117 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_bad_type[empty-pad_width7-None] PASSED
40118 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_pad_width_as_ndarray PASSED
40119 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[constant-0] PASSED
40120 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[constant-pad_width1] PASSED
40121 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[constant-pad_width2] PASSED
40122 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[edge-0] PASSED
40123 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[edge-pad_width1] PASSED
40124 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[edge-pad_width2] PASSED
40125 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[linear_ramp-0] PASSED
40126 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[linear_ramp-pad_width1] PASSED
40127 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[linear_ramp-pad_width2] PASSED
40128 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[maximum-0] PASSED
40129 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[maximum-pad_width1] PASSED
40130 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[maximum-pad_width2] PASSED
40131 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[mean-0] PASSED
40132 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[mean-pad_width1] PASSED
40133 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[mean-pad_width2] PASSED
40134 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[median-0] PASSED
40135 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[median-pad_width1] PASSED
40136 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[median-pad_width2] PASSED
40137 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[minimum-0] PASSED
40138 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[minimum-pad_width1] PASSED
40139 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[minimum-pad_width2] PASSED
40140 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[reflect-0] PASSED
40141 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[reflect-pad_width1] PASSED
40142 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[reflect-pad_width2] PASSED
40143 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[symmetric-0] PASSED
40144 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[symmetric-pad_width1] PASSED
40145 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[symmetric-pad_width2] PASSED
40146 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[wrap-0] PASSED
40147 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[wrap-pad_width1] PASSED
40148 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[wrap-pad_width2] PASSED
40149 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[empty-0] PASSED
40150 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[empty-pad_width1] PASSED
40151 numpy/lib/tests/test_arraypad.py::TestPadWidth::test_zero_pad_width[empty-pad_width2] PASSED
40152 numpy/lib/tests/test_arraypad.py::test_kwargs[constant] PASSED
40153 numpy/lib/tests/test_arraypad.py::test_kwargs[edge] PASSED
40154 numpy/lib/tests/test_arraypad.py::test_kwargs[linear_ramp] PASSED
40155 numpy/lib/tests/test_arraypad.py::test_kwargs[maximum] PASSED
40156 numpy/lib/tests/test_arraypad.py::test_kwargs[mean] PASSED
40157 numpy/lib/tests/test_arraypad.py::test_kwargs[median] PASSED
40158 numpy/lib/tests/test_arraypad.py::test_kwargs[minimum] PASSED
40159 numpy/lib/tests/test_arraypad.py::test_kwargs[reflect] PASSED
40160 numpy/lib/tests/test_arraypad.py::test_kwargs[symmetric] PASSED
40161 numpy/lib/tests/test_arraypad.py::test_kwargs[wrap] PASSED
40162 numpy/lib/tests/test_arraypad.py::test_kwargs[empty] PASSED
40163 numpy/lib/tests/test_arraypad.py::test_constant_zero_default PASSED
40164 numpy/lib/tests/test_arraypad.py::test_unsupported_mode[1] PASSED
40165 numpy/lib/tests/test_arraypad.py::test_unsupported_mode[const] PASSED
40166 numpy/lib/tests/test_arraypad.py::test_unsupported_mode[mode2] PASSED
40167 numpy/lib/tests/test_arraypad.py::test_unsupported_mode[None] PASSED
40168 numpy/lib/tests/test_arraypad.py::test_unsupported_mode[True] PASSED
40169 numpy/lib/tests/test_arraypad.py::test_unsupported_mode[False] PASSED
40170 numpy/lib/tests/test_arraypad.py::test_non_contiguous_array[constant] PASSED
40171 numpy/lib/tests/test_arraypad.py::test_non_contiguous_array[edge] PASSED
40172 numpy/lib/tests/test_arraypad.py::test_non_contiguous_array[linear_ramp] PASSED
40173 numpy/lib/tests/test_arraypad.py::test_non_contiguous_array[maximum] PASSED
40174 numpy/lib/tests/test_arraypad.py::test_non_contiguous_array[mean] PASSED
40175 numpy/lib/tests/test_arraypad.py::test_non_contiguous_array[median] PASSED
40176 numpy/lib/tests/test_arraypad.py::test_non_contiguous_array[minimum] PASSED
40177 numpy/lib/tests/test_arraypad.py::test_non_contiguous_array[reflect] PASSED
40178 numpy/lib/tests/test_arraypad.py::test_non_contiguous_array[symmetric] PASSED
40179 numpy/lib/tests/test_arraypad.py::test_non_contiguous_array[wrap] PASSED
40180 numpy/lib/tests/test_arraypad.py::test_non_contiguous_array[empty] PASSED
40181 numpy/lib/tests/test_arraypad.py::test_memory_layout_persistence[constant] PASSED
40182 numpy/lib/tests/test_arraypad.py::test_memory_layout_persistence[edge] PASSED
40183 numpy/lib/tests/test_arraypad.py::test_memory_layout_persistence[linear_ramp] PASSED
40184 numpy/lib/tests/test_arraypad.py::test_memory_layout_persistence[maximum] PASSED
40185 numpy/lib/tests/test_arraypad.py::test_memory_layout_persistence[mean] PASSED
40186 numpy/lib/tests/test_arraypad.py::test_memory_layout_persistence[median] PASSED
40187 numpy/lib/tests/test_arraypad.py::test_memory_layout_persistence[minimum] PASSED
40188 numpy/lib/tests/test_arraypad.py::test_memory_layout_persistence[reflect] PASSED
40189 numpy/lib/tests/test_arraypad.py::test_memory_layout_persistence[symmetric] PASSED
40190 numpy/lib/tests/test_arraypad.py::test_memory_layout_persistence[wrap] PASSED
40191 numpy/lib/tests/test_arraypad.py::test_memory_layout_persistence[empty] PASSED
40192 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-uint8] PASSED
40193 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-uint16] PASSED
40194 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-uint32] PASSED
40195 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-uint64] PASSED
40196 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-ulonglong] PASSED
40197 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-int8] PASSED
40198 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-int16] PASSED
40199 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-int32] PASSED
40200 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-int64] PASSED
40201 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-longlong] PASSED
40202 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-float16] PASSED
40203 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-float32] PASSED
40204 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-float64] PASSED
40205 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-longdouble] PASSED
40206 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-complex64] PASSED
40207 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-complex128] PASSED
40208 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[constant-clongdouble] PASSED
40209 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-uint8] PASSED
40210 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-uint16] PASSED
40211 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-uint32] PASSED
40212 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-uint64] PASSED
40213 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-ulonglong] PASSED
40214 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-int8] PASSED
40215 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-int16] PASSED
40216 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-int32] PASSED
40217 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-int64] PASSED
40218 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-longlong] PASSED
40219 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-float16] PASSED
40220 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-float32] PASSED
40221 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-float64] PASSED
40222 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-longdouble] PASSED
40223 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-complex64] PASSED
40224 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-complex128] PASSED
40225 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[edge-clongdouble] PASSED
40226 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-uint8] PASSED
40227 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-uint16] PASSED
40228 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-uint32] PASSED
40229 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-uint64] PASSED
40230 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-ulonglong] PASSED
40231 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-int8] PASSED
40232 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-int16] PASSED
40233 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-int32] PASSED
40234 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-int64] PASSED
40235 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-longlong] PASSED
40236 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-float16] PASSED
40237 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-float32] PASSED
40238 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-float64] PASSED
40239 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-longdouble] PASSED
40240 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-complex64] PASSED
40241 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-complex128] PASSED
40242 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[linear_ramp-clongdouble] PASSED
40243 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-uint8] PASSED
40244 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-uint16] PASSED
40245 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-uint32] PASSED
40246 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-uint64] PASSED
40247 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-ulonglong] PASSED
40248 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-int8] PASSED
40249 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-int16] PASSED
40250 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-int32] PASSED
40251 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-int64] PASSED
40252 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-longlong] PASSED
40253 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-float16] PASSED
40254 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-float32] PASSED
40255 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-float64] PASSED
40256 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-longdouble] PASSED
40257 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-complex64] PASSED
40258 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-complex128] PASSED
40259 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[maximum-clongdouble] PASSED
40260 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-uint8] PASSED
40261 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-uint16] PASSED
40262 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-uint32] PASSED
40263 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-uint64] PASSED
40264 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-ulonglong] PASSED
40265 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-int8] PASSED
40266 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-int16] PASSED
40267 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-int32] PASSED
40268 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-int64] PASSED
40269 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-longlong] PASSED
40270 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-float16] PASSED
40271 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-float32] PASSED
40272 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-float64] PASSED
40273 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-longdouble] PASSED
40274 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-complex64] PASSED
40275 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-complex128] PASSED
40276 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[mean-clongdouble] PASSED
40277 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-uint8] PASSED
40278 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-uint16] PASSED
40279 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-uint32] PASSED
40280 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-uint64] PASSED
40281 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-ulonglong] PASSED
40282 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-int8] PASSED
40283 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-int16] PASSED
40284 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-int32] PASSED
40285 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-int64] PASSED
40286 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-longlong] PASSED
40287 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-float16] PASSED
40288 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-float32] PASSED
40289 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-float64] PASSED
40290 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-longdouble] PASSED
40291 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-complex64] PASSED
40292 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-complex128] PASSED
40293 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[median-clongdouble] PASSED
40294 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-uint8] PASSED
40295 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-uint16] PASSED
40296 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-uint32] PASSED
40297 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-uint64] PASSED
40298 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-ulonglong] PASSED
40299 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-int8] PASSED
40300 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-int16] PASSED
40301 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-int32] PASSED
40302 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-int64] PASSED
40303 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-longlong] PASSED
40304 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-float16] PASSED
40305 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-float32] PASSED
40306 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-float64] PASSED
40307 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-longdouble] PASSED
40308 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-complex64] PASSED
40309 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-complex128] PASSED
40310 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[minimum-clongdouble] PASSED
40311 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-uint8] PASSED
40312 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-uint16] PASSED
40313 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-uint32] PASSED
40314 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-uint64] PASSED
40315 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-ulonglong] PASSED
40316 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-int8] PASSED
40317 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-int16] PASSED
40318 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-int32] PASSED
40319 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-int64] PASSED
40320 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-longlong] PASSED
40321 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-float16] PASSED
40322 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-float32] PASSED
40323 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-float64] PASSED
40324 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-longdouble] PASSED
40325 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-complex64] PASSED
40326 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-complex128] PASSED
40327 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[reflect-clongdouble] PASSED
40328 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-uint8] PASSED
40329 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-uint16] PASSED
40330 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-uint32] PASSED
40331 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-uint64] PASSED
40332 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-ulonglong] PASSED
40333 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-int8] PASSED
40334 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-int16] PASSED
40335 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-int32] PASSED
40336 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-int64] PASSED
40337 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-longlong] PASSED
40338 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-float16] PASSED
40339 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-float32] PASSED
40340 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-float64] PASSED
40341 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-longdouble] PASSED
40342 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-complex64] PASSED
40343 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-complex128] PASSED
40344 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[symmetric-clongdouble] PASSED
40345 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-uint8] PASSED
40346 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-uint16] PASSED
40347 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-uint32] PASSED
40348 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-uint64] PASSED
40349 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-ulonglong] PASSED
40350 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-int8] PASSED
40351 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-int16] PASSED
40352 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-int32] PASSED
40353 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-int64] PASSED
40354 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-longlong] PASSED
40355 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-float16] PASSED
40356 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-float32] PASSED
40357 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-float64] PASSED
40358 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-longdouble] PASSED
40359 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-complex64] PASSED
40360 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-complex128] PASSED
40361 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[wrap-clongdouble] PASSED
40362 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-uint8] PASSED
40363 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-uint16] PASSED
40364 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-uint32] PASSED
40365 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-uint64] PASSED
40366 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-ulonglong] PASSED
40367 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-int8] PASSED
40368 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-int16] PASSED
40369 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-int32] PASSED
40370 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-int64] PASSED
40371 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-longlong] PASSED
40372 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-float16] PASSED
40373 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-float32] PASSED
40374 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-float64] PASSED
40375 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-longdouble] PASSED
40376 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-complex64] PASSED
40377 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-complex128] PASSED
40378 numpy/lib/tests/test_arraypad.py::test_dtype_persistence[empty-clongdouble] PASSED
40379 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_intersect1d PASSED
40380 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_intersect1d_array_like PASSED
40381 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_intersect1d_indices PASSED
40382 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_setxor1d PASSED
40383 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_ediff1d PASSED
40384 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_ediff1d_forbidden_type_casts[ary0-None-nan-to_end] PASSED
40385 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_ediff1d_forbidden_type_casts[ary1-prepend1-None-to_begin] PASSED
40386 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_ediff1d_forbidden_type_casts[ary2-nan-nan-to_begin] PASSED
40387 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_ediff1d_scalar_handling[ary0-65536-65540-expected0] PASSED
40388 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_ediff1d_scalar_handling[ary1-prepend1-None-expected1] PASSED
40389 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_ediff1d_scalar_handling[ary2-0-0-expected2] PASSED
40390 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_ediff1d_scalar_handling[ary3-3--9-expected3] PASSED
40391 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin[None] PASSED
40392 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin[sort] PASSED
40393 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin[table] PASSED
40394 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_char_array PASSED
40395 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_invert[None] PASSED
40396 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_invert[sort] PASSED
40397 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_invert[table] PASSED
40398 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_hit_alternate_algorithm PASSED
40399 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_boolean[None] PASSED
40400 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_boolean[sort] PASSED
40401 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_boolean[table] PASSED
40402 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_timedelta[None] PASSED
40403 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_timedelta[sort] PASSED
40404 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_table_timedelta_fails PASSED
40405 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[None-int8-int16] PASSED
40406 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[None-int16-int8] PASSED
40407 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[None-uint8-uint16] PASSED
40408 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[None-uint16-uint8] PASSED
40409 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[None-uint8-int16] PASSED
40410 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[None-int16-uint8] PASSED
40411 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[None-uint64-int64] PASSED
40412 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[sort-int8-int16] PASSED
40413 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[sort-int16-int8] PASSED
40414 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[sort-uint8-uint16] PASSED
40415 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[sort-uint16-uint8] PASSED
40416 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[sort-uint8-int16] PASSED
40417 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[sort-int16-uint8] PASSED
40418 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[sort-uint64-int64] PASSED
40419 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[table-int8-int16] PASSED
40420 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[table-int16-int8] PASSED
40421 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[table-uint8-uint16] PASSED
40422 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[table-uint16-uint8] PASSED
40423 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[table-uint8-int16] PASSED
40424 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[table-int16-uint8] PASSED
40425 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_dtype[table-uint64-int64] PASSED
40426 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_huge_vals[None-data0] PASSED
40427 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_huge_vals[None-data1] PASSED
40428 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_huge_vals[sort-data0] PASSED
40429 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_huge_vals[sort-data1] PASSED
40430 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_huge_vals[table-data0] PASSED
40431 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_huge_vals[table-data1] PASSED
40432 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_boolean[None] PASSED
40433 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_boolean[sort] PASSED
40434 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_mixed_boolean[table] PASSED
40435 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_first_array_is_object PASSED
40436 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_second_array_is_object PASSED
40437 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_both_arrays_are_object PASSED
40438 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_both_arrays_have_structured_dtype PASSED
40439 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_with_arrays_containing_tuples PASSED
40440 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_isin_errors PASSED
40441 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_union1d PASSED
40442 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_setdiff1d PASSED
40443 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_setdiff1d_unique PASSED
40444 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_setdiff1d_char_array PASSED
40445 numpy/lib/tests/test_arraysetops.py::TestSetOps::test_manyways PASSED
40446 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_1d PASSED
40447 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_axis_errors PASSED
40448 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_axis_list PASSED
40449 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_axis PASSED
40450 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_1d_with_axis[0] PASSED
40451 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_1d_with_axis[-1] PASSED
40452 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_inverse_with_axis[None] PASSED
40453 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_inverse_with_axis[0] PASSED
40454 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_inverse_with_axis[-1] PASSED
40455 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_axis_zeros PASSED
40456 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_masked PASSED
40457 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_sort_order_with_axis PASSED
40458 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_nanequals PASSED
40459 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_array_api_functions PASSED
40460 numpy/lib/tests/test_arraysetops.py::TestUnique::test_unique_inverse_shape PASSED
40461 numpy/lib/tests/test_arrayterator.py::test PASSED
40462 numpy/lib/tests/test_format.py::test_roundtrip PASSED
40463 numpy/lib/tests/test_format.py::test_roundtrip_randsize PASSED
40464 numpy/lib/tests/test_format.py::test_roundtrip_truncated PASSED
40465 numpy/lib/tests/test_format.py::test_long_str PASSED
40466 numpy/lib/tests/test_format.py::test_memmap_roundtrip PASSED
40467 numpy/lib/tests/test_format.py::test_compressed_roundtrip PASSED
40468 numpy/lib/tests/test_format.py::test_load_padded_dtype[dt0] PASSED
40469 numpy/lib/tests/test_format.py::test_load_padded_dtype[dt1] PASSED
40470 numpy/lib/tests/test_format.py::test_load_padded_dtype[dt2] PASSED
40471 numpy/lib/tests/test_format.py::test_load_padded_dtype[dt3] PASSED
40472 numpy/lib/tests/test_format.py::test_load_padded_dtype[dt4] PASSED
40473 numpy/lib/tests/test_format.py::test_load_padded_dtype[dt5] PASSED
40474 numpy/lib/tests/test_format.py::test_python2_python3_interoperability PASSED
40475 numpy/lib/tests/test_format.py::test_pickle_python2_python3 PASSED
40476 numpy/lib/tests/test_format.py::test_pickle_disallow PASSED
40477 numpy/lib/tests/test_format.py::test_descr_to_dtype[dt0] PASSED
40478 numpy/lib/tests/test_format.py::test_descr_to_dtype[dt1] PASSED
40479 numpy/lib/tests/test_format.py::test_descr_to_dtype[dt2] PASSED
40480 numpy/lib/tests/test_format.py::test_descr_to_dtype[dt3] PASSED
40481 numpy/lib/tests/test_format.py::test_descr_to_dtype[dt4] PASSED
40482 numpy/lib/tests/test_format.py::test_version_2_0 PASSED
40483 numpy/lib/tests/test_format.py::test_version_2_0_memmap PASSED
40484 numpy/lib/tests/test_format.py::test_huge_header[r] PASSED
40485 numpy/lib/tests/test_format.py::test_huge_header[None] PASSED
40486 numpy/lib/tests/test_format.py::test_huge_header_npz PASSED
40487 numpy/lib/tests/test_format.py::test_write_version PASSED
40488 numpy/lib/tests/test_format.py::test_read_magic PASSED
40489 numpy/lib/tests/test_format.py::test_read_magic_bad_magic PASSED
40490 numpy/lib/tests/test_format.py::test_read_version_1_0_bad_magic PASSED
40491 numpy/lib/tests/test_format.py::test_bad_magic_args PASSED
40492 numpy/lib/tests/test_format.py::test_large_header PASSED
40493 numpy/lib/tests/test_format.py::test_read_array_header_1_0 PASSED
40494 numpy/lib/tests/test_format.py::test_read_array_header_2_0 PASSED
40495 numpy/lib/tests/test_format.py::test_bad_header PASSED
40496 numpy/lib/tests/test_format.py::test_large_file_support PASSED
40497 numpy/lib/tests/test_format.py::test_large_archive SKIPPED (2.147483...)
40498 numpy/lib/tests/test_format.py::test_empty_npz PASSED
40499 numpy/lib/tests/test_format.py::test_unicode_field_names PASSED
40500 numpy/lib/tests/test_format.py::test_header_growth_axis PASSED
40501 numpy/lib/tests/test_format.py::test_metadata_dtype[dt0] PASSED
40502 numpy/lib/tests/test_format.py::test_metadata_dtype[dt1] PASSED
40503 numpy/lib/tests/test_format.py::test_metadata_dtype[dt2] PASSED
40504 numpy/lib/tests/test_format.py::test_metadata_dtype[dt3] PASSED
40505 numpy/lib/tests/test_function_base.py::TestRot90::test_basic PASSED
40506 numpy/lib/tests/test_function_base.py::TestRot90::test_axes PASSED
40507 numpy/lib/tests/test_function_base.py::TestRot90::test_rotation_axes PASSED
40508 numpy/lib/tests/test_function_base.py::TestFlip::test_axes PASSED
40509 numpy/lib/tests/test_function_base.py::TestFlip::test_basic_lr PASSED
40510 numpy/lib/tests/test_function_base.py::TestFlip::test_basic_ud PASSED
40511 numpy/lib/tests/test_function_base.py::TestFlip::test_3d_swap_axis0 PASSED
40512 numpy/lib/tests/test_function_base.py::TestFlip::test_3d_swap_axis1 PASSED
40513 numpy/lib/tests/test_function_base.py::TestFlip::test_3d_swap_axis2 PASSED
40514 numpy/lib/tests/test_function_base.py::TestFlip::test_4d PASSED
40515 numpy/lib/tests/test_function_base.py::TestFlip::test_default_axis PASSED
40516 numpy/lib/tests/test_function_base.py::TestFlip::test_multiple_axes PASSED
40517 numpy/lib/tests/test_function_base.py::TestAny::test_basic PASSED
40518 numpy/lib/tests/test_function_base.py::TestAny::test_nd PASSED
40519 numpy/lib/tests/test_function_base.py::TestAll::test_basic PASSED
40520 numpy/lib/tests/test_function_base.py::TestAll::test_nd PASSED
40521 numpy/lib/tests/test_function_base.py::test_any_and_all_result_dtype[i8] PASSED
40522 numpy/lib/tests/test_function_base.py::test_any_and_all_result_dtype[U10] PASSED
40523 numpy/lib/tests/test_function_base.py::test_any_and_all_result_dtype[object] PASSED
40524 numpy/lib/tests/test_function_base.py::test_any_and_all_result_dtype[datetime64[ms]] PASSED
40525 numpy/lib/tests/test_function_base.py::TestCopy::test_basic PASSED
40526 numpy/lib/tests/test_function_base.py::TestCopy::test_order PASSED
40527 numpy/lib/tests/test_function_base.py::TestCopy::test_subok PASSED
40528 numpy/lib/tests/test_function_base.py::TestAverage::test_basic PASSED
40529 numpy/lib/tests/test_function_base.py::TestAverage::test_basic_keepdims[x0-None-expected_avg0-weights0-expected_wavg0-expected_wsum0] PASSED
40530 numpy/lib/tests/test_function_base.py::TestAverage::test_basic_keepdims[x1-0-expected_avg1-weights1-expected_wavg1-expected_wsum1] PASSED
40531 numpy/lib/tests/test_function_base.py::TestAverage::test_weights PASSED
40532 numpy/lib/tests/test_function_base.py::TestAverage::test_weight_and_input_dims_different PASSED
40533 numpy/lib/tests/test_function_base.py::TestAverage::test_returned PASSED
40534 numpy/lib/tests/test_function_base.py::TestAverage::test_subclasses PASSED
40535 numpy/lib/tests/test_function_base.py::TestAverage::test_upcasting PASSED
40536 numpy/lib/tests/test_function_base.py::TestAverage::test_object_dtype PASSED
40537 numpy/lib/tests/test_function_base.py::TestAverage::test_average_class_without_dtype PASSED
40538 numpy/lib/tests/test_function_base.py::TestSelect::test_basic PASSED
40539 numpy/lib/tests/test_function_base.py::TestSelect::test_broadcasting PASSED
40540 numpy/lib/tests/test_function_base.py::TestSelect::test_return_dtype PASSED
40541 numpy/lib/tests/test_function_base.py::TestSelect::test_deprecated_empty PASSED
40542 numpy/lib/tests/test_function_base.py::TestSelect::test_non_bool_deprecation PASSED
40543 numpy/lib/tests/test_function_base.py::TestSelect::test_many_arguments PASSED
40544 numpy/lib/tests/test_function_base.py::TestInsert::test_basic PASSED
40545 numpy/lib/tests/test_function_base.py::TestInsert::test_multidim PASSED
40546 numpy/lib/tests/test_function_base.py::TestInsert::test_0d PASSED
40547 numpy/lib/tests/test_function_base.py::TestInsert::test_subclass PASSED
40548 numpy/lib/tests/test_function_base.py::TestInsert::test_index_array_copied PASSED
40549 numpy/lib/tests/test_function_base.py::TestInsert::test_structured_array PASSED
40550 numpy/lib/tests/test_function_base.py::TestInsert::test_index_floats PASSED
40551 numpy/lib/tests/test_function_base.py::TestInsert::test_index_out_of_bounds[4] PASSED
40552 numpy/lib/tests/test_function_base.py::TestInsert::test_index_out_of_bounds[-4] PASSED
40553 numpy/lib/tests/test_function_base.py::TestAmax::test_basic PASSED
40554 numpy/lib/tests/test_function_base.py::TestAmin::test_basic PASSED
40555 numpy/lib/tests/test_function_base.py::TestPtp::test_basic PASSED
40556 numpy/lib/tests/test_function_base.py::TestCumsum::test_basic PASSED
40557 numpy/lib/tests/test_function_base.py::TestProd::test_basic PASSED
40558 numpy/lib/tests/test_function_base.py::TestCumprod::test_basic PASSED
40559 numpy/lib/tests/test_function_base.py::TestDiff::test_basic PASSED
40560 numpy/lib/tests/test_function_base.py::TestDiff::test_axis PASSED
40561 numpy/lib/tests/test_function_base.py::TestDiff::test_nd PASSED
40562 numpy/lib/tests/test_function_base.py::TestDiff::test_n PASSED
40563 numpy/lib/tests/test_function_base.py::TestDiff::test_times PASSED
40564 numpy/lib/tests/test_function_base.py::TestDiff::test_subclass PASSED
40565 numpy/lib/tests/test_function_base.py::TestDiff::test_prepend PASSED
40566 numpy/lib/tests/test_function_base.py::TestDiff::test_append PASSED
40567 numpy/lib/tests/test_function_base.py::TestDelete::test_slices PASSED
40568 numpy/lib/tests/test_function_base.py::TestDelete::test_fancy PASSED
40569 numpy/lib/tests/test_function_base.py::TestDelete::test_single PASSED
40570 numpy/lib/tests/test_function_base.py::TestDelete::test_0d PASSED
40571 numpy/lib/tests/test_function_base.py::TestDelete::test_subclass PASSED
40572 numpy/lib/tests/test_function_base.py::TestDelete::test_array_order_preserve PASSED
40573 numpy/lib/tests/test_function_base.py::TestDelete::test_index_floats PASSED
40574 numpy/lib/tests/test_function_base.py::TestDelete::test_single_item_array[indexer0] PASSED
40575 numpy/lib/tests/test_function_base.py::TestDelete::test_single_item_array[indexer1] PASSED
40576 numpy/lib/tests/test_function_base.py::TestDelete::test_single_item_array_non_int PASSED
40577 numpy/lib/tests/test_function_base.py::TestGradient::test_basic PASSED
40578 numpy/lib/tests/test_function_base.py::TestGradient::test_args PASSED
40579 numpy/lib/tests/test_function_base.py::TestGradient::test_badargs PASSED
40580 numpy/lib/tests/test_function_base.py::TestGradient::test_datetime64 PASSED
40581 numpy/lib/tests/test_function_base.py::TestGradient::test_masked PASSED
40582 numpy/lib/tests/test_function_base.py::TestGradient::test_second_order_accurate PASSED
40583 numpy/lib/tests/test_function_base.py::TestGradient::test_spacing PASSED
40584 numpy/lib/tests/test_function_base.py::TestGradient::test_specific_axes PASSED
40585 numpy/lib/tests/test_function_base.py::TestGradient::test_timedelta64 PASSED
40586 numpy/lib/tests/test_function_base.py::TestGradient::test_inexact_dtypes PASSED
40587 numpy/lib/tests/test_function_base.py::TestGradient::test_values PASSED
40588 numpy/lib/tests/test_function_base.py::TestGradient::test_f_decreasing_unsigned_int[uint8] PASSED
40589 numpy/lib/tests/test_function_base.py::TestGradient::test_f_decreasing_unsigned_int[uint16] PASSED
40590 numpy/lib/tests/test_function_base.py::TestGradient::test_f_decreasing_unsigned_int[uint32] PASSED
40591 numpy/lib/tests/test_function_base.py::TestGradient::test_f_decreasing_unsigned_int[uint64] PASSED
40592 numpy/lib/tests/test_function_base.py::TestGradient::test_f_signed_int_big_jump[int8] PASSED
40593 numpy/lib/tests/test_function_base.py::TestGradient::test_f_signed_int_big_jump[int16] PASSED
40594 numpy/lib/tests/test_function_base.py::TestGradient::test_f_signed_int_big_jump[int32] PASSED
40595 numpy/lib/tests/test_function_base.py::TestGradient::test_f_signed_int_big_jump[int64] PASSED
40596 numpy/lib/tests/test_function_base.py::TestGradient::test_x_decreasing_unsigned[uint8] PASSED
40597 numpy/lib/tests/test_function_base.py::TestGradient::test_x_decreasing_unsigned[uint16] PASSED
40598 numpy/lib/tests/test_function_base.py::TestGradient::test_x_decreasing_unsigned[uint32] PASSED
40599 numpy/lib/tests/test_function_base.py::TestGradient::test_x_decreasing_unsigned[uint64] PASSED
40600 numpy/lib/tests/test_function_base.py::TestGradient::test_x_signed_int_big_jump[int8] PASSED
40601 numpy/lib/tests/test_function_base.py::TestGradient::test_x_signed_int_big_jump[int16] PASSED
40602 numpy/lib/tests/test_function_base.py::TestGradient::test_x_signed_int_big_jump[int32] PASSED
40603 numpy/lib/tests/test_function_base.py::TestGradient::test_x_signed_int_big_jump[int64] PASSED
40604 numpy/lib/tests/test_function_base.py::TestGradient::test_return_type PASSED
40605 numpy/lib/tests/test_function_base.py::TestAngle::test_basic PASSED
40606 numpy/lib/tests/test_function_base.py::TestAngle::test_subclass PASSED
40607 numpy/lib/tests/test_function_base.py::TestTrimZeros::test_basic PASSED
40608 numpy/lib/tests/test_function_base.py::TestTrimZeros::test_leading_skip PASSED
40609 numpy/lib/tests/test_function_base.py::TestTrimZeros::test_trailing_skip PASSED
40610 numpy/lib/tests/test_function_base.py::TestTrimZeros::test_all_zero PASSED
40611 numpy/lib/tests/test_function_base.py::TestTrimZeros::test_size_zero PASSED
40612 numpy/lib/tests/test_function_base.py::TestTrimZeros::test_overflow[arr0] PASSED
40613 numpy/lib/tests/test_function_base.py::TestTrimZeros::test_overflow[arr1] PASSED
40614 numpy/lib/tests/test_function_base.py::TestTrimZeros::test_overflow[arr2] PASSED
40615 numpy/lib/tests/test_function_base.py::TestTrimZeros::test_no_trim PASSED
40616 numpy/lib/tests/test_function_base.py::TestTrimZeros::test_list_to_list PASSED
40617 numpy/lib/tests/test_function_base.py::TestExtins::test_basic PASSED
40618 numpy/lib/tests/test_function_base.py::TestExtins::test_place PASSED
40619 numpy/lib/tests/test_function_base.py::TestExtins::test_both PASSED
40620 numpy/lib/tests/test_function_base.py::TestVectorize::test_simple PASSED
40621 numpy/lib/tests/test_function_base.py::TestVectorize::test_scalar PASSED
40622 numpy/lib/tests/test_function_base.py::TestVectorize::test_large PASSED
40623 numpy/lib/tests/test_function_base.py::TestVectorize::test_ufunc PASSED
40624 numpy/lib/tests/test_function_base.py::TestVectorize::test_keywords PASSED
40625 numpy/lib/tests/test_function_base.py::TestVectorize::test_keywords_with_otypes_order1 PASSED
40626 numpy/lib/tests/test_function_base.py::TestVectorize::test_keywords_with_otypes_order2 PASSED
40627 numpy/lib/tests/test_function_base.py::TestVectorize::test_keywords_with_otypes_order3 PASSED
40628 numpy/lib/tests/test_function_base.py::TestVectorize::test_keywords_with_otypes_several_kwd_args1 PASSED
40629 numpy/lib/tests/test_function_base.py::TestVectorize::test_keywords_with_otypes_several_kwd_args2 PASSED
40630 numpy/lib/tests/test_function_base.py::TestVectorize::test_keywords_no_func_code PASSED
40631 numpy/lib/tests/test_function_base.py::TestVectorize::test_keywords2_ticket_2100 PASSED
40632 numpy/lib/tests/test_function_base.py::TestVectorize::test_keywords3_ticket_2100 PASSED
40633 numpy/lib/tests/test_function_base.py::TestVectorize::test_keywords4_ticket_2100 PASSED
40634 numpy/lib/tests/test_function_base.py::TestVectorize::test_keywords5_ticket_2100 PASSED
40635 numpy/lib/tests/test_function_base.py::TestVectorize::test_coverage1_ticket_2100 PASSED
40636 numpy/lib/tests/test_function_base.py::TestVectorize::test_assigning_docstring PASSED
40637 numpy/lib/tests/test_function_base.py::TestVectorize::test_UnboundMethod_ticket_1156 PASSED
40638 numpy/lib/tests/test_function_base.py::TestVectorize::test_execution_order_ticket_1487 PASSED
40639 numpy/lib/tests/test_function_base.py::TestVectorize::test_string_ticket_1892 PASSED
40640 numpy/lib/tests/test_function_base.py::TestVectorize::test_cache PASSED
40641 numpy/lib/tests/test_function_base.py::TestVectorize::test_otypes PASSED
40642 numpy/lib/tests/test_function_base.py::TestVectorize::test_parse_gufunc_signature PASSED
40643 numpy/lib/tests/test_function_base.py::TestVectorize::test_signature_simple PASSED
40644 numpy/lib/tests/test_function_base.py::TestVectorize::test_signature_mean_last PASSED
40645 numpy/lib/tests/test_function_base.py::TestVectorize::test_signature_center PASSED
40646 numpy/lib/tests/test_function_base.py::TestVectorize::test_signature_two_outputs PASSED
40647 numpy/lib/tests/test_function_base.py::TestVectorize::test_signature_outer PASSED
40648 numpy/lib/tests/test_function_base.py::TestVectorize::test_signature_computed_size PASSED
40649 numpy/lib/tests/test_function_base.py::TestVectorize::test_signature_excluded PASSED
40650 numpy/lib/tests/test_function_base.py::TestVectorize::test_signature_otypes PASSED
40651 numpy/lib/tests/test_function_base.py::TestVectorize::test_signature_invalid_inputs PASSED
40652 numpy/lib/tests/test_function_base.py::TestVectorize::test_signature_invalid_outputs PASSED
40653 numpy/lib/tests/test_function_base.py::TestVectorize::test_size_zero_output PASSED
40654 numpy/lib/tests/test_function_base.py::TestVectorize::test_subclasses PASSED
40655 numpy/lib/tests/test_function_base.py::TestVectorize::test_name PASSED
40656 numpy/lib/tests/test_function_base.py::TestVectorize::test_decorator PASSED
40657 numpy/lib/tests/test_function_base.py::TestVectorize::test_docstring PASSED
40658 numpy/lib/tests/test_function_base.py::TestVectorize::test_partial PASSED
40659 numpy/lib/tests/test_function_base.py::TestVectorize::test_signature_otypes_decorator PASSED
40660 numpy/lib/tests/test_function_base.py::TestVectorize::test_bad_input PASSED
40661 numpy/lib/tests/test_function_base.py::TestVectorize::test_no_keywords PASSED
40662 numpy/lib/tests/test_function_base.py::TestVectorize::test_positional_regression_9477 PASSED
40663 numpy/lib/tests/test_function_base.py::TestVectorize::test_datetime_conversion PASSED
40664 numpy/lib/tests/test_function_base.py::TestLeaks::test_frompyfunc_leaks[bound-20] PASSED
40665 numpy/lib/tests/test_function_base.py::TestLeaks::test_frompyfunc_leaks[unbound-0] PASSED
40666 numpy/lib/tests/test_function_base.py::TestDigitize::test_forward PASSED
40667 numpy/lib/tests/test_function_base.py::TestDigitize::test_reverse PASSED
40668 numpy/lib/tests/test_function_base.py::TestDigitize::test_random PASSED
40669 numpy/lib/tests/test_function_base.py::TestDigitize::test_right_basic PASSED
40670 numpy/lib/tests/test_function_base.py::TestDigitize::test_right_open PASSED
40671 numpy/lib/tests/test_function_base.py::TestDigitize::test_right_open_reverse PASSED
40672 numpy/lib/tests/test_function_base.py::TestDigitize::test_right_open_random PASSED
40673 numpy/lib/tests/test_function_base.py::TestDigitize::test_monotonic PASSED
40674 numpy/lib/tests/test_function_base.py::TestDigitize::test_casting_error PASSED
40675 numpy/lib/tests/test_function_base.py::TestDigitize::test_return_type PASSED
40676 numpy/lib/tests/test_function_base.py::TestDigitize::test_large_integers_increasing PASSED
40677 numpy/lib/tests/test_function_base.py::TestDigitize::test_large_integers_decreasing XFAIL
40678 numpy/lib/tests/test_function_base.py::TestUnwrap::test_simple PASSED
40679 numpy/lib/tests/test_function_base.py::TestUnwrap::test_period PASSED
40680 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-O] PASSED
40681 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-b] PASSED
40682 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-B] PASSED
40683 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-h] PASSED
40684 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-H] PASSED
40685 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-i] PASSED
40686 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-I] PASSED
40687 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-l] PASSED
40688 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-L] PASSED
40689 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-q] PASSED
40690 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-Q] PASSED
40691 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-n] PASSED
40692 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-N] PASSED
40693 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-p] PASSED
40694 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-P] PASSED
40695 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-e] PASSED
40696 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-f] PASSED
40697 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-d] PASSED
40698 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-g] PASSED
40699 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-O] PASSED
40700 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-b] PASSED
40701 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-B] PASSED
40702 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-h] PASSED
40703 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-H] PASSED
40704 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-i] PASSED
40705 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-I] PASSED
40706 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-l] PASSED
40707 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-L] PASSED
40708 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-q] PASSED
40709 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-Q] PASSED
40710 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-n] PASSED
40711 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-N] PASSED
40712 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-p] PASSED
40713 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-P] PASSED
40714 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-e] PASSED
40715 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-f] PASSED
40716 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-d] PASSED
40717 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[1-g] PASSED
40718 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-O] PASSED
40719 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-b] PASSED
40720 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-B] PASSED
40721 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-h] PASSED
40722 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-H] PASSED
40723 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-i] PASSED
40724 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-I] PASSED
40725 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-l] PASSED
40726 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-L] PASSED
40727 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-q] PASSED
40728 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-Q] PASSED
40729 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-n] PASSED
40730 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-N] PASSED
40731 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-p] PASSED
40732 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-P] PASSED
40733 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-e] PASSED
40734 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-f] PASSED
40735 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-d] PASSED
40736 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-g] PASSED
40737 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-O] PASSED
40738 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-b] PASSED
40739 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-B] PASSED
40740 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-h] PASSED
40741 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-H] PASSED
40742 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-i] PASSED
40743 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-I] PASSED
40744 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-l] PASSED
40745 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-L] PASSED
40746 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-q] PASSED
40747 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-Q] PASSED
40748 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-n] PASSED
40749 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-N] PASSED
40750 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-p] PASSED
40751 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-P] PASSED
40752 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-e] PASSED
40753 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-f] PASSED
40754 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-d] PASSED
40755 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[0-g] PASSED
40756 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-O] PASSED
40757 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-b] PASSED
40758 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-B] PASSED
40759 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-h] PASSED
40760 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-H] PASSED
40761 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-i] PASSED
40762 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-I] PASSED
40763 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-l] PASSED
40764 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-L] PASSED
40765 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-q] PASSED
40766 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-Q] PASSED
40767 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-n] PASSED
40768 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-N] PASSED
40769 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-p] PASSED
40770 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-P] PASSED
40771 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-e] PASSED
40772 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-f] PASSED
40773 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-d] PASSED
40774 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[1-g] PASSED
40775 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-O] PASSED
40776 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-b] PASSED
40777 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-B] PASSED
40778 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-h] PASSED
40779 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-H] PASSED
40780 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-i] PASSED
40781 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-I] PASSED
40782 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-l] PASSED
40783 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-L] PASSED
40784 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-q] PASSED
40785 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-Q] PASSED
40786 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-n] PASSED
40787 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-N] PASSED
40788 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-p] PASSED
40789 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-P] PASSED
40790 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-e] PASSED
40791 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-f] PASSED
40792 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-d] PASSED
40793 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_hamming[10-g] PASSED
40794 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-O] PASSED
40795 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-b] PASSED
40796 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-B] PASSED
40797 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-h] PASSED
40798 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-H] PASSED
40799 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-i] PASSED
40800 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-I] PASSED
40801 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-l] PASSED
40802 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-L] PASSED
40803 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-q] PASSED
40804 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-Q] PASSED
40805 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-n] PASSED
40806 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-N] PASSED
40807 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-p] PASSED
40808 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-P] PASSED
40809 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-e] PASSED
40810 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-f] PASSED
40811 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-d] PASSED
40812 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[0-g] PASSED
40813 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-O] PASSED
40814 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-b] PASSED
40815 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-B] PASSED
40816 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-h] PASSED
40817 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-H] PASSED
40818 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-i] PASSED
40819 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-I] PASSED
40820 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-l] PASSED
40821 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-L] PASSED
40822 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-q] PASSED
40823 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-Q] PASSED
40824 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-n] PASSED
40825 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-N] PASSED
40826 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-p] PASSED
40827 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-P] PASSED
40828 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-e] PASSED
40829 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-f] PASSED
40830 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-d] PASSED
40831 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[1-g] PASSED
40832 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-O] PASSED
40833 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-b] PASSED
40834 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-B] PASSED
40835 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-h] PASSED
40836 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-H] PASSED
40837 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-i] PASSED
40838 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-I] PASSED
40839 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-l] PASSED
40840 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-L] PASSED
40841 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-q] PASSED
40842 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-Q] PASSED
40843 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-n] PASSED
40844 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-N] PASSED
40845 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-p] PASSED
40846 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-P] PASSED
40847 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-e] PASSED
40848 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-f] PASSED
40849 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-d] PASSED
40850 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_bartlett[10-g] PASSED
40851 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-O] PASSED
40852 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-b] PASSED
40853 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-B] PASSED
40854 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-h] PASSED
40855 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-H] PASSED
40856 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-i] PASSED
40857 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-I] PASSED
40858 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-l] PASSED
40859 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-L] PASSED
40860 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-q] PASSED
40861 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-Q] PASSED
40862 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-n] PASSED
40863 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-N] PASSED
40864 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-p] PASSED
40865 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-P] PASSED
40866 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-e] PASSED
40867 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-f] PASSED
40868 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-d] PASSED
40869 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[0-g] PASSED
40870 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-O] PASSED
40871 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-b] PASSED
40872 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-B] PASSED
40873 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-h] PASSED
40874 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-H] PASSED
40875 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-i] PASSED
40876 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-I] PASSED
40877 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-l] PASSED
40878 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-L] PASSED
40879 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-q] PASSED
40880 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-Q] PASSED
40881 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-n] PASSED
40882 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-N] PASSED
40883 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-p] PASSED
40884 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-P] PASSED
40885 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-e] PASSED
40886 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-f] PASSED
40887 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-d] PASSED
40888 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[1-g] PASSED
40889 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-O] PASSED
40890 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-b] PASSED
40891 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-B] PASSED
40892 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-h] PASSED
40893 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-H] PASSED
40894 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-i] PASSED
40895 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-I] PASSED
40896 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-l] PASSED
40897 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-L] PASSED
40898 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-q] PASSED
40899 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-Q] PASSED
40900 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-n] PASSED
40901 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-N] PASSED
40902 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-p] PASSED
40903 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-P] PASSED
40904 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-e] PASSED
40905 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-f] PASSED
40906 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-d] PASSED
40907 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_blackman[10-g] PASSED
40908 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-O] PASSED
40909 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-b] PASSED
40910 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-B] PASSED
40911 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-h] PASSED
40912 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-H] PASSED
40913 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-i] PASSED
40914 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-I] PASSED
40915 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-l] PASSED
40916 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-L] PASSED
40917 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-q] PASSED
40918 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-Q] PASSED
40919 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-n] PASSED
40920 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-N] PASSED
40921 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-p] PASSED
40922 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-P] PASSED
40923 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-e] PASSED
40924 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-f] PASSED
40925 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-d] PASSED
40926 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[0-g] PASSED
40927 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-O] PASSED
40928 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-b] PASSED
40929 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-B] PASSED
40930 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-h] PASSED
40931 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-H] PASSED
40932 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-i] PASSED
40933 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-I] PASSED
40934 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-l] PASSED
40935 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-L] PASSED
40936 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-q] PASSED
40937 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-Q] PASSED
40938 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-n] PASSED
40939 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-N] PASSED
40940 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-p] PASSED
40941 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-P] PASSED
40942 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-e] PASSED
40943 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-f] PASSED
40944 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-d] PASSED
40945 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[1-g] PASSED
40946 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-O] PASSED
40947 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-b] PASSED
40948 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-B] PASSED
40949 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-h] PASSED
40950 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-H] PASSED
40951 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-i] PASSED
40952 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-I] PASSED
40953 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-l] PASSED
40954 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-L] PASSED
40955 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-q] PASSED
40956 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-Q] PASSED
40957 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-n] PASSED
40958 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-N] PASSED
40959 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-p] PASSED
40960 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-P] PASSED
40961 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-e] PASSED
40962 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-f] PASSED
40963 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-d] PASSED
40964 numpy/lib/tests/test_function_base.py::TestFilterwindows::test_kaiser[10-g] PASSED
40965 numpy/lib/tests/test_function_base.py::TestTrapezoid::test_simple PASSED
40966 numpy/lib/tests/test_function_base.py::TestTrapezoid::test_ndim PASSED
40967 numpy/lib/tests/test_function_base.py::TestTrapezoid::test_masked PASSED
40968 numpy/lib/tests/test_function_base.py::TestSinc::test_simple PASSED
40969 numpy/lib/tests/test_function_base.py::TestSinc::test_array_like PASSED
40970 numpy/lib/tests/test_function_base.py::TestUnique::test_simple PASSED
40971 numpy/lib/tests/test_function_base.py::TestCheckFinite::test_simple PASSED
40972 numpy/lib/tests/test_function_base.py::TestCheckFinite::test_dtype_order PASSED
40973 numpy/lib/tests/test_function_base.py::TestCorrCoef::test_non_array PASSED
40974 numpy/lib/tests/test_function_base.py::TestCorrCoef::test_simple PASSED
40975 numpy/lib/tests/test_function_base.py::TestCorrCoef::test_ddof PASSED
40976 numpy/lib/tests/test_function_base.py::TestCorrCoef::test_bias PASSED
40977 numpy/lib/tests/test_function_base.py::TestCorrCoef::test_complex PASSED
40978 numpy/lib/tests/test_function_base.py::TestCorrCoef::test_xy PASSED
40979 numpy/lib/tests/test_function_base.py::TestCorrCoef::test_empty PASSED
40980 numpy/lib/tests/test_function_base.py::TestCorrCoef::test_extreme PASSED
40981 numpy/lib/tests/test_function_base.py::TestCorrCoef::test_corrcoef_dtype[float16] PASSED
40982 numpy/lib/tests/test_function_base.py::TestCorrCoef::test_corrcoef_dtype[float32] PASSED
40983 numpy/lib/tests/test_function_base.py::TestCorrCoef::test_corrcoef_dtype[float64] PASSED
40984 numpy/lib/tests/test_function_base.py::TestCorrCoef::test_corrcoef_dtype[longdouble] PASSED
40985 numpy/lib/tests/test_function_base.py::TestCov::test_basic PASSED
40986 numpy/lib/tests/test_function_base.py::TestCov::test_complex PASSED
40987 numpy/lib/tests/test_function_base.py::TestCov::test_xy PASSED
40988 numpy/lib/tests/test_function_base.py::TestCov::test_empty PASSED
40989 numpy/lib/tests/test_function_base.py::TestCov::test_wrong_ddof PASSED
40990 numpy/lib/tests/test_function_base.py::TestCov::test_1D_rowvar PASSED
40991 numpy/lib/tests/test_function_base.py::TestCov::test_1D_variance PASSED
40992 numpy/lib/tests/test_function_base.py::TestCov::test_fweights PASSED
40993 numpy/lib/tests/test_function_base.py::TestCov::test_aweights PASSED
40994 numpy/lib/tests/test_function_base.py::TestCov::test_unit_fweights_and_aweights PASSED
40995 numpy/lib/tests/test_function_base.py::TestCov::test_cov_dtype[float16] PASSED
40996 numpy/lib/tests/test_function_base.py::TestCov::test_cov_dtype[float32] PASSED
40997 numpy/lib/tests/test_function_base.py::TestCov::test_cov_dtype[float64] PASSED
40998 numpy/lib/tests/test_function_base.py::TestCov::test_cov_dtype[longdouble] PASSED
40999 numpy/lib/tests/test_function_base.py::Test_I0::test_simple PASSED
41000 numpy/lib/tests/test_function_base.py::Test_I0::test_non_array PASSED
41001 numpy/lib/tests/test_function_base.py::Test_I0::test_complex PASSED
41002 numpy/lib/tests/test_function_base.py::TestKaiser::test_simple PASSED
41003 numpy/lib/tests/test_function_base.py::TestKaiser::test_int_beta PASSED
41004 numpy/lib/tests/test_function_base.py::TestMeshgrid::test_simple PASSED
41005 numpy/lib/tests/test_function_base.py::TestMeshgrid::test_single_input PASSED
41006 numpy/lib/tests/test_function_base.py::TestMeshgrid::test_no_input PASSED
41007 numpy/lib/tests/test_function_base.py::TestMeshgrid::test_indexing PASSED
41008 numpy/lib/tests/test_function_base.py::TestMeshgrid::test_sparse PASSED
41009 numpy/lib/tests/test_function_base.py::TestMeshgrid::test_invalid_arguments PASSED
41010 numpy/lib/tests/test_function_base.py::TestMeshgrid::test_return_type PASSED
41011 numpy/lib/tests/test_function_base.py::TestMeshgrid::test_writeback PASSED
41012 numpy/lib/tests/test_function_base.py::TestMeshgrid::test_nd_shape PASSED
41013 numpy/lib/tests/test_function_base.py::TestMeshgrid::test_nd_values PASSED
41014 numpy/lib/tests/test_function_base.py::TestMeshgrid::test_nd_indexing PASSED
41015 numpy/lib/tests/test_function_base.py::TestPiecewise::test_simple PASSED
41016 numpy/lib/tests/test_function_base.py::TestPiecewise::test_two_conditions PASSED
41017 numpy/lib/tests/test_function_base.py::TestPiecewise::test_scalar_domains_three_conditions PASSED
41018 numpy/lib/tests/test_function_base.py::TestPiecewise::test_default PASSED
41019 numpy/lib/tests/test_function_base.py::TestPiecewise::test_0d PASSED
41020 numpy/lib/tests/test_function_base.py::TestPiecewise::test_0d_comparison PASSED
41021 numpy/lib/tests/test_function_base.py::TestPiecewise::test_0d_0d_condition PASSED
41022 numpy/lib/tests/test_function_base.py::TestPiecewise::test_multidimensional_extrafunc PASSED
41023 numpy/lib/tests/test_function_base.py::TestPiecewise::test_subclasses PASSED
41024 numpy/lib/tests/test_function_base.py::TestBincount::test_simple PASSED
41025 numpy/lib/tests/test_function_base.py::TestBincount::test_simple2 PASSED
41026 numpy/lib/tests/test_function_base.py::TestBincount::test_simple_weight PASSED
41027 numpy/lib/tests/test_function_base.py::TestBincount::test_simple_weight2 PASSED
41028 numpy/lib/tests/test_function_base.py::TestBincount::test_with_minlength PASSED
41029 numpy/lib/tests/test_function_base.py::TestBincount::test_with_minlength_smaller_than_maxvalue PASSED
41030 numpy/lib/tests/test_function_base.py::TestBincount::test_with_minlength_and_weights PASSED
41031 numpy/lib/tests/test_function_base.py::TestBincount::test_empty PASSED
41032 numpy/lib/tests/test_function_base.py::TestBincount::test_empty_with_minlength PASSED
41033 numpy/lib/tests/test_function_base.py::TestBincount::test_with_incorrect_minlength PASSED
41034 numpy/lib/tests/test_function_base.py::TestBincount::test_dtype_reference_leaks PASSED
41035 numpy/lib/tests/test_function_base.py::TestBincount::test_error_not_1d[vals0] PASSED
41036 numpy/lib/tests/test_function_base.py::TestBincount::test_error_not_1d[2] PASSED
41037 numpy/lib/tests/test_function_base.py::TestInterp::test_exceptions PASSED
41038 numpy/lib/tests/test_function_base.py::TestInterp::test_basic PASSED
41039 numpy/lib/tests/test_function_base.py::TestInterp::test_right_left_behavior PASSED
41040 numpy/lib/tests/test_function_base.py::TestInterp::test_scalar_interpolation_point PASSED
41041 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_behavior_exact_x PASSED
41042 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_any_nan[real] PASSED
41043 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_any_nan[complex-real] PASSED
41044 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_any_nan[complex-imag] PASSED
41045 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_any_nan[complex-both] PASSED
41046 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_inf[real] PASSED
41047 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_inf[complex-real] PASSED
41048 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_inf[complex-imag] PASSED
41049 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_inf[complex-both] PASSED
41050 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_half_inf_xf[real] PASSED
41051 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_half_inf_xf[complex-real] PASSED
41052 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_half_inf_xf[complex-imag] PASSED
41053 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_half_inf_xf[complex-both] PASSED
41054 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_half_inf_x[real] PASSED
41055 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_half_inf_x[complex-real] PASSED
41056 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_half_inf_x[complex-imag] PASSED
41057 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_half_inf_x[complex-both] PASSED
41058 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_half_inf_f[real] PASSED
41059 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_half_inf_f[complex-real] PASSED
41060 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_half_inf_f[complex-imag] PASSED
41061 numpy/lib/tests/test_function_base.py::TestInterp::test_non_finite_half_inf_f[complex-both] PASSED
41062 numpy/lib/tests/test_function_base.py::TestInterp::test_complex_interp PASSED
41063 numpy/lib/tests/test_function_base.py::TestInterp::test_zero_dimensional_interpolation_point PASSED
41064 numpy/lib/tests/test_function_base.py::TestInterp::test_if_len_x_is_small PASSED
41065 numpy/lib/tests/test_function_base.py::TestInterp::test_period PASSED
41066 numpy/lib/tests/test_function_base.py::TestPercentile::test_basic PASSED
41067 numpy/lib/tests/test_function_base.py::TestPercentile::test_fraction PASSED
41068 numpy/lib/tests/test_function_base.py::TestPercentile::test_api PASSED
41069 numpy/lib/tests/test_function_base.py::TestPercentile::test_complex PASSED
41070 numpy/lib/tests/test_function_base.py::TestPercentile::test_2D PASSED
41071 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_nan_1D[e] PASSED
41072 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_nan_1D[f] PASSED
41073 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_nan_1D[d] PASSED
41074 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_nan_1D[g] PASSED
41075 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-b-float64-quantile-0.4] PASSED
41076 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-b-float64-percentile-40.0] PASSED
41077 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-B-float64-quantile-0.4] PASSED
41078 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-B-float64-percentile-40.0] PASSED
41079 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-h-float64-quantile-0.4] PASSED
41080 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-h-float64-percentile-40.0] PASSED
41081 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-H-float64-quantile-0.4] PASSED
41082 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-H-float64-percentile-40.0] PASSED
41083 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-i-float64-quantile-0.4] PASSED
41084 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-i-float64-percentile-40.0] PASSED
41085 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-I-float64-quantile-0.4] PASSED
41086 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-I-float64-percentile-40.0] PASSED
41087 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-l-float64-quantile-0.4] PASSED
41088 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-l-float64-percentile-40.0] PASSED
41089 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-L-float64-quantile-0.4] PASSED
41090 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-L-float64-percentile-40.0] PASSED
41091 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-q-float64-quantile-0.4] PASSED
41092 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-q-float64-percentile-40.0] PASSED
41093 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-Q-float64-quantile-0.4] PASSED
41094 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-Q-float64-percentile-40.0] PASSED
41095 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-n-float64-quantile-0.4] PASSED
41096 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-n-float64-percentile-40.0] PASSED
41097 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-N-float64-quantile-0.4] PASSED
41098 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-N-float64-percentile-40.0] PASSED
41099 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-p-float64-quantile-0.4] PASSED
41100 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-p-float64-percentile-40.0] PASSED
41101 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-P-float64-quantile-0.4] PASSED
41102 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-P-float64-percentile-40.0] PASSED
41103 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-float16-float16-quantile-0.4] PASSED
41104 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-float16-float16-percentile-40.0] PASSED
41105 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-float32-float32-quantile-0.4] PASSED
41106 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-float32-float32-percentile-40.0] PASSED
41107 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-float64-float64-quantile-0.4] PASSED
41108 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-float64-float64-percentile-40.0] PASSED
41109 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-longdouble-longdouble-percentile-40.0] PASSED
41110 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-input_dtype18-float64-quantile-0.4] PASSED
41111 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-False-20-input_dtype18-float64-percentile-40.0] PASSED
41112 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-b-float64-quantile-0.4] PASSED
41113 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-b-float64-percentile-40.0] PASSED
41114 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-B-float64-quantile-0.4] PASSED
41115 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-B-float64-percentile-40.0] PASSED
41116 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-h-float64-quantile-0.4] PASSED
41117 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-h-float64-percentile-40.0] PASSED
41118 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-H-float64-quantile-0.4] PASSED
41119 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-H-float64-percentile-40.0] PASSED
41120 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-i-float64-quantile-0.4] PASSED
41121 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-i-float64-percentile-40.0] PASSED
41122 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-I-float64-quantile-0.4] PASSED
41123 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-I-float64-percentile-40.0] PASSED
41124 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-l-float64-quantile-0.4] PASSED
41125 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-l-float64-percentile-40.0] PASSED
41126 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-L-float64-quantile-0.4] PASSED
41127 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-L-float64-percentile-40.0] PASSED
41128 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-q-float64-quantile-0.4] PASSED
41129 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-q-float64-percentile-40.0] PASSED
41130 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-Q-float64-quantile-0.4] PASSED
41131 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-Q-float64-percentile-40.0] PASSED
41132 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-n-float64-quantile-0.4] PASSED
41133 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-n-float64-percentile-40.0] PASSED
41134 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-N-float64-quantile-0.4] PASSED
41135 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-N-float64-percentile-40.0] PASSED
41136 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-p-float64-quantile-0.4] PASSED
41137 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-p-float64-percentile-40.0] PASSED
41138 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-P-float64-quantile-0.4] PASSED
41139 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-P-float64-percentile-40.0] PASSED
41140 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-float16-float16-quantile-0.4] PASSED
41141 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-float16-float16-percentile-40.0] PASSED
41142 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-float32-float32-quantile-0.4] PASSED
41143 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-float32-float32-percentile-40.0] PASSED
41144 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-float64-float64-quantile-0.4] PASSED
41145 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-float64-float64-percentile-40.0] PASSED
41146 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-longdouble-longdouble-quantile-0.4] PASSED
41147 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-longdouble-longdouble-percentile-40.0] PASSED
41148 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-input_dtype18-float64-quantile-0.4] PASSED
41149 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[inverted_cdf-True-20-input_dtype18-float64-percentile-40.0] PASSED
41150 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-b-float64-quantile-0.4] PASSED
41151 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-b-float64-percentile-40.0] PASSED
41152 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-B-float64-quantile-0.4] PASSED
41153 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-B-float64-percentile-40.0] PASSED
41154 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-h-float64-quantile-0.4] PASSED
41155 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-h-float64-percentile-40.0] PASSED
41156 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-H-float64-quantile-0.4] PASSED
41157 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-H-float64-percentile-40.0] PASSED
41158 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-i-float64-quantile-0.4] PASSED
41159 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-i-float64-percentile-40.0] PASSED
41160 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-I-float64-quantile-0.4] PASSED
41161 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-I-float64-percentile-40.0] PASSED
41162 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-l-float64-quantile-0.4] PASSED
41163 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-l-float64-percentile-40.0] PASSED
41164 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-L-float64-quantile-0.4] PASSED
41165 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-L-float64-percentile-40.0] PASSED
41166 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-q-float64-quantile-0.4] PASSED
41167 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-q-float64-percentile-40.0] PASSED
41168 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-Q-float64-quantile-0.4] PASSED
41169 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-Q-float64-percentile-40.0] PASSED
41170 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-n-float64-quantile-0.4] PASSED
41171 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-n-float64-percentile-40.0] PASSED
41172 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-N-float64-quantile-0.4] PASSED
41173 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-N-float64-percentile-40.0] PASSED
41174 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-p-float64-quantile-0.4] PASSED
41175 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-p-float64-percentile-40.0] PASSED
41176 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-P-float64-quantile-0.4] PASSED
41177 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-P-float64-percentile-40.0] PASSED
41178 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-float16-float16-quantile-0.4] PASSED
41179 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-float16-float16-percentile-40.0] PASSED
41180 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-float32-float32-quantile-0.4] PASSED
41181 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-float32-float32-percentile-40.0] PASSED
41182 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-float64-float64-quantile-0.4] PASSED
41183 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-float64-float64-percentile-40.0] PASSED
41184 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-longdouble-longdouble-percentile-40.0] PASSED
41185 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-input_dtype18-float64-quantile-0.4] PASSED
41186 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[averaged_inverted_cdf-False-27.5-input_dtype18-float64-percentile-40.0] PASSED
41187 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-b-float64-quantile-0.4] PASSED
41188 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-b-float64-percentile-40.0] PASSED
41189 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-B-float64-quantile-0.4] PASSED
41190 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-B-float64-percentile-40.0] PASSED
41191 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-h-float64-quantile-0.4] PASSED
41192 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-h-float64-percentile-40.0] PASSED
41193 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-H-float64-quantile-0.4] PASSED
41194 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-H-float64-percentile-40.0] PASSED
41195 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-i-float64-quantile-0.4] PASSED
41196 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-i-float64-percentile-40.0] PASSED
41197 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-I-float64-quantile-0.4] PASSED
41198 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-I-float64-percentile-40.0] PASSED
41199 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-l-float64-quantile-0.4] PASSED
41200 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-l-float64-percentile-40.0] PASSED
41201 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-L-float64-quantile-0.4] PASSED
41202 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-L-float64-percentile-40.0] PASSED
41203 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-q-float64-quantile-0.4] PASSED
41204 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-q-float64-percentile-40.0] PASSED
41205 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-Q-float64-quantile-0.4] PASSED
41206 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-Q-float64-percentile-40.0] PASSED
41207 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-n-float64-quantile-0.4] PASSED
41208 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-n-float64-percentile-40.0] PASSED
41209 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-N-float64-quantile-0.4] PASSED
41210 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-N-float64-percentile-40.0] PASSED
41211 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-p-float64-quantile-0.4] PASSED
41212 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-p-float64-percentile-40.0] PASSED
41213 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-P-float64-quantile-0.4] PASSED
41214 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-P-float64-percentile-40.0] PASSED
41215 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-float16-float16-quantile-0.4] PASSED
41216 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-float16-float16-percentile-40.0] PASSED
41217 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-float32-float32-quantile-0.4] PASSED
41218 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-float32-float32-percentile-40.0] PASSED
41219 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-float64-float64-quantile-0.4] PASSED
41220 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-float64-float64-percentile-40.0] PASSED
41221 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-longdouble-longdouble-quantile-0.4] PASSED
41222 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-longdouble-longdouble-percentile-40.0] PASSED
41223 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-input_dtype18-float64-quantile-0.4] PASSED
41224 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[closest_observation-False-20-input_dtype18-float64-percentile-40.0] PASSED
41225 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-b-float64-quantile-0.4] PASSED
41226 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-b-float64-percentile-40.0] PASSED
41227 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-B-float64-quantile-0.4] PASSED
41228 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-B-float64-percentile-40.0] PASSED
41229 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-h-float64-quantile-0.4] PASSED
41230 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-h-float64-percentile-40.0] PASSED
41231 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-H-float64-quantile-0.4] PASSED
41232 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-H-float64-percentile-40.0] PASSED
41233 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-i-float64-quantile-0.4] PASSED
41234 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-i-float64-percentile-40.0] PASSED
41235 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-I-float64-quantile-0.4] PASSED
41236 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-I-float64-percentile-40.0] PASSED
41237 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-l-float64-quantile-0.4] PASSED
41238 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-l-float64-percentile-40.0] PASSED
41239 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-L-float64-quantile-0.4] PASSED
41240 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-L-float64-percentile-40.0] PASSED
41241 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-q-float64-quantile-0.4] PASSED
41242 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-q-float64-percentile-40.0] PASSED
41243 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-Q-float64-quantile-0.4] PASSED
41244 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-Q-float64-percentile-40.0] PASSED
41245 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-n-float64-quantile-0.4] PASSED
41246 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-n-float64-percentile-40.0] PASSED
41247 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-N-float64-quantile-0.4] PASSED
41248 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-N-float64-percentile-40.0] PASSED
41249 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-p-float64-quantile-0.4] PASSED
41250 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-p-float64-percentile-40.0] PASSED
41251 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-P-float64-quantile-0.4] PASSED
41252 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-P-float64-percentile-40.0] PASSED
41253 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-float16-float16-quantile-0.4] PASSED
41254 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-float16-float16-percentile-40.0] PASSED
41255 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-float32-float32-quantile-0.4] PASSED
41256 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-float32-float32-percentile-40.0] PASSED
41257 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-float64-float64-quantile-0.4] PASSED
41258 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-float64-float64-percentile-40.0] PASSED
41259 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-longdouble-longdouble-quantile-0.4] PASSED
41260 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-longdouble-longdouble-percentile-40.0] PASSED
41261 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-input_dtype18-float64-quantile-0.4] PASSED
41262 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[interpolated_inverted_cdf-False-20-input_dtype18-float64-percentile-40.0] PASSED
41263 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-b-float64-quantile-0.4] PASSED
41264 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-b-float64-percentile-40.0] PASSED
41265 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-B-float64-quantile-0.4] PASSED
41266 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-B-float64-percentile-40.0] PASSED
41267 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-h-float64-quantile-0.4] PASSED
41268 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-h-float64-percentile-40.0] PASSED
41269 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-H-float64-quantile-0.4] PASSED
41270 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-H-float64-percentile-40.0] PASSED
41271 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-i-float64-quantile-0.4] PASSED
41272 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-i-float64-percentile-40.0] PASSED
41273 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-I-float64-quantile-0.4] PASSED
41274 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-I-float64-percentile-40.0] PASSED
41275 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-l-float64-quantile-0.4] PASSED
41276 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-l-float64-percentile-40.0] PASSED
41277 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-L-float64-quantile-0.4] PASSED
41278 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-L-float64-percentile-40.0] PASSED
41279 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-q-float64-quantile-0.4] PASSED
41280 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-q-float64-percentile-40.0] PASSED
41281 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-Q-float64-quantile-0.4] PASSED
41282 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-Q-float64-percentile-40.0] PASSED
41283 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-n-float64-quantile-0.4] PASSED
41284 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-n-float64-percentile-40.0] PASSED
41285 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-N-float64-quantile-0.4] PASSED
41286 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-N-float64-percentile-40.0] PASSED
41287 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-p-float64-quantile-0.4] PASSED
41288 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-p-float64-percentile-40.0] PASSED
41289 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-P-float64-quantile-0.4] PASSED
41290 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-P-float64-percentile-40.0] PASSED
41291 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-float16-float16-quantile-0.4] PASSED
41292 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-float16-float16-percentile-40.0] PASSED
41293 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-float32-float32-quantile-0.4] PASSED
41294 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-float32-float32-percentile-40.0] PASSED
41295 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-float64-float64-quantile-0.4] PASSED
41296 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-float64-float64-percentile-40.0] PASSED
41297 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-longdouble-longdouble-quantile-0.4] PASSED
41298 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-longdouble-longdouble-percentile-40.0] PASSED
41299 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-input_dtype18-float64-quantile-0.4] PASSED
41300 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[hazen-False-27.5-input_dtype18-float64-percentile-40.0] PASSED
41301 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-b-float64-quantile-0.4] PASSED
41302 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-b-float64-percentile-40.0] PASSED
41303 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-B-float64-quantile-0.4] PASSED
41304 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-B-float64-percentile-40.0] PASSED
41305 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-h-float64-quantile-0.4] PASSED
41306 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-h-float64-percentile-40.0] PASSED
41307 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-H-float64-quantile-0.4] PASSED
41308 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-H-float64-percentile-40.0] PASSED
41309 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-i-float64-quantile-0.4] PASSED
41310 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-i-float64-percentile-40.0] PASSED
41311 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-I-float64-quantile-0.4] PASSED
41312 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-I-float64-percentile-40.0] PASSED
41313 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-l-float64-quantile-0.4] PASSED
41314 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-l-float64-percentile-40.0] PASSED
41315 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-L-float64-quantile-0.4] PASSED
41316 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-L-float64-percentile-40.0] PASSED
41317 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-q-float64-quantile-0.4] PASSED
41318 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-q-float64-percentile-40.0] PASSED
41319 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-Q-float64-quantile-0.4] PASSED
41320 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-Q-float64-percentile-40.0] PASSED
41321 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-n-float64-quantile-0.4] PASSED
41322 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-n-float64-percentile-40.0] PASSED
41323 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-N-float64-quantile-0.4] PASSED
41324 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-N-float64-percentile-40.0] PASSED
41325 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-p-float64-quantile-0.4] PASSED
41326 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-p-float64-percentile-40.0] PASSED
41327 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-P-float64-quantile-0.4] PASSED
41328 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-P-float64-percentile-40.0] PASSED
41329 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-float16-float16-quantile-0.4] PASSED
41330 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-float16-float16-percentile-40.0] PASSED
41331 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-float32-float32-quantile-0.4] PASSED
41332 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-float32-float32-percentile-40.0] PASSED
41333 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-float64-float64-quantile-0.4] PASSED
41334 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-float64-float64-percentile-40.0] PASSED
41335 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-longdouble-longdouble-quantile-0.4] PASSED
41336 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-longdouble-longdouble-percentile-40.0] PASSED
41337 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-input_dtype18-float64-quantile-0.4] PASSED
41338 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[weibull-False-26-input_dtype18-float64-percentile-40.0] PASSED
41339 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-b-float64-quantile-0.4] PASSED
41340 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-b-float64-percentile-40.0] PASSED
41341 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-B-float64-quantile-0.4] PASSED
41342 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-B-float64-percentile-40.0] PASSED
41343 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-h-float64-quantile-0.4] PASSED
41344 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-h-float64-percentile-40.0] PASSED
41345 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-H-float64-quantile-0.4] PASSED
41346 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-H-float64-percentile-40.0] PASSED
41347 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-i-float64-quantile-0.4] PASSED
41348 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-i-float64-percentile-40.0] PASSED
41349 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-I-float64-quantile-0.4] PASSED
41350 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-I-float64-percentile-40.0] PASSED
41351 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-l-float64-quantile-0.4] PASSED
41352 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-l-float64-percentile-40.0] PASSED
41353 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-L-float64-quantile-0.4] PASSED
41354 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-L-float64-percentile-40.0] PASSED
41355 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-q-float64-quantile-0.4] PASSED
41356 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-q-float64-percentile-40.0] PASSED
41357 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-Q-float64-quantile-0.4] PASSED
41358 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-Q-float64-percentile-40.0] PASSED
41359 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-n-float64-quantile-0.4] PASSED
41360 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-n-float64-percentile-40.0] PASSED
41361 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-N-float64-quantile-0.4] PASSED
41362 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-N-float64-percentile-40.0] PASSED
41363 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-p-float64-quantile-0.4] PASSED
41364 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-p-float64-percentile-40.0] PASSED
41365 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-P-float64-quantile-0.4] PASSED
41366 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-P-float64-percentile-40.0] PASSED
41367 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-float16-float16-quantile-0.4] PASSED
41368 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-float16-float16-percentile-40.0] PASSED
41369 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-float32-float32-quantile-0.4] PASSED
41370 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-float32-float32-percentile-40.0] PASSED
41371 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-float64-float64-quantile-0.4] PASSED
41372 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-float64-float64-percentile-40.0] PASSED
41373 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-longdouble-longdouble-quantile-0.4] PASSED
41374 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-longdouble-longdouble-percentile-40.0] PASSED
41375 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-input_dtype18-float64-quantile-0.4] PASSED
41376 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[linear-False-29-input_dtype18-float64-percentile-40.0] PASSED
41377 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-b-float64-quantile-0.4] PASSED
41378 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-b-float64-percentile-40.0] PASSED
41379 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-B-float64-quantile-0.4] PASSED
41380 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-B-float64-percentile-40.0] PASSED
41381 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-h-float64-quantile-0.4] PASSED
41382 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-h-float64-percentile-40.0] PASSED
41383 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-H-float64-quantile-0.4] PASSED
41384 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-H-float64-percentile-40.0] PASSED
41385 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-i-float64-quantile-0.4] PASSED
41386 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-i-float64-percentile-40.0] PASSED
41387 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-I-float64-quantile-0.4] PASSED
41388 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-I-float64-percentile-40.0] PASSED
41389 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-l-float64-quantile-0.4] PASSED
41390 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-l-float64-percentile-40.0] PASSED
41391 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-L-float64-quantile-0.4] PASSED
41392 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-L-float64-percentile-40.0] PASSED
41393 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-q-float64-quantile-0.4] PASSED
41394 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-q-float64-percentile-40.0] PASSED
41395 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-Q-float64-quantile-0.4] PASSED
41396 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-Q-float64-percentile-40.0] PASSED
41397 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-n-float64-quantile-0.4] PASSED
41398 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-n-float64-percentile-40.0] PASSED
41399 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-N-float64-quantile-0.4] PASSED
41400 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-N-float64-percentile-40.0] PASSED
41401 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-p-float64-quantile-0.4] PASSED
41402 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-p-float64-percentile-40.0] PASSED
41403 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-P-float64-quantile-0.4] PASSED
41404 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-P-float64-percentile-40.0] PASSED
41405 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-float16-float16-quantile-0.4] PASSED
41406 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-float16-float16-percentile-40.0] PASSED
41407 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-float32-float32-quantile-0.4] PASSED
41408 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-float32-float32-percentile-40.0] PASSED
41409 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-float64-float64-quantile-0.4] PASSED
41410 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-float64-float64-percentile-40.0] PASSED
41411 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-longdouble-longdouble-quantile-0.4] PASSED
41412 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-longdouble-longdouble-percentile-40.0] PASSED
41413 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-input_dtype18-float64-quantile-0.4] PASSED
41414 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[median_unbiased-False-27-input_dtype18-float64-percentile-40.0] PASSED
41415 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-b-float64-quantile-0.4] PASSED
41416 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-b-float64-percentile-40.0] PASSED
41417 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-B-float64-quantile-0.4] PASSED
41418 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-B-float64-percentile-40.0] PASSED
41419 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-h-float64-quantile-0.4] PASSED
41420 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-h-float64-percentile-40.0] PASSED
41421 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-H-float64-quantile-0.4] PASSED
41422 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-H-float64-percentile-40.0] PASSED
41423 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-i-float64-quantile-0.4] PASSED
41424 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-i-float64-percentile-40.0] PASSED
41425 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-I-float64-quantile-0.4] PASSED
41426 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-I-float64-percentile-40.0] PASSED
41427 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-l-float64-quantile-0.4] PASSED
41428 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-l-float64-percentile-40.0] PASSED
41429 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-L-float64-quantile-0.4] PASSED
41430 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-L-float64-percentile-40.0] PASSED
41431 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-q-float64-quantile-0.4] PASSED
41432 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-q-float64-percentile-40.0] PASSED
41433 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-Q-float64-quantile-0.4] PASSED
41434 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-Q-float64-percentile-40.0] PASSED
41435 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-n-float64-quantile-0.4] PASSED
41436 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-n-float64-percentile-40.0] PASSED
41437 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-N-float64-quantile-0.4] PASSED
41438 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-N-float64-percentile-40.0] PASSED
41439 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-p-float64-quantile-0.4] PASSED
41440 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-p-float64-percentile-40.0] PASSED
41441 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-P-float64-quantile-0.4] PASSED
41442 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-P-float64-percentile-40.0] PASSED
41443 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-float16-float16-quantile-0.4] PASSED
41444 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-float16-float16-percentile-40.0] PASSED
41445 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-float32-float32-quantile-0.4] PASSED
41446 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-float32-float32-percentile-40.0] PASSED
41447 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-float64-float64-quantile-0.4] PASSED
41448 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-float64-float64-percentile-40.0] PASSED
41449 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-longdouble-longdouble-quantile-0.4] PASSED
41450 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-longdouble-longdouble-percentile-40.0] PASSED
41451 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-input_dtype18-float64-quantile-0.4] PASSED
41452 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation[normal_unbiased-False-27.125-input_dtype18-float64-percentile-40.0] PASSED
41453 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[b] PASSED
41454 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[B] PASSED
41455 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[h] PASSED
41456 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[H] PASSED
41457 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[i] PASSED
41458 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[I] PASSED
41459 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[l] PASSED
41460 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[L] PASSED
41461 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[q] PASSED
41462 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[Q] PASSED
41463 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[n] PASSED
41464 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[N] PASSED
41465 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[p] PASSED
41466 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[P] PASSED
41467 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[e] PASSED
41468 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[f] PASSED
41469 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[d] PASSED
41470 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[g] PASSED
41471 numpy/lib/tests/test_function_base.py::TestPercentile::test_lower_higher[O] PASSED
41472 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[b] PASSED
41473 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[B] PASSED
41474 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[h] PASSED
41475 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[H] PASSED
41476 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[i] PASSED
41477 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[I] PASSED
41478 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[l] PASSED
41479 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[L] PASSED
41480 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[q] PASSED
41481 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[Q] PASSED
41482 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[n] PASSED
41483 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[N] PASSED
41484 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[p] PASSED
41485 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[P] PASSED
41486 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[e] PASSED
41487 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[f] PASSED
41488 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[d] PASSED
41489 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[g] PASSED
41490 numpy/lib/tests/test_function_base.py::TestPercentile::test_midpoint[O] PASSED
41491 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[b] PASSED
41492 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[B] PASSED
41493 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[h] PASSED
41494 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[H] PASSED
41495 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[i] PASSED
41496 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[I] PASSED
41497 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[l] PASSED
41498 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[L] PASSED
41499 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[q] PASSED
41500 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[Q] PASSED
41501 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[n] PASSED
41502 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[N] PASSED
41503 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[p] PASSED
41504 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[P] PASSED
41505 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[e] PASSED
41506 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[f] PASSED
41507 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[d] PASSED
41508 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[g] PASSED
41509 numpy/lib/tests/test_function_base.py::TestPercentile::test_nearest[O] PASSED
41510 numpy/lib/tests/test_function_base.py::TestPercentile::test_linear_interpolation_extrapolation PASSED
41511 numpy/lib/tests/test_function_base.py::TestPercentile::test_sequence PASSED
41512 numpy/lib/tests/test_function_base.py::TestPercentile::test_axis PASSED
41513 numpy/lib/tests/test_function_base.py::TestPercentile::test_scalar_q PASSED
41514 numpy/lib/tests/test_function_base.py::TestPercentile::test_exception PASSED
41515 numpy/lib/tests/test_function_base.py::TestPercentile::test_percentile_list PASSED
41516 numpy/lib/tests/test_function_base.py::TestPercentile::test_percentile_out[percentile-False] PASSED
41517 numpy/lib/tests/test_function_base.py::TestPercentile::test_percentile_out[percentile1-True] PASSED
41518 numpy/lib/tests/test_function_base.py::TestPercentile::test_percentile_empty_dim PASSED
41519 numpy/lib/tests/test_function_base.py::TestPercentile::test_percentile_no_overwrite PASSED
41520 numpy/lib/tests/test_function_base.py::TestPercentile::test_no_p_overwrite PASSED
41521 numpy/lib/tests/test_function_base.py::TestPercentile::test_percentile_overwrite PASSED
41522 numpy/lib/tests/test_function_base.py::TestPercentile::test_extended_axis PASSED
41523 numpy/lib/tests/test_function_base.py::TestPercentile::test_extended_axis_invalid PASSED
41524 numpy/lib/tests/test_function_base.py::TestPercentile::test_keepdims PASSED
41525 numpy/lib/tests/test_function_base.py::TestPercentile::test_keepdims_out[None-7] PASSED
41526 numpy/lib/tests/test_function_base.py::TestPercentile::test_keepdims_out[None-q1] PASSED
41527 numpy/lib/tests/test_function_base.py::TestPercentile::test_keepdims_out[1-7] PASSED
41528 numpy/lib/tests/test_function_base.py::TestPercentile::test_keepdims_out[1-q1] PASSED
41529 numpy/lib/tests/test_function_base.py::TestPercentile::test_keepdims_out[axis2-7] PASSED
41530 numpy/lib/tests/test_function_base.py::TestPercentile::test_keepdims_out[axis2-q1] PASSED
41531 numpy/lib/tests/test_function_base.py::TestPercentile::test_keepdims_out[axis3-7] PASSED
41532 numpy/lib/tests/test_function_base.py::TestPercentile::test_keepdims_out[axis3-q1] PASSED
41533 numpy/lib/tests/test_function_base.py::TestPercentile::test_keepdims_out[axis4-7] PASSED
41534 numpy/lib/tests/test_function_base.py::TestPercentile::test_keepdims_out[axis4-q1] PASSED
41535 numpy/lib/tests/test_function_base.py::TestPercentile::test_out PASSED
41536 numpy/lib/tests/test_function_base.py::TestPercentile::test_out_nan[linear-False] PASSED
41537 numpy/lib/tests/test_function_base.py::TestPercentile::test_out_nan[nearest-False] PASSED
41538 numpy/lib/tests/test_function_base.py::TestPercentile::test_out_nan[inverted_cdf-False] PASSED
41539 numpy/lib/tests/test_function_base.py::TestPercentile::test_out_nan[inverted_cdf-True] PASSED
41540 numpy/lib/tests/test_function_base.py::TestPercentile::test_nan_behavior PASSED
41541 numpy/lib/tests/test_function_base.py::TestPercentile::test_nan_q PASSED
41542 numpy/lib/tests/test_function_base.py::TestPercentile::test_nat_basic[0-m8[D]] PASSED
41543 numpy/lib/tests/test_function_base.py::TestPercentile::test_nat_basic[0-M8[s]] PASSED
41544 numpy/lib/tests/test_function_base.py::TestPercentile::test_nat_basic[23-m8[D]] PASSED
41545 numpy/lib/tests/test_function_base.py::TestPercentile::test_nat_basic[23-M8[s]] PASSED
41546 numpy/lib/tests/test_function_base.py::TestPercentile::test_nat_basic[10-m8[D]] PASSED
41547 numpy/lib/tests/test_function_base.py::TestPercentile::test_nat_basic[10-M8[s]] PASSED
41548 numpy/lib/tests/test_function_base.py::TestQuantile::test_max_ulp PASSED
41549 numpy/lib/tests/test_function_base.py::TestQuantile::test_basic PASSED
41550 numpy/lib/tests/test_function_base.py::TestQuantile::test_correct_quantile_value PASSED
41551 numpy/lib/tests/test_function_base.py::TestQuantile::test_fraction PASSED
41552 numpy/lib/tests/test_function_base.py::TestQuantile::test_complex PASSED
41553 numpy/lib/tests/test_function_base.py::TestQuantile::test_no_p_overwrite PASSED
41554 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_preserve_int_type[b] PASSED
41555 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_preserve_int_type[B] PASSED
41556 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_preserve_int_type[h] PASSED
41557 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_preserve_int_type[H] PASSED
41558 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_preserve_int_type[i] PASSED
41559 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_preserve_int_type[I] PASSED
41560 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_preserve_int_type[l] PASSED
41561 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_preserve_int_type[L] PASSED
41562 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_preserve_int_type[q] PASSED
41563 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_preserve_int_type[Q] PASSED
41564 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_preserve_int_type[n] PASSED
41565 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_preserve_int_type[N] PASSED
41566 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_preserve_int_type[p] PASSED
41567 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_preserve_int_type[P] PASSED
41568 numpy/lib/tests/test_function_base.py::TestQuantile::test_q_zero_one[inverted_cdf] PASSED
41569 numpy/lib/tests/test_function_base.py::TestQuantile::test_q_zero_one[averaged_inverted_cdf] PASSED
41570 numpy/lib/tests/test_function_base.py::TestQuantile::test_q_zero_one[closest_observation] PASSED
41571 numpy/lib/tests/test_function_base.py::TestQuantile::test_q_zero_one[interpolated_inverted_cdf] PASSED
41572 numpy/lib/tests/test_function_base.py::TestQuantile::test_q_zero_one[hazen] PASSED
41573 numpy/lib/tests/test_function_base.py::TestQuantile::test_q_zero_one[weibull] PASSED
41574 numpy/lib/tests/test_function_base.py::TestQuantile::test_q_zero_one[linear] PASSED
41575 numpy/lib/tests/test_function_base.py::TestQuantile::test_q_zero_one[median_unbiased] PASSED
41576 numpy/lib/tests/test_function_base.py::TestQuantile::test_q_zero_one[normal_unbiased] PASSED
41577 numpy/lib/tests/test_function_base.py::TestQuantile::test_q_zero_one[nearest] PASSED
41578 numpy/lib/tests/test_function_base.py::TestQuantile::test_q_zero_one[lower] PASSED
41579 numpy/lib/tests/test_function_base.py::TestQuantile::test_q_zero_one[higher] PASSED
41580 numpy/lib/tests/test_function_base.py::TestQuantile::test_q_zero_one[midpoint] PASSED
41581 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_monotonic[inverted_cdf] PASSED
41582 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_monotonic[averaged_inverted_cdf] PASSED
41583 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_monotonic[closest_observation] PASSED
41584 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_monotonic[interpolated_inverted_cdf] PASSED
41585 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_monotonic[hazen] PASSED
41586 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_monotonic[weibull] PASSED
41587 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_monotonic[linear] PASSED
41588 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_monotonic[median_unbiased] PASSED
41589 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_monotonic[normal_unbiased] PASSED
41590 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_monotonic[nearest] PASSED
41591 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_monotonic[lower] PASSED
41592 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_monotonic[higher] PASSED
41593 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_monotonic[midpoint] PASSED
41594 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_monotonic_hypo PASSED
41595 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_scalar_nan PASSED
41596 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-inverted_cdf-False] PASSED
41597 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-inverted_cdf-True] PASSED
41598 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-averaged_inverted_cdf-False] PASSED
41599 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-averaged_inverted_cdf-True] SKIPPED
41600 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-closest_observation-False] PASSED
41601 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-closest_observation-True] SKIPPED
41602 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-interpolated_inverted_cdf-False] PASSED
41603 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-interpolated_inverted_cdf-True] SKIPPED
41604 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-hazen-False] PASSED
41605 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-hazen-True] SKIPPED
41606 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-weibull-False] PASSED
41607 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-weibull-True] SKIPPED
41608 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-linear-False] PASSED
41609 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-linear-True] SKIPPED
41610 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-median_unbiased-False] PASSED
41611 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-median_unbiased-True] SKIPPED
41612 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-normal_unbiased-False] PASSED
41613 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-normal_unbiased-True] SKIPPED
41614 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-nearest-False] PASSED
41615 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-nearest-True] SKIPPED
41616 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-lower-False] PASSED
41617 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-lower-True] SKIPPED
41618 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-higher-False] PASSED
41619 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-higher-True] SKIPPED
41620 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-midpoint-False] PASSED
41621 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.2-midpoint-True] SKIPPED
41622 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-inverted_cdf-False] PASSED
41623 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-inverted_cdf-True] PASSED
41624 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-averaged_inverted_cdf-False] PASSED
41625 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-averaged_inverted_cdf-True] SKIPPED
41626 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-closest_observation-False] PASSED
41627 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-closest_observation-True] SKIPPED
41628 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-interpolated_inverted_cdf-False] PASSED
41629 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-interpolated_inverted_cdf-True] SKIPPED
41630 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-hazen-False] PASSED
41631 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-hazen-True] SKIPPED
41632 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-weibull-False] PASSED
41633 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-weibull-True] SKIPPED
41634 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-linear-False] PASSED
41635 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-linear-True] SKIPPED
41636 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-median_unbiased-False] PASSED
41637 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-median_unbiased-True] SKIPPED
41638 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-normal_unbiased-False] PASSED
41639 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-normal_unbiased-True] SKIPPED
41640 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-nearest-False] PASSED
41641 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-nearest-True] SKIPPED
41642 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-lower-False] PASSED
41643 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-lower-True] SKIPPED
41644 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-higher-False] PASSED
41645 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-higher-True] SKIPPED
41646 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-midpoint-False] PASSED
41647 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.5-midpoint-True] SKIPPED
41648 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-inverted_cdf-False] PASSED
41649 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-inverted_cdf-True] PASSED
41650 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-averaged_inverted_cdf-False] PASSED
41651 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-averaged_inverted_cdf-True] SKIPPED
41652 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-closest_observation-False] PASSED
41653 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-closest_observation-True] SKIPPED
41654 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-interpolated_inverted_cdf-False] PASSED
41655 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-interpolated_inverted_cdf-True] SKIPPED
41656 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-hazen-False] PASSED
41657 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-hazen-True] SKIPPED
41658 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-weibull-False] PASSED
41659 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-weibull-True] SKIPPED
41660 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-linear-False] PASSED
41661 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-linear-True] SKIPPED
41662 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-median_unbiased-False] PASSED
41663 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-median_unbiased-True] SKIPPED
41664 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-normal_unbiased-False] PASSED
41665 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-normal_unbiased-True] SKIPPED
41666 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-nearest-False] PASSED
41667 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-nearest-True] SKIPPED
41668 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-lower-False] PASSED
41669 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-lower-True] SKIPPED
41670 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-higher-False] PASSED
41671 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-higher-True] SKIPPED
41672 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-midpoint-False] PASSED
41673 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_identification_equation[0.9-midpoint-True] SKIPPED
41674 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-inverted_cdf-False] PASSED
41675 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-inverted_cdf-True] PASSED
41676 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-averaged_inverted_cdf-False] PASSED
41677 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-averaged_inverted_cdf-True] SKIPPED
41678 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-closest_observation-False] PASSED
41679 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-closest_observation-True] SKIPPED
41680 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-interpolated_inverted_cdf-False] PASSED
41681 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-interpolated_inverted_cdf-True] SKIPPED
41682 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-hazen-False] PASSED
41683 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-hazen-True] SKIPPED
41684 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-weibull-False] PASSED
41685 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-weibull-True] SKIPPED
41686 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-linear-False] PASSED
41687 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-linear-True] SKIPPED
41688 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-median_unbiased-False] PASSED
41689 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-median_unbiased-True] SKIPPED
41690 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-normal_unbiased-False] PASSED
41691 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-normal_unbiased-True] SKIPPED
41692 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-nearest-False] PASSED
41693 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-nearest-True] SKIPPED
41694 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-lower-False] PASSED
41695 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-lower-True] SKIPPED
41696 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-higher-False] PASSED
41697 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-higher-True] SKIPPED
41698 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-midpoint-False] PASSED
41699 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.2-midpoint-True] SKIPPED
41700 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-inverted_cdf-False] PASSED
41701 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-inverted_cdf-True] PASSED
41702 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-averaged_inverted_cdf-False] PASSED
41703 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-averaged_inverted_cdf-True] SKIPPED
41704 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-closest_observation-False] PASSED
41705 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-closest_observation-True] SKIPPED
41706 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-interpolated_inverted_cdf-False] PASSED
41707 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-interpolated_inverted_cdf-True] SKIPPED
41708 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-hazen-False] PASSED
41709 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-hazen-True] SKIPPED
41710 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-weibull-False] PASSED
41711 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-weibull-True] SKIPPED
41712 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-linear-False] PASSED
41713 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-linear-True] SKIPPED
41714 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-median_unbiased-False] PASSED
41715 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-median_unbiased-True] SKIPPED
41716 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-normal_unbiased-False] PASSED
41717 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-normal_unbiased-True] SKIPPED
41718 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-nearest-False] PASSED
41719 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-nearest-True] SKIPPED
41720 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-lower-False] PASSED
41721 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-lower-True] SKIPPED
41722 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-higher-False] PASSED
41723 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-higher-True] SKIPPED
41724 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-midpoint-False] PASSED
41725 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.5-midpoint-True] SKIPPED
41726 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-inverted_cdf-False] PASSED
41727 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-inverted_cdf-True] PASSED
41728 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-averaged_inverted_cdf-False] PASSED
41729 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-averaged_inverted_cdf-True] SKIPPED
41730 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-closest_observation-False] PASSED
41731 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-closest_observation-True] SKIPPED
41732 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-interpolated_inverted_cdf-False] PASSED
41733 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-interpolated_inverted_cdf-True] SKIPPED
41734 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-hazen-False] PASSED
41735 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-hazen-True] SKIPPED
41736 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-weibull-False] PASSED
41737 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-weibull-True] SKIPPED
41738 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-linear-False] PASSED
41739 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-linear-True] SKIPPED
41740 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-median_unbiased-False] PASSED
41741 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-median_unbiased-True] SKIPPED
41742 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-normal_unbiased-False] PASSED
41743 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-normal_unbiased-True] SKIPPED
41744 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-nearest-False] PASSED
41745 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-nearest-True] SKIPPED
41746 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-lower-False] PASSED
41747 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-lower-True] SKIPPED
41748 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-higher-False] PASSED
41749 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-higher-True] SKIPPED
41750 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-midpoint-False] PASSED
41751 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_add_and_multiply_constant[0.9-midpoint-True] SKIPPED
41752 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_constant_weights[0.2-inverted_cdf] PASSED
41753 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_constant_weights[0.5-inverted_cdf] PASSED
41754 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_constant_weights[0.9-inverted_cdf] PASSED
41755 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_with_integer_weights[0-inverted_cdf] PASSED
41756 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_with_integer_weights[0.2-inverted_cdf] PASSED
41757 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_with_integer_weights[0.5-inverted_cdf] PASSED
41758 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_with_integer_weights[0.9-inverted_cdf] PASSED
41759 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_with_integer_weights[1-inverted_cdf] PASSED
41760 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_with_weights_and_axis[inverted_cdf] PASSED
41761 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_weights_raises_negative_weights PASSED
41762 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_weights_raises_unsupported_methods[averaged_inverted_cdf] PASSED
41763 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_weights_raises_unsupported_methods[closest_observation] PASSED
41764 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_weights_raises_unsupported_methods[hazen] PASSED
41765 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_weights_raises_unsupported_methods[higher] PASSED
41766 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_weights_raises_unsupported_methods[interpolated_inverted_cdf] PASSED
41767 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_weights_raises_unsupported_methods[linear] PASSED
41768 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_weights_raises_unsupported_methods[lower] PASSED
41769 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_weights_raises_unsupported_methods[median_unbiased] PASSED
41770 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_weights_raises_unsupported_methods[midpoint] PASSED
41771 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_weights_raises_unsupported_methods[nearest] PASSED
41772 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_weights_raises_unsupported_methods[normal_unbiased] PASSED
41773 numpy/lib/tests/test_function_base.py::TestQuantile::test_quantile_weights_raises_unsupported_methods[weibull] PASSED
41774 numpy/lib/tests/test_function_base.py::TestQuantile::test_weibull_fraction PASSED
41775 numpy/lib/tests/test_function_base.py::TestQuantile::test_closest_observation PASSED
41776 numpy/lib/tests/test_function_base.py::TestLerp::test_linear_interpolation_formula_monotonic PASSED
41777 numpy/lib/tests/test_function_base.py::TestLerp::test_linear_interpolation_formula_bounded PASSED
41778 numpy/lib/tests/test_function_base.py::TestLerp::test_linear_interpolation_formula_symmetric PASSED
41779 numpy/lib/tests/test_function_base.py::TestLerp::test_linear_interpolation_formula_0d_inputs PASSED
41780 numpy/lib/tests/test_function_base.py::TestMedian::test_basic PASSED
41781 numpy/lib/tests/test_function_base.py::TestMedian::test_axis_keyword PASSED
41782 numpy/lib/tests/test_function_base.py::TestMedian::test_overwrite_keyword PASSED
41783 numpy/lib/tests/test_function_base.py::TestMedian::test_array_like PASSED
41784 numpy/lib/tests/test_function_base.py::TestMedian::test_subclass PASSED
41785 numpy/lib/tests/test_function_base.py::TestMedian::test_subclass2[arr0] PASSED
41786 numpy/lib/tests/test_function_base.py::TestMedian::test_subclass2[arr1] PASSED
41787 numpy/lib/tests/test_function_base.py::TestMedian::test_subclass2[nan] PASSED
41788 numpy/lib/tests/test_function_base.py::TestMedian::test_subclass2[0.0] PASSED
41789 numpy/lib/tests/test_function_base.py::TestMedian::test_out PASSED
41790 numpy/lib/tests/test_function_base.py::TestMedian::test_out_nan PASSED
41791 numpy/lib/tests/test_function_base.py::TestMedian::test_nan_behavior PASSED
41792 numpy/lib/tests/test_function_base.py::TestMedian::test_empty PASSED
41793 numpy/lib/tests/test_function_base.py::TestMedian::test_object PASSED
41794 numpy/lib/tests/test_function_base.py::TestMedian::test_extended_axis PASSED
41795 numpy/lib/tests/test_function_base.py::TestMedian::test_extended_axis_invalid PASSED
41796 numpy/lib/tests/test_function_base.py::TestMedian::test_keepdims PASSED
41797 numpy/lib/tests/test_function_base.py::TestMedian::test_keepdims_out[None] PASSED
41798 numpy/lib/tests/test_function_base.py::TestMedian::test_keepdims_out[1] PASSED
41799 numpy/lib/tests/test_function_base.py::TestMedian::test_keepdims_out[axis2] PASSED
41800 numpy/lib/tests/test_function_base.py::TestMedian::test_keepdims_out[axis3] PASSED
41801 numpy/lib/tests/test_function_base.py::TestMedian::test_keepdims_out[axis4] PASSED
41802 numpy/lib/tests/test_function_base.py::TestMedian::test_nat_behavior[0-m8[s]] PASSED
41803 numpy/lib/tests/test_function_base.py::TestMedian::test_nat_behavior[23-m8[s]] PASSED
41804 numpy/lib/tests/test_function_base.py::TestMedian::test_nat_behavior[10-m8[s]] PASSED
41805 numpy/lib/tests/test_function_base.py::TestSortComplex::test_sort_real[l-D] PASSED
41806 numpy/lib/tests/test_function_base.py::TestSortComplex::test_sort_real[h-F] PASSED
41807 numpy/lib/tests/test_function_base.py::TestSortComplex::test_sort_real[H-F] PASSED
41808 numpy/lib/tests/test_function_base.py::TestSortComplex::test_sort_real[b-F] PASSED
41809 numpy/lib/tests/test_function_base.py::TestSortComplex::test_sort_real[B-F] PASSED
41810 numpy/lib/tests/test_function_base.py::TestSortComplex::test_sort_real[g-G] PASSED
41811 numpy/lib/tests/test_function_base.py::TestSortComplex::test_sort_complex PASSED
41812 numpy/lib/tests/test_histograms.py::TestHistogram::test_simple PASSED
41813 numpy/lib/tests/test_histograms.py::TestHistogram::test_one_bin PASSED
41814 numpy/lib/tests/test_histograms.py::TestHistogram::test_density PASSED
41815 numpy/lib/tests/test_histograms.py::TestHistogram::test_outliers PASSED
41816 numpy/lib/tests/test_histograms.py::TestHistogram::test_arr_weights_mismatch PASSED
41817 numpy/lib/tests/test_histograms.py::TestHistogram::test_type PASSED
41818 numpy/lib/tests/test_histograms.py::TestHistogram::test_f32_rounding PASSED
41819 numpy/lib/tests/test_histograms.py::TestHistogram::test_bool_conversion PASSED
41820 numpy/lib/tests/test_histograms.py::TestHistogram::test_weights PASSED
41821 numpy/lib/tests/test_histograms.py::TestHistogram::test_exotic_weights PASSED
41822 numpy/lib/tests/test_histograms.py::TestHistogram::test_no_side_effects PASSED
41823 numpy/lib/tests/test_histograms.py::TestHistogram::test_empty PASSED
41824 numpy/lib/tests/test_histograms.py::TestHistogram::test_error_binnum_type PASSED
41825 numpy/lib/tests/test_histograms.py::TestHistogram::test_finite_range PASSED
41826 numpy/lib/tests/test_histograms.py::TestHistogram::test_invalid_range PASSED
41827 numpy/lib/tests/test_histograms.py::TestHistogram::test_bin_edge_cases PASSED
41828 numpy/lib/tests/test_histograms.py::TestHistogram::test_last_bin_inclusive_range PASSED
41829 numpy/lib/tests/test_histograms.py::TestHistogram::test_bin_array_dims PASSED
41830 numpy/lib/tests/test_histograms.py::TestHistogram::test_unsigned_monotonicity_check PASSED
41831 numpy/lib/tests/test_histograms.py::TestHistogram::test_object_array_of_0d PASSED
41832 numpy/lib/tests/test_histograms.py::TestHistogram::test_some_nan_values PASSED
41833 numpy/lib/tests/test_histograms.py::TestHistogram::test_datetime PASSED
41834 numpy/lib/tests/test_histograms.py::TestHistogram::test_signed_overflow_bounds PASSED
41835 numpy/lib/tests/test_histograms.py::TestHistogram::test_precision PASSED
41836 numpy/lib/tests/test_histograms.py::TestHistogram::test_histogram_bin_edges PASSED
41837 numpy/lib/tests/test_histograms.py::TestHistogram::test_big_arrays SKIPPED
41838 numpy/lib/tests/test_histograms.py::TestHistogram::test_gh_23110 PASSED
41839 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_empty PASSED
41840 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_simple PASSED
41841 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_small PASSED
41842 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_incorrect_methods PASSED
41843 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_novariance PASSED
41844 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_limited_variance PASSED
41845 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_outlier PASSED
41846 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_scott_vs_stone PASSED
41847 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_simple_range PASSED
41848 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_signed_integer_data[auto] PASSED
41849 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_signed_integer_data[fd] PASSED
41850 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_signed_integer_data[doane] PASSED
41851 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_signed_integer_data[scott] PASSED
41852 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_signed_integer_data[stone] PASSED
41853 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_signed_integer_data[rice] PASSED
41854 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_signed_integer_data[sturges] PASSED
41855 numpy/lib/tests/test_histograms.py::TestHistogramOptimBinNums::test_simple_weighted PASSED
41856 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_simple PASSED
41857 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_shape_3d PASSED
41858 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_shape_4d PASSED
41859 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_weights PASSED
41860 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_identical_samples PASSED
41861 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_empty PASSED
41862 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_bins_errors PASSED
41863 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_inf_edges PASSED
41864 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_rightmost_binedge PASSED
41865 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_finite_range PASSED
41866 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_equal_edges PASSED
41867 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_edge_dtype PASSED
41868 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_large_integers PASSED
41869 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_density_non_uniform_2d PASSED
41870 numpy/lib/tests/test_histograms.py::TestHistogramdd::test_density_non_uniform_1d PASSED
41871 numpy/lib/tests/test_index_tricks.py::TestRavelUnravelIndex::test_basic PASSED
41872 numpy/lib/tests/test_index_tricks.py::TestRavelUnravelIndex::test_empty_indices PASSED
41873 numpy/lib/tests/test_index_tricks.py::TestRavelUnravelIndex::test_big_indices PASSED
41874 numpy/lib/tests/test_index_tricks.py::TestRavelUnravelIndex::test_dtypes PASSED
41875 numpy/lib/tests/test_index_tricks.py::TestRavelUnravelIndex::test_clipmodes PASSED
41876 numpy/lib/tests/test_index_tricks.py::TestRavelUnravelIndex::test_writeability PASSED
41877 numpy/lib/tests/test_index_tricks.py::TestRavelUnravelIndex::test_0d PASSED
41878 numpy/lib/tests/test_index_tricks.py::TestRavelUnravelIndex::test_empty_array_ravel[clip] PASSED
41879 numpy/lib/tests/test_index_tricks.py::TestRavelUnravelIndex::test_empty_array_ravel[wrap] PASSED
41880 numpy/lib/tests/test_index_tricks.py::TestRavelUnravelIndex::test_empty_array_ravel[raise] PASSED
41881 numpy/lib/tests/test_index_tricks.py::TestRavelUnravelIndex::test_empty_array_unravel PASSED
41882 numpy/lib/tests/test_index_tricks.py::TestGrid::test_basic PASSED
41883 numpy/lib/tests/test_index_tricks.py::TestGrid::test_linspace_equivalence PASSED
41884 numpy/lib/tests/test_index_tricks.py::TestGrid::test_nd PASSED
41885 numpy/lib/tests/test_index_tricks.py::TestGrid::test_sparse PASSED
41886 numpy/lib/tests/test_index_tricks.py::TestGrid::test_mgrid_size_none_handling[None-10-10j-expected0] PASSED
41887 numpy/lib/tests/test_index_tricks.py::TestGrid::test_mgrid_size_none_handling[-10-20-None-expected1] PASSED
41888 numpy/lib/tests/test_index_tricks.py::TestGrid::test_accepts_npfloating PASSED
41889 numpy/lib/tests/test_index_tricks.py::TestGrid::test_accepts_longdouble PASSED
41890 numpy/lib/tests/test_index_tricks.py::TestGrid::test_accepts_npcomplexfloating PASSED
41891 numpy/lib/tests/test_index_tricks.py::TestConcatenator::test_1d PASSED
41892 numpy/lib/tests/test_index_tricks.py::TestConcatenator::test_mixed_type PASSED
41893 numpy/lib/tests/test_index_tricks.py::TestConcatenator::test_more_mixed_type PASSED
41894 numpy/lib/tests/test_index_tricks.py::TestConcatenator::test_complex_step PASSED
41895 numpy/lib/tests/test_index_tricks.py::TestConcatenator::test_2d PASSED
41896 numpy/lib/tests/test_index_tricks.py::TestConcatenator::test_0d PASSED
41897 numpy/lib/tests/test_index_tricks.py::TestNdenumerate::test_basic PASSED
41898 numpy/lib/tests/test_index_tricks.py::TestIndexExpression::test_regression_1 PASSED
41899 numpy/lib/tests/test_index_tricks.py::TestIndexExpression::test_simple_1 PASSED
41900 numpy/lib/tests/test_index_tricks.py::TestIx_::test_regression_1 PASSED
41901 numpy/lib/tests/test_index_tricks.py::TestIx_::test_shape_and_dtype PASSED
41902 numpy/lib/tests/test_index_tricks.py::TestIx_::test_bool PASSED
41903 numpy/lib/tests/test_index_tricks.py::TestIx_::test_1d_only PASSED
41904 numpy/lib/tests/test_index_tricks.py::TestIx_::test_repeated_input PASSED
41905 numpy/lib/tests/test_index_tricks.py::test_c_ PASSED
41906 numpy/lib/tests/test_index_tricks.py::TestFillDiagonal::test_basic PASSED
41907 numpy/lib/tests/test_index_tricks.py::TestFillDiagonal::test_tall_matrix PASSED
41908 numpy/lib/tests/test_index_tricks.py::TestFillDiagonal::test_tall_matrix_wrap PASSED
41909 numpy/lib/tests/test_index_tricks.py::TestFillDiagonal::test_wide_matrix PASSED
41910 numpy/lib/tests/test_index_tricks.py::TestFillDiagonal::test_operate_4d_array PASSED
41911 numpy/lib/tests/test_index_tricks.py::TestFillDiagonal::test_low_dim_handling PASSED
41912 numpy/lib/tests/test_index_tricks.py::TestFillDiagonal::test_hetero_shape_handling PASSED
41913 numpy/lib/tests/test_index_tricks.py::test_diag_indices PASSED
41914 numpy/lib/tests/test_index_tricks.py::TestDiagIndicesFrom::test_diag_indices_from PASSED
41915 numpy/lib/tests/test_index_tricks.py::TestDiagIndicesFrom::test_error_small_input PASSED
41916 numpy/lib/tests/test_index_tricks.py::TestDiagIndicesFrom::test_error_shape_mismatch PASSED
41917 numpy/lib/tests/test_index_tricks.py::test_ndindex PASSED
41918 numpy/lib/tests/test_io.py::TestSaveLoad::test_array PASSED
41919 numpy/lib/tests/test_io.py::TestSaveLoad::test_array_object PASSED
41920 numpy/lib/tests/test_io.py::TestSaveLoad::test_1D PASSED
41921 numpy/lib/tests/test_io.py::TestSaveLoad::test_mmap PASSED
41922 numpy/lib/tests/test_io.py::TestSaveLoad::test_record PASSED
41923 numpy/lib/tests/test_io.py::TestSaveLoad::test_format_2_0 PASSED
41924 numpy/lib/tests/test_io.py::TestSavezLoad::test_array PASSED
41925 numpy/lib/tests/test_io.py::TestSavezLoad::test_array_object PASSED
41926 numpy/lib/tests/test_io.py::TestSavezLoad::test_1D PASSED
41927 numpy/lib/tests/test_io.py::TestSavezLoad::test_mmap PASSED
41928 numpy/lib/tests/test_io.py::TestSavezLoad::test_record PASSED
41929 numpy/lib/tests/test_io.py::TestSavezLoad::test_format_2_0 PASSED
41930 numpy/lib/tests/test_io.py::TestSavezLoad::test_big_arrays PASSED
41931 numpy/lib/tests/test_io.py::TestSavezLoad::test_multiple_arrays PASSED
41932 numpy/lib/tests/test_io.py::TestSavezLoad::test_named_arrays PASSED
41933 numpy/lib/tests/test_io.py::TestSavezLoad::test_tuple_getitem_raises PASSED
41934 numpy/lib/tests/test_io.py::TestSavezLoad::test_BagObj PASSED
41935 numpy/lib/tests/test_io.py::TestSavezLoad::test_savez_filename_clashes PASSED
41936 numpy/lib/tests/test_io.py::TestSavezLoad::test_not_closing_opened_fid PASSED
41937 numpy/lib/tests/test_io.py::TestSavezLoad::test_closing_fid PASSED
41938 numpy/lib/tests/test_io.py::TestSavezLoad::test_closing_zipfile_after_load PASSED
41939 numpy/lib/tests/test_io.py::TestSavezLoad::test_repr_lists_keys[1-NpzFile {fname!r} with keys: arr_0] PASSED
41940 numpy/lib/tests/test_io.py::TestSavezLoad::test_repr_lists_keys[5-NpzFile {fname!r} with keys: arr_0, arr_1, arr_2, arr_3, arr_4] PASSED
41941 numpy/lib/tests/test_io.py::TestSavezLoad::test_repr_lists_keys[6-NpzFile {fname!r} with keys: arr_0, arr_1, arr_2, arr_3, arr_4...] PASSED
41942 numpy/lib/tests/test_io.py::TestSaveTxt::test_array PASSED
41943 numpy/lib/tests/test_io.py::TestSaveTxt::test_1D PASSED
41944 numpy/lib/tests/test_io.py::TestSaveTxt::test_0D_3D PASSED
41945 numpy/lib/tests/test_io.py::TestSaveTxt::test_structured PASSED
41946 numpy/lib/tests/test_io.py::TestSaveTxt::test_structured_padded PASSED
41947 numpy/lib/tests/test_io.py::TestSaveTxt::test_multifield_view PASSED
41948 numpy/lib/tests/test_io.py::TestSaveTxt::test_delimiter PASSED
41949 numpy/lib/tests/test_io.py::TestSaveTxt::test_format PASSED
41950 numpy/lib/tests/test_io.py::TestSaveTxt::test_header_footer PASSED
41951 numpy/lib/tests/test_io.py::TestSaveTxt::test_file_roundtrip[Path] PASSED
41952 numpy/lib/tests/test_io.py::TestSaveTxt::test_file_roundtrip[str] PASSED
41953 numpy/lib/tests/test_io.py::TestSaveTxt::test_complex_arrays PASSED
41954 numpy/lib/tests/test_io.py::TestSaveTxt::test_complex_negative_exponent PASSED
41955 numpy/lib/tests/test_io.py::TestSaveTxt::test_custom_writer PASSED
41956 numpy/lib/tests/test_io.py::TestSaveTxt::test_unicode PASSED
41957 numpy/lib/tests/test_io.py::TestSaveTxt::test_unicode_roundtrip PASSED
41958 numpy/lib/tests/test_io.py::TestSaveTxt::test_unicode_bytestream PASSED
41959 numpy/lib/tests/test_io.py::TestSaveTxt::test_unicode_stringstream PASSED
41960 numpy/lib/tests/test_io.py::TestSaveTxt::test_unicode_and_bytes_fmt[StringIO] PASSED
41961 numpy/lib/tests/test_io.py::TestSaveTxt::test_unicode_and_bytes_fmt[BytesIO] PASSED
41962 numpy/lib/tests/test_io.py::TestSaveTxt::test_large_zip SKIPPED (7.0...)
41963 numpy/lib/tests/test_io.py::TestLoadTxt::test_compressed_gzip PASSED
41964 numpy/lib/tests/test_io.py::TestLoadTxt::test_compressed_bz2 PASSED
41965 numpy/lib/tests/test_io.py::TestLoadTxt::test_compressed_lzma PASSED
41966 numpy/lib/tests/test_io.py::TestLoadTxt::test_encoding PASSED
41967 numpy/lib/tests/test_io.py::TestLoadTxt::test_stringload PASSED
41968 numpy/lib/tests/test_io.py::TestLoadTxt::test_binary_decode PASSED
41969 numpy/lib/tests/test_io.py::TestLoadTxt::test_converters_decode PASSED
41970 numpy/lib/tests/test_io.py::TestLoadTxt::test_converters_nodecode PASSED
41971 numpy/lib/tests/test_io.py::TestLoadTxt::test_record PASSED
41972 numpy/lib/tests/test_io.py::TestLoadTxt::test_array PASSED
41973 numpy/lib/tests/test_io.py::TestLoadTxt::test_1D PASSED
41974 numpy/lib/tests/test_io.py::TestLoadTxt::test_missing PASSED
41975 numpy/lib/tests/test_io.py::TestLoadTxt::test_converters_with_usecols PASSED
41976 numpy/lib/tests/test_io.py::TestLoadTxt::test_comments_unicode PASSED
41977 numpy/lib/tests/test_io.py::TestLoadTxt::test_comments_byte PASSED
41978 numpy/lib/tests/test_io.py::TestLoadTxt::test_comments_multiple PASSED
41979 numpy/lib/tests/test_io.py::TestLoadTxt::test_comments_multi_chars PASSED
41980 numpy/lib/tests/test_io.py::TestLoadTxt::test_skiprows PASSED
41981 numpy/lib/tests/test_io.py::TestLoadTxt::test_usecols PASSED
41982 numpy/lib/tests/test_io.py::TestLoadTxt::test_bad_usecols PASSED
41983 numpy/lib/tests/test_io.py::TestLoadTxt::test_fancy_dtype PASSED
41984 numpy/lib/tests/test_io.py::TestLoadTxt::test_shaped_dtype PASSED
41985 numpy/lib/tests/test_io.py::TestLoadTxt::test_3d_shaped_dtype PASSED
41986 numpy/lib/tests/test_io.py::TestLoadTxt::test_str_dtype PASSED
41987 numpy/lib/tests/test_io.py::TestLoadTxt::test_empty_file PASSED
41988 numpy/lib/tests/test_io.py::TestLoadTxt::test_unused_converter PASSED
41989 numpy/lib/tests/test_io.py::TestLoadTxt::test_dtype_with_object PASSED
41990 numpy/lib/tests/test_io.py::TestLoadTxt::test_uint64_type PASSED
41991 numpy/lib/tests/test_io.py::TestLoadTxt::test_int64_type PASSED
41992 numpy/lib/tests/test_io.py::TestLoadTxt::test_from_float_hex PASSED
41993 numpy/lib/tests/test_io.py::TestLoadTxt::test_default_float_converter_no_default_hex_conversion PASSED
41994 numpy/lib/tests/test_io.py::TestLoadTxt::test_default_float_converter_exception PASSED
41995 numpy/lib/tests/test_io.py::TestLoadTxt::test_from_complex PASSED
41996 numpy/lib/tests/test_io.py::TestLoadTxt::test_complex_misformatted PASSED
41997 numpy/lib/tests/test_io.py::TestLoadTxt::test_universal_newline PASSED
41998 numpy/lib/tests/test_io.py::TestLoadTxt::test_empty_field_after_tab PASSED
41999 numpy/lib/tests/test_io.py::TestLoadTxt::test_unpack_structured PASSED
42000 numpy/lib/tests/test_io.py::TestLoadTxt::test_ndmin_keyword PASSED
42001 numpy/lib/tests/test_io.py::TestLoadTxt::test_generator_source PASSED
42002 numpy/lib/tests/test_io.py::TestLoadTxt::test_bad_line PASSED
42003 numpy/lib/tests/test_io.py::TestLoadTxt::test_none_as_string PASSED
42004 numpy/lib/tests/test_io.py::TestLoadTxt::test_binary_load PASSED
42005 numpy/lib/tests/test_io.py::TestLoadTxt::test_max_rows PASSED
42006 numpy/lib/tests/test_io.py::TestLoadTxt::test_max_rows_with_skiprows PASSED
42007 numpy/lib/tests/test_io.py::TestLoadTxt::test_max_rows_with_read_continuation PASSED
42008 numpy/lib/tests/test_io.py::TestLoadTxt::test_max_rows_larger PASSED
42009 numpy/lib/tests/test_io.py::TestLoadTxt::test_max_rows_empty_lines[1-data0] PASSED
42010 numpy/lib/tests/test_io.py::TestLoadTxt::test_max_rows_empty_lines[1-data1] PASSED
42011 numpy/lib/tests/test_io.py::TestLoadTxt::test_max_rows_empty_lines[1-data2] PASSED
42012 numpy/lib/tests/test_io.py::TestLoadTxt::test_max_rows_empty_lines[0-data3] PASSED
42013 numpy/lib/tests/test_io.py::TestLoadTxt::test_max_rows_empty_lines[0-data4] PASSED
42014 numpy/lib/tests/test_io.py::TestLoadTxt::test_max_rows_empty_lines[0-data5] PASSED
42015 numpy/lib/tests/test_io.py::Testfromregex::test_record PASSED
42016 numpy/lib/tests/test_io.py::Testfromregex::test_record_2 PASSED
42017 numpy/lib/tests/test_io.py::Testfromregex::test_record_3 PASSED
42018 numpy/lib/tests/test_io.py::Testfromregex::test_record_unicode[str] PASSED
42019 numpy/lib/tests/test_io.py::Testfromregex::test_record_unicode[Path] PASSED
42020 numpy/lib/tests/test_io.py::Testfromregex::test_compiled_bytes PASSED
42021 numpy/lib/tests/test_io.py::Testfromregex::test_bad_dtype_not_structured PASSED
42022 numpy/lib/tests/test_io.py::TestFromTxt::test_compressed_gzip PASSED
42023 numpy/lib/tests/test_io.py::TestFromTxt::test_compressed_bz2 PASSED
42024 numpy/lib/tests/test_io.py::TestFromTxt::test_compressed_lzma PASSED
42025 numpy/lib/tests/test_io.py::TestFromTxt::test_encoding PASSED
42026 numpy/lib/tests/test_io.py::TestFromTxt::test_stringload PASSED
42027 numpy/lib/tests/test_io.py::TestFromTxt::test_binary_decode PASSED
42028 numpy/lib/tests/test_io.py::TestFromTxt::test_converters_decode PASSED
42029 numpy/lib/tests/test_io.py::TestFromTxt::test_converters_nodecode PASSED
42030 numpy/lib/tests/test_io.py::TestFromTxt::test_record PASSED
42031 numpy/lib/tests/test_io.py::TestFromTxt::test_array PASSED
42032 numpy/lib/tests/test_io.py::TestFromTxt::test_1D PASSED
42033 numpy/lib/tests/test_io.py::TestFromTxt::test_comments PASSED
42034 numpy/lib/tests/test_io.py::TestFromTxt::test_skiprows PASSED
42035 numpy/lib/tests/test_io.py::TestFromTxt::test_skip_footer PASSED
42036 numpy/lib/tests/test_io.py::TestFromTxt::test_skip_footer_with_invalid PASSED
42037 numpy/lib/tests/test_io.py::TestFromTxt::test_header PASSED
42038 numpy/lib/tests/test_io.py::TestFromTxt::test_auto_dtype PASSED
42039 numpy/lib/tests/test_io.py::TestFromTxt::test_auto_dtype_uniform PASSED
42040 numpy/lib/tests/test_io.py::TestFromTxt::test_fancy_dtype PASSED
42041 numpy/lib/tests/test_io.py::TestFromTxt::test_names_overwrite PASSED
42042 numpy/lib/tests/test_io.py::TestFromTxt::test_bad_fname PASSED
42043 numpy/lib/tests/test_io.py::TestFromTxt::test_commented_header PASSED
42044 numpy/lib/tests/test_io.py::TestFromTxt::test_names_and_comments_none PASSED
42045 numpy/lib/tests/test_io.py::TestFromTxt::test_file_is_closed_on_error PASSED
42046 numpy/lib/tests/test_io.py::TestFromTxt::test_autonames_and_usecols PASSED
42047 numpy/lib/tests/test_io.py::TestFromTxt::test_converters_with_usecols PASSED
42048 numpy/lib/tests/test_io.py::TestFromTxt::test_converters_with_usecols_and_names PASSED
42049 numpy/lib/tests/test_io.py::TestFromTxt::test_converters_cornercases PASSED
42050 numpy/lib/tests/test_io.py::TestFromTxt::test_converters_cornercases2 PASSED
42051 numpy/lib/tests/test_io.py::TestFromTxt::test_unused_converter PASSED
42052 numpy/lib/tests/test_io.py::TestFromTxt::test_invalid_converter PASSED
42053 numpy/lib/tests/test_io.py::TestFromTxt::test_tricky_converter_bug1666 PASSED
42054 numpy/lib/tests/test_io.py::TestFromTxt::test_dtype_with_converters PASSED
42055 numpy/lib/tests/test_io.py::TestFromTxt::test_dtype_with_converters_and_usecols PASSED
42056 numpy/lib/tests/test_io.py::TestFromTxt::test_dtype_with_object PASSED
42057 numpy/lib/tests/test_io.py::TestFromTxt::test_dtype_with_object_no_converter PASSED
42058 numpy/lib/tests/test_io.py::TestFromTxt::test_userconverters_with_explicit_dtype PASSED
42059 numpy/lib/tests/test_io.py::TestFromTxt::test_utf8_userconverters_with_explicit_dtype PASSED
42060 numpy/lib/tests/test_io.py::TestFromTxt::test_spacedelimiter PASSED
42061 numpy/lib/tests/test_io.py::TestFromTxt::test_integer_delimiter PASSED
42062 numpy/lib/tests/test_io.py::TestFromTxt::test_missing PASSED
42063 numpy/lib/tests/test_io.py::TestFromTxt::test_missing_with_tabs PASSED
42064 numpy/lib/tests/test_io.py::TestFromTxt::test_usecols PASSED
42065 numpy/lib/tests/test_io.py::TestFromTxt::test_usecols_as_css PASSED
42066 numpy/lib/tests/test_io.py::TestFromTxt::test_usecols_with_structured_dtype PASSED
42067 numpy/lib/tests/test_io.py::TestFromTxt::test_usecols_with_integer PASSED
42068 numpy/lib/tests/test_io.py::TestFromTxt::test_usecols_with_named_columns PASSED
42069 numpy/lib/tests/test_io.py::TestFromTxt::test_empty_file PASSED
42070 numpy/lib/tests/test_io.py::TestFromTxt::test_fancy_dtype_alt PASSED
42071 numpy/lib/tests/test_io.py::TestFromTxt::test_shaped_dtype PASSED
42072 numpy/lib/tests/test_io.py::TestFromTxt::test_withmissing PASSED
42073 numpy/lib/tests/test_io.py::TestFromTxt::test_user_missing_values PASSED
42074 numpy/lib/tests/test_io.py::TestFromTxt::test_user_filling_values PASSED
42075 numpy/lib/tests/test_io.py::TestFromTxt::test_withmissing_float PASSED
42076 numpy/lib/tests/test_io.py::TestFromTxt::test_with_masked_column_uniform PASSED
42077 numpy/lib/tests/test_io.py::TestFromTxt::test_with_masked_column_various PASSED
42078 numpy/lib/tests/test_io.py::TestFromTxt::test_invalid_raise PASSED
42079 numpy/lib/tests/test_io.py::TestFromTxt::test_invalid_raise_with_usecols PASSED
42080 numpy/lib/tests/test_io.py::TestFromTxt::test_inconsistent_dtype PASSED
42081 numpy/lib/tests/test_io.py::TestFromTxt::test_default_field_format PASSED
42082 numpy/lib/tests/test_io.py::TestFromTxt::test_single_dtype_wo_names PASSED
42083 numpy/lib/tests/test_io.py::TestFromTxt::test_single_dtype_w_explicit_names PASSED
42084 numpy/lib/tests/test_io.py::TestFromTxt::test_single_dtype_w_implicit_names PASSED
42085 numpy/lib/tests/test_io.py::TestFromTxt::test_easy_structured_dtype PASSED
42086 numpy/lib/tests/test_io.py::TestFromTxt::test_autostrip PASSED
42087 numpy/lib/tests/test_io.py::TestFromTxt::test_replace_space PASSED
42088 numpy/lib/tests/test_io.py::TestFromTxt::test_replace_space_known_dtype PASSED
42089 numpy/lib/tests/test_io.py::TestFromTxt::test_incomplete_names PASSED
42090 numpy/lib/tests/test_io.py::TestFromTxt::test_names_auto_completion PASSED
42091 numpy/lib/tests/test_io.py::TestFromTxt::test_names_with_usecols_bug1636 PASSED
42092 numpy/lib/tests/test_io.py::TestFromTxt::test_fixed_width_names PASSED
42093 numpy/lib/tests/test_io.py::TestFromTxt::test_filling_values PASSED
42094 numpy/lib/tests/test_io.py::TestFromTxt::test_comments_is_none PASSED
42095 numpy/lib/tests/test_io.py::TestFromTxt::test_latin1 PASSED
42096 numpy/lib/tests/test_io.py::TestFromTxt::test_binary_decode_autodtype PASSED
42097 numpy/lib/tests/test_io.py::TestFromTxt::test_utf8_byte_encoding PASSED
42098 numpy/lib/tests/test_io.py::TestFromTxt::test_utf8_file PASSED
42099 numpy/lib/tests/test_io.py::TestFromTxt::test_utf8_file_nodtype_unicode PASSED
42100 numpy/lib/tests/test_io.py::TestFromTxt::test_recfromtxt PASSED
42101 numpy/lib/tests/test_io.py::TestFromTxt::test_recfromcsv PASSED
42102 numpy/lib/tests/test_io.py::TestFromTxt::test_max_rows PASSED
42103 numpy/lib/tests/test_io.py::TestFromTxt::test_gft_using_filename PASSED
42104 numpy/lib/tests/test_io.py::TestFromTxt::test_gft_from_gzip PASSED
42105 numpy/lib/tests/test_io.py::TestFromTxt::test_gft_using_generator PASSED
42106 numpy/lib/tests/test_io.py::TestFromTxt::test_auto_dtype_largeint PASSED
42107 numpy/lib/tests/test_io.py::TestFromTxt::test_unpack_float_data PASSED
42108 numpy/lib/tests/test_io.py::TestFromTxt::test_unpack_structured PASSED
42109 numpy/lib/tests/test_io.py::TestFromTxt::test_unpack_auto_dtype PASSED
42110 numpy/lib/tests/test_io.py::TestFromTxt::test_unpack_single_name PASSED
42111 numpy/lib/tests/test_io.py::TestFromTxt::test_squeeze_scalar PASSED
42112 numpy/lib/tests/test_io.py::TestFromTxt::test_ndmin_keyword[0] PASSED
42113 numpy/lib/tests/test_io.py::TestFromTxt::test_ndmin_keyword[1] PASSED
42114 numpy/lib/tests/test_io.py::TestFromTxt::test_ndmin_keyword[2] PASSED
42115 numpy/lib/tests/test_io.py::TestPathUsage::test_loadtxt PASSED
42116 numpy/lib/tests/test_io.py::TestPathUsage::test_save_load PASSED
42117 numpy/lib/tests/test_io.py::TestPathUsage::test_save_load_memmap PASSED
42118 numpy/lib/tests/test_io.py::TestPathUsage::test_save_load_memmap_readwrite[Path] PASSED
42119 numpy/lib/tests/test_io.py::TestPathUsage::test_save_load_memmap_readwrite[str] PASSED
42120 numpy/lib/tests/test_io.py::TestPathUsage::test_savez_load[Path] PASSED
42121 numpy/lib/tests/test_io.py::TestPathUsage::test_savez_load[str] PASSED
42122 numpy/lib/tests/test_io.py::TestPathUsage::test_savez_compressed_load[Path] PASSED
42123 numpy/lib/tests/test_io.py::TestPathUsage::test_savez_compressed_load[str] PASSED
42124 numpy/lib/tests/test_io.py::TestPathUsage::test_genfromtxt[Path] PASSED
42125 numpy/lib/tests/test_io.py::TestPathUsage::test_genfromtxt[str] PASSED
42126 numpy/lib/tests/test_io.py::TestPathUsage::test_recfromtxt[Path] PASSED
42127 numpy/lib/tests/test_io.py::TestPathUsage::test_recfromtxt[str] PASSED
42128 numpy/lib/tests/test_io.py::TestPathUsage::test_recfromcsv[Path] PASSED
42129 numpy/lib/tests/test_io.py::TestPathUsage::test_recfromcsv[str] PASSED
42130 numpy/lib/tests/test_io.py::test_gzip_load PASSED
42131 numpy/lib/tests/test_io.py::test_ducktyping PASSED
42132 numpy/lib/tests/test_io.py::test_gzip_loadtxt PASSED
42133 numpy/lib/tests/test_io.py::test_gzip_loadtxt_from_string PASSED
42134 numpy/lib/tests/test_io.py::test_npzfile_dict PASSED
42135 numpy/lib/tests/test_io.py::test_load_refcount PASSED
42136 numpy/lib/tests/test_io.py::test_load_multiple_arrays_until_eof PASSED
42137 numpy/lib/tests/test_loadtxt.py::test_scientific_notation PASSED
42138 numpy/lib/tests/test_loadtxt.py::test_comment_multiple_chars[..] PASSED
42139 numpy/lib/tests/test_loadtxt.py::test_comment_multiple_chars[//] PASSED
42140 numpy/lib/tests/test_loadtxt.py::test_comment_multiple_chars[@-] PASSED
42141 numpy/lib/tests/test_loadtxt.py::test_comment_multiple_chars[this is a comment:] PASSED
42142 numpy/lib/tests/test_loadtxt.py::test_structured_dtype_and_skiprows_no_empty_lines[0] PASSED
42143 numpy/lib/tests/test_loadtxt.py::test_structured_dtype_and_skiprows_no_empty_lines[1] PASSED
42144 numpy/lib/tests/test_loadtxt.py::test_structured_dtype_and_skiprows_no_empty_lines[2] PASSED
42145 numpy/lib/tests/test_loadtxt.py::test_structured_dtype_and_skiprows_no_empty_lines[3] PASSED
42146 numpy/lib/tests/test_loadtxt.py::test_unpack_structured PASSED
42147 numpy/lib/tests/test_loadtxt.py::test_structured_dtype_with_shape PASSED
42148 numpy/lib/tests/test_loadtxt.py::test_structured_dtype_with_multi_shape PASSED
42149 numpy/lib/tests/test_loadtxt.py::test_nested_structured_subarray PASSED
42150 numpy/lib/tests/test_loadtxt.py::test_structured_dtype_offsets PASSED
42151 numpy/lib/tests/test_loadtxt.py::test_exception_negative_row_limits[skiprows] PASSED
42152 numpy/lib/tests/test_loadtxt.py::test_exception_negative_row_limits[max_rows] PASSED
42153 numpy/lib/tests/test_loadtxt.py::test_exception_noninteger_row_limits[skiprows] PASSED
42154 numpy/lib/tests/test_loadtxt.py::test_exception_noninteger_row_limits[max_rows] PASSED
42155 numpy/lib/tests/test_loadtxt.py::test_ndmin_single_row_or_col[1 2 3 4 5\n-shape0] PASSED
42156 numpy/lib/tests/test_loadtxt.py::test_ndmin_single_row_or_col[1\n2\n3\n4\n5\n-shape1] PASSED
42157 numpy/lib/tests/test_loadtxt.py::test_bad_ndmin[-1] PASSED
42158 numpy/lib/tests/test_loadtxt.py::test_bad_ndmin[3] PASSED
42159 numpy/lib/tests/test_loadtxt.py::test_bad_ndmin[None] PASSED
42160 numpy/lib/tests/test_loadtxt.py::test_bad_ndmin[plate of shrimp] PASSED
42161 numpy/lib/tests/test_loadtxt.py::test_blank_lines_spaces_delimit[ ] PASSED
42162 numpy/lib/tests/test_loadtxt.py::test_blank_lines_spaces_delimit[\t] PASSED
42163 numpy/lib/tests/test_loadtxt.py::test_blank_lines_spaces_delimit[\u2003] PASSED
42164 numpy/lib/tests/test_loadtxt.py::test_blank_lines_spaces_delimit[\xa0] PASSED
42165 numpy/lib/tests/test_loadtxt.py::test_blank_lines_spaces_delimit[\u3000] PASSED
42166 numpy/lib/tests/test_loadtxt.py::test_blank_lines_normal_delimiter PASSED
42167 numpy/lib/tests/test_loadtxt.py::test_maxrows_no_blank_lines[float] PASSED
42168 numpy/lib/tests/test_loadtxt.py::test_maxrows_no_blank_lines[object] PASSED
42169 numpy/lib/tests/test_loadtxt.py::test_exception_message_bad_values[dtype0] PASSED
42170 numpy/lib/tests/test_loadtxt.py::test_exception_message_bad_values[dtype1] PASSED
42171 numpy/lib/tests/test_loadtxt.py::test_converters_negative_indices PASSED
42172 numpy/lib/tests/test_loadtxt.py::test_converters_negative_indices_with_usecols PASSED
42173 numpy/lib/tests/test_loadtxt.py::test_ragged_error PASSED
42174 numpy/lib/tests/test_loadtxt.py::test_ragged_usecols PASSED
42175 numpy/lib/tests/test_loadtxt.py::test_empty_usecols PASSED
42176 numpy/lib/tests/test_loadtxt.py::test_large_unicode_characters[a-a] PASSED
42177 numpy/lib/tests/test_loadtxt.py::test_large_unicode_characters[a-\u306e] PASSED
42178 numpy/lib/tests/test_loadtxt.py::test_large_unicode_characters[a-\U0001fad5] PASSED
42179 numpy/lib/tests/test_loadtxt.py::test_large_unicode_characters[\u306e-a] PASSED
42180 numpy/lib/tests/test_loadtxt.py::test_large_unicode_characters[\u306e-\u306e] PASSED
42181 numpy/lib/tests/test_loadtxt.py::test_large_unicode_characters[\u306e-\U0001fad5] PASSED
42182 numpy/lib/tests/test_loadtxt.py::test_large_unicode_characters[\U0001fad5-a] PASSED
42183 numpy/lib/tests/test_loadtxt.py::test_large_unicode_characters[\U0001fad5-\u306e] PASSED
42184 numpy/lib/tests/test_loadtxt.py::test_large_unicode_characters[\U0001fad5-\U0001fad5] PASSED
42185 numpy/lib/tests/test_loadtxt.py::test_unicode_with_converter PASSED
42186 numpy/lib/tests/test_loadtxt.py::test_converter_with_structured_dtype PASSED
42187 numpy/lib/tests/test_loadtxt.py::test_converter_with_unicode_dtype PASSED
42188 numpy/lib/tests/test_loadtxt.py::test_read_huge_row PASSED
42189 numpy/lib/tests/test_loadtxt.py::test_huge_float[e] PASSED
42190 numpy/lib/tests/test_loadtxt.py::test_huge_float[d] PASSED
42191 numpy/lib/tests/test_loadtxt.py::test_huge_float[f] PASSED
42192 numpy/lib/tests/test_loadtxt.py::test_huge_float[g] PASSED
42193 numpy/lib/tests/test_loadtxt.py::test_huge_float[F] PASSED
42194 numpy/lib/tests/test_loadtxt.py::test_huge_float[D] PASSED
42195 numpy/lib/tests/test_loadtxt.py::test_huge_float[G] PASSED
42196 numpy/lib/tests/test_loadtxt.py::test_string_no_length_given[S-expected_dtype0] PASSED
42197 numpy/lib/tests/test_loadtxt.py::test_string_no_length_given[U-expected_dtype1] PASSED
42198 numpy/lib/tests/test_loadtxt.py::test_float_conversion PASSED
42199 numpy/lib/tests/test_loadtxt.py::test_bool PASSED
42200 numpy/lib/tests/test_loadtxt.py::test_integer_signs[b] PASSED
42201 numpy/lib/tests/test_loadtxt.py::test_integer_signs[B] PASSED
42202 numpy/lib/tests/test_loadtxt.py::test_integer_signs[h] PASSED
42203 numpy/lib/tests/test_loadtxt.py::test_integer_signs[H] PASSED
42204 numpy/lib/tests/test_loadtxt.py::test_integer_signs[i] PASSED
42205 numpy/lib/tests/test_loadtxt.py::test_integer_signs[I] PASSED
42206 numpy/lib/tests/test_loadtxt.py::test_integer_signs[l] PASSED
42207 numpy/lib/tests/test_loadtxt.py::test_integer_signs[L] PASSED
42208 numpy/lib/tests/test_loadtxt.py::test_integer_signs[q] PASSED
42209 numpy/lib/tests/test_loadtxt.py::test_integer_signs[Q] PASSED
42210 numpy/lib/tests/test_loadtxt.py::test_integer_signs[n] PASSED
42211 numpy/lib/tests/test_loadtxt.py::test_integer_signs[N] PASSED
42212 numpy/lib/tests/test_loadtxt.py::test_integer_signs[p] PASSED
42213 numpy/lib/tests/test_loadtxt.py::test_integer_signs[P] PASSED
42214 numpy/lib/tests/test_loadtxt.py::test_implicit_cast_float_to_int_fails[b] PASSED
42215 numpy/lib/tests/test_loadtxt.py::test_implicit_cast_float_to_int_fails[B] PASSED
42216 numpy/lib/tests/test_loadtxt.py::test_implicit_cast_float_to_int_fails[h] PASSED
42217 numpy/lib/tests/test_loadtxt.py::test_implicit_cast_float_to_int_fails[H] PASSED
42218 numpy/lib/tests/test_loadtxt.py::test_implicit_cast_float_to_int_fails[i] PASSED
42219 numpy/lib/tests/test_loadtxt.py::test_implicit_cast_float_to_int_fails[I] PASSED
42220 numpy/lib/tests/test_loadtxt.py::test_implicit_cast_float_to_int_fails[l] PASSED
42221 numpy/lib/tests/test_loadtxt.py::test_implicit_cast_float_to_int_fails[L] PASSED
42222 numpy/lib/tests/test_loadtxt.py::test_implicit_cast_float_to_int_fails[q] PASSED
42223 numpy/lib/tests/test_loadtxt.py::test_implicit_cast_float_to_int_fails[Q] PASSED
42224 numpy/lib/tests/test_loadtxt.py::test_implicit_cast_float_to_int_fails[n] PASSED
42225 numpy/lib/tests/test_loadtxt.py::test_implicit_cast_float_to_int_fails[N] PASSED
42226 numpy/lib/tests/test_loadtxt.py::test_implicit_cast_float_to_int_fails[p] PASSED
42227 numpy/lib/tests/test_loadtxt.py::test_implicit_cast_float_to_int_fails[P] PASSED
42228 numpy/lib/tests/test_loadtxt.py::test_complex_parsing[False-complex64] PASSED
42229 numpy/lib/tests/test_loadtxt.py::test_complex_parsing[False-complex128] PASSED
42230 numpy/lib/tests/test_loadtxt.py::test_complex_parsing[True-complex64] PASSED
42231 numpy/lib/tests/test_loadtxt.py::test_complex_parsing[True-complex128] PASSED
42232 numpy/lib/tests/test_loadtxt.py::test_read_from_generator PASSED
42233 numpy/lib/tests/test_loadtxt.py::test_read_from_generator_multitype PASSED
42234 numpy/lib/tests/test_loadtxt.py::test_read_from_bad_generator PASSED
42235 numpy/lib/tests/test_loadtxt.py::test_object_cleanup_on_read_error PASSED
42236 numpy/lib/tests/test_loadtxt.py::test_character_not_bytes_compatible PASSED
42237 numpy/lib/tests/test_loadtxt.py::test_invalid_converter[0] PASSED
42238 numpy/lib/tests/test_loadtxt.py::test_invalid_converter[conv1] PASSED
42239 numpy/lib/tests/test_loadtxt.py::test_invalid_converter[] PASSED
42240 numpy/lib/tests/test_loadtxt.py::test_converters_dict_raises_non_integer_key PASSED
42241 numpy/lib/tests/test_loadtxt.py::test_converters_dict_raises_non_col_key[3] PASSED
42242 numpy/lib/tests/test_loadtxt.py::test_converters_dict_raises_non_col_key[-3] PASSED
42243 numpy/lib/tests/test_loadtxt.py::test_converters_dict_raises_val_not_callable PASSED
42244 numpy/lib/tests/test_loadtxt.py::test_quoted_field["] PASSED
42245 numpy/lib/tests/test_loadtxt.py::test_quoted_field['] PASSED
42246 numpy/lib/tests/test_loadtxt.py::test_quoted_field[`] PASSED
42247 numpy/lib/tests/test_loadtxt.py::test_quoted_field_with_whitepace_delimiter["] PASSED
42248 numpy/lib/tests/test_loadtxt.py::test_quoted_field_with_whitepace_delimiter['] PASSED
42249 numpy/lib/tests/test_loadtxt.py::test_quoted_field_with_whitepace_delimiter[`] PASSED
42250 numpy/lib/tests/test_loadtxt.py::test_quote_support_default PASSED
42251 numpy/lib/tests/test_loadtxt.py::test_quotechar_multichar_error PASSED
42252 numpy/lib/tests/test_loadtxt.py::test_comment_multichar_error_with_quote PASSED
42253 numpy/lib/tests/test_loadtxt.py::test_structured_dtype_with_quotes PASSED
42254 numpy/lib/tests/test_loadtxt.py::test_quoted_field_is_not_empty PASSED
42255 numpy/lib/tests/test_loadtxt.py::test_quoted_field_is_not_empty_nonstrict PASSED
42256 numpy/lib/tests/test_loadtxt.py::test_consecutive_quotechar_escaped PASSED
42257 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[None-0-] PASSED
42258 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[None-0-\n\n\n] PASSED
42259 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[None-0-# 1 2 3\n# 4 5 6\n] PASSED
42260 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[None-1-] PASSED
42261 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[None-1-\n\n\n] PASSED
42262 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[None-1-# 1 2 3\n# 4 5 6\n] PASSED
42263 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[None-2-] PASSED
42264 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[None-2-\n\n\n] PASSED
42265 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[None-2-# 1 2 3\n# 4 5 6\n] PASSED
42266 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[usecols1-0-] PASSED
42267 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[usecols1-0-\n\n\n] PASSED
42268 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[usecols1-0-# 1 2 3\n# 4 5 6\n] PASSED
42269 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[usecols1-1-] PASSED
42270 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[usecols1-1-\n\n\n] PASSED
42271 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[usecols1-1-# 1 2 3\n# 4 5 6\n] PASSED
42272 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[usecols1-2-] PASSED
42273 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[usecols1-2-\n\n\n] PASSED
42274 numpy/lib/tests/test_loadtxt.py::test_warn_on_no_data[usecols1-2-# 1 2 3\n# 4 5 6\n] PASSED
42275 numpy/lib/tests/test_loadtxt.py::test_warn_on_skipped_data[2] PASSED
42276 numpy/lib/tests/test_loadtxt.py::test_warn_on_skipped_data[3] PASSED
42277 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[True-i2-1] PASSED
42278 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[True-u2-1] PASSED
42279 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[True-i4-66051] PASSED
42280 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[True-u4-66051] PASSED
42281 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[True-i8-283686952306183] PASSED
42282 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[True-u8-283686952306183] PASSED
42283 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[True-float16-3.07e-05] PASSED
42284 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[True-float32-9.2557e-41] PASSED
42285 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[True-complex64-(9.2557e-41+2.8622554e-29j)] PASSED
42286 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[True-float64--1.758571353180402e-24] PASSED
42287 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[True-complex128-(5.406409232372729e-29-1.758571353180402e-24j)] PASSED
42288 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[True-longdouble-283686952306183] PASSED
42289 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[True-clongdouble-(283686952306183+19873150604823j)] PASSED
42290 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[True-U2-\U00010203\U000a0b0c] PASSED
42291 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[False-i2-1] PASSED
42292 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[False-u2-1] PASSED
42293 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[False-i4-66051] PASSED
42294 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[False-u4-66051] PASSED
42295 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[False-i8-283686952306183] PASSED
42296 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[False-u8-283686952306183] PASSED
42297 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[False-float16-3.07e-05] PASSED
42298 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[False-float32-9.2557e-41] PASSED
42299 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[False-complex64-(9.2557e-41+2.8622554e-29j)] PASSED
42300 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[False-float64--1.758571353180402e-24] PASSED
42301 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[False-complex128-(5.406409232372729e-29-1.758571353180402e-24j)] PASSED
42302 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[False-longdouble-283686952306183] PASSED
42303 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[False-clongdouble-(283686952306183+19873150604823j)] PASSED
42304 numpy/lib/tests/test_loadtxt.py::test_byteswapping_and_unaligned[False-U2-\U00010203\U000a0b0c] PASSED
42305 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[b] PASSED
42306 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[B] PASSED
42307 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[h] PASSED
42308 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[H] PASSED
42309 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[i] PASSED
42310 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[I] PASSED
42311 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[l] PASSED
42312 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[L] PASSED
42313 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[q] PASSED
42314 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[Q] PASSED
42315 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[n] PASSED
42316 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[N] PASSED
42317 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[p] PASSED
42318 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[P] PASSED
42319 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[e] PASSED
42320 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[f] PASSED
42321 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[d] PASSED
42322 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[F] PASSED
42323 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[D] PASSED
42324 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping[?] PASSED
42325 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping_complex[F] PASSED
42326 numpy/lib/tests/test_loadtxt.py::test_unicode_whitespace_stripping_complex[D] PASSED
42327 numpy/lib/tests/test_loadtxt.py::test_bad_complex[1 +2j-F] PASSED
42328 numpy/lib/tests/test_loadtxt.py::test_bad_complex[1 +2j-D] PASSED
42329 numpy/lib/tests/test_loadtxt.py::test_bad_complex[1+ 2j-F] PASSED
42330 numpy/lib/tests/test_loadtxt.py::test_bad_complex[1+ 2j-D] PASSED
42331 numpy/lib/tests/test_loadtxt.py::test_bad_complex[1+2 j-F] PASSED
42332 numpy/lib/tests/test_loadtxt.py::test_bad_complex[1+2 j-D] PASSED
42333 numpy/lib/tests/test_loadtxt.py::test_bad_complex[1+-+3-F] PASSED
42334 numpy/lib/tests/test_loadtxt.py::test_bad_complex[1+-+3-D] PASSED
42335 numpy/lib/tests/test_loadtxt.py::test_bad_complex[(1j-F] PASSED
42336 numpy/lib/tests/test_loadtxt.py::test_bad_complex[(1j-D] PASSED
42337 numpy/lib/tests/test_loadtxt.py::test_bad_complex[(1-F] PASSED
42338 numpy/lib/tests/test_loadtxt.py::test_bad_complex[(1-D] PASSED
42339 numpy/lib/tests/test_loadtxt.py::test_bad_complex[(1+2j-F] PASSED
42340 numpy/lib/tests/test_loadtxt.py::test_bad_complex[(1+2j-D] PASSED
42341 numpy/lib/tests/test_loadtxt.py::test_bad_complex[1+2j)-F] PASSED
42342 numpy/lib/tests/test_loadtxt.py::test_bad_complex[1+2j)-D] PASSED
42343 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[b] PASSED
42344 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[B] PASSED
42345 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[h] PASSED
42346 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[H] PASSED
42347 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[i] PASSED
42348 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[I] PASSED
42349 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[l] PASSED
42350 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[L] PASSED
42351 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[q] PASSED
42352 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[Q] PASSED
42353 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[n] PASSED
42354 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[N] PASSED
42355 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[p] PASSED
42356 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[P] PASSED
42357 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[e] PASSED
42358 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[f] PASSED
42359 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[g] XFAIL (...)
42360 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[d] PASSED
42361 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[F] PASSED
42362 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[D] PASSED
42363 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[G] XFAIL (...)
42364 numpy/lib/tests/test_loadtxt.py::test_nul_character_error[?] PASSED
42365 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[b] PASSED
42366 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[B] PASSED
42367 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[h] PASSED
42368 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[H] PASSED
42369 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[i] PASSED
42370 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[I] PASSED
42371 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[l] PASSED
42372 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[L] PASSED
42373 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[q] PASSED
42374 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[Q] PASSED
42375 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[n] PASSED
42376 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[N] PASSED
42377 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[p] PASSED
42378 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[P] PASSED
42379 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[e] SKIPPED
42380 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[f] PASSED
42381 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[g] PASSED
42382 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[d] PASSED
42383 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[F] PASSED
42384 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[D] PASSED
42385 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[G] XFAIL
42386 numpy/lib/tests/test_loadtxt.py::test_no_thousands_support[?] PASSED
42387 numpy/lib/tests/test_loadtxt.py::test_bad_newline_in_iterator[data0] PASSED
42388 numpy/lib/tests/test_loadtxt.py::test_bad_newline_in_iterator[data1] PASSED
42389 numpy/lib/tests/test_loadtxt.py::test_good_newline_in_iterator[data0] PASSED
42390 numpy/lib/tests/test_loadtxt.py::test_good_newline_in_iterator[data1] PASSED
42391 numpy/lib/tests/test_loadtxt.py::test_good_newline_in_iterator[data2] PASSED
42392 numpy/lib/tests/test_loadtxt.py::test_good_newline_in_iterator[data3] PASSED
42393 numpy/lib/tests/test_loadtxt.py::test_universal_newlines_quoted[\n] PASSED
42394 numpy/lib/tests/test_loadtxt.py::test_universal_newlines_quoted[\r] PASSED
42395 numpy/lib/tests/test_loadtxt.py::test_universal_newlines_quoted[\r\n] PASSED
42396 numpy/lib/tests/test_loadtxt.py::test_null_character PASSED
42397 numpy/lib/tests/test_loadtxt.py::test_iterator_fails_getting_next_line PASSED
42398 numpy/lib/tests/test_loadtxt.py::TestCReaderUnitTests::test_not_an_filelike PASSED
42399 numpy/lib/tests/test_loadtxt.py::TestCReaderUnitTests::test_filelike_read_fails PASSED
42400 numpy/lib/tests/test_loadtxt.py::TestCReaderUnitTests::test_filelike_bad_read PASSED
42401 numpy/lib/tests/test_loadtxt.py::TestCReaderUnitTests::test_not_an_iter PASSED
42402 numpy/lib/tests/test_loadtxt.py::TestCReaderUnitTests::test_bad_type PASSED
42403 numpy/lib/tests/test_loadtxt.py::TestCReaderUnitTests::test_bad_encoding PASSED
42404 numpy/lib/tests/test_loadtxt.py::TestCReaderUnitTests::test_manual_universal_newlines[\r] PASSED
42405 numpy/lib/tests/test_loadtxt.py::TestCReaderUnitTests::test_manual_universal_newlines[\n] PASSED
42406 numpy/lib/tests/test_loadtxt.py::TestCReaderUnitTests::test_manual_universal_newlines[\r\n] PASSED
42407 numpy/lib/tests/test_loadtxt.py::test_delimiter_comment_collision_raises PASSED
42408 numpy/lib/tests/test_loadtxt.py::test_delimiter_quotechar_collision_raises PASSED
42409 numpy/lib/tests/test_loadtxt.py::test_comment_quotechar_collision_raises PASSED
42410 numpy/lib/tests/test_loadtxt.py::test_delimiter_and_multiple_comments_collision_raises PASSED
42411 numpy/lib/tests/test_loadtxt.py::test_collision_with_default_delimiter_raises[ ] PASSED
42412 numpy/lib/tests/test_loadtxt.py::test_collision_with_default_delimiter_raises[\t] PASSED
42413 numpy/lib/tests/test_loadtxt.py::test_collision_with_default_delimiter_raises[\u2003] PASSED
42414 numpy/lib/tests/test_loadtxt.py::test_collision_with_default_delimiter_raises[\xa0] PASSED
42415 numpy/lib/tests/test_loadtxt.py::test_collision_with_default_delimiter_raises[\u3000] PASSED
42416 numpy/lib/tests/test_loadtxt.py::test_control_character_newline_raises[\n] PASSED
42417 numpy/lib/tests/test_loadtxt.py::test_control_character_newline_raises[\r] PASSED
42418 numpy/lib/tests/test_loadtxt.py::test_parametric_unit_discovery[10-2012-03-2013-01-15-M8-M8[D]] PASSED
42419 numpy/lib/tests/test_loadtxt.py::test_parametric_unit_discovery[10-spam-a-lot-tis_but_a_scratch-U-U17] PASSED
42420 numpy/lib/tests/test_loadtxt.py::test_parametric_unit_discovery[50000-2012-03-2013-01-15-M8-M8[D]] PASSED
42421 numpy/lib/tests/test_loadtxt.py::test_parametric_unit_discovery[50000-spam-a-lot-tis_but_a_scratch-U-U17] PASSED
42422 numpy/lib/tests/test_loadtxt.py::test_parametric_unit_discovery[60000-2012-03-2013-01-15-M8-M8[D]] PASSED
42423 numpy/lib/tests/test_loadtxt.py::test_parametric_unit_discovery[60000-spam-a-lot-tis_but_a_scratch-U-U17] PASSED
42424 numpy/lib/tests/test_loadtxt.py::test_str_dtype_unit_discovery_with_converter PASSED
42425 numpy/lib/tests/test_loadtxt.py::test_control_character_empty PASSED
42426 numpy/lib/tests/test_loadtxt.py::test_control_characters_as_bytes PASSED
42427 numpy/lib/tests/test_loadtxt.py::test_field_growing_cases PASSED
42428 numpy/lib/tests/test_loadtxt.py::test_maxrows_exceeding_chunksize[10000] PASSED
42429 numpy/lib/tests/test_loadtxt.py::test_maxrows_exceeding_chunksize[50000] PASSED
42430 numpy/lib/tests/test_loadtxt.py::test_maxrows_exceeding_chunksize[55000] PASSED
42431 numpy/lib/tests/test_loadtxt.py::test_maxrows_exceeding_chunksize[60000] PASSED
42432 numpy/lib/tests/test_mixins.py::TestNDArrayOperatorsMixin::test_array_like_add PASSED
42433 numpy/lib/tests/test_mixins.py::TestNDArrayOperatorsMixin::test_inplace PASSED
42434 numpy/lib/tests/test_mixins.py::TestNDArrayOperatorsMixin::test_opt_out PASSED
42435 numpy/lib/tests/test_mixins.py::TestNDArrayOperatorsMixin::test_subclass PASSED
42436 numpy/lib/tests/test_mixins.py::TestNDArrayOperatorsMixin::test_object PASSED
42437 numpy/lib/tests/test_mixins.py::TestNDArrayOperatorsMixin::test_unary_methods PASSED
42438 numpy/lib/tests/test_mixins.py::TestNDArrayOperatorsMixin::test_forward_binary_methods PASSED
42439 numpy/lib/tests/test_mixins.py::TestNDArrayOperatorsMixin::test_reflected_binary_methods PASSED
42440 numpy/lib/tests/test_mixins.py::TestNDArrayOperatorsMixin::test_matmul PASSED
42441 numpy/lib/tests/test_mixins.py::TestNDArrayOperatorsMixin::test_ufunc_at PASSED
42442 numpy/lib/tests/test_mixins.py::TestNDArrayOperatorsMixin::test_ufunc_two_outputs PASSED
42443 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_signature_match[nanmin] PASSED
42444 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_signature_match[nanmax] PASSED
42445 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_signature_match[nanargmin] PASSED
42446 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_signature_match[nanargmax] PASSED
42447 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_signature_match[nansum] PASSED
42448 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_signature_match[nanprod] PASSED
42449 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_signature_match[nancumsum] PASSED
42450 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_signature_match[nancumprod] PASSED
42451 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_signature_match[nanmean] PASSED
42452 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_signature_match[nanmedian] PASSED
42453 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_signature_match[nanpercentile] PASSED
42454 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_signature_match[nanquantile] PASSED
42455 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_signature_match[nanvar] PASSED
42456 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_signature_match[nanstd] PASSED
42457 numpy/lib/tests/test_nanfunctions.py::TestSignatureMatch::test_exhaustiveness PASSED
42458 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_mutation PASSED
42459 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_keepdims PASSED
42460 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_out PASSED
42461 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_dtype_from_input PASSED
42462 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_result_values PASSED
42463 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-e-None] PASSED
42464 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-e-0] SKIPPED
42465 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-e-1] SKIPPED
42466 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-f-None] PASSED
42467 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-f-0] SKIPPED
42468 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-f-1] SKIPPED
42469 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-d-None] PASSED
42470 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-d-0] SKIPPED
42471 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-d-1] SKIPPED
42472 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-g-None] PASSED
42473 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-g-0] SKIPPED
42474 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-g-1] SKIPPED
42475 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-F-None] PASSED
42476 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-F-0] SKIPPED
42477 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-F-1] SKIPPED
42478 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-D-None] PASSED
42479 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-D-0] SKIPPED
42480 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-D-1] SKIPPED
42481 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-G-None] PASSED
42482 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-G-0] SKIPPED
42483 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[0d-G-1] SKIPPED
42484 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-e-None] PASSED
42485 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-e-0] PASSED
42486 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-e-1] PASSED
42487 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-f-None] PASSED
42488 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-f-0] PASSED
42489 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-f-1] PASSED
42490 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-d-None] PASSED
42491 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-d-0] PASSED
42492 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-d-1] PASSED
42493 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-g-None] PASSED
42494 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-g-0] PASSED
42495 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-g-1] PASSED
42496 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-F-None] PASSED
42497 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-F-0] PASSED
42498 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-F-1] PASSED
42499 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-D-None] PASSED
42500 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-D-0] PASSED
42501 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-D-1] PASSED
42502 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-G-None] PASSED
42503 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-G-0] PASSED
42504 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_allnans[2d-G-1] PASSED
42505 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_masked PASSED
42506 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_scalar PASSED
42507 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_subclass PASSED
42508 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_object_array PASSED
42509 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_initial[e] PASSED
42510 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_initial[f] PASSED
42511 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_initial[d] PASSED
42512 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_initial[g] PASSED
42513 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_initial[F] PASSED
42514 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_initial[D] PASSED
42515 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_initial[G] PASSED
42516 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_where[e] PASSED
42517 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_where[f] PASSED
42518 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_where[d] PASSED
42519 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_where[g] PASSED
42520 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_where[F] PASSED
42521 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_where[D] PASSED
42522 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MinMax::test_where[G] PASSED
42523 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_mutation PASSED
42524 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_result_values PASSED
42525 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-e-None] PASSED
42526 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-e-0] SKIPPED
42527 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-e-1] SKIPPED
42528 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-f-None] PASSED
42529 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-f-0] SKIPPED
42530 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-f-1] SKIPPED
42531 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-d-None] PASSED
42532 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-d-0] SKIPPED
42533 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-d-1] SKIPPED
42534 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-g-None] PASSED
42535 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-g-0] SKIPPED
42536 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-g-1] SKIPPED
42537 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-F-None] PASSED
42538 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-F-0] SKIPPED
42539 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-F-1] SKIPPED
42540 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-D-None] PASSED
42541 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-D-0] SKIPPED
42542 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-D-1] SKIPPED
42543 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-G-None] PASSED
42544 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-G-0] SKIPPED
42545 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[0d-G-1] SKIPPED
42546 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-e-None] PASSED
42547 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-e-0] PASSED
42548 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-e-1] PASSED
42549 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-f-None] PASSED
42550 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-f-0] PASSED
42551 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-f-1] PASSED
42552 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-d-None] PASSED
42553 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-d-0] PASSED
42554 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-d-1] PASSED
42555 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-g-None] PASSED
42556 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-g-0] PASSED
42557 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-g-1] PASSED
42558 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-F-None] PASSED
42559 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-F-0] PASSED
42560 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-F-1] PASSED
42561 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-D-None] PASSED
42562 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-D-0] PASSED
42563 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-D-1] PASSED
42564 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-G-None] PASSED
42565 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-G-0] PASSED
42566 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_allnans[2d-G-1] PASSED
42567 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_empty PASSED
42568 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_scalar PASSED
42569 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_subclass PASSED
42570 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_keepdims[e] PASSED
42571 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_keepdims[f] PASSED
42572 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_keepdims[d] PASSED
42573 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_keepdims[g] PASSED
42574 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_keepdims[F] PASSED
42575 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_keepdims[D] PASSED
42576 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_keepdims[G] PASSED
42577 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_out[e] PASSED
42578 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_out[f] PASSED
42579 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_out[d] PASSED
42580 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_out[g] PASSED
42581 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_out[F] PASSED
42582 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_out[D] PASSED
42583 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_ArgminArgmax::test_out[G] PASSED
42584 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-b] PASSED
42585 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-B] PASSED
42586 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-h] PASSED
42587 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-H] PASSED
42588 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-i] PASSED
42589 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-I] PASSED
42590 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-l] PASSED
42591 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-L] PASSED
42592 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-q] PASSED
42593 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-Q] PASSED
42594 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-n] PASSED
42595 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-N] PASSED
42596 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-p] PASSED
42597 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-P] PASSED
42598 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-e] PASSED
42599 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-f] PASSED
42600 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-d] PASSED
42601 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-g] PASSED
42602 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-F] PASSED
42603 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-D] PASSED
42604 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-G] PASSED
42605 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-0d-O] PASSED
42606 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-b] PASSED
42607 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-B] PASSED
42608 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-h] PASSED
42609 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-H] PASSED
42610 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-i] PASSED
42611 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-I] PASSED
42612 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-l] PASSED
42613 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-L] PASSED
42614 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-q] PASSED
42615 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-Q] PASSED
42616 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-n] PASSED
42617 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-N] PASSED
42618 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-p] PASSED
42619 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-P] PASSED
42620 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-e] PASSED
42621 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-f] PASSED
42622 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-d] PASSED
42623 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-g] PASSED
42624 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-F] PASSED
42625 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-D] PASSED
42626 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-G] PASSED
42627 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmin-1d-O] PASSED
42628 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-b] PASSED
42629 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-B] PASSED
42630 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-h] PASSED
42631 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-H] PASSED
42632 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-i] PASSED
42633 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-I] PASSED
42634 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-l] PASSED
42635 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-L] PASSED
42636 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-q] PASSED
42637 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-Q] PASSED
42638 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-n] PASSED
42639 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-N] PASSED
42640 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-p] PASSED
42641 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-P] PASSED
42642 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-e] PASSED
42643 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-f] PASSED
42644 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-d] PASSED
42645 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-g] PASSED
42646 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-F] PASSED
42647 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-D] PASSED
42648 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-G] PASSED
42649 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-0d-O] PASSED
42650 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-b] PASSED
42651 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-B] PASSED
42652 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-h] PASSED
42653 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-H] PASSED
42654 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-i] PASSED
42655 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-I] PASSED
42656 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-l] PASSED
42657 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-L] PASSED
42658 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-q] PASSED
42659 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-Q] PASSED
42660 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-n] PASSED
42661 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-N] PASSED
42662 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-p] PASSED
42663 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-P] PASSED
42664 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-e] PASSED
42665 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-f] PASSED
42666 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-d] PASSED
42667 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-g] PASSED
42668 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-F] PASSED
42669 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-D] PASSED
42670 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-G] PASSED
42671 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmax-1d-O] PASSED
42672 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-b] PASSED
42673 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-B] PASSED
42674 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-h] PASSED
42675 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-H] PASSED
42676 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-i] PASSED
42677 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-I] PASSED
42678 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-l] PASSED
42679 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-L] PASSED
42680 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-q] PASSED
42681 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-Q] PASSED
42682 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-n] PASSED
42683 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-N] PASSED
42684 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-p] PASSED
42685 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-P] PASSED
42686 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-e] PASSED
42687 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-f] PASSED
42688 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-d] PASSED
42689 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-g] PASSED
42690 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-F] PASSED
42691 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-D] PASSED
42692 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-G] PASSED
42693 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-0d-O] PASSED
42694 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-b] PASSED
42695 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-B] PASSED
42696 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-h] PASSED
42697 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-H] PASSED
42698 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-i] PASSED
42699 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-I] PASSED
42700 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-l] PASSED
42701 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-L] PASSED
42702 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-q] PASSED
42703 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-Q] PASSED
42704 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-n] PASSED
42705 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-N] PASSED
42706 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-p] PASSED
42707 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-P] PASSED
42708 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-e] PASSED
42709 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-f] PASSED
42710 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-d] PASSED
42711 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-g] PASSED
42712 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-F] PASSED
42713 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-D] PASSED
42714 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-G] PASSED
42715 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmin-1d-O] PASSED
42716 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-b] PASSED
42717 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-B] PASSED
42718 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-h] PASSED
42719 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-H] PASSED
42720 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-i] PASSED
42721 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-I] PASSED
42722 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-l] PASSED
42723 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-L] PASSED
42724 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-q] PASSED
42725 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-Q] PASSED
42726 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-n] PASSED
42727 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-N] PASSED
42728 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-p] PASSED
42729 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-P] PASSED
42730 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-e] PASSED
42731 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-f] PASSED
42732 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-d] PASSED
42733 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-g] PASSED
42734 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-F] PASSED
42735 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-D] PASSED
42736 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-G] PASSED
42737 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-0d-O] PASSED
42738 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-b] PASSED
42739 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-B] PASSED
42740 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-h] PASSED
42741 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-H] PASSED
42742 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-i] PASSED
42743 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-I] PASSED
42744 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-l] PASSED
42745 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-L] PASSED
42746 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-q] PASSED
42747 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-Q] PASSED
42748 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-n] PASSED
42749 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-N] PASSED
42750 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-p] PASSED
42751 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-P] PASSED
42752 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-e] PASSED
42753 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-f] PASSED
42754 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-d] PASSED
42755 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-g] PASSED
42756 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-F] PASSED
42757 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-D] PASSED
42758 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-G] PASSED
42759 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanargmax-1d-O] PASSED
42760 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-b] PASSED
42761 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-B] PASSED
42762 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-h] PASSED
42763 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-H] PASSED
42764 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-i] PASSED
42765 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-I] PASSED
42766 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-l] PASSED
42767 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-L] PASSED
42768 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-q] PASSED
42769 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-Q] PASSED
42770 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-n] PASSED
42771 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-N] PASSED
42772 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-p] PASSED
42773 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-P] PASSED
42774 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-e] PASSED
42775 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-f] PASSED
42776 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-d] PASSED
42777 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-g] PASSED
42778 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-F] PASSED
42779 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-D] PASSED
42780 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-G] PASSED
42781 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-0d-O] PASSED
42782 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-b] PASSED
42783 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-B] PASSED
42784 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-h] PASSED
42785 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-H] PASSED
42786 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-i] PASSED
42787 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-I] PASSED
42788 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-l] PASSED
42789 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-L] PASSED
42790 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-q] PASSED
42791 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-Q] PASSED
42792 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-n] PASSED
42793 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-N] PASSED
42794 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-p] PASSED
42795 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-P] PASSED
42796 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-e] PASSED
42797 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-f] PASSED
42798 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-d] PASSED
42799 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-g] PASSED
42800 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-F] PASSED
42801 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-D] PASSED
42802 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-G] PASSED
42803 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nansum-1d-O] PASSED
42804 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-b] PASSED
42805 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-B] PASSED
42806 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-h] PASSED
42807 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-H] PASSED
42808 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-i] PASSED
42809 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-I] PASSED
42810 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-l] PASSED
42811 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-L] PASSED
42812 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-q] PASSED
42813 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-Q] PASSED
42814 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-n] PASSED
42815 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-N] PASSED
42816 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-p] PASSED
42817 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-P] PASSED
42818 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-e] PASSED
42819 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-f] PASSED
42820 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-d] PASSED
42821 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-g] PASSED
42822 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-F] PASSED
42823 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-D] PASSED
42824 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-G] PASSED
42825 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-0d-O] PASSED
42826 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-b] PASSED
42827 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-B] PASSED
42828 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-h] PASSED
42829 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-H] PASSED
42830 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-i] PASSED
42831 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-I] PASSED
42832 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-l] PASSED
42833 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-L] PASSED
42834 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-q] PASSED
42835 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-Q] PASSED
42836 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-n] PASSED
42837 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-N] PASSED
42838 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-p] PASSED
42839 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-P] PASSED
42840 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-e] PASSED
42841 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-f] PASSED
42842 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-d] PASSED
42843 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-g] PASSED
42844 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-F] PASSED
42845 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-D] PASSED
42846 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-G] PASSED
42847 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanprod-1d-O] PASSED
42848 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-b] PASSED
42849 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-B] PASSED
42850 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-h] PASSED
42851 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-H] PASSED
42852 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-i] PASSED
42853 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-I] PASSED
42854 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-l] PASSED
42855 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-L] PASSED
42856 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-q] PASSED
42857 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-Q] PASSED
42858 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-n] PASSED
42859 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-N] PASSED
42860 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-p] PASSED
42861 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-P] PASSED
42862 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-e] PASSED
42863 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-f] PASSED
42864 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-d] PASSED
42865 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-g] PASSED
42866 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-F] PASSED
42867 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-D] PASSED
42868 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-G] PASSED
42869 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-0d-O] PASSED
42870 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-b] PASSED
42871 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-B] PASSED
42872 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-h] PASSED
42873 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-H] PASSED
42874 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-i] PASSED
42875 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-I] PASSED
42876 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-l] PASSED
42877 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-L] PASSED
42878 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-q] PASSED
42879 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-Q] PASSED
42880 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-n] PASSED
42881 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-N] PASSED
42882 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-p] PASSED
42883 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-P] PASSED
42884 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-e] PASSED
42885 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-f] PASSED
42886 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-d] PASSED
42887 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-g] PASSED
42888 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-F] PASSED
42889 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-D] PASSED
42890 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-G] PASSED
42891 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumsum-1d-O] PASSED
42892 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-b] PASSED
42893 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-B] PASSED
42894 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-h] PASSED
42895 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-H] PASSED
42896 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-i] PASSED
42897 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-I] PASSED
42898 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-l] PASSED
42899 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-L] PASSED
42900 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-q] PASSED
42901 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-Q] PASSED
42902 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-n] PASSED
42903 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-N] PASSED
42904 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-p] PASSED
42905 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-P] PASSED
42906 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-e] PASSED
42907 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-f] PASSED
42908 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-d] PASSED
42909 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-g] PASSED
42910 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-F] PASSED
42911 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-D] PASSED
42912 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-G] PASSED
42913 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-0d-O] PASSED
42914 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-b] PASSED
42915 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-B] PASSED
42916 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-h] PASSED
42917 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-H] PASSED
42918 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-i] PASSED
42919 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-I] PASSED
42920 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-l] PASSED
42921 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-L] PASSED
42922 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-q] PASSED
42923 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-Q] PASSED
42924 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-n] PASSED
42925 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-N] PASSED
42926 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-p] PASSED
42927 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-P] PASSED
42928 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-e] PASSED
42929 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-f] PASSED
42930 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-d] PASSED
42931 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-g] PASSED
42932 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-F] PASSED
42933 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-D] PASSED
42934 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-G] PASSED
42935 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nancumprod-1d-O] PASSED
42936 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-b] PASSED
42937 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-B] PASSED
42938 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-h] PASSED
42939 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-H] PASSED
42940 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-i] PASSED
42941 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-I] PASSED
42942 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-l] PASSED
42943 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-L] PASSED
42944 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-q] PASSED
42945 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-Q] PASSED
42946 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-n] PASSED
42947 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-N] PASSED
42948 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-p] PASSED
42949 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-P] PASSED
42950 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-e] PASSED
42951 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-f] PASSED
42952 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-d] PASSED
42953 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-g] PASSED
42954 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-F] PASSED
42955 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-D] PASSED
42956 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-G] PASSED
42957 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-0d-O] PASSED
42958 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-b] PASSED
42959 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-B] PASSED
42960 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-h] PASSED
42961 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-H] PASSED
42962 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-i] PASSED
42963 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-I] PASSED
42964 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-l] PASSED
42965 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-L] PASSED
42966 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-q] PASSED
42967 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-Q] PASSED
42968 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-n] PASSED
42969 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-N] PASSED
42970 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-p] PASSED
42971 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-P] PASSED
42972 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-e] PASSED
42973 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-f] PASSED
42974 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-d] PASSED
42975 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-g] PASSED
42976 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-F] PASSED
42977 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-D] PASSED
42978 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-G] PASSED
42979 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmean-1d-O] PASSED
42980 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-b] PASSED
42981 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-B] PASSED
42982 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-h] PASSED
42983 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-H] PASSED
42984 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-i] PASSED
42985 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-I] PASSED
42986 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-l] PASSED
42987 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-L] PASSED
42988 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-q] PASSED
42989 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-Q] PASSED
42990 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-n] PASSED
42991 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-N] PASSED
42992 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-p] PASSED
42993 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-P] PASSED
42994 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-e] PASSED
42995 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-f] PASSED
42996 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-d] PASSED
42997 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-g] PASSED
42998 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-F] PASSED
42999 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-D] PASSED
43000 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-G] PASSED
43001 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-0d-O] PASSED
43002 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-b] PASSED
43003 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-B] PASSED
43004 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-h] PASSED
43005 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-H] PASSED
43006 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-i] PASSED
43007 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-I] PASSED
43008 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-l] PASSED
43009 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-L] PASSED
43010 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-q] PASSED
43011 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-Q] PASSED
43012 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-n] PASSED
43013 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-N] PASSED
43014 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-p] PASSED
43015 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-P] PASSED
43016 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-e] PASSED
43017 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-f] PASSED
43018 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-d] PASSED
43019 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-g] PASSED
43020 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-F] PASSED
43021 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-D] PASSED
43022 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-G] PASSED
43023 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanmedian-1d-O] PASSED
43024 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-b] PASSED
43025 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-B] PASSED
43026 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-h] PASSED
43027 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-H] PASSED
43028 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-i] PASSED
43029 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-I] PASSED
43030 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-l] PASSED
43031 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-L] PASSED
43032 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-q] PASSED
43033 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-Q] PASSED
43034 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-n] PASSED
43035 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-N] PASSED
43036 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-p] PASSED
43037 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-P] PASSED
43038 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-e] PASSED
43039 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-f] PASSED
43040 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-d] PASSED
43041 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-g] PASSED
43042 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-F] PASSED
43043 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-D] PASSED
43044 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-G] PASSED
43045 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-0d-O] PASSED
43046 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-b] PASSED
43047 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-B] PASSED
43048 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-h] PASSED
43049 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-H] PASSED
43050 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-i] PASSED
43051 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-I] PASSED
43052 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-l] PASSED
43053 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-L] PASSED
43054 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-q] PASSED
43055 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-Q] PASSED
43056 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-n] PASSED
43057 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-N] PASSED
43058 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-p] PASSED
43059 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-P] PASSED
43060 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-e] PASSED
43061 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-f] PASSED
43062 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-d] PASSED
43063 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-g] PASSED
43064 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-F] PASSED
43065 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-D] PASSED
43066 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-G] PASSED
43067 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanvar-1d-O] PASSED
43068 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-b] PASSED
43069 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-B] PASSED
43070 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-h] PASSED
43071 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-H] PASSED
43072 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-i] PASSED
43073 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-I] PASSED
43074 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-l] PASSED
43075 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-L] PASSED
43076 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-q] PASSED
43077 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-Q] PASSED
43078 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-n] PASSED
43079 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-N] PASSED
43080 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-p] PASSED
43081 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-P] PASSED
43082 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-e] PASSED
43083 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-f] PASSED
43084 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-d] PASSED
43085 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-g] PASSED
43086 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-F] PASSED
43087 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-D] PASSED
43088 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-G] PASSED
43089 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-0d-O] PASSED
43090 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-b] PASSED
43091 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-B] PASSED
43092 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-h] PASSED
43093 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-H] PASSED
43094 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-i] PASSED
43095 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-I] PASSED
43096 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-l] PASSED
43097 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-L] PASSED
43098 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-q] PASSED
43099 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-Q] PASSED
43100 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-n] PASSED
43101 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-N] PASSED
43102 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-p] PASSED
43103 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-P] PASSED
43104 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-e] PASSED
43105 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-f] PASSED
43106 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-d] PASSED
43107 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-g] PASSED
43108 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-F] PASSED
43109 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-D] PASSED
43110 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-G] PASSED
43111 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc[nanstd-1d-O] PASSED
43112 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-b] PASSED
43113 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-B] PASSED
43114 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-h] PASSED
43115 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-H] PASSED
43116 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-i] PASSED
43117 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-I] PASSED
43118 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-l] PASSED
43119 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-L] PASSED
43120 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-q] PASSED
43121 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-Q] PASSED
43122 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-n] PASSED
43123 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-N] PASSED
43124 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-p] PASSED
43125 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-P] PASSED
43126 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-e] PASSED
43127 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-f] PASSED
43128 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-d] PASSED
43129 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-g] PASSED
43130 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-F] PASSED
43131 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-D] PASSED
43132 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-G] PASSED
43133 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-0d-O] PASSED
43134 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-b] PASSED
43135 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-B] PASSED
43136 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-h] PASSED
43137 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-H] PASSED
43138 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-i] PASSED
43139 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-I] PASSED
43140 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-l] PASSED
43141 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-L] PASSED
43142 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-q] PASSED
43143 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-Q] PASSED
43144 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-n] PASSED
43145 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-N] PASSED
43146 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-p] PASSED
43147 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-P] PASSED
43148 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-e] PASSED
43149 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-f] PASSED
43150 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-d] PASSED
43151 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-g] PASSED
43152 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-F] PASSED
43153 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-D] PASSED
43154 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-G] PASSED
43155 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanquantile-1d-O] PASSED
43156 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-b] PASSED
43157 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-B] PASSED
43158 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-h] PASSED
43159 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-H] PASSED
43160 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-i] PASSED
43161 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-I] PASSED
43162 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-l] PASSED
43163 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-L] PASSED
43164 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-q] PASSED
43165 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-Q] PASSED
43166 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-n] PASSED
43167 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-N] PASSED
43168 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-p] PASSED
43169 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-P] PASSED
43170 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-e] PASSED
43171 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-f] PASSED
43172 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-d] PASSED
43173 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-g] PASSED
43174 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-F] PASSED
43175 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-D] PASSED
43176 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-G] PASSED
43177 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-0d-O] PASSED
43178 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-b] PASSED
43179 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-B] PASSED
43180 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-h] PASSED
43181 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-H] PASSED
43182 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-i] PASSED
43183 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-I] PASSED
43184 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-l] PASSED
43185 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-L] PASSED
43186 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-q] PASSED
43187 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-Q] PASSED
43188 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-n] PASSED
43189 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-N] PASSED
43190 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-p] PASSED
43191 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-P] PASSED
43192 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-e] PASSED
43193 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-f] PASSED
43194 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-d] PASSED
43195 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-g] PASSED
43196 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-F] PASSED
43197 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-D] PASSED
43198 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-G] PASSED
43199 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_q[nanpercentile-1d-O] PASSED
43200 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-b] PASSED
43201 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-B] PASSED
43202 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-h] PASSED
43203 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-H] PASSED
43204 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-i] PASSED
43205 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-I] PASSED
43206 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-l] PASSED
43207 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-L] PASSED
43208 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-q] PASSED
43209 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-Q] PASSED
43210 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-n] PASSED
43211 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-N] PASSED
43212 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-p] PASSED
43213 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-P] PASSED
43214 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-e] PASSED
43215 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-f] PASSED
43216 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-d] PASSED
43217 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-g] PASSED
43218 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-F] PASSED
43219 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-D] PASSED
43220 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-G] PASSED
43221 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-0d-O] PASSED
43222 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-b] PASSED
43223 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-B] PASSED
43224 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-h] PASSED
43225 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-H] PASSED
43226 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-i] PASSED
43227 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-I] PASSED
43228 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-l] PASSED
43229 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-L] PASSED
43230 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-q] PASSED
43231 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-Q] PASSED
43232 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-n] PASSED
43233 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-N] PASSED
43234 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-p] PASSED
43235 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-P] PASSED
43236 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-e] PASSED
43237 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-f] PASSED
43238 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-d] PASSED
43239 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-g] PASSED
43240 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-F] PASSED
43241 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-D] PASSED
43242 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-G] PASSED
43243 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanvar-1d-O] PASSED
43244 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-b] PASSED
43245 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-B] PASSED
43246 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-h] PASSED
43247 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-H] PASSED
43248 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-i] PASSED
43249 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-I] PASSED
43250 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-l] PASSED
43251 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-L] PASSED
43252 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-q] PASSED
43253 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-Q] PASSED
43254 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-n] PASSED
43255 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-N] PASSED
43256 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-p] PASSED
43257 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-P] PASSED
43258 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-e] PASSED
43259 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-f] PASSED
43260 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-d] PASSED
43261 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-g] PASSED
43262 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-F] PASSED
43263 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-D] PASSED
43264 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-G] PASSED
43265 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-0d-O] PASSED
43266 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-b] PASSED
43267 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-B] PASSED
43268 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-h] PASSED
43269 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-H] PASSED
43270 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-i] PASSED
43271 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-I] PASSED
43272 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-l] PASSED
43273 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-L] PASSED
43274 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-q] PASSED
43275 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-Q] PASSED
43276 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-n] PASSED
43277 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-N] PASSED
43278 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-p] PASSED
43279 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-P] PASSED
43280 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-e] PASSED
43281 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-f] PASSED
43282 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-d] PASSED
43283 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-g] PASSED
43284 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-F] PASSED
43285 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-D] PASSED
43286 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-G] PASSED
43287 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_ddof[nanstd-1d-O] PASSED
43288 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-b] PASSED
43289 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-B] PASSED
43290 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-h] PASSED
43291 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-H] PASSED
43292 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-i] PASSED
43293 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-I] PASSED
43294 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-l] PASSED
43295 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-L] PASSED
43296 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-q] PASSED
43297 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-Q] PASSED
43298 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-n] PASSED
43299 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-N] PASSED
43300 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-p] PASSED
43301 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-P] PASSED
43302 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-e] PASSED
43303 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-f] PASSED
43304 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-d] PASSED
43305 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-g] PASSED
43306 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-F] PASSED
43307 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-D] PASSED
43308 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-G] PASSED
43309 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-0d-O] PASSED
43310 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-b] PASSED
43311 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-B] PASSED
43312 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-h] PASSED
43313 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-H] PASSED
43314 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-i] PASSED
43315 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-I] PASSED
43316 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-l] PASSED
43317 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-L] PASSED
43318 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-q] PASSED
43319 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-Q] PASSED
43320 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-n] PASSED
43321 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-N] PASSED
43322 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-p] PASSED
43323 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-P] PASSED
43324 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-e] PASSED
43325 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-f] PASSED
43326 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-d] PASSED
43327 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-g] PASSED
43328 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-F] PASSED
43329 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-D] PASSED
43330 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-G] PASSED
43331 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanvar-1d-O] PASSED
43332 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-b] PASSED
43333 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-B] PASSED
43334 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-h] PASSED
43335 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-H] PASSED
43336 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-i] PASSED
43337 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-I] PASSED
43338 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-l] PASSED
43339 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-L] PASSED
43340 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-q] PASSED
43341 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-Q] PASSED
43342 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-n] PASSED
43343 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-N] PASSED
43344 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-p] PASSED
43345 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-P] PASSED
43346 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-e] PASSED
43347 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-f] PASSED
43348 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-d] PASSED
43349 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-g] PASSED
43350 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-F] PASSED
43351 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-D] PASSED
43352 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-G] PASSED
43353 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-0d-O] PASSED
43354 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-b] PASSED
43355 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-B] PASSED
43356 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-h] PASSED
43357 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-H] PASSED
43358 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-i] PASSED
43359 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-I] PASSED
43360 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-l] PASSED
43361 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-L] PASSED
43362 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-q] PASSED
43363 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-Q] PASSED
43364 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-n] PASSED
43365 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-N] PASSED
43366 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-p] PASSED
43367 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-P] PASSED
43368 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-e] PASSED
43369 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-f] PASSED
43370 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-d] PASSED
43371 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-g] PASSED
43372 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-F] PASSED
43373 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-D] PASSED
43374 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-G] PASSED
43375 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_NumberTypes::test_nanfunc_correction[nanstd-1d-O] PASSED
43376 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_mutation PASSED
43377 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_keepdims PASSED
43378 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_out PASSED
43379 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_dtype_from_dtype PASSED
43380 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_dtype_from_char PASSED
43381 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_dtype_from_input PASSED
43382 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_result_values PASSED
43383 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_scalar PASSED
43384 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_subclass PASSED
43385 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-e-None] PASSED
43386 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-e-0] SKIPPED
43387 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-e-1] SKIPPED
43388 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-f-None] PASSED
43389 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-f-0] SKIPPED
43390 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-f-1] SKIPPED
43391 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-d-None] PASSED
43392 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-d-0] SKIPPED
43393 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-d-1] SKIPPED
43394 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-g-None] PASSED
43395 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-g-0] SKIPPED
43396 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-g-1] SKIPPED
43397 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-F-None] PASSED
43398 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-F-0] SKIPPED
43399 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-F-1] SKIPPED
43400 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-D-None] PASSED
43401 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-D-0] SKIPPED
43402 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-D-1] SKIPPED
43403 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-G-None] PASSED
43404 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-G-0] SKIPPED
43405 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[0d-G-1] SKIPPED
43406 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-e-None] PASSED
43407 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-e-0] PASSED
43408 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-e-1] PASSED
43409 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-f-None] PASSED
43410 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-f-0] PASSED
43411 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-f-1] PASSED
43412 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-d-None] PASSED
43413 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-d-0] PASSED
43414 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-d-1] PASSED
43415 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-g-None] PASSED
43416 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-g-0] PASSED
43417 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-g-1] PASSED
43418 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-F-None] PASSED
43419 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-F-0] PASSED
43420 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-F-1] PASSED
43421 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-D-None] PASSED
43422 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-D-0] PASSED
43423 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-D-1] PASSED
43424 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-G-None] PASSED
43425 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-G-0] PASSED
43426 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_allnans[2d-G-1] PASSED
43427 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_empty PASSED
43428 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_initial[e] PASSED
43429 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_initial[f] PASSED
43430 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_initial[d] PASSED
43431 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_initial[g] PASSED
43432 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_initial[F] PASSED
43433 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_initial[D] PASSED
43434 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_initial[G] PASSED
43435 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_where[e] PASSED
43436 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_where[f] PASSED
43437 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_where[d] PASSED
43438 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_where[g] PASSED
43439 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_where[F] PASSED
43440 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_where[D] PASSED
43441 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_SumProd::test_where[G] PASSED
43442 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_mutation PASSED
43443 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_dtype_from_dtype PASSED
43444 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_dtype_from_char PASSED
43445 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_dtype_from_input PASSED
43446 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_scalar PASSED
43447 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_subclass PASSED
43448 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-e-None] PASSED
43449 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-e-0] SKIPPED
43450 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-e-1] SKIPPED
43451 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-f-None] PASSED
43452 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-f-0] SKIPPED
43453 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-f-1] SKIPPED
43454 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-d-None] PASSED
43455 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-d-0] SKIPPED
43456 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-d-1] SKIPPED
43457 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-g-None] PASSED
43458 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-g-0] SKIPPED
43459 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-g-1] SKIPPED
43460 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-F-None] PASSED
43461 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-F-0] SKIPPED
43462 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-F-1] SKIPPED
43463 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-D-None] PASSED
43464 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-D-0] SKIPPED
43465 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-D-1] SKIPPED
43466 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-G-None] PASSED
43467 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-G-0] SKIPPED
43468 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[0d-G-1] SKIPPED
43469 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-e-None] PASSED
43470 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-e-0] PASSED
43471 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-e-1] PASSED
43472 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-f-None] PASSED
43473 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-f-0] PASSED
43474 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-f-1] PASSED
43475 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-d-None] PASSED
43476 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-d-0] PASSED
43477 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-d-1] PASSED
43478 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-g-None] PASSED
43479 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-g-0] PASSED
43480 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-g-1] PASSED
43481 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-F-None] PASSED
43482 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-F-0] PASSED
43483 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-F-1] PASSED
43484 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-D-None] PASSED
43485 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-D-0] PASSED
43486 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-D-1] PASSED
43487 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-G-None] PASSED
43488 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-G-0] PASSED
43489 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_allnans[2d-G-1] PASSED
43490 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_empty PASSED
43491 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_keepdims PASSED
43492 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_result_values PASSED
43493 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_CumSumProd::test_out PASSED
43494 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_mutation PASSED
43495 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_keepdims PASSED
43496 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_out PASSED
43497 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_dtype_from_dtype PASSED
43498 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_dtype_from_char PASSED
43499 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_dtype_from_input PASSED
43500 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_result_values PASSED
43501 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_scalar PASSED
43502 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_subclass PASSED
43503 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_dtype_error PASSED
43504 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_out_dtype_error PASSED
43505 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_ddof PASSED
43506 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_ddof_too_big PASSED
43507 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-e-None] PASSED
43508 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-e-0] SKIPPED
43509 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-e-1] SKIPPED
43510 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-f-None] PASSED
43511 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-f-0] SKIPPED
43512 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-f-1] SKIPPED
43513 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-d-None] PASSED
43514 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-d-0] SKIPPED
43515 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-d-1] SKIPPED
43516 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-g-None] PASSED
43517 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-g-0] SKIPPED
43518 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-g-1] SKIPPED
43519 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-F-None] PASSED
43520 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-F-0] SKIPPED
43521 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-F-1] SKIPPED
43522 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-D-None] PASSED
43523 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-D-0] SKIPPED
43524 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-D-1] SKIPPED
43525 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-G-None] PASSED
43526 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-G-0] SKIPPED
43527 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[0d-G-1] SKIPPED
43528 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-e-None] PASSED
43529 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-e-0] PASSED
43530 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-e-1] PASSED
43531 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-f-None] PASSED
43532 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-f-0] PASSED
43533 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-f-1] PASSED
43534 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-d-None] PASSED
43535 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-d-0] PASSED
43536 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-d-1] PASSED
43537 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-g-None] PASSED
43538 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-g-0] PASSED
43539 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-g-1] PASSED
43540 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-F-None] PASSED
43541 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-F-0] PASSED
43542 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-F-1] PASSED
43543 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-D-None] PASSED
43544 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-D-0] PASSED
43545 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-D-1] PASSED
43546 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-G-None] PASSED
43547 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-G-0] PASSED
43548 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_allnans[2d-G-1] PASSED
43549 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_empty PASSED
43550 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_where[e] PASSED
43551 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_where[f] PASSED
43552 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_where[d] PASSED
43553 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_where[g] PASSED
43554 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_where[F] PASSED
43555 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_where[D] PASSED
43556 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_where[G] PASSED
43557 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_MeanVarStd::test_nanstd_with_mean_keyword PASSED
43558 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_mutation PASSED
43559 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_keepdims PASSED
43560 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_keepdims_out[None] PASSED
43561 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_keepdims_out[1] PASSED
43562 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_keepdims_out[axis2] PASSED
43563 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_keepdims_out[axis3] PASSED
43564 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_keepdims_out[axis4] PASSED
43565 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_out PASSED
43566 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_small_large PASSED
43567 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_result_values PASSED
43568 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[e-None] PASSED
43569 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[e-0] PASSED
43570 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[e-1] PASSED
43571 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[f-None] PASSED
43572 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[f-0] PASSED
43573 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[f-1] PASSED
43574 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[d-None] PASSED
43575 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[d-0] PASSED
43576 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[d-1] PASSED
43577 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[g-None] PASSED
43578 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[g-0] PASSED
43579 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[g-1] PASSED
43580 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[F-None] PASSED
43581 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[F-0] PASSED
43582 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[F-1] PASSED
43583 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[D-None] PASSED
43584 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[D-0] PASSED
43585 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[D-1] PASSED
43586 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[G-None] PASSED
43587 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[G-0] PASSED
43588 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[G-1] PASSED
43589 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[Y]-None] PASSED
43590 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[Y]-0] PASSED
43591 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[Y]-1] PASSED
43592 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[M]-None] PASSED
43593 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[M]-0] PASSED
43594 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[M]-1] PASSED
43595 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[W]-None] PASSED
43596 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[W]-0] PASSED
43597 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[W]-1] PASSED
43598 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[D]-None] PASSED
43599 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[D]-0] PASSED
43600 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[D]-1] PASSED
43601 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[h]-None] PASSED
43602 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[h]-0] PASSED
43603 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[h]-1] PASSED
43604 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[m]-None] PASSED
43605 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[m]-0] PASSED
43606 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[m]-1] PASSED
43607 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[s]-None] PASSED
43608 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[s]-0] PASSED
43609 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[s]-1] PASSED
43610 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[ms]-None] PASSED
43611 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[ms]-0] PASSED
43612 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[ms]-1] PASSED
43613 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[us]-None] PASSED
43614 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[us]-0] PASSED
43615 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[us]-1] PASSED
43616 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[ns]-None] PASSED
43617 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[ns]-0] PASSED
43618 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[ns]-1] PASSED
43619 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[ps]-None] PASSED
43620 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[ps]-0] PASSED
43621 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[ps]-1] PASSED
43622 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[fs]-None] PASSED
43623 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[fs]-0] PASSED
43624 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[fs]-1] PASSED
43625 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[as]-None] PASSED
43626 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[as]-0] PASSED
43627 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_allnans[m8[as]-1] PASSED
43628 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_empty PASSED
43629 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_scalar PASSED
43630 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_extended_axis_invalid PASSED
43631 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Median::test_float_special PASSED
43632 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_mutation PASSED
43633 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_keepdims PASSED
43634 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_keepdims_out[None-7] PASSED
43635 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_keepdims_out[None-q1] PASSED
43636 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_keepdims_out[1-7] PASSED
43637 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_keepdims_out[1-q1] PASSED
43638 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_keepdims_out[axis2-7] PASSED
43639 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_keepdims_out[axis2-q1] PASSED
43640 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_keepdims_out[axis3-7] PASSED
43641 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_keepdims_out[axis3-q1] PASSED
43642 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_keepdims_out[axis4-7] PASSED
43643 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_keepdims_out[axis4-q1] PASSED
43644 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_out[False] PASSED
43645 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_out[True] PASSED
43646 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_complex PASSED
43647 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_result_values[False-False] PASSED
43648 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_result_values[False-True] PASSED
43649 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_result_values[True-False] PASSED
43650 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_result_values[True-True] PASSED
43651 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[0d-e-None] PASSED
43652 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[0d-e-0] SKIPPED
43653 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[0d-e-1] SKIPPED
43654 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[0d-f-None] PASSED
43655 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[0d-f-0] SKIPPED
43656 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[0d-f-1] SKIPPED
43657 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[0d-d-None] PASSED
43658 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[0d-d-0] SKIPPED
43659 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[0d-d-1] SKIPPED
43660 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[0d-g-None] PASSED
43661 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[0d-g-0] SKIPPED
43662 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[0d-g-1] SKIPPED
43663 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[2d-e-None] PASSED
43664 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[2d-e-0] PASSED
43665 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[2d-e-1] PASSED
43666 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[2d-f-None] PASSED
43667 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[2d-f-0] PASSED
43668 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[2d-f-1] PASSED
43669 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[2d-d-None] PASSED
43670 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[2d-d-0] PASSED
43671 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[2d-d-1] PASSED
43672 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[2d-g-None] PASSED
43673 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[2d-g-0] PASSED
43674 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_allnans[2d-g-1] PASSED
43675 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_empty PASSED
43676 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_scalar PASSED
43677 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_extended_axis_invalid PASSED
43678 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_multiple_percentiles PASSED
43679 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_nan_value_with_weight[0] PASSED
43680 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_nan_value_with_weight[1] PASSED
43681 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_nan_value_with_weight[2] PASSED
43682 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_nan_value_with_weight[3] PASSED
43683 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_nan_value_with_weight[1e+200] PASSED
43684 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_nan_value_with_weight_ndim[0] PASSED
43685 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_nan_value_with_weight_ndim[1] PASSED
43686 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Percentile::test_nan_value_with_weight_ndim[2] PASSED
43687 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_regression[False] PASSED
43688 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_regression[True] PASSED
43689 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_basic PASSED
43690 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_complex PASSED
43691 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_no_p_overwrite PASSED
43692 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[0d-e-None] PASSED
43693 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[0d-e-0] SKIPPED
43694 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[0d-e-1] SKIPPED
43695 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[0d-f-None] PASSED
43696 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[0d-f-0] SKIPPED
43697 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[0d-f-1] SKIPPED
43698 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[0d-d-None] PASSED
43699 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[0d-d-0] SKIPPED
43700 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[0d-d-1] SKIPPED
43701 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[0d-g-None] PASSED
43702 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[0d-g-0] SKIPPED
43703 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[0d-g-1] SKIPPED
43704 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[2d-e-None] PASSED
43705 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[2d-e-0] PASSED
43706 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[2d-e-1] PASSED
43707 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[2d-f-None] PASSED
43708 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[2d-f-0] PASSED
43709 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[2d-f-1] PASSED
43710 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[2d-d-None] PASSED
43711 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[2d-d-0] PASSED
43712 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[2d-d-1] PASSED
43713 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[2d-g-None] PASSED
43714 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[2d-g-0] PASSED
43715 numpy/lib/tests/test_nanfunctions.py::TestNanFunctions_Quantile::test_allnans[2d-g-1] PASSED
43716 numpy/lib/tests/test_nanfunctions.py::test__nan_mask[arr0-expected0] PASSED
43717 numpy/lib/tests/test_nanfunctions.py::test__nan_mask[arr1-True] PASSED
43718 numpy/lib/tests/test_nanfunctions.py::test__nan_mask[arr2-True] PASSED
43719 numpy/lib/tests/test_nanfunctions.py::test__nan_mask[arr3-expected3] PASSED
43720 numpy/lib/tests/test_nanfunctions.py::test__replace_nan PASSED
43721 numpy/lib/tests/test_packbits.py::test_packbits PASSED
43722 numpy/lib/tests/test_packbits.py::test_packbits_empty PASSED
43723 numpy/lib/tests/test_packbits.py::test_packbits_empty_with_axis PASSED
43724 numpy/lib/tests/test_packbits.py::test_packbits_large[little] PASSED
43725 numpy/lib/tests/test_packbits.py::test_packbits_large[big] PASSED
43726 numpy/lib/tests/test_packbits.py::test_packbits_very_large PASSED
43727 numpy/lib/tests/test_packbits.py::test_unpackbits PASSED
43728 numpy/lib/tests/test_packbits.py::test_pack_unpack_order PASSED
43729 numpy/lib/tests/test_packbits.py::test_unpackbits_empty PASSED
43730 numpy/lib/tests/test_packbits.py::test_unpackbits_empty_with_axis PASSED
43731 numpy/lib/tests/test_packbits.py::test_unpackbits_large PASSED
43732 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[0-little] PASSED
43733 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[0-big] PASSED
43734 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[1-little] PASSED
43735 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[1-big] PASSED
43736 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[2-little] PASSED
43737 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[2-big] PASSED
43738 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[3-little] PASSED
43739 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[3-big] PASSED
43740 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[4-little] PASSED
43741 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[4-big] PASSED
43742 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[5-little] PASSED
43743 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[5-big] PASSED
43744 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[6-little] PASSED
43745 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[6-big] PASSED
43746 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[7-little] PASSED
43747 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[7-big] PASSED
43748 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[8-little] PASSED
43749 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[8-big] PASSED
43750 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[9-little] PASSED
43751 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[9-big] PASSED
43752 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[10-little] PASSED
43753 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[10-big] PASSED
43754 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[11-little] PASSED
43755 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[11-big] PASSED
43756 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[12-little] PASSED
43757 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[12-big] PASSED
43758 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[13-little] PASSED
43759 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[13-big] PASSED
43760 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[14-little] PASSED
43761 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[14-big] PASSED
43762 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[15-little] PASSED
43763 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[15-big] PASSED
43764 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[16-little] PASSED
43765 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[16-big] PASSED
43766 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[17-little] PASSED
43767 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[17-big] PASSED
43768 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[18-little] PASSED
43769 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[18-big] PASSED
43770 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[19-little] PASSED
43771 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[19-big] PASSED
43772 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[20-little] PASSED
43773 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[20-big] PASSED
43774 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[21-little] PASSED
43775 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[21-big] PASSED
43776 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[22-little] PASSED
43777 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[22-big] PASSED
43778 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[23-little] PASSED
43779 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[23-big] PASSED
43780 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[24-little] PASSED
43781 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[24-big] PASSED
43782 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[25-little] PASSED
43783 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[25-big] PASSED
43784 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[26-little] PASSED
43785 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[26-big] PASSED
43786 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[27-little] PASSED
43787 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[27-big] PASSED
43788 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[28-little] PASSED
43789 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[28-big] PASSED
43790 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[29-little] PASSED
43791 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[29-big] PASSED
43792 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[30-little] PASSED
43793 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[30-big] PASSED
43794 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[31-little] PASSED
43795 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[31-big] PASSED
43796 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[32-little] PASSED
43797 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[32-big] PASSED
43798 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[33-little] PASSED
43799 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[33-big] PASSED
43800 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[34-little] PASSED
43801 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[34-big] PASSED
43802 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[35-little] PASSED
43803 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[35-big] PASSED
43804 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[36-little] PASSED
43805 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[36-big] PASSED
43806 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[37-little] PASSED
43807 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[37-big] PASSED
43808 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[38-little] PASSED
43809 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[38-big] PASSED
43810 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[39-little] PASSED
43811 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[39-big] PASSED
43812 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[40-little] PASSED
43813 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[40-big] PASSED
43814 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[41-little] PASSED
43815 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[41-big] PASSED
43816 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[42-little] PASSED
43817 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[42-big] PASSED
43818 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[43-little] PASSED
43819 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[43-big] PASSED
43820 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[44-little] PASSED
43821 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[44-big] PASSED
43822 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[45-little] PASSED
43823 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[45-big] PASSED
43824 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[46-little] PASSED
43825 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[46-big] PASSED
43826 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[47-little] PASSED
43827 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[47-big] PASSED
43828 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[48-little] PASSED
43829 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[48-big] PASSED
43830 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[49-little] PASSED
43831 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[49-big] PASSED
43832 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[50-little] PASSED
43833 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[50-big] PASSED
43834 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[51-little] PASSED
43835 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[51-big] PASSED
43836 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[52-little] PASSED
43837 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[52-big] PASSED
43838 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[53-little] PASSED
43839 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[53-big] PASSED
43840 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[54-little] PASSED
43841 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[54-big] PASSED
43842 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[55-little] PASSED
43843 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[55-big] PASSED
43844 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[56-little] PASSED
43845 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[56-big] PASSED
43846 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[57-little] PASSED
43847 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[57-big] PASSED
43848 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-1-little] PASSED
43849 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-1-big] PASSED
43850 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-2-little] PASSED
43851 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-2-big] PASSED
43852 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-3-little] PASSED
43853 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-3-big] PASSED
43854 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-4-little] PASSED
43855 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-4-big] PASSED
43856 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-5-little] PASSED
43857 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-5-big] PASSED
43858 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-6-little] PASSED
43859 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-6-big] PASSED
43860 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-7-little] PASSED
43861 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-7-big] PASSED
43862 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-8-little] PASSED
43863 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-8-big] PASSED
43864 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-9-little] PASSED
43865 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-9-big] PASSED
43866 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-10-little] PASSED
43867 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-10-big] PASSED
43868 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-11-little] PASSED
43869 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-11-big] PASSED
43870 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-12-little] PASSED
43871 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-12-big] PASSED
43872 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-13-little] PASSED
43873 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-13-big] PASSED
43874 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-14-little] PASSED
43875 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-14-big] PASSED
43876 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-15-little] PASSED
43877 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-15-big] PASSED
43878 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-16-little] PASSED
43879 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-16-big] PASSED
43880 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-17-little] PASSED
43881 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-17-big] PASSED
43882 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-18-little] PASSED
43883 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-18-big] PASSED
43884 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-19-little] PASSED
43885 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-19-big] PASSED
43886 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-20-little] PASSED
43887 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-20-big] PASSED
43888 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-21-little] PASSED
43889 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-21-big] PASSED
43890 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-22-little] PASSED
43891 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-22-big] PASSED
43892 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-23-little] PASSED
43893 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-23-big] PASSED
43894 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-24-little] PASSED
43895 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-24-big] PASSED
43896 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-25-little] PASSED
43897 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-25-big] PASSED
43898 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-26-little] PASSED
43899 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-26-big] PASSED
43900 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-27-little] PASSED
43901 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-27-big] PASSED
43902 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-28-little] PASSED
43903 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-28-big] PASSED
43904 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-29-little] PASSED
43905 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-29-big] PASSED
43906 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-30-little] PASSED
43907 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-30-big] PASSED
43908 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-31-little] PASSED
43909 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-31-big] PASSED
43910 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-32-little] PASSED
43911 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-32-big] PASSED
43912 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-33-little] PASSED
43913 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-33-big] PASSED
43914 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-34-little] PASSED
43915 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-34-big] PASSED
43916 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-35-little] PASSED
43917 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-35-big] PASSED
43918 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-36-little] PASSED
43919 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-36-big] PASSED
43920 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-37-little] PASSED
43921 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-37-big] PASSED
43922 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-38-little] PASSED
43923 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-38-big] PASSED
43924 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-39-little] PASSED
43925 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-39-big] PASSED
43926 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-40-little] PASSED
43927 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-40-big] PASSED
43928 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-41-little] PASSED
43929 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-41-big] PASSED
43930 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-42-little] PASSED
43931 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-42-big] PASSED
43932 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-43-little] PASSED
43933 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-43-big] PASSED
43934 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-44-little] PASSED
43935 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-44-big] PASSED
43936 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-45-little] PASSED
43937 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-45-big] PASSED
43938 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-46-little] PASSED
43939 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-46-big] PASSED
43940 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-47-little] PASSED
43941 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-47-big] PASSED
43942 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-48-little] PASSED
43943 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-48-big] PASSED
43944 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-49-little] PASSED
43945 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-49-big] PASSED
43946 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-50-little] PASSED
43947 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-50-big] PASSED
43948 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-51-little] PASSED
43949 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-51-big] PASSED
43950 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-52-little] PASSED
43951 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-52-big] PASSED
43952 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-53-little] PASSED
43953 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-53-big] PASSED
43954 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-54-little] PASSED
43955 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-54-big] PASSED
43956 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-55-little] PASSED
43957 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-55-big] PASSED
43958 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-56-little] PASSED
43959 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip[-56-big] PASSED
43960 numpy/lib/tests/test_packbits.py::TestCount::test_count[kwargs0] PASSED
43961 numpy/lib/tests/test_packbits.py::TestCount::test_count[kwargs1] PASSED
43962 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[0-little] PASSED
43963 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[0-big] PASSED
43964 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[1-little] PASSED
43965 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[1-big] PASSED
43966 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[2-little] PASSED
43967 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[2-big] PASSED
43968 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[3-little] PASSED
43969 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[3-big] PASSED
43970 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[4-little] PASSED
43971 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[4-big] PASSED
43972 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[5-little] PASSED
43973 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[5-big] PASSED
43974 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[6-little] PASSED
43975 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[6-big] PASSED
43976 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[7-little] PASSED
43977 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[7-big] PASSED
43978 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-1-little] PASSED
43979 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-1-big] PASSED
43980 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-2-little] PASSED
43981 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-2-big] PASSED
43982 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-3-little] PASSED
43983 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-3-big] PASSED
43984 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-4-little] PASSED
43985 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-4-big] PASSED
43986 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-5-little] PASSED
43987 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-5-big] PASSED
43988 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-6-little] PASSED
43989 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-6-big] PASSED
43990 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-7-little] PASSED
43991 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-7-big] PASSED
43992 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-8-little] PASSED
43993 numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip_axis[-8-big] PASSED
43994 numpy/lib/tests/test_packbits.py::TestCount::test_axis_count[kwargs0] PASSED
43995 numpy/lib/tests/test_packbits.py::TestCount::test_axis_count[kwargs1] PASSED
43996 numpy/lib/tests/test_packbits.py::TestCount::test_axis_count[kwargs2] PASSED
43997 numpy/lib/tests/test_packbits.py::TestCount::test_axis_count[kwargs3] PASSED
43998 numpy/lib/tests/test_packbits.py::TestCount::test_axis_count[kwargs4] PASSED
43999 numpy/lib/tests/test_packbits.py::TestCount::test_axis_count[kwargs5] PASSED
44000 numpy/lib/tests/test_packbits.py::TestCount::test_bad_count PASSED
44001 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_str_and_repr PASSED
44002 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_resolution PASSED
44003 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_math PASSED
44004 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[b] PASSED
44005 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[B] PASSED
44006 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[h] PASSED
44007 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[H] PASSED
44008 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[i] PASSED
44009 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[I] PASSED
44010 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[l] PASSED
44011 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[L] PASSED
44012 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[q] PASSED
44013 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[Q] PASSED
44014 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[n] PASSED
44015 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[N] PASSED
44016 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[p] PASSED
44017 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[P] PASSED
44018 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[e] PASSED
44019 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[f] PASSED
44020 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[d] PASSED
44021 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[g] PASSED
44022 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[F] PASSED
44023 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[D] PASSED
44024 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[G] PASSED
44025 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_misc[O] PASSED
44026 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly1d_variable_arg PASSED
44027 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly PASSED
44028 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_roots PASSED
44029 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_str_leading_zeros PASSED
44030 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_polyfit PASSED
44031 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_objects PASSED
44032 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_complex PASSED
44033 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_integ_coeffs PASSED
44034 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_zero_dims PASSED
44035 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly_int_overflow PASSED
44036 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_zero_poly_dtype PASSED
44037 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly_eq PASSED
44038 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_polydiv PASSED
44039 numpy/lib/tests/test_polynomial.py::TestPolynomial::test_poly_coeffs_mutable PASSED
44040 numpy/lib/tests/test_recfunctions.py::TestRecFunctions::test_zip_descr PASSED
44041 numpy/lib/tests/test_recfunctions.py::TestRecFunctions::test_drop_fields PASSED
44042 numpy/lib/tests/test_recfunctions.py::TestRecFunctions::test_rename_fields PASSED
44043 numpy/lib/tests/test_recfunctions.py::TestRecFunctions::test_get_names PASSED
44044 numpy/lib/tests/test_recfunctions.py::TestRecFunctions::test_get_names_flat PASSED
44045 numpy/lib/tests/test_recfunctions.py::TestRecFunctions::test_get_fieldstructure PASSED
44046 numpy/lib/tests/test_recfunctions.py::TestRecFunctions::test_find_duplicates PASSED
44047 numpy/lib/tests/test_recfunctions.py::TestRecFunctions::test_find_duplicates_ignoremask PASSED
44048 numpy/lib/tests/test_recfunctions.py::TestRecFunctions::test_repack_fields PASSED
44049 numpy/lib/tests/test_recfunctions.py::TestRecFunctions::test_structured_to_unstructured PASSED
44050 numpy/lib/tests/test_recfunctions.py::TestRecFunctions::test_unstructured_to_structured PASSED
44051 numpy/lib/tests/test_recfunctions.py::TestRecFunctions::test_field_assignment_by_name PASSED
44052 numpy/lib/tests/test_recfunctions.py::TestRecursiveFillFields::test_simple_flexible PASSED
44053 numpy/lib/tests/test_recfunctions.py::TestRecursiveFillFields::test_masked_flexible PASSED
44054 numpy/lib/tests/test_recfunctions.py::TestMergeArrays::test_solo PASSED
44055 numpy/lib/tests/test_recfunctions.py::TestMergeArrays::test_solo_w_flatten PASSED
44056 numpy/lib/tests/test_recfunctions.py::TestMergeArrays::test_standard PASSED
44057 numpy/lib/tests/test_recfunctions.py::TestMergeArrays::test_flatten PASSED
44058 numpy/lib/tests/test_recfunctions.py::TestMergeArrays::test_flatten_wflexible PASSED
44059 numpy/lib/tests/test_recfunctions.py::TestMergeArrays::test_wmasked_arrays PASSED
44060 numpy/lib/tests/test_recfunctions.py::TestMergeArrays::test_w_singlefield PASSED
44061 numpy/lib/tests/test_recfunctions.py::TestMergeArrays::test_w_shorter_flex PASSED
44062 numpy/lib/tests/test_recfunctions.py::TestMergeArrays::test_singlerecord PASSED
44063 numpy/lib/tests/test_recfunctions.py::TestAppendFields::test_append_single PASSED
44064 numpy/lib/tests/test_recfunctions.py::TestAppendFields::test_append_double PASSED
44065 numpy/lib/tests/test_recfunctions.py::TestAppendFields::test_append_on_flex PASSED
44066 numpy/lib/tests/test_recfunctions.py::TestAppendFields::test_append_on_nested PASSED
44067 numpy/lib/tests/test_recfunctions.py::TestStackArrays::test_solo PASSED
44068 numpy/lib/tests/test_recfunctions.py::TestStackArrays::test_unnamed_fields PASSED
44069 numpy/lib/tests/test_recfunctions.py::TestStackArrays::test_unnamed_and_named_fields PASSED
44070 numpy/lib/tests/test_recfunctions.py::TestStackArrays::test_matching_named_fields PASSED
44071 numpy/lib/tests/test_recfunctions.py::TestStackArrays::test_defaults PASSED
44072 numpy/lib/tests/test_recfunctions.py::TestStackArrays::test_autoconversion PASSED
44073 numpy/lib/tests/test_recfunctions.py::TestStackArrays::test_checktitles PASSED
44074 numpy/lib/tests/test_recfunctions.py::TestStackArrays::test_subdtype PASSED
44075 numpy/lib/tests/test_recfunctions.py::TestJoinBy::test_inner_join PASSED
44076 numpy/lib/tests/test_recfunctions.py::TestJoinBy::test_join PASSED
44077 numpy/lib/tests/test_recfunctions.py::TestJoinBy::test_join_subdtype PASSED
44078 numpy/lib/tests/test_recfunctions.py::TestJoinBy::test_outer_join PASSED
44079 numpy/lib/tests/test_recfunctions.py::TestJoinBy::test_leftouter_join PASSED
44080 numpy/lib/tests/test_recfunctions.py::TestJoinBy::test_different_field_order PASSED
44081 numpy/lib/tests/test_recfunctions.py::TestJoinBy::test_duplicate_keys PASSED
44082 numpy/lib/tests/test_recfunctions.py::TestJoinBy::test_same_name_different_dtypes_key PASSED
44083 numpy/lib/tests/test_recfunctions.py::TestJoinBy::test_same_name_different_dtypes PASSED
44084 numpy/lib/tests/test_recfunctions.py::TestJoinBy::test_subarray_key PASSED
44085 numpy/lib/tests/test_recfunctions.py::TestJoinBy::test_padded_dtype PASSED
44086 numpy/lib/tests/test_recfunctions.py::TestJoinBy2::test_no_r1postfix PASSED
44087 numpy/lib/tests/test_recfunctions.py::TestJoinBy2::test_no_postfix PASSED
44088 numpy/lib/tests/test_recfunctions.py::TestJoinBy2::test_no_r2postfix PASSED
44089 numpy/lib/tests/test_recfunctions.py::TestJoinBy2::test_two_keys_two_vars PASSED
44090 numpy/lib/tests/test_recfunctions.py::TestAppendFieldsObj::test_append_to_objects PASSED
44091 numpy/lib/tests/test_regression.py::TestRegression::test_poly1d PASSED
44092 numpy/lib/tests/test_regression.py::TestRegression::test_cov_parameters PASSED
44093 numpy/lib/tests/test_regression.py::TestRegression::test_mem_digitize PASSED
44094 numpy/lib/tests/test_regression.py::TestRegression::test_unique_zero_sized PASSED
44095 numpy/lib/tests/test_regression.py::TestRegression::test_mem_vectorise PASSED
44096 numpy/lib/tests/test_regression.py::TestRegression::test_mgrid_single_element PASSED
44097 numpy/lib/tests/test_regression.py::TestRegression::test_refcount_vectorize PASSED
44098 numpy/lib/tests/test_regression.py::TestRegression::test_poly1d_nan_roots PASSED
44099 numpy/lib/tests/test_regression.py::TestRegression::test_mem_polymul PASSED
44100 numpy/lib/tests/test_regression.py::TestRegression::test_mem_string_concat PASSED
44101 numpy/lib/tests/test_regression.py::TestRegression::test_poly_div PASSED
44102 numpy/lib/tests/test_regression.py::TestRegression::test_poly_eq PASSED
44103 numpy/lib/tests/test_regression.py::TestRegression::test_polyfit_build PASSED
44104 numpy/lib/tests/test_regression.py::TestRegression::test_polydiv_type PASSED
44105 numpy/lib/tests/test_regression.py::TestRegression::test_histogramdd_too_many_bins PASSED
44106 numpy/lib/tests/test_regression.py::TestRegression::test_polyint_type PASSED
44107 numpy/lib/tests/test_regression.py::TestRegression::test_ndenumerate_crash PASSED
44108 numpy/lib/tests/test_regression.py::TestRegression::test_large_fancy_indexing PASSED
44109 numpy/lib/tests/test_regression.py::TestRegression::test_void_coercion PASSED
44110 numpy/lib/tests/test_regression.py::TestRegression::test_include_dirs PASSED
44111 numpy/lib/tests/test_regression.py::TestRegression::test_polyder_return_type PASSED
44112 numpy/lib/tests/test_regression.py::TestRegression::test_append_fields_dtype_list PASSED
44113 numpy/lib/tests/test_regression.py::TestRegression::test_loadtxt_fields_subarrays PASSED
44114 numpy/lib/tests/test_regression.py::TestRegression::test_nansum_with_boolean PASSED
44115 numpy/lib/tests/test_regression.py::TestRegression::test_py3_compat PASSED
44116 numpy/lib/tests/test_shape_base.py::TestTakeAlongAxis::test_argequivalent PASSED
44117 numpy/lib/tests/test_shape_base.py::TestTakeAlongAxis::test_invalid PASSED
44118 numpy/lib/tests/test_shape_base.py::TestTakeAlongAxis::test_empty PASSED
44119 numpy/lib/tests/test_shape_base.py::TestTakeAlongAxis::test_broadcast PASSED
44120 numpy/lib/tests/test_shape_base.py::TestPutAlongAxis::test_replace_max PASSED
44121 numpy/lib/tests/test_shape_base.py::TestPutAlongAxis::test_broadcast PASSED
44122 numpy/lib/tests/test_shape_base.py::TestApplyAlongAxis::test_simple PASSED
44123 numpy/lib/tests/test_shape_base.py::TestApplyAlongAxis::test_simple101 PASSED
44124 numpy/lib/tests/test_shape_base.py::TestApplyAlongAxis::test_3d PASSED
44125 numpy/lib/tests/test_shape_base.py::TestApplyAlongAxis::test_preserve_subclass PASSED
44126 numpy/lib/tests/test_shape_base.py::TestApplyAlongAxis::test_subclass PASSED
44127 numpy/lib/tests/test_shape_base.py::TestApplyAlongAxis::test_scalar_array PASSED
44128 numpy/lib/tests/test_shape_base.py::TestApplyAlongAxis::test_0d_array PASSED
44129 numpy/lib/tests/test_shape_base.py::TestApplyAlongAxis::test_axis_insertion PASSED
44130 numpy/lib/tests/test_shape_base.py::TestApplyAlongAxis::test_subclass_preservation PASSED
44131 numpy/lib/tests/test_shape_base.py::TestApplyAlongAxis::test_axis_insertion_ma PASSED
44132 numpy/lib/tests/test_shape_base.py::TestApplyAlongAxis::test_tuple_func1d PASSED
44133 numpy/lib/tests/test_shape_base.py::TestApplyAlongAxis::test_empty PASSED
44134 numpy/lib/tests/test_shape_base.py::TestApplyAlongAxis::test_with_iterable_object PASSED
44135 numpy/lib/tests/test_shape_base.py::TestApplyOverAxes::test_simple PASSED
44136 numpy/lib/tests/test_shape_base.py::TestExpandDims::test_functionality PASSED
44137 numpy/lib/tests/test_shape_base.py::TestExpandDims::test_axis_tuple PASSED
44138 numpy/lib/tests/test_shape_base.py::TestExpandDims::test_axis_out_of_range PASSED
44139 numpy/lib/tests/test_shape_base.py::TestExpandDims::test_repeated_axis PASSED
44140 numpy/lib/tests/test_shape_base.py::TestExpandDims::test_subclasses PASSED
44141 numpy/lib/tests/test_shape_base.py::TestArraySplit::test_integer_0_split PASSED
44142 numpy/lib/tests/test_shape_base.py::TestArraySplit::test_integer_split PASSED
44143 numpy/lib/tests/test_shape_base.py::TestArraySplit::test_integer_split_2D_rows PASSED
44144 numpy/lib/tests/test_shape_base.py::TestArraySplit::test_integer_split_2D_cols PASSED
44145 numpy/lib/tests/test_shape_base.py::TestArraySplit::test_integer_split_2D_default PASSED
44146 numpy/lib/tests/test_shape_base.py::TestArraySplit::test_integer_split_2D_rows_greater_max_int32 PASSED
44147 numpy/lib/tests/test_shape_base.py::TestArraySplit::test_index_split_simple PASSED
44148 numpy/lib/tests/test_shape_base.py::TestArraySplit::test_index_split_low_bound PASSED
44149 numpy/lib/tests/test_shape_base.py::TestArraySplit::test_index_split_high_bound PASSED
44150 numpy/lib/tests/test_shape_base.py::TestSplit::test_equal_split PASSED
44151 numpy/lib/tests/test_shape_base.py::TestSplit::test_unequal_split PASSED
44152 numpy/lib/tests/test_shape_base.py::TestColumnStack::test_non_iterable PASSED
44153 numpy/lib/tests/test_shape_base.py::TestColumnStack::test_1D_arrays PASSED
44154 numpy/lib/tests/test_shape_base.py::TestColumnStack::test_2D_arrays PASSED
44155 numpy/lib/tests/test_shape_base.py::TestColumnStack::test_generator PASSED
44156 numpy/lib/tests/test_shape_base.py::TestDstack::test_non_iterable PASSED
44157 numpy/lib/tests/test_shape_base.py::TestDstack::test_0D_array PASSED
44158 numpy/lib/tests/test_shape_base.py::TestDstack::test_1D_array PASSED
44159 numpy/lib/tests/test_shape_base.py::TestDstack::test_2D_array PASSED
44160 numpy/lib/tests/test_shape_base.py::TestDstack::test_2D_array2 PASSED
44161 numpy/lib/tests/test_shape_base.py::TestDstack::test_generator PASSED
44162 numpy/lib/tests/test_shape_base.py::TestHsplit::test_non_iterable PASSED
44163 numpy/lib/tests/test_shape_base.py::TestHsplit::test_0D_array PASSED
44164 numpy/lib/tests/test_shape_base.py::TestHsplit::test_1D_array PASSED
44165 numpy/lib/tests/test_shape_base.py::TestHsplit::test_2D_array PASSED
44166 numpy/lib/tests/test_shape_base.py::TestVsplit::test_non_iterable PASSED
44167 numpy/lib/tests/test_shape_base.py::TestVsplit::test_0D_array PASSED
44168 numpy/lib/tests/test_shape_base.py::TestVsplit::test_1D_array PASSED
44169 numpy/lib/tests/test_shape_base.py::TestVsplit::test_2D_array PASSED
44170 numpy/lib/tests/test_shape_base.py::TestDsplit::test_non_iterable PASSED
44171 numpy/lib/tests/test_shape_base.py::TestDsplit::test_0D_array PASSED
44172 numpy/lib/tests/test_shape_base.py::TestDsplit::test_1D_array PASSED
44173 numpy/lib/tests/test_shape_base.py::TestDsplit::test_2D_array PASSED
44174 numpy/lib/tests/test_shape_base.py::TestDsplit::test_3D_array PASSED
44175 numpy/lib/tests/test_shape_base.py::TestSqueeze::test_basic PASSED
44176 numpy/lib/tests/test_shape_base.py::TestKron::test_basic PASSED
44177 numpy/lib/tests/test_shape_base.py::TestKron::test_return_type PASSED
44178 numpy/lib/tests/test_shape_base.py::TestKron::test_kron_smoke[asarray] PASSED
44179 numpy/lib/tests/test_shape_base.py::TestKron::test_kron_smoke[asmatrix] PASSED
44180 numpy/lib/tests/test_shape_base.py::TestKron::test_kron_ma PASSED
44181 numpy/lib/tests/test_shape_base.py::TestKron::test_kron_shape[shape_a0-shape_b0] PASSED
44182 numpy/lib/tests/test_shape_base.py::TestKron::test_kron_shape[shape_a1-shape_b1] PASSED
44183 numpy/lib/tests/test_shape_base.py::TestKron::test_kron_shape[shape_a2-shape_b2] PASSED
44184 numpy/lib/tests/test_shape_base.py::TestKron::test_kron_shape[shape_a3-shape_b3] PASSED
44185 numpy/lib/tests/test_shape_base.py::TestKron::test_kron_shape[shape_a4-shape_b4] PASSED
44186 numpy/lib/tests/test_shape_base.py::TestKron::test_kron_shape[shape_a5-shape_b5] PASSED
44187 numpy/lib/tests/test_shape_base.py::TestTile::test_basic PASSED
44188 numpy/lib/tests/test_shape_base.py::TestTile::test_tile_one_repetition_on_array_gh4679 PASSED
44189 numpy/lib/tests/test_shape_base.py::TestTile::test_empty PASSED
44190 numpy/lib/tests/test_shape_base.py::TestTile::test_kroncompare PASSED
44191 numpy/lib/tests/test_shape_base.py::TestMayShareMemory::test_basic PASSED
44192 numpy/lib/tests/test_stride_tricks.py::test_same PASSED
44193 numpy/lib/tests/test_stride_tricks.py::test_broadcast_kwargs PASSED
44194 numpy/lib/tests/test_stride_tricks.py::test_one_off PASSED
44195 numpy/lib/tests/test_stride_tricks.py::test_same_input_shapes PASSED
44196 numpy/lib/tests/test_stride_tricks.py::test_two_compatible_by_ones_input_shapes PASSED
44197 numpy/lib/tests/test_stride_tricks.py::test_two_compatible_by_prepending_ones_input_shapes PASSED
44198 numpy/lib/tests/test_stride_tricks.py::test_incompatible_shapes_raise_valueerror PASSED
44199 numpy/lib/tests/test_stride_tricks.py::test_same_as_ufunc PASSED
44200 numpy/lib/tests/test_stride_tricks.py::test_broadcast_to_succeeds PASSED
44201 numpy/lib/tests/test_stride_tricks.py::test_broadcast_to_raises PASSED
44202 numpy/lib/tests/test_stride_tricks.py::test_broadcast_shape PASSED
44203 numpy/lib/tests/test_stride_tricks.py::test_broadcast_shapes_succeeds PASSED
44204 numpy/lib/tests/test_stride_tricks.py::test_broadcast_shapes_raises PASSED
44205 numpy/lib/tests/test_stride_tricks.py::test_as_strided PASSED
44206 numpy/lib/tests/test_stride_tricks.py::TestSlidingWindowView::test_1d PASSED
44207 numpy/lib/tests/test_stride_tricks.py::TestSlidingWindowView::test_2d PASSED
44208 numpy/lib/tests/test_stride_tricks.py::TestSlidingWindowView::test_2d_with_axis PASSED
44209 numpy/lib/tests/test_stride_tricks.py::TestSlidingWindowView::test_2d_repeated_axis PASSED
44210 numpy/lib/tests/test_stride_tricks.py::TestSlidingWindowView::test_2d_without_axis PASSED
44211 numpy/lib/tests/test_stride_tricks.py::TestSlidingWindowView::test_errors PASSED
44212 numpy/lib/tests/test_stride_tricks.py::TestSlidingWindowView::test_writeable PASSED
44213 numpy/lib/tests/test_stride_tricks.py::TestSlidingWindowView::test_subok PASSED
44214 numpy/lib/tests/test_stride_tricks.py::test_subclasses PASSED
44215 numpy/lib/tests/test_stride_tricks.py::test_writeable PASSED
44216 numpy/lib/tests/test_stride_tricks.py::test_writeable_memoryview PASSED
44217 numpy/lib/tests/test_stride_tricks.py::test_reference_types PASSED
44218 numpy/lib/tests/test_twodim_base.py::TestEye::test_basic PASSED
44219 numpy/lib/tests/test_twodim_base.py::TestEye::test_uint64 PASSED
44220 numpy/lib/tests/test_twodim_base.py::TestEye::test_diag PASSED
44221 numpy/lib/tests/test_twodim_base.py::TestEye::test_2d PASSED
44222 numpy/lib/tests/test_twodim_base.py::TestEye::test_diag2d PASSED
44223 numpy/lib/tests/test_twodim_base.py::TestEye::test_eye_bounds PASSED
44224 numpy/lib/tests/test_twodim_base.py::TestEye::test_strings PASSED
44225 numpy/lib/tests/test_twodim_base.py::TestEye::test_bool PASSED
44226 numpy/lib/tests/test_twodim_base.py::TestEye::test_order PASSED
44227 numpy/lib/tests/test_twodim_base.py::TestDiag::test_vector PASSED
44228 numpy/lib/tests/test_twodim_base.py::TestDiag::test_matrix PASSED
44229 numpy/lib/tests/test_twodim_base.py::TestDiag::test_fortran_order PASSED
44230 numpy/lib/tests/test_twodim_base.py::TestDiag::test_diag_bounds PASSED
44231 numpy/lib/tests/test_twodim_base.py::TestDiag::test_failure PASSED
44232 numpy/lib/tests/test_twodim_base.py::TestFliplr::test_basic PASSED
44233 numpy/lib/tests/test_twodim_base.py::TestFlipud::test_basic PASSED
44234 numpy/lib/tests/test_twodim_base.py::TestHistogram2d::test_simple PASSED
44235 numpy/lib/tests/test_twodim_base.py::TestHistogram2d::test_asym PASSED
44236 numpy/lib/tests/test_twodim_base.py::TestHistogram2d::test_density PASSED
44237 numpy/lib/tests/test_twodim_base.py::TestHistogram2d::test_all_outliers PASSED
44238 numpy/lib/tests/test_twodim_base.py::TestHistogram2d::test_empty PASSED
44239 numpy/lib/tests/test_twodim_base.py::TestHistogram2d::test_binparameter_combination PASSED
44240 numpy/lib/tests/test_twodim_base.py::TestHistogram2d::test_dispatch PASSED
44241 numpy/lib/tests/test_twodim_base.py::TestHistogram2d::test_bad_length[10-11] PASSED
44242 numpy/lib/tests/test_twodim_base.py::TestHistogram2d::test_bad_length[20-19] PASSED
44243 numpy/lib/tests/test_twodim_base.py::TestTri::test_dtype PASSED
44244 numpy/lib/tests/test_twodim_base.py::test_tril_triu_ndim2 PASSED
44245 numpy/lib/tests/test_twodim_base.py::test_tril_triu_ndim3 PASSED
44246 numpy/lib/tests/test_twodim_base.py::test_tril_triu_with_inf PASSED
44247 numpy/lib/tests/test_twodim_base.py::test_tril_triu_dtype PASSED
44248 numpy/lib/tests/test_twodim_base.py::test_mask_indices PASSED
44249 numpy/lib/tests/test_twodim_base.py::test_tril_indices PASSED
44250 numpy/lib/tests/test_twodim_base.py::TestTriuIndices::test_triu_indices PASSED
44251 numpy/lib/tests/test_twodim_base.py::TestTrilIndicesFrom::test_exceptions PASSED
44252 numpy/lib/tests/test_twodim_base.py::TestTriuIndicesFrom::test_exceptions PASSED
44253 numpy/lib/tests/test_twodim_base.py::TestVander::test_basic PASSED
44254 numpy/lib/tests/test_twodim_base.py::TestVander::test_dtypes PASSED
44255 numpy/lib/tests/test_type_check.py::TestCommonType::test_basic PASSED
44256 numpy/lib/tests/test_type_check.py::TestMintypecode::test_default_1 PASSED
44257 numpy/lib/tests/test_type_check.py::TestMintypecode::test_default_2 PASSED
44258 numpy/lib/tests/test_type_check.py::TestMintypecode::test_default_3 PASSED
44259 numpy/lib/tests/test_type_check.py::TestIsscalar::test_basic PASSED
44260 numpy/lib/tests/test_type_check.py::TestReal::test_real PASSED
44261 numpy/lib/tests/test_type_check.py::TestReal::test_cmplx PASSED
44262 numpy/lib/tests/test_type_check.py::TestImag::test_real PASSED
44263 numpy/lib/tests/test_type_check.py::TestImag::test_cmplx PASSED
44264 numpy/lib/tests/test_type_check.py::TestIscomplex::test_fail PASSED
44265 numpy/lib/tests/test_type_check.py::TestIscomplex::test_pass PASSED
44266 numpy/lib/tests/test_type_check.py::TestIsreal::test_pass PASSED
44267 numpy/lib/tests/test_type_check.py::TestIsreal::test_fail PASSED
44268 numpy/lib/tests/test_type_check.py::TestIscomplexobj::test_basic PASSED
44269 numpy/lib/tests/test_type_check.py::TestIscomplexobj::test_scalar PASSED
44270 numpy/lib/tests/test_type_check.py::TestIscomplexobj::test_list PASSED
44271 numpy/lib/tests/test_type_check.py::TestIscomplexobj::test_duck PASSED
44272 numpy/lib/tests/test_type_check.py::TestIscomplexobj::test_pandas_duck PASSED
44273 numpy/lib/tests/test_type_check.py::TestIscomplexobj::test_custom_dtype_duck PASSED
44274 numpy/lib/tests/test_type_check.py::TestIsrealobj::test_basic PASSED
44275 numpy/lib/tests/test_type_check.py::TestIsnan::test_goodvalues PASSED
44276 numpy/lib/tests/test_type_check.py::TestIsnan::test_posinf PASSED
44277 numpy/lib/tests/test_type_check.py::TestIsnan::test_neginf PASSED
44278 numpy/lib/tests/test_type_check.py::TestIsnan::test_ind PASSED
44279 numpy/lib/tests/test_type_check.py::TestIsnan::test_integer PASSED
44280 numpy/lib/tests/test_type_check.py::TestIsnan::test_complex PASSED
44281 numpy/lib/tests/test_type_check.py::TestIsnan::test_complex1 PASSED
44282 numpy/lib/tests/test_type_check.py::TestIsfinite::test_goodvalues PASSED
44283 numpy/lib/tests/test_type_check.py::TestIsfinite::test_posinf PASSED
44284 numpy/lib/tests/test_type_check.py::TestIsfinite::test_neginf PASSED
44285 numpy/lib/tests/test_type_check.py::TestIsfinite::test_ind PASSED
44286 numpy/lib/tests/test_type_check.py::TestIsfinite::test_integer PASSED
44287 numpy/lib/tests/test_type_check.py::TestIsfinite::test_complex PASSED
44288 numpy/lib/tests/test_type_check.py::TestIsfinite::test_complex1 PASSED
44289 numpy/lib/tests/test_type_check.py::TestIsinf::test_goodvalues PASSED
44290 numpy/lib/tests/test_type_check.py::TestIsinf::test_posinf PASSED
44291 numpy/lib/tests/test_type_check.py::TestIsinf::test_posinf_scalar PASSED
44292 numpy/lib/tests/test_type_check.py::TestIsinf::test_neginf PASSED
44293 numpy/lib/tests/test_type_check.py::TestIsinf::test_neginf_scalar PASSED
44294 numpy/lib/tests/test_type_check.py::TestIsinf::test_ind PASSED
44295 numpy/lib/tests/test_type_check.py::TestIsposinf::test_generic PASSED
44296 numpy/lib/tests/test_type_check.py::TestIsneginf::test_generic PASSED
44297 numpy/lib/tests/test_type_check.py::TestNanToNum::test_generic PASSED
44298 numpy/lib/tests/test_type_check.py::TestNanToNum::test_array PASSED
44299 numpy/lib/tests/test_type_check.py::TestNanToNum::test_integer PASSED
44300 numpy/lib/tests/test_type_check.py::TestNanToNum::test_float PASSED
44301 numpy/lib/tests/test_type_check.py::TestNanToNum::test_complex_good PASSED
44302 numpy/lib/tests/test_type_check.py::TestNanToNum::test_complex_bad PASSED
44303 numpy/lib/tests/test_type_check.py::TestNanToNum::test_complex_bad2 PASSED
44304 numpy/lib/tests/test_type_check.py::TestNanToNum::test_do_not_rewrite_previous_keyword PASSED
44305 numpy/lib/tests/test_type_check.py::TestRealIfClose::test_basic PASSED
44306 numpy/lib/tests/test_ufunclike.py::TestUfunclike::test_isposinf PASSED
44307 numpy/lib/tests/test_ufunclike.py::TestUfunclike::test_isneginf PASSED
44308 numpy/lib/tests/test_ufunclike.py::TestUfunclike::test_fix PASSED
44309 numpy/lib/tests/test_ufunclike.py::TestUfunclike::test_fix_with_subclass PASSED
44310 numpy/lib/tests/test_ufunclike.py::TestUfunclike::test_scalar PASSED
44311 numpy/lib/tests/test_utils.py::test_assert_raises_regex_context_manager PASSED
44312 numpy/lib/tests/test_utils.py::test_info_method_heading PASSED
44313 numpy/lib/tests/test_utils.py::test_drop_metadata PASSED
44314 numpy/lib/tests/test_utils.py::test_drop_metadata_identity_and_copy[dtype0] PASSED
44315 numpy/lib/tests/test_utils.py::test_drop_metadata_identity_and_copy[dtype1] PASSED
44316 numpy/lib/tests/test_utils.py::test_drop_metadata_identity_and_copy[dtype2] PASSED
44317 numpy/linalg/tests/test_deprecations.py::test_qr_mode_full_future_warning PASSED
44318 numpy/linalg/tests/test_linalg.py::TestSolve::test_generalized_sq_cases PASSED
44319 numpy/linalg/tests/test_linalg.py::TestSolve::test_generalized_empty_sq_cases PASSED
44320 numpy/linalg/tests/test_linalg.py::TestSolve::test_sq_cases PASSED
44321 numpy/linalg/tests/test_linalg.py::TestSolve::test_empty_sq_cases PASSED
44322 numpy/linalg/tests/test_linalg.py::TestSolve::test_types[float32] PASSED
44323 numpy/linalg/tests/test_linalg.py::TestSolve::test_types[float64] PASSED
44324 numpy/linalg/tests/test_linalg.py::TestSolve::test_types[complex64] PASSED
44325 numpy/linalg/tests/test_linalg.py::TestSolve::test_types[complex128] PASSED
44326 numpy/linalg/tests/test_linalg.py::TestSolve::test_1_d PASSED
44327 numpy/linalg/tests/test_linalg.py::TestSolve::test_0_size PASSED
44328 numpy/linalg/tests/test_linalg.py::TestSolve::test_0_size_k PASSED
44329 numpy/linalg/tests/test_linalg.py::TestInv::test_generalized_sq_cases PASSED
44330 numpy/linalg/tests/test_linalg.py::TestInv::test_generalized_empty_sq_cases PASSED
44331 numpy/linalg/tests/test_linalg.py::TestInv::test_sq_cases PASSED
44332 numpy/linalg/tests/test_linalg.py::TestInv::test_empty_sq_cases PASSED
44333 numpy/linalg/tests/test_linalg.py::TestInv::test_types[float32] PASSED
44334 numpy/linalg/tests/test_linalg.py::TestInv::test_types[float64] PASSED
44335 numpy/linalg/tests/test_linalg.py::TestInv::test_types[complex64] PASSED
44336 numpy/linalg/tests/test_linalg.py::TestInv::test_types[complex128] PASSED
44337 numpy/linalg/tests/test_linalg.py::TestInv::test_0_size PASSED
44338 numpy/linalg/tests/test_linalg.py::TestEigvals::test_generalized_sq_cases PASSED
44339 numpy/linalg/tests/test_linalg.py::TestEigvals::test_generalized_empty_sq_cases PASSED
44340 numpy/linalg/tests/test_linalg.py::TestEigvals::test_sq_cases PASSED
44341 numpy/linalg/tests/test_linalg.py::TestEigvals::test_empty_sq_cases PASSED
44342 numpy/linalg/tests/test_linalg.py::TestEigvals::test_types[float32] PASSED
44343 numpy/linalg/tests/test_linalg.py::TestEigvals::test_types[float64] PASSED
44344 numpy/linalg/tests/test_linalg.py::TestEigvals::test_types[complex64] PASSED
44345 numpy/linalg/tests/test_linalg.py::TestEigvals::test_types[complex128] PASSED
44346 numpy/linalg/tests/test_linalg.py::TestEigvals::test_0_size PASSED
44347 numpy/linalg/tests/test_linalg.py::TestEig::test_generalized_sq_cases PASSED
44348 numpy/linalg/tests/test_linalg.py::TestEig::test_generalized_empty_sq_cases PASSED
44349 numpy/linalg/tests/test_linalg.py::TestEig::test_sq_cases PASSED
44350 numpy/linalg/tests/test_linalg.py::TestEig::test_empty_sq_cases PASSED
44351 numpy/linalg/tests/test_linalg.py::TestEig::test_types[float32] PASSED
44352 numpy/linalg/tests/test_linalg.py::TestEig::test_types[float64] PASSED
44353 numpy/linalg/tests/test_linalg.py::TestEig::test_types[complex64] PASSED
44354 numpy/linalg/tests/test_linalg.py::TestEig::test_types[complex128] PASSED
44355 numpy/linalg/tests/test_linalg.py::TestEig::test_0_size PASSED
44356 numpy/linalg/tests/test_linalg.py::TestSVD::test_types[float32] PASSED
44357 numpy/linalg/tests/test_linalg.py::TestSVD::test_types[float64] PASSED
44358 numpy/linalg/tests/test_linalg.py::TestSVD::test_types[complex64] PASSED
44359 numpy/linalg/tests/test_linalg.py::TestSVD::test_types[complex128] PASSED
44360 numpy/linalg/tests/test_linalg.py::TestSVD::test_generalized_sq_cases PASSED
44361 numpy/linalg/tests/test_linalg.py::TestSVD::test_generalized_empty_sq_cases PASSED
44362 numpy/linalg/tests/test_linalg.py::TestSVD::test_sq_cases PASSED
44363 numpy/linalg/tests/test_linalg.py::TestSVD::test_empty_sq_cases PASSED
44364 numpy/linalg/tests/test_linalg.py::TestSVD::test_empty_identity PASSED
44365 numpy/linalg/tests/test_linalg.py::TestSVD::test_svdvals PASSED
44366 numpy/linalg/tests/test_linalg.py::TestSVDHermitian::test_types[float32] PASSED
44367 numpy/linalg/tests/test_linalg.py::TestSVDHermitian::test_types[float64] PASSED
44368 numpy/linalg/tests/test_linalg.py::TestSVDHermitian::test_types[complex64] PASSED
44369 numpy/linalg/tests/test_linalg.py::TestSVDHermitian::test_types[complex128] PASSED
44370 numpy/linalg/tests/test_linalg.py::TestSVDHermitian::test_generalized_herm_cases PASSED
44371 numpy/linalg/tests/test_linalg.py::TestSVDHermitian::test_generalized_empty_herm_cases PASSED
44372 numpy/linalg/tests/test_linalg.py::TestSVDHermitian::test_herm_cases PASSED
44373 numpy/linalg/tests/test_linalg.py::TestSVDHermitian::test_empty_herm_cases PASSED
44374 numpy/linalg/tests/test_linalg.py::TestCond::test_generalized_sq_cases PASSED
44375 numpy/linalg/tests/test_linalg.py::TestCond::test_generalized_empty_sq_cases PASSED
44376 numpy/linalg/tests/test_linalg.py::TestCond::test_sq_cases PASSED
44377 numpy/linalg/tests/test_linalg.py::TestCond::test_empty_sq_cases PASSED
44378 numpy/linalg/tests/test_linalg.py::TestCond::test_basic_nonsvd PASSED
44379 numpy/linalg/tests/test_linalg.py::TestCond::test_singular PASSED
44380 numpy/linalg/tests/test_linalg.py::TestCond::test_nan XFAIL ([NOTRUN...)
44381 numpy/linalg/tests/test_linalg.py::TestCond::test_stacked_singular PASSED
44382 numpy/linalg/tests/test_linalg.py::TestPinv::test_generalized_nonsq_cases PASSED
44383 numpy/linalg/tests/test_linalg.py::TestPinv::test_generalized_empty_nonsq_cases PASSED
44384 numpy/linalg/tests/test_linalg.py::TestPinv::test_generalized_sq_cases PASSED
44385 numpy/linalg/tests/test_linalg.py::TestPinv::test_generalized_empty_sq_cases PASSED
44386 numpy/linalg/tests/test_linalg.py::TestPinv::test_nonsq_cases PASSED
44387 numpy/linalg/tests/test_linalg.py::TestPinv::test_empty_nonsq_cases PASSED
44388 numpy/linalg/tests/test_linalg.py::TestPinv::test_sq_cases PASSED
44389 numpy/linalg/tests/test_linalg.py::TestPinv::test_empty_sq_cases PASSED
44390 numpy/linalg/tests/test_linalg.py::TestPinvHermitian::test_generalized_herm_cases PASSED
44391 numpy/linalg/tests/test_linalg.py::TestPinvHermitian::test_generalized_empty_herm_cases PASSED
44392 numpy/linalg/tests/test_linalg.py::TestPinvHermitian::test_herm_cases PASSED
44393 numpy/linalg/tests/test_linalg.py::TestPinvHermitian::test_empty_herm_cases PASSED
44394 numpy/linalg/tests/test_linalg.py::test_pinv_rtol_arg PASSED
44395 numpy/linalg/tests/test_linalg.py::TestDet::test_generalized_sq_cases PASSED
44396 numpy/linalg/tests/test_linalg.py::TestDet::test_generalized_empty_sq_cases PASSED
44397 numpy/linalg/tests/test_linalg.py::TestDet::test_sq_cases PASSED
44398 numpy/linalg/tests/test_linalg.py::TestDet::test_empty_sq_cases PASSED
44399 numpy/linalg/tests/test_linalg.py::TestDet::test_zero PASSED
44400 numpy/linalg/tests/test_linalg.py::TestDet::test_types[float32] PASSED
44401 numpy/linalg/tests/test_linalg.py::TestDet::test_types[float64] PASSED
44402 numpy/linalg/tests/test_linalg.py::TestDet::test_types[complex64] PASSED
44403 numpy/linalg/tests/test_linalg.py::TestDet::test_types[complex128] PASSED
44404 numpy/linalg/tests/test_linalg.py::TestDet::test_0_size PASSED
44405 numpy/linalg/tests/test_linalg.py::TestLstsq::test_nonsq_cases PASSED
44406 numpy/linalg/tests/test_linalg.py::TestLstsq::test_empty_nonsq_cases PASSED
44407 numpy/linalg/tests/test_linalg.py::TestLstsq::test_sq_cases PASSED
44408 numpy/linalg/tests/test_linalg.py::TestLstsq::test_empty_sq_cases PASSED
44409 numpy/linalg/tests/test_linalg.py::TestLstsq::test_rcond PASSED
44410 numpy/linalg/tests/test_linalg.py::TestLstsq::test_empty_a_b[4-2-2] PASSED
44411 numpy/linalg/tests/test_linalg.py::TestLstsq::test_empty_a_b[0-4-1] PASSED
44412 numpy/linalg/tests/test_linalg.py::TestLstsq::test_empty_a_b[0-4-2] PASSED
44413 numpy/linalg/tests/test_linalg.py::TestLstsq::test_empty_a_b[4-0-1] PASSED
44414 numpy/linalg/tests/test_linalg.py::TestLstsq::test_empty_a_b[4-0-2] PASSED
44415 numpy/linalg/tests/test_linalg.py::TestLstsq::test_empty_a_b[4-2-0] PASSED
44416 numpy/linalg/tests/test_linalg.py::TestLstsq::test_empty_a_b[0-0-0] PASSED
44417 numpy/linalg/tests/test_linalg.py::TestLstsq::test_incompatible_dims PASSED
44418 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt0] PASSED
44419 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt1] PASSED
44420 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt2] PASSED
44421 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt3] PASSED
44422 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt4] PASSED
44423 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt5] PASSED
44424 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt6] PASSED
44425 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt7] PASSED
44426 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt8] PASSED
44427 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt9] PASSED
44428 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt10] PASSED
44429 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt11] PASSED
44430 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt12] PASSED
44431 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt13] PASSED
44432 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt14] PASSED
44433 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt15] PASSED
44434 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_large_power[dt16] PASSED
44435 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt0] PASSED
44436 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt1] PASSED
44437 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt2] PASSED
44438 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt3] PASSED
44439 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt4] PASSED
44440 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt5] PASSED
44441 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt6] PASSED
44442 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt7] PASSED
44443 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt8] PASSED
44444 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt9] PASSED
44445 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt10] PASSED
44446 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt11] PASSED
44447 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt12] PASSED
44448 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt13] PASSED
44449 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt14] PASSED
44450 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt15] PASSED
44451 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_zero[dt16] PASSED
44452 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt0] PASSED
44453 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt1] PASSED
44454 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt2] PASSED
44455 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt3] PASSED
44456 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt4] PASSED
44457 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt5] PASSED
44458 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt6] PASSED
44459 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt7] PASSED
44460 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt8] PASSED
44461 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt9] PASSED
44462 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt10] PASSED
44463 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt11] PASSED
44464 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt12] PASSED
44465 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt13] PASSED
44466 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt14] PASSED
44467 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt15] PASSED
44468 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_one[dt16] PASSED
44469 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt0] PASSED
44470 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt1] PASSED
44471 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt2] PASSED
44472 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt3] PASSED
44473 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt4] PASSED
44474 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt5] PASSED
44475 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt6] PASSED
44476 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt7] PASSED
44477 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt8] PASSED
44478 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt9] PASSED
44479 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt10] PASSED
44480 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt11] PASSED
44481 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt12] PASSED
44482 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt13] PASSED
44483 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt14] PASSED
44484 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt15] PASSED
44485 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_two[dt16] PASSED
44486 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt0] PASSED
44487 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt1] PASSED
44488 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt2] PASSED
44489 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt3] PASSED
44490 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt4] PASSED
44491 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt5] PASSED
44492 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt6] PASSED
44493 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt7] PASSED
44494 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt8] PASSED
44495 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt9] PASSED
44496 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt10] PASSED
44497 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt11] PASSED
44498 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt12] PASSED
44499 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt13] PASSED
44500 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt14] PASSED
44501 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt15] PASSED
44502 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_power_is_minus_one[dt16] PASSED
44503 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt0] PASSED
44504 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt1] PASSED
44505 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt2] PASSED
44506 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt3] PASSED
44507 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt4] PASSED
44508 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt5] PASSED
44509 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt6] PASSED
44510 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt7] PASSED
44511 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt8] PASSED
44512 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt9] PASSED
44513 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt10] PASSED
44514 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt11] PASSED
44515 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt12] PASSED
44516 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt13] PASSED
44517 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt14] PASSED
44518 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt15] PASSED
44519 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_bad_power[dt16] PASSED
44520 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt0] PASSED
44521 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt1] PASSED
44522 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt2] PASSED
44523 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt3] PASSED
44524 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt4] PASSED
44525 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt5] PASSED
44526 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt6] PASSED
44527 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt7] PASSED
44528 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt8] PASSED
44529 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt9] PASSED
44530 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt10] PASSED
44531 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt11] PASSED
44532 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt12] PASSED
44533 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt13] PASSED
44534 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt14] PASSED
44535 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt15] PASSED
44536 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_non_square[dt16] PASSED
44537 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt0] PASSED
44538 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt1] PASSED
44539 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt2] PASSED
44540 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt3] PASSED
44541 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt4] PASSED
44542 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt5] PASSED
44543 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt6] PASSED
44544 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt7] PASSED
44545 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt8] PASSED
44546 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt9] PASSED
44547 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt10] PASSED
44548 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt11] PASSED
44549 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt12] PASSED
44550 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt13] PASSED
44551 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt14] PASSED
44552 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt15] PASSED
44553 numpy/linalg/tests/test_linalg.py::TestMatrixPower::test_exceptions_not_invertible[dt16] PASSED
44554 numpy/linalg/tests/test_linalg.py::TestEigvalshCases::test_generalized_herm_cases PASSED
44555 numpy/linalg/tests/test_linalg.py::TestEigvalshCases::test_generalized_empty_herm_cases PASSED
44556 numpy/linalg/tests/test_linalg.py::TestEigvalshCases::test_herm_cases PASSED
44557 numpy/linalg/tests/test_linalg.py::TestEigvalshCases::test_empty_herm_cases PASSED
44558 numpy/linalg/tests/test_linalg.py::TestEigvalsh::test_types[float32] PASSED
44559 numpy/linalg/tests/test_linalg.py::TestEigvalsh::test_types[float64] PASSED
44560 numpy/linalg/tests/test_linalg.py::TestEigvalsh::test_types[complex64] PASSED
44561 numpy/linalg/tests/test_linalg.py::TestEigvalsh::test_types[complex128] PASSED
44562 numpy/linalg/tests/test_linalg.py::TestEigvalsh::test_invalid PASSED
44563 numpy/linalg/tests/test_linalg.py::TestEigvalsh::test_UPLO PASSED
44564 numpy/linalg/tests/test_linalg.py::TestEigvalsh::test_0_size PASSED
44565 numpy/linalg/tests/test_linalg.py::TestEighCases::test_generalized_herm_cases PASSED
44566 numpy/linalg/tests/test_linalg.py::TestEighCases::test_generalized_empty_herm_cases PASSED
44567 numpy/linalg/tests/test_linalg.py::TestEighCases::test_herm_cases PASSED
44568 numpy/linalg/tests/test_linalg.py::TestEighCases::test_empty_herm_cases PASSED
44569 numpy/linalg/tests/test_linalg.py::TestEigh::test_types[float32] PASSED
44570 numpy/linalg/tests/test_linalg.py::TestEigh::test_types[float64] PASSED
44571 numpy/linalg/tests/test_linalg.py::TestEigh::test_types[complex64] PASSED
44572 numpy/linalg/tests/test_linalg.py::TestEigh::test_types[complex128] PASSED
44573 numpy/linalg/tests/test_linalg.py::TestEigh::test_invalid PASSED
44574 numpy/linalg/tests/test_linalg.py::TestEigh::test_UPLO PASSED
44575 numpy/linalg/tests/test_linalg.py::TestEigh::test_0_size PASSED
44576 numpy/linalg/tests/test_linalg.py::TestNorm_NonSystematic::test_longdouble_norm PASSED
44577 numpy/linalg/tests/test_linalg.py::TestNorm_NonSystematic::test_intmin PASSED
44578 numpy/linalg/tests/test_linalg.py::TestNorm_NonSystematic::test_complex_high_ord PASSED
44579 numpy/linalg/tests/test_linalg.py::TestNormDouble::test_empty PASSED
44580 numpy/linalg/tests/test_linalg.py::TestNormDouble::test_vector_return_type PASSED
44581 numpy/linalg/tests/test_linalg.py::TestNormDouble::test_vector PASSED
44582 numpy/linalg/tests/test_linalg.py::TestNormDouble::test_axis PASSED
44583 numpy/linalg/tests/test_linalg.py::TestNormDouble::test_keepdims PASSED
44584 numpy/linalg/tests/test_linalg.py::TestNormDouble::test_matrix_empty PASSED
44585 numpy/linalg/tests/test_linalg.py::TestNormDouble::test_matrix_return_type PASSED
44586 numpy/linalg/tests/test_linalg.py::TestNormDouble::test_matrix_2x2 PASSED
44587 numpy/linalg/tests/test_linalg.py::TestNormDouble::test_matrix_3x3 PASSED
44588 numpy/linalg/tests/test_linalg.py::TestNormDouble::test_bad_args PASSED
44589 numpy/linalg/tests/test_linalg.py::TestNormSingle::test_empty PASSED
44590 numpy/linalg/tests/test_linalg.py::TestNormSingle::test_vector_return_type PASSED
44591 numpy/linalg/tests/test_linalg.py::TestNormSingle::test_vector PASSED
44592 numpy/linalg/tests/test_linalg.py::TestNormSingle::test_axis PASSED
44593 numpy/linalg/tests/test_linalg.py::TestNormSingle::test_keepdims PASSED
44594 numpy/linalg/tests/test_linalg.py::TestNormSingle::test_matrix_empty PASSED
44595 numpy/linalg/tests/test_linalg.py::TestNormSingle::test_matrix_return_type PASSED
44596 numpy/linalg/tests/test_linalg.py::TestNormSingle::test_matrix_2x2 PASSED
44597 numpy/linalg/tests/test_linalg.py::TestNormSingle::test_matrix_3x3 PASSED
44598 numpy/linalg/tests/test_linalg.py::TestNormSingle::test_bad_args PASSED
44599 numpy/linalg/tests/test_linalg.py::TestNormInt64::test_empty PASSED
44600 numpy/linalg/tests/test_linalg.py::TestNormInt64::test_vector_return_type PASSED
44601 numpy/linalg/tests/test_linalg.py::TestNormInt64::test_vector PASSED
44602 numpy/linalg/tests/test_linalg.py::TestNormInt64::test_axis PASSED
44603 numpy/linalg/tests/test_linalg.py::TestNormInt64::test_keepdims PASSED
44604 numpy/linalg/tests/test_linalg.py::TestNormInt64::test_matrix_empty PASSED
44605 numpy/linalg/tests/test_linalg.py::TestNormInt64::test_matrix_return_type PASSED
44606 numpy/linalg/tests/test_linalg.py::TestNormInt64::test_matrix_2x2 PASSED
44607 numpy/linalg/tests/test_linalg.py::TestNormInt64::test_matrix_3x3 PASSED
44608 numpy/linalg/tests/test_linalg.py::TestNormInt64::test_bad_args PASSED
44609 numpy/linalg/tests/test_linalg.py::TestMatrixRank::test_matrix_rank PASSED
44610 numpy/linalg/tests/test_linalg.py::TestMatrixRank::test_symmetric_rank PASSED
44611 numpy/linalg/tests/test_linalg.py::test_reduced_rank PASSED
44612 numpy/linalg/tests/test_linalg.py::TestQR::test_qr_empty[3-0] PASSED
44613 numpy/linalg/tests/test_linalg.py::TestQR::test_qr_empty[0-3] PASSED
44614 numpy/linalg/tests/test_linalg.py::TestQR::test_qr_empty[0-0] PASSED
44615 numpy/linalg/tests/test_linalg.py::TestQR::test_mode_raw PASSED
44616 numpy/linalg/tests/test_linalg.py::TestQR::test_mode_all_but_economic PASSED
44617 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size0-size0] PASSED
44618 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size0-size1] PASSED
44619 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size0-size2] PASSED
44620 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size0-size3] PASSED
44621 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size0-size4] PASSED
44622 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size1-size0] PASSED
44623 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size1-size1] PASSED
44624 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size1-size2] PASSED
44625 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size1-size3] PASSED
44626 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size1-size4] PASSED
44627 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size2-size0] PASSED
44628 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size2-size1] PASSED
44629 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size2-size2] PASSED
44630 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size2-size3] PASSED
44631 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float32-outer_size2-size4] PASSED
44632 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size0-size0] PASSED
44633 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size0-size1] PASSED
44634 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size0-size2] PASSED
44635 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size0-size3] PASSED
44636 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size0-size4] PASSED
44637 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size1-size0] PASSED
44638 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size1-size1] PASSED
44639 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size1-size2] PASSED
44640 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size1-size3] PASSED
44641 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size1-size4] PASSED
44642 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size2-size0] PASSED
44643 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size2-size1] PASSED
44644 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size2-size2] PASSED
44645 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size2-size3] PASSED
44646 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[float64-outer_size2-size4] PASSED
44647 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size0-size0] PASSED
44648 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size0-size1] PASSED
44649 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size0-size2] PASSED
44650 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size0-size3] PASSED
44651 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size0-size4] PASSED
44652 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size1-size0] PASSED
44653 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size1-size1] PASSED
44654 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size1-size2] PASSED
44655 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size1-size3] PASSED
44656 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size1-size4] PASSED
44657 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size2-size0] PASSED
44658 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size2-size1] PASSED
44659 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size2-size2] PASSED
44660 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size2-size3] PASSED
44661 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex64-outer_size2-size4] PASSED
44662 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size0-size0] PASSED
44663 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size0-size1] PASSED
44664 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size0-size2] PASSED
44665 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size0-size3] PASSED
44666 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size0-size4] PASSED
44667 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size1-size0] PASSED
44668 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size1-size1] PASSED
44669 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size1-size2] PASSED
44670 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size1-size3] PASSED
44671 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size1-size4] PASSED
44672 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size2-size0] PASSED
44673 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size2-size1] PASSED
44674 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size2-size2] PASSED
44675 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size2-size3] PASSED
44676 numpy/linalg/tests/test_linalg.py::TestQR::test_stacked_inputs[complex128-outer_size2-size4] PASSED
44677 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-float32-shape0] PASSED
44678 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-float32-shape1] PASSED
44679 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-float32-shape2] PASSED
44680 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-float32-shape3] PASSED
44681 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-float32-shape4] PASSED
44682 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-float64-shape0] PASSED
44683 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-float64-shape1] PASSED
44684 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-float64-shape2] PASSED
44685 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-float64-shape3] PASSED
44686 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-float64-shape4] PASSED
44687 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-complex64-shape0] PASSED
44688 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-complex64-shape1] PASSED
44689 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-complex64-shape2] PASSED
44690 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-complex64-shape3] PASSED
44691 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-complex64-shape4] PASSED
44692 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-complex128-shape0] PASSED
44693 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-complex128-shape1] PASSED
44694 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-complex128-shape2] PASSED
44695 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-complex128-shape3] PASSED
44696 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[False-complex128-shape4] PASSED
44697 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-float32-shape0] PASSED
44698 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-float32-shape1] PASSED
44699 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-float32-shape2] PASSED
44700 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-float32-shape3] PASSED
44701 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-float32-shape4] PASSED
44702 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-float64-shape0] PASSED
44703 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-float64-shape1] PASSED
44704 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-float64-shape2] PASSED
44705 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-float64-shape3] PASSED
44706 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-float64-shape4] PASSED
44707 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-complex64-shape0] PASSED
44708 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-complex64-shape1] PASSED
44709 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-complex64-shape2] PASSED
44710 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-complex64-shape3] PASSED
44711 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-complex64-shape4] PASSED
44712 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-complex128-shape0] PASSED
44713 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-complex128-shape1] PASSED
44714 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-complex128-shape2] PASSED
44715 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-complex128-shape3] PASSED
44716 numpy/linalg/tests/test_linalg.py::TestCholesky::test_basic_property[True-complex128-shape4] PASSED
44717 numpy/linalg/tests/test_linalg.py::TestCholesky::test_0_size PASSED
44718 numpy/linalg/tests/test_linalg.py::TestCholesky::test_upper_lower_arg PASSED
44719 numpy/linalg/tests/test_linalg.py::test_byteorder_check PASSED
44720 numpy/linalg/tests/test_linalg.py::test_generalized_raise_multiloop PASSED
44721 numpy/linalg/tests/test_linalg.py::test_xerbla_override PASSED
44722 numpy/linalg/tests/test_linalg.py::test_sdot_bug_8577 PASSED
44723 numpy/linalg/tests/test_linalg.py::TestMultiDot::test_basic_function_with_three_arguments PASSED
44724 numpy/linalg/tests/test_linalg.py::TestMultiDot::test_basic_function_with_two_arguments PASSED
44725 numpy/linalg/tests/test_linalg.py::TestMultiDot::test_basic_function_with_dynamic_programming_optimization PASSED
44726 numpy/linalg/tests/test_linalg.py::TestMultiDot::test_vector_as_first_argument PASSED
44727 numpy/linalg/tests/test_linalg.py::TestMultiDot::test_vector_as_last_argument PASSED
44728 numpy/linalg/tests/test_linalg.py::TestMultiDot::test_vector_as_first_and_last_argument PASSED
44729 numpy/linalg/tests/test_linalg.py::TestMultiDot::test_three_arguments_and_out PASSED
44730 numpy/linalg/tests/test_linalg.py::TestMultiDot::test_two_arguments_and_out PASSED
44731 numpy/linalg/tests/test_linalg.py::TestMultiDot::test_dynamic_programming_optimization_and_out PASSED
44732 numpy/linalg/tests/test_linalg.py::TestMultiDot::test_dynamic_programming_logic PASSED
44733 numpy/linalg/tests/test_linalg.py::TestMultiDot::test_too_few_input_arrays PASSED
44734 numpy/linalg/tests/test_linalg.py::TestTensorinv::test_non_square_handling[arr0-2] PASSED
44735 numpy/linalg/tests/test_linalg.py::TestTensorinv::test_non_square_handling[arr1-1] PASSED
44736 numpy/linalg/tests/test_linalg.py::TestTensorinv::test_tensorinv_shape[shape0-2] PASSED
44737 numpy/linalg/tests/test_linalg.py::TestTensorinv::test_tensorinv_shape[shape1-1] PASSED
44738 numpy/linalg/tests/test_linalg.py::TestTensorinv::test_tensorinv_ind_limit[0] PASSED
44739 numpy/linalg/tests/test_linalg.py::TestTensorinv::test_tensorinv_ind_limit[-2] PASSED
44740 numpy/linalg/tests/test_linalg.py::TestTensorinv::test_tensorinv_result PASSED
44741 numpy/linalg/tests/test_linalg.py::TestTensorsolve::test_non_square_handling[a0-None] PASSED
44742 numpy/linalg/tests/test_linalg.py::TestTensorsolve::test_non_square_handling[a1-axes1] PASSED
44743 numpy/linalg/tests/test_linalg.py::TestTensorsolve::test_tensorsolve_result[shape0] PASSED
44744 numpy/linalg/tests/test_linalg.py::TestTensorsolve::test_tensorsolve_result[shape1] PASSED
44745 numpy/linalg/tests/test_linalg.py::TestTensorsolve::test_tensorsolve_result[shape2] PASSED
44746 numpy/linalg/tests/test_linalg.py::test_unsupported_commontype PASSED
44747 numpy/linalg/tests/test_linalg.py::test_blas64_dot SKIPPED (Bad memo...)
44748 numpy/linalg/tests/test_linalg.py::test_blas64_geqrf_lwork_smoketest XFAIL
44749 numpy/linalg/tests/test_linalg.py::test_diagonal PASSED
44750 numpy/linalg/tests/test_linalg.py::test_trace PASSED
44751 numpy/linalg/tests/test_linalg.py::test_cross PASSED
44752 numpy/linalg/tests/test_linalg.py::test_tensordot PASSED
44753 numpy/linalg/tests/test_linalg.py::test_matmul PASSED
44754 numpy/linalg/tests/test_linalg.py::test_matrix_transpose PASSED
44755 numpy/linalg/tests/test_linalg.py::test_matrix_norm PASSED
44756 numpy/linalg/tests/test_linalg.py::test_vector_norm PASSED
44757 numpy/linalg/tests/test_regression.py::TestRegression::test_eig_build PASSED
44758 numpy/linalg/tests/test_regression.py::TestRegression::test_eigh_build PASSED
44759 numpy/linalg/tests/test_regression.py::TestRegression::test_svd_build PASSED
44760 numpy/linalg/tests/test_regression.py::TestRegression::test_norm_vector_badarg PASSED
44761 numpy/linalg/tests/test_regression.py::TestRegression::test_lapack_endian PASSED
44762 numpy/linalg/tests/test_regression.py::TestRegression::test_large_svd_32bit PASSED
44763 numpy/linalg/tests/test_regression.py::TestRegression::test_svd_no_uv PASSED
44764 numpy/linalg/tests/test_regression.py::TestRegression::test_norm_object_array PASSED
44765 numpy/linalg/tests/test_regression.py::TestRegression::test_lstsq_complex_larger_rhs PASSED
44766 numpy/linalg/tests/test_regression.py::TestRegression::test_cholesky_empty_array[True] PASSED
44767 numpy/linalg/tests/test_regression.py::TestRegression::test_cholesky_empty_array[False] PASSED
44768 numpy/linalg/tests/test_regression.py::TestRegression::test_matrix_rank_rtol_argument[0.0] PASSED
44769 numpy/linalg/tests/test_regression.py::TestRegression::test_matrix_rank_rtol_argument[rtol1] PASSED
44770 numpy/linalg/tests/test_regression.py::TestRegression::test_matrix_rank_rtol_argument[rtol2] PASSED
44771 numpy/linalg/tests/test_regression.py::TestRegression::test_openblas_threading PASSED
44772 numpy/ma/tests/test_arrayobject.py::test_matrix_transpose_raises_error_for_1d PASSED
44773 numpy/ma/tests/test_arrayobject.py::test_matrix_transpose_equals_transpose_2d PASSED
44774 numpy/ma/tests/test_arrayobject.py::test_matrix_transpose_equals_swapaxes[shape0] PASSED
44775 numpy/ma/tests/test_arrayobject.py::test_matrix_transpose_equals_swapaxes[shape1] PASSED
44776 numpy/ma/tests/test_arrayobject.py::test_matrix_transpose_equals_swapaxes[shape2] PASSED
44777 numpy/ma/tests/test_core.py::TestMaskedArray::test_basicattributes PASSED
44778 numpy/ma/tests/test_core.py::TestMaskedArray::test_basic0d PASSED
44779 numpy/ma/tests/test_core.py::TestMaskedArray::test_basic1d PASSED
44780 numpy/ma/tests/test_core.py::TestMaskedArray::test_basic2d PASSED
44781 numpy/ma/tests/test_core.py::TestMaskedArray::test_concatenate_basic PASSED
44782 numpy/ma/tests/test_core.py::TestMaskedArray::test_concatenate_alongaxis PASSED
44783 numpy/ma/tests/test_core.py::TestMaskedArray::test_concatenate_flexible PASSED
44784 numpy/ma/tests/test_core.py::TestMaskedArray::test_creation_ndmin PASSED
44785 numpy/ma/tests/test_core.py::TestMaskedArray::test_creation_ndmin_from_maskedarray PASSED
44786 numpy/ma/tests/test_core.py::TestMaskedArray::test_creation_maskcreation PASSED
44787 numpy/ma/tests/test_core.py::TestMaskedArray::test_masked_singleton_array_creation_warns PASSED
44788 numpy/ma/tests/test_core.py::TestMaskedArray::test_creation_with_list_of_maskedarrays PASSED
44789 numpy/ma/tests/test_core.py::TestMaskedArray::test_creation_with_list_of_maskedarrays_no_bool_cast PASSED
44790 numpy/ma/tests/test_core.py::TestMaskedArray::test_creation_from_ndarray_with_padding PASSED
44791 numpy/ma/tests/test_core.py::TestMaskedArray::test_unknown_keyword_parameter PASSED
44792 numpy/ma/tests/test_core.py::TestMaskedArray::test_asarray PASSED
44793 numpy/ma/tests/test_core.py::TestMaskedArray::test_asarray_default_order PASSED
44794 numpy/ma/tests/test_core.py::TestMaskedArray::test_asarray_enforce_order PASSED
44795 numpy/ma/tests/test_core.py::TestMaskedArray::test_fix_invalid PASSED
44796 numpy/ma/tests/test_core.py::TestMaskedArray::test_maskedelement PASSED
44797 numpy/ma/tests/test_core.py::TestMaskedArray::test_set_element_as_object PASSED
44798 numpy/ma/tests/test_core.py::TestMaskedArray::test_indexing PASSED
44799 numpy/ma/tests/test_core.py::TestMaskedArray::test_setitem_no_warning PASSED
44800 numpy/ma/tests/test_core.py::TestMaskedArray::test_copy PASSED
44801 numpy/ma/tests/test_core.py::TestMaskedArray::test_copy_0d PASSED
44802 numpy/ma/tests/test_core.py::TestMaskedArray::test_copy_on_python_builtins PASSED
44803 numpy/ma/tests/test_core.py::TestMaskedArray::test_copy_immutable PASSED
44804 numpy/ma/tests/test_core.py::TestMaskedArray::test_deepcopy PASSED
44805 numpy/ma/tests/test_core.py::TestMaskedArray::test_format PASSED
44806 numpy/ma/tests/test_core.py::TestMaskedArray::test_str_repr PASSED
44807 numpy/ma/tests/test_core.py::TestMaskedArray::test_str_repr_legacy PASSED
44808 numpy/ma/tests/test_core.py::TestMaskedArray::test_0d_unicode PASSED
44809 numpy/ma/tests/test_core.py::TestMaskedArray::test_pickling PASSED
44810 numpy/ma/tests/test_core.py::TestMaskedArray::test_pickling_subbaseclass PASSED
44811 numpy/ma/tests/test_core.py::TestMaskedArray::test_pickling_maskedconstant PASSED
44812 numpy/ma/tests/test_core.py::TestMaskedArray::test_pickling_wstructured PASSED
44813 numpy/ma/tests/test_core.py::TestMaskedArray::test_pickling_keepalignment PASSED
44814 numpy/ma/tests/test_core.py::TestMaskedArray::test_single_element_subscript PASSED
44815 numpy/ma/tests/test_core.py::TestMaskedArray::test_topython PASSED
44816 numpy/ma/tests/test_core.py::TestMaskedArray::test_oddfeatures_1 PASSED
44817 numpy/ma/tests/test_core.py::TestMaskedArray::test_oddfeatures_2 PASSED
44818 numpy/ma/tests/test_core.py::TestMaskedArray::test_oddfeatures_3 PASSED
44819 numpy/ma/tests/test_core.py::TestMaskedArray::test_filled_with_object_dtype PASSED
44820 numpy/ma/tests/test_core.py::TestMaskedArray::test_filled_with_flexible_dtype PASSED
44821 numpy/ma/tests/test_core.py::TestMaskedArray::test_filled_with_mvoid PASSED
44822 numpy/ma/tests/test_core.py::TestMaskedArray::test_filled_with_nested_dtype PASSED
44823 numpy/ma/tests/test_core.py::TestMaskedArray::test_filled_with_f_order PASSED
44824 numpy/ma/tests/test_core.py::TestMaskedArray::test_optinfo_propagation PASSED
44825 numpy/ma/tests/test_core.py::TestMaskedArray::test_optinfo_forward_propagation PASSED
44826 numpy/ma/tests/test_core.py::TestMaskedArray::test_fancy_printoptions PASSED
44827 numpy/ma/tests/test_core.py::TestMaskedArray::test_flatten_structured_array PASSED
44828 numpy/ma/tests/test_core.py::TestMaskedArray::test_void0d PASSED
44829 numpy/ma/tests/test_core.py::TestMaskedArray::test_mvoid_getitem PASSED
44830 numpy/ma/tests/test_core.py::TestMaskedArray::test_mvoid_iter PASSED
44831 numpy/ma/tests/test_core.py::TestMaskedArray::test_mvoid_print PASSED
44832 numpy/ma/tests/test_core.py::TestMaskedArray::test_mvoid_multidim_print PASSED
44833 numpy/ma/tests/test_core.py::TestMaskedArray::test_object_with_array PASSED
44834 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_basic_arithmetic PASSED
44835 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_divide_on_different_shapes PASSED
44836 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_mixed_arithmetic PASSED
44837 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_limits_arithmetic PASSED
44838 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_masked_singleton_arithmetic PASSED
44839 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_masked_singleton_equality PASSED
44840 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_arithmetic_with_masked_singleton PASSED
44841 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_arithmetic_with_masked_singleton_on_1d_singleton PASSED
44842 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_scalar_arithmetic PASSED
44843 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_basic_ufuncs PASSED
44844 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_count_func PASSED
44845 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_count_on_python_builtins PASSED
44846 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_minmax_func PASSED
44847 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_minimummaximum_func PASSED
44848 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_minmax_reduce PASSED
44849 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_minmax_funcs_with_output PASSED
44850 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_minmax_methods PASSED
44851 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_minmax_dtypes PASSED
44852 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_addsumprod PASSED
44853 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_binops_d2D PASSED
44854 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_domained_binops_d2D PASSED
44855 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_noshrinking PASSED
44856 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ufunc_nomask PASSED
44857 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_noshink_on_creation PASSED
44858 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_mod PASSED
44859 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_TakeTransposeInnerOuter PASSED
44860 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_imag_real PASSED
44861 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_methods_with_output PASSED
44862 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_on_structured PASSED
44863 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_on_structured PASSED
44864 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_ne_structured_with_non_masked PASSED
44865 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_ne_structured_extra PASSED
44866 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_strings[None-S] PASSED
44867 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_strings[None-U] PASSED
44868 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_strings[A-S] PASSED
44869 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_strings[A-U] PASSED
44870 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_strings[None-S] PASSED
44871 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_strings[None-U] PASSED
44872 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_strings[A-S] PASSED
44873 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_strings[A-U] PASSED
44874 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-?] PASSED
44875 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-b] PASSED
44876 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-h] PASSED
44877 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-i] PASSED
44878 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-l] PASSED
44879 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-q] PASSED
44880 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-B] PASSED
44881 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-H] PASSED
44882 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-I] PASSED
44883 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-L] PASSED
44884 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-Q] PASSED
44885 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-e] PASSED
44886 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-f] PASSED
44887 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-d] PASSED
44888 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-g] PASSED
44889 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-F] PASSED
44890 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-?-D] PASSED
44891 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-?] PASSED
44892 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-b] PASSED
44893 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-h] PASSED
44894 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-i] PASSED
44895 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-l] PASSED
44896 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-q] PASSED
44897 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-B] PASSED
44898 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-H] PASSED
44899 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-I] PASSED
44900 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-L] PASSED
44901 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-Q] PASSED
44902 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-e] PASSED
44903 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-f] PASSED
44904 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-d] PASSED
44905 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-g] PASSED
44906 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-F] PASSED
44907 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-b-D] PASSED
44908 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-?] PASSED
44909 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-b] PASSED
44910 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-h] PASSED
44911 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-i] PASSED
44912 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-l] PASSED
44913 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-q] PASSED
44914 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-B] PASSED
44915 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-H] PASSED
44916 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-I] PASSED
44917 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-L] PASSED
44918 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-Q] PASSED
44919 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-e] PASSED
44920 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-f] PASSED
44921 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-d] PASSED
44922 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-g] PASSED
44923 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-F] PASSED
44924 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-h-D] PASSED
44925 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-?] PASSED
44926 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-b] PASSED
44927 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-h] PASSED
44928 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-i] PASSED
44929 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-l] PASSED
44930 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-q] PASSED
44931 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-B] PASSED
44932 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-H] PASSED
44933 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-I] PASSED
44934 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-L] PASSED
44935 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-Q] PASSED
44936 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-e] PASSED
44937 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-f] PASSED
44938 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-d] PASSED
44939 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-g] PASSED
44940 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-F] PASSED
44941 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-i-D] PASSED
44942 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-?] PASSED
44943 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-b] PASSED
44944 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-h] PASSED
44945 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-i] PASSED
44946 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-l] PASSED
44947 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-q] PASSED
44948 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-B] PASSED
44949 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-H] PASSED
44950 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-I] PASSED
44951 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-L] PASSED
44952 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-Q] PASSED
44953 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-e] PASSED
44954 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-f] PASSED
44955 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-d] PASSED
44956 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-g] PASSED
44957 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-F] PASSED
44958 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-l-D] PASSED
44959 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-?] PASSED
44960 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-b] PASSED
44961 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-h] PASSED
44962 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-i] PASSED
44963 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-l] PASSED
44964 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-q] PASSED
44965 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-B] PASSED
44966 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-H] PASSED
44967 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-I] PASSED
44968 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-L] PASSED
44969 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-Q] PASSED
44970 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-e] PASSED
44971 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-f] PASSED
44972 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-d] PASSED
44973 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-g] PASSED
44974 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-F] PASSED
44975 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-q-D] PASSED
44976 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-?] PASSED
44977 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-b] PASSED
44978 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-h] PASSED
44979 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-i] PASSED
44980 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-l] PASSED
44981 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-q] PASSED
44982 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-B] PASSED
44983 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-H] PASSED
44984 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-I] PASSED
44985 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-L] PASSED
44986 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-Q] PASSED
44987 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-e] PASSED
44988 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-f] PASSED
44989 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-d] PASSED
44990 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-g] PASSED
44991 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-F] PASSED
44992 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-B-D] PASSED
44993 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-?] PASSED
44994 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-b] PASSED
44995 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-h] PASSED
44996 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-i] PASSED
44997 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-l] PASSED
44998 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-q] PASSED
44999 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-B] PASSED
45000 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-H] PASSED
45001 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-I] PASSED
45002 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-L] PASSED
45003 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-Q] PASSED
45004 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-e] PASSED
45005 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-f] PASSED
45006 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-d] PASSED
45007 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-g] PASSED
45008 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-F] PASSED
45009 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-H-D] PASSED
45010 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-?] PASSED
45011 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-b] PASSED
45012 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-h] PASSED
45013 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-i] PASSED
45014 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-l] PASSED
45015 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-q] PASSED
45016 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-B] PASSED
45017 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-H] PASSED
45018 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-I] PASSED
45019 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-L] PASSED
45020 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-Q] PASSED
45021 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-e] PASSED
45022 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-f] PASSED
45023 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-d] PASSED
45024 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-g] PASSED
45025 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-F] PASSED
45026 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-I-D] PASSED
45027 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-?] PASSED
45028 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-b] PASSED
45029 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-h] PASSED
45030 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-i] PASSED
45031 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-l] PASSED
45032 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-q] PASSED
45033 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-B] PASSED
45034 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-H] PASSED
45035 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-I] PASSED
45036 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-L] PASSED
45037 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-Q] PASSED
45038 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-e] PASSED
45039 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-f] PASSED
45040 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-d] PASSED
45041 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-g] PASSED
45042 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-F] PASSED
45043 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-L-D] PASSED
45044 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-?] PASSED
45045 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-b] PASSED
45046 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-h] PASSED
45047 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-i] PASSED
45048 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-l] PASSED
45049 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-q] PASSED
45050 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-B] PASSED
45051 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-H] PASSED
45052 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-I] PASSED
45053 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-L] PASSED
45054 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-Q] PASSED
45055 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-e] PASSED
45056 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-f] PASSED
45057 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-d] PASSED
45058 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-g] PASSED
45059 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-F] PASSED
45060 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-Q-D] PASSED
45061 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-?] PASSED
45062 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-b] PASSED
45063 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-h] PASSED
45064 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-i] PASSED
45065 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-l] PASSED
45066 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-q] PASSED
45067 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-B] PASSED
45068 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-H] PASSED
45069 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-I] PASSED
45070 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-L] PASSED
45071 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-Q] PASSED
45072 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-e] PASSED
45073 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-f] PASSED
45074 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-d] PASSED
45075 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-g] PASSED
45076 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-F] PASSED
45077 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-e-D] PASSED
45078 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-?] PASSED
45079 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-b] PASSED
45080 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-h] PASSED
45081 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-i] PASSED
45082 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-l] PASSED
45083 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-q] PASSED
45084 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-B] PASSED
45085 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-H] PASSED
45086 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-I] PASSED
45087 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-L] PASSED
45088 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-Q] PASSED
45089 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-e] PASSED
45090 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-f] PASSED
45091 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-d] PASSED
45092 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-g] PASSED
45093 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-F] PASSED
45094 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-f-D] PASSED
45095 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-?] PASSED
45096 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-b] PASSED
45097 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-h] PASSED
45098 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-i] PASSED
45099 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-l] PASSED
45100 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-q] PASSED
45101 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-B] PASSED
45102 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-H] PASSED
45103 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-I] PASSED
45104 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-L] PASSED
45105 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-Q] PASSED
45106 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-e] PASSED
45107 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-f] PASSED
45108 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-d] PASSED
45109 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-g] PASSED
45110 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-F] PASSED
45111 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-d-D] PASSED
45112 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-?] PASSED
45113 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-b] PASSED
45114 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-h] PASSED
45115 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-i] PASSED
45116 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-l] PASSED
45117 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-q] PASSED
45118 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-B] PASSED
45119 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-H] PASSED
45120 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-I] PASSED
45121 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-L] PASSED
45122 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-Q] PASSED
45123 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-e] PASSED
45124 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-f] PASSED
45125 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-d] PASSED
45126 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-g] PASSED
45127 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-F] PASSED
45128 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-g-D] PASSED
45129 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-?] PASSED
45130 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-b] PASSED
45131 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-h] PASSED
45132 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-i] PASSED
45133 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-l] PASSED
45134 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-q] PASSED
45135 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-B] PASSED
45136 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-H] PASSED
45137 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-I] PASSED
45138 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-L] PASSED
45139 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-Q] PASSED
45140 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-e] PASSED
45141 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-f] PASSED
45142 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-d] PASSED
45143 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-g] PASSED
45144 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-F] PASSED
45145 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-F-D] PASSED
45146 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-?] PASSED
45147 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-b] PASSED
45148 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-h] PASSED
45149 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-i] PASSED
45150 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-l] PASSED
45151 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-q] PASSED
45152 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-B] PASSED
45153 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-H] PASSED
45154 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-I] PASSED
45155 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-L] PASSED
45156 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-Q] PASSED
45157 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-e] PASSED
45158 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-f] PASSED
45159 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-d] PASSED
45160 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-g] PASSED
45161 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-F] PASSED
45162 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[None-D-D] PASSED
45163 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-?] PASSED
45164 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-b] PASSED
45165 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-h] PASSED
45166 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-i] PASSED
45167 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-l] PASSED
45168 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-q] PASSED
45169 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-B] PASSED
45170 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-H] PASSED
45171 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-I] PASSED
45172 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-L] PASSED
45173 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-Q] PASSED
45174 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-e] PASSED
45175 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-f] PASSED
45176 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-d] PASSED
45177 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-g] PASSED
45178 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-F] PASSED
45179 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-?-D] PASSED
45180 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-?] PASSED
45181 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-b] PASSED
45182 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-h] PASSED
45183 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-i] PASSED
45184 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-l] PASSED
45185 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-q] PASSED
45186 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-B] PASSED
45187 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-H] PASSED
45188 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-I] PASSED
45189 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-L] PASSED
45190 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-Q] PASSED
45191 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-e] PASSED
45192 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-f] PASSED
45193 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-d] PASSED
45194 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-g] PASSED
45195 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-F] PASSED
45196 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-b-D] PASSED
45197 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-?] PASSED
45198 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-b] PASSED
45199 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-h] PASSED
45200 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-i] PASSED
45201 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-l] PASSED
45202 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-q] PASSED
45203 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-B] PASSED
45204 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-H] PASSED
45205 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-I] PASSED
45206 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-L] PASSED
45207 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-Q] PASSED
45208 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-e] PASSED
45209 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-f] PASSED
45210 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-d] PASSED
45211 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-g] PASSED
45212 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-F] PASSED
45213 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-h-D] PASSED
45214 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-?] PASSED
45215 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-b] PASSED
45216 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-h] PASSED
45217 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-i] PASSED
45218 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-l] PASSED
45219 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-q] PASSED
45220 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-B] PASSED
45221 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-H] PASSED
45222 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-I] PASSED
45223 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-L] PASSED
45224 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-Q] PASSED
45225 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-e] PASSED
45226 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-f] PASSED
45227 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-d] PASSED
45228 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-g] PASSED
45229 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-F] PASSED
45230 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-i-D] PASSED
45231 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-?] PASSED
45232 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-b] PASSED
45233 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-h] PASSED
45234 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-i] PASSED
45235 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-l] PASSED
45236 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-q] PASSED
45237 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-B] PASSED
45238 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-H] PASSED
45239 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-I] PASSED
45240 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-L] PASSED
45241 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-Q] PASSED
45242 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-e] PASSED
45243 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-f] PASSED
45244 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-d] PASSED
45245 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-g] PASSED
45246 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-F] PASSED
45247 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-l-D] PASSED
45248 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-?] PASSED
45249 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-b] PASSED
45250 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-h] PASSED
45251 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-i] PASSED
45252 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-l] PASSED
45253 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-q] PASSED
45254 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-B] PASSED
45255 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-H] PASSED
45256 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-I] PASSED
45257 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-L] PASSED
45258 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-Q] PASSED
45259 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-e] PASSED
45260 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-f] PASSED
45261 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-d] PASSED
45262 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-g] PASSED
45263 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-F] PASSED
45264 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-q-D] PASSED
45265 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-?] PASSED
45266 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-b] PASSED
45267 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-h] PASSED
45268 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-i] PASSED
45269 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-l] PASSED
45270 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-q] PASSED
45271 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-B] PASSED
45272 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-H] PASSED
45273 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-I] PASSED
45274 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-L] PASSED
45275 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-Q] PASSED
45276 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-e] PASSED
45277 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-f] PASSED
45278 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-d] PASSED
45279 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-g] PASSED
45280 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-F] PASSED
45281 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-B-D] PASSED
45282 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-?] PASSED
45283 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-b] PASSED
45284 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-h] PASSED
45285 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-i] PASSED
45286 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-l] PASSED
45287 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-q] PASSED
45288 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-B] PASSED
45289 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-H] PASSED
45290 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-I] PASSED
45291 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-L] PASSED
45292 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-Q] PASSED
45293 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-e] PASSED
45294 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-f] PASSED
45295 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-d] PASSED
45296 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-g] PASSED
45297 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-F] PASSED
45298 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-H-D] PASSED
45299 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-?] PASSED
45300 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-b] PASSED
45301 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-h] PASSED
45302 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-i] PASSED
45303 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-l] PASSED
45304 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-q] PASSED
45305 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-B] PASSED
45306 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-H] PASSED
45307 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-I] PASSED
45308 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-L] PASSED
45309 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-Q] PASSED
45310 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-e] PASSED
45311 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-f] PASSED
45312 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-d] PASSED
45313 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-g] PASSED
45314 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-F] PASSED
45315 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-I-D] PASSED
45316 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-?] PASSED
45317 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-b] PASSED
45318 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-h] PASSED
45319 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-i] PASSED
45320 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-l] PASSED
45321 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-q] PASSED
45322 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-B] PASSED
45323 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-H] PASSED
45324 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-I] PASSED
45325 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-L] PASSED
45326 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-Q] PASSED
45327 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-e] PASSED
45328 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-f] PASSED
45329 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-d] PASSED
45330 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-g] PASSED
45331 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-F] PASSED
45332 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-L-D] PASSED
45333 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-?] PASSED
45334 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-b] PASSED
45335 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-h] PASSED
45336 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-i] PASSED
45337 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-l] PASSED
45338 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-q] PASSED
45339 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-B] PASSED
45340 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-H] PASSED
45341 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-I] PASSED
45342 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-L] PASSED
45343 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-Q] PASSED
45344 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-e] PASSED
45345 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-f] PASSED
45346 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-d] PASSED
45347 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-g] PASSED
45348 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-F] PASSED
45349 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-Q-D] PASSED
45350 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-?] PASSED
45351 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-b] PASSED
45352 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-h] PASSED
45353 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-i] PASSED
45354 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-l] PASSED
45355 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-q] PASSED
45356 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-B] PASSED
45357 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-H] PASSED
45358 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-I] PASSED
45359 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-L] PASSED
45360 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-Q] PASSED
45361 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-e] PASSED
45362 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-f] PASSED
45363 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-d] PASSED
45364 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-g] PASSED
45365 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-F] PASSED
45366 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-e-D] PASSED
45367 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-?] PASSED
45368 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-b] PASSED
45369 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-h] PASSED
45370 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-i] PASSED
45371 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-l] PASSED
45372 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-q] PASSED
45373 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-B] PASSED
45374 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-H] PASSED
45375 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-I] PASSED
45376 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-L] PASSED
45377 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-Q] PASSED
45378 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-e] PASSED
45379 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-f] PASSED
45380 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-d] PASSED
45381 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-g] PASSED
45382 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-F] PASSED
45383 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-f-D] PASSED
45384 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-?] PASSED
45385 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-b] PASSED
45386 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-h] PASSED
45387 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-i] PASSED
45388 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-l] PASSED
45389 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-q] PASSED
45390 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-B] PASSED
45391 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-H] PASSED
45392 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-I] PASSED
45393 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-L] PASSED
45394 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-Q] PASSED
45395 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-e] PASSED
45396 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-f] PASSED
45397 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-d] PASSED
45398 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-g] PASSED
45399 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-F] PASSED
45400 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-d-D] PASSED
45401 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-?] PASSED
45402 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-b] PASSED
45403 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-h] PASSED
45404 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-i] PASSED
45405 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-l] PASSED
45406 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-q] PASSED
45407 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-B] PASSED
45408 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-H] PASSED
45409 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-I] PASSED
45410 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-L] PASSED
45411 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-Q] PASSED
45412 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-e] PASSED
45413 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-f] PASSED
45414 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-d] PASSED
45415 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-g] PASSED
45416 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-F] PASSED
45417 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-g-D] PASSED
45418 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-?] PASSED
45419 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-b] PASSED
45420 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-h] PASSED
45421 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-i] PASSED
45422 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-l] PASSED
45423 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-q] PASSED
45424 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-B] PASSED
45425 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-H] PASSED
45426 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-I] PASSED
45427 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-L] PASSED
45428 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-Q] PASSED
45429 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-e] PASSED
45430 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-f] PASSED
45431 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-d] PASSED
45432 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-g] PASSED
45433 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-F] PASSED
45434 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-F-D] PASSED
45435 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-?] PASSED
45436 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-b] PASSED
45437 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-h] PASSED
45438 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-i] PASSED
45439 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-l] PASSED
45440 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-q] PASSED
45441 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-B] PASSED
45442 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-H] PASSED
45443 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-I] PASSED
45444 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-L] PASSED
45445 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-Q] PASSED
45446 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-e] PASSED
45447 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-f] PASSED
45448 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-d] PASSED
45449 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-g] PASSED
45450 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-F] PASSED
45451 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_for_numeric[1-D-D] PASSED
45452 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_broadcast_with_unmasked[eq] PASSED
45453 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_broadcast_with_unmasked[lt] PASSED
45454 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comp_no_mask_not_broadcast[eq] PASSED
45455 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comp_no_mask_not_broadcast[gt] PASSED
45456 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-?] PASSED
45457 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-b] PASSED
45458 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-h] PASSED
45459 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-i] PASSED
45460 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-l] PASSED
45461 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-q] PASSED
45462 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-B] PASSED
45463 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-H] PASSED
45464 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-I] PASSED
45465 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-L] PASSED
45466 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-Q] PASSED
45467 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-e] PASSED
45468 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-f] PASSED
45469 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-d] PASSED
45470 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-g] PASSED
45471 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-F] PASSED
45472 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-?-D] PASSED
45473 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-?] PASSED
45474 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-b] PASSED
45475 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-h] PASSED
45476 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-i] PASSED
45477 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-l] PASSED
45478 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-q] PASSED
45479 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-B] PASSED
45480 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-H] PASSED
45481 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-I] PASSED
45482 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-L] PASSED
45483 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-Q] PASSED
45484 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-e] PASSED
45485 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-f] PASSED
45486 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-d] PASSED
45487 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-g] PASSED
45488 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-F] PASSED
45489 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-b-D] PASSED
45490 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-?] PASSED
45491 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-b] PASSED
45492 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-h] PASSED
45493 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-i] PASSED
45494 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-l] PASSED
45495 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-q] PASSED
45496 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-B] PASSED
45497 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-H] PASSED
45498 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-I] PASSED
45499 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-L] PASSED
45500 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-Q] PASSED
45501 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-e] PASSED
45502 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-f] PASSED
45503 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-d] PASSED
45504 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-g] PASSED
45505 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-F] PASSED
45506 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-h-D] PASSED
45507 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-?] PASSED
45508 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-b] PASSED
45509 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-h] PASSED
45510 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-i] PASSED
45511 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-l] PASSED
45512 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-q] PASSED
45513 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-B] PASSED
45514 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-H] PASSED
45515 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-I] PASSED
45516 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-L] PASSED
45517 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-Q] PASSED
45518 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-e] PASSED
45519 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-f] PASSED
45520 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-d] PASSED
45521 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-g] PASSED
45522 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-F] PASSED
45523 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-i-D] PASSED
45524 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-?] PASSED
45525 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-b] PASSED
45526 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-h] PASSED
45527 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-i] PASSED
45528 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-l] PASSED
45529 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-q] PASSED
45530 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-B] PASSED
45531 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-H] PASSED
45532 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-I] PASSED
45533 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-L] PASSED
45534 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-Q] PASSED
45535 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-e] PASSED
45536 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-f] PASSED
45537 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-d] PASSED
45538 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-g] PASSED
45539 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-F] PASSED
45540 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-l-D] PASSED
45541 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-?] PASSED
45542 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-b] PASSED
45543 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-h] PASSED
45544 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-i] PASSED
45545 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-l] PASSED
45546 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-q] PASSED
45547 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-B] PASSED
45548 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-H] PASSED
45549 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-I] PASSED
45550 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-L] PASSED
45551 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-Q] PASSED
45552 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-e] PASSED
45553 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-f] PASSED
45554 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-d] PASSED
45555 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-g] PASSED
45556 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-F] PASSED
45557 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-q-D] PASSED
45558 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-?] PASSED
45559 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-b] PASSED
45560 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-h] PASSED
45561 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-i] PASSED
45562 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-l] PASSED
45563 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-q] PASSED
45564 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-B] PASSED
45565 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-H] PASSED
45566 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-I] PASSED
45567 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-L] PASSED
45568 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-Q] PASSED
45569 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-e] PASSED
45570 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-f] PASSED
45571 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-d] PASSED
45572 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-g] PASSED
45573 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-F] PASSED
45574 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-B-D] PASSED
45575 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-?] PASSED
45576 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-b] PASSED
45577 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-h] PASSED
45578 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-i] PASSED
45579 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-l] PASSED
45580 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-q] PASSED
45581 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-B] PASSED
45582 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-H] PASSED
45583 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-I] PASSED
45584 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-L] PASSED
45585 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-Q] PASSED
45586 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-e] PASSED
45587 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-f] PASSED
45588 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-d] PASSED
45589 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-g] PASSED
45590 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-F] PASSED
45591 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-H-D] PASSED
45592 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-?] PASSED
45593 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-b] PASSED
45594 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-h] PASSED
45595 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-i] PASSED
45596 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-l] PASSED
45597 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-q] PASSED
45598 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-B] PASSED
45599 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-H] PASSED
45600 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-I] PASSED
45601 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-L] PASSED
45602 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-Q] PASSED
45603 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-e] PASSED
45604 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-f] PASSED
45605 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-d] PASSED
45606 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-g] PASSED
45607 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-F] PASSED
45608 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-I-D] PASSED
45609 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-?] PASSED
45610 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-b] PASSED
45611 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-h] PASSED
45612 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-i] PASSED
45613 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-l] PASSED
45614 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-q] PASSED
45615 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-B] PASSED
45616 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-H] PASSED
45617 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-I] PASSED
45618 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-L] PASSED
45619 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-Q] PASSED
45620 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-e] PASSED
45621 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-f] PASSED
45622 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-d] PASSED
45623 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-g] PASSED
45624 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-F] PASSED
45625 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-L-D] PASSED
45626 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-?] PASSED
45627 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-b] PASSED
45628 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-h] PASSED
45629 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-i] PASSED
45630 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-l] PASSED
45631 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-q] PASSED
45632 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-B] PASSED
45633 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-H] PASSED
45634 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-I] PASSED
45635 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-L] PASSED
45636 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-Q] PASSED
45637 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-e] PASSED
45638 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-f] PASSED
45639 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-d] PASSED
45640 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-g] PASSED
45641 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-F] PASSED
45642 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-Q-D] PASSED
45643 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-?] PASSED
45644 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-b] PASSED
45645 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-h] PASSED
45646 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-i] PASSED
45647 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-l] PASSED
45648 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-q] PASSED
45649 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-B] PASSED
45650 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-H] PASSED
45651 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-I] PASSED
45652 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-L] PASSED
45653 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-Q] PASSED
45654 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-e] PASSED
45655 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-f] PASSED
45656 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-d] PASSED
45657 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-g] PASSED
45658 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-F] PASSED
45659 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-e-D] PASSED
45660 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-?] PASSED
45661 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-b] PASSED
45662 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-h] PASSED
45663 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-i] PASSED
45664 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-l] PASSED
45665 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-q] PASSED
45666 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-B] PASSED
45667 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-H] PASSED
45668 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-I] PASSED
45669 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-L] PASSED
45670 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-Q] PASSED
45671 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-e] PASSED
45672 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-f] PASSED
45673 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-d] PASSED
45674 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-g] PASSED
45675 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-F] PASSED
45676 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-f-D] PASSED
45677 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-?] PASSED
45678 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-b] PASSED
45679 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-h] PASSED
45680 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-i] PASSED
45681 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-l] PASSED
45682 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-q] PASSED
45683 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-B] PASSED
45684 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-H] PASSED
45685 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-I] PASSED
45686 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-L] PASSED
45687 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-Q] PASSED
45688 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-e] PASSED
45689 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-f] PASSED
45690 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-d] PASSED
45691 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-g] PASSED
45692 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-F] PASSED
45693 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-d-D] PASSED
45694 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-?] PASSED
45695 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-b] PASSED
45696 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-h] PASSED
45697 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-i] PASSED
45698 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-l] PASSED
45699 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-q] PASSED
45700 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-B] PASSED
45701 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-H] PASSED
45702 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-I] PASSED
45703 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-L] PASSED
45704 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-Q] PASSED
45705 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-e] PASSED
45706 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-f] PASSED
45707 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-d] PASSED
45708 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-g] PASSED
45709 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-F] PASSED
45710 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-g-D] PASSED
45711 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-?] PASSED
45712 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-b] PASSED
45713 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-h] PASSED
45714 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-i] PASSED
45715 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-l] PASSED
45716 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-q] PASSED
45717 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-B] PASSED
45718 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-H] PASSED
45719 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-I] PASSED
45720 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-L] PASSED
45721 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-Q] PASSED
45722 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-e] PASSED
45723 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-f] PASSED
45724 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-d] PASSED
45725 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-g] PASSED
45726 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-F] PASSED
45727 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-F-D] PASSED
45728 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-?] PASSED
45729 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-b] PASSED
45730 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-h] PASSED
45731 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-i] PASSED
45732 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-l] PASSED
45733 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-q] PASSED
45734 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-B] PASSED
45735 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-H] PASSED
45736 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-I] PASSED
45737 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-L] PASSED
45738 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-Q] PASSED
45739 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-e] PASSED
45740 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-f] PASSED
45741 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-d] PASSED
45742 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-g] PASSED
45743 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-F] PASSED
45744 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[None-D-D] PASSED
45745 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-?] PASSED
45746 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-b] PASSED
45747 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-h] PASSED
45748 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-i] PASSED
45749 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-l] PASSED
45750 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-q] PASSED
45751 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-B] PASSED
45752 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-H] PASSED
45753 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-I] PASSED
45754 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-L] PASSED
45755 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-Q] PASSED
45756 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-e] PASSED
45757 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-f] PASSED
45758 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-d] PASSED
45759 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-g] PASSED
45760 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-F] PASSED
45761 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-?-D] PASSED
45762 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-?] PASSED
45763 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-b] PASSED
45764 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-h] PASSED
45765 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-i] PASSED
45766 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-l] PASSED
45767 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-q] PASSED
45768 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-B] PASSED
45769 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-H] PASSED
45770 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-I] PASSED
45771 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-L] PASSED
45772 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-Q] PASSED
45773 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-e] PASSED
45774 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-f] PASSED
45775 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-d] PASSED
45776 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-g] PASSED
45777 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-F] PASSED
45778 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-b-D] PASSED
45779 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-?] PASSED
45780 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-b] PASSED
45781 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-h] PASSED
45782 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-i] PASSED
45783 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-l] PASSED
45784 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-q] PASSED
45785 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-B] PASSED
45786 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-H] PASSED
45787 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-I] PASSED
45788 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-L] PASSED
45789 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-Q] PASSED
45790 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-e] PASSED
45791 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-f] PASSED
45792 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-d] PASSED
45793 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-g] PASSED
45794 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-F] PASSED
45795 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-h-D] PASSED
45796 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-?] PASSED
45797 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-b] PASSED
45798 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-h] PASSED
45799 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-i] PASSED
45800 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-l] PASSED
45801 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-q] PASSED
45802 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-B] PASSED
45803 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-H] PASSED
45804 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-I] PASSED
45805 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-L] PASSED
45806 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-Q] PASSED
45807 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-e] PASSED
45808 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-f] PASSED
45809 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-d] PASSED
45810 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-g] PASSED
45811 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-F] PASSED
45812 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-i-D] PASSED
45813 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-?] PASSED
45814 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-b] PASSED
45815 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-h] PASSED
45816 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-i] PASSED
45817 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-l] PASSED
45818 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-q] PASSED
45819 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-B] PASSED
45820 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-H] PASSED
45821 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-I] PASSED
45822 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-L] PASSED
45823 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-Q] PASSED
45824 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-e] PASSED
45825 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-f] PASSED
45826 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-d] PASSED
45827 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-g] PASSED
45828 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-F] PASSED
45829 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-l-D] PASSED
45830 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-?] PASSED
45831 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-b] PASSED
45832 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-h] PASSED
45833 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-i] PASSED
45834 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-l] PASSED
45835 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-q] PASSED
45836 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-B] PASSED
45837 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-H] PASSED
45838 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-I] PASSED
45839 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-L] PASSED
45840 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-Q] PASSED
45841 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-e] PASSED
45842 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-f] PASSED
45843 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-d] PASSED
45844 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-g] PASSED
45845 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-F] PASSED
45846 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-q-D] PASSED
45847 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-?] PASSED
45848 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-b] PASSED
45849 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-h] PASSED
45850 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-i] PASSED
45851 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-l] PASSED
45852 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-q] PASSED
45853 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-B] PASSED
45854 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-H] PASSED
45855 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-I] PASSED
45856 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-L] PASSED
45857 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-Q] PASSED
45858 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-e] PASSED
45859 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-f] PASSED
45860 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-d] PASSED
45861 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-g] PASSED
45862 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-F] PASSED
45863 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-B-D] PASSED
45864 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-?] PASSED
45865 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-b] PASSED
45866 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-h] PASSED
45867 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-i] PASSED
45868 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-l] PASSED
45869 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-q] PASSED
45870 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-B] PASSED
45871 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-H] PASSED
45872 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-I] PASSED
45873 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-L] PASSED
45874 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-Q] PASSED
45875 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-e] PASSED
45876 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-f] PASSED
45877 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-d] PASSED
45878 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-g] PASSED
45879 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-F] PASSED
45880 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-H-D] PASSED
45881 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-?] PASSED
45882 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-b] PASSED
45883 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-h] PASSED
45884 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-i] PASSED
45885 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-l] PASSED
45886 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-q] PASSED
45887 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-B] PASSED
45888 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-H] PASSED
45889 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-I] PASSED
45890 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-L] PASSED
45891 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-Q] PASSED
45892 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-e] PASSED
45893 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-f] PASSED
45894 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-d] PASSED
45895 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-g] PASSED
45896 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-F] PASSED
45897 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-I-D] PASSED
45898 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-?] PASSED
45899 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-b] PASSED
45900 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-h] PASSED
45901 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-i] PASSED
45902 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-l] PASSED
45903 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-q] PASSED
45904 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-B] PASSED
45905 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-H] PASSED
45906 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-I] PASSED
45907 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-L] PASSED
45908 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-Q] PASSED
45909 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-e] PASSED
45910 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-f] PASSED
45911 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-d] PASSED
45912 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-g] PASSED
45913 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-F] PASSED
45914 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-L-D] PASSED
45915 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-?] PASSED
45916 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-b] PASSED
45917 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-h] PASSED
45918 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-i] PASSED
45919 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-l] PASSED
45920 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-q] PASSED
45921 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-B] PASSED
45922 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-H] PASSED
45923 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-I] PASSED
45924 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-L] PASSED
45925 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-Q] PASSED
45926 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-e] PASSED
45927 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-f] PASSED
45928 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-d] PASSED
45929 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-g] PASSED
45930 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-F] PASSED
45931 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-Q-D] PASSED
45932 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-?] PASSED
45933 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-b] PASSED
45934 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-h] PASSED
45935 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-i] PASSED
45936 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-l] PASSED
45937 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-q] PASSED
45938 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-B] PASSED
45939 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-H] PASSED
45940 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-I] PASSED
45941 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-L] PASSED
45942 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-Q] PASSED
45943 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-e] PASSED
45944 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-f] PASSED
45945 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-d] PASSED
45946 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-g] PASSED
45947 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-F] PASSED
45948 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-e-D] PASSED
45949 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-?] PASSED
45950 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-b] PASSED
45951 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-h] PASSED
45952 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-i] PASSED
45953 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-l] PASSED
45954 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-q] PASSED
45955 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-B] PASSED
45956 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-H] PASSED
45957 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-I] PASSED
45958 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-L] PASSED
45959 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-Q] PASSED
45960 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-e] PASSED
45961 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-f] PASSED
45962 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-d] PASSED
45963 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-g] PASSED
45964 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-F] PASSED
45965 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-f-D] PASSED
45966 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-?] PASSED
45967 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-b] PASSED
45968 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-h] PASSED
45969 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-i] PASSED
45970 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-l] PASSED
45971 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-q] PASSED
45972 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-B] PASSED
45973 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-H] PASSED
45974 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-I] PASSED
45975 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-L] PASSED
45976 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-Q] PASSED
45977 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-e] PASSED
45978 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-f] PASSED
45979 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-d] PASSED
45980 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-g] PASSED
45981 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-F] PASSED
45982 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-d-D] PASSED
45983 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-?] PASSED
45984 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-b] PASSED
45985 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-h] PASSED
45986 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-i] PASSED
45987 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-l] PASSED
45988 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-q] PASSED
45989 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-B] PASSED
45990 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-H] PASSED
45991 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-I] PASSED
45992 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-L] PASSED
45993 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-Q] PASSED
45994 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-e] PASSED
45995 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-f] PASSED
45996 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-d] PASSED
45997 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-g] PASSED
45998 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-F] PASSED
45999 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-g-D] PASSED
46000 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-?] PASSED
46001 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-b] PASSED
46002 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-h] PASSED
46003 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-i] PASSED
46004 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-l] PASSED
46005 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-q] PASSED
46006 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-B] PASSED
46007 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-H] PASSED
46008 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-I] PASSED
46009 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-L] PASSED
46010 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-Q] PASSED
46011 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-e] PASSED
46012 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-f] PASSED
46013 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-d] PASSED
46014 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-g] PASSED
46015 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-F] PASSED
46016 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-F-D] PASSED
46017 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-?] PASSED
46018 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-b] PASSED
46019 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-h] PASSED
46020 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-i] PASSED
46021 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-l] PASSED
46022 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-q] PASSED
46023 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-B] PASSED
46024 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-H] PASSED
46025 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-I] PASSED
46026 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-L] PASSED
46027 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-Q] PASSED
46028 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-e] PASSED
46029 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-f] PASSED
46030 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-d] PASSED
46031 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-g] PASSED
46032 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-F] PASSED
46033 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_ne_for_numeric[1-D-D] PASSED
46034 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-?] PASSED
46035 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-b] PASSED
46036 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-h] PASSED
46037 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-i] PASSED
46038 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-l] PASSED
46039 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-q] PASSED
46040 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-B] PASSED
46041 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-H] PASSED
46042 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-I] PASSED
46043 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-L] PASSED
46044 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-Q] PASSED
46045 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-e] PASSED
46046 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-f] PASSED
46047 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-d] PASSED
46048 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-g] PASSED
46049 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-F] PASSED
46050 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-?-D] PASSED
46051 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-?] PASSED
46052 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-b] PASSED
46053 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-h] PASSED
46054 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-i] PASSED
46055 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-l] PASSED
46056 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-q] PASSED
46057 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-B] PASSED
46058 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-H] PASSED
46059 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-I] PASSED
46060 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-L] PASSED
46061 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-Q] PASSED
46062 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-e] PASSED
46063 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-f] PASSED
46064 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-d] PASSED
46065 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-g] PASSED
46066 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-F] PASSED
46067 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-b-D] PASSED
46068 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-?] PASSED
46069 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-b] PASSED
46070 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-h] PASSED
46071 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-i] PASSED
46072 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-l] PASSED
46073 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-q] PASSED
46074 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-B] PASSED
46075 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-H] PASSED
46076 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-I] PASSED
46077 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-L] PASSED
46078 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-Q] PASSED
46079 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-e] PASSED
46080 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-f] PASSED
46081 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-d] PASSED
46082 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-g] PASSED
46083 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-F] PASSED
46084 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-h-D] PASSED
46085 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-?] PASSED
46086 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-b] PASSED
46087 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-h] PASSED
46088 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-i] PASSED
46089 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-l] PASSED
46090 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-q] PASSED
46091 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-B] PASSED
46092 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-H] PASSED
46093 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-I] PASSED
46094 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-L] PASSED
46095 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-Q] PASSED
46096 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-e] PASSED
46097 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-f] PASSED
46098 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-d] PASSED
46099 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-g] PASSED
46100 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-F] PASSED
46101 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-i-D] PASSED
46102 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-?] PASSED
46103 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-b] PASSED
46104 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-h] PASSED
46105 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-i] PASSED
46106 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-l] PASSED
46107 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-q] PASSED
46108 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-B] PASSED
46109 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-H] PASSED
46110 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-I] PASSED
46111 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-L] PASSED
46112 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-Q] PASSED
46113 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-e] PASSED
46114 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-f] PASSED
46115 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-d] PASSED
46116 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-g] PASSED
46117 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-F] PASSED
46118 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-l-D] PASSED
46119 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-?] PASSED
46120 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-b] PASSED
46121 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-h] PASSED
46122 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-i] PASSED
46123 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-l] PASSED
46124 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-q] PASSED
46125 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-B] PASSED
46126 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-H] PASSED
46127 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-I] PASSED
46128 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-L] PASSED
46129 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-Q] PASSED
46130 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-e] PASSED
46131 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-f] PASSED
46132 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-d] PASSED
46133 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-g] PASSED
46134 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-F] PASSED
46135 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-q-D] PASSED
46136 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-?] PASSED
46137 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-b] PASSED
46138 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-h] PASSED
46139 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-i] PASSED
46140 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-l] PASSED
46141 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-q] PASSED
46142 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-B] PASSED
46143 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-H] PASSED
46144 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-I] PASSED
46145 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-L] PASSED
46146 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-Q] PASSED
46147 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-e] PASSED
46148 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-f] PASSED
46149 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-d] PASSED
46150 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-g] PASSED
46151 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-F] PASSED
46152 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-B-D] PASSED
46153 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-?] PASSED
46154 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-b] PASSED
46155 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-h] PASSED
46156 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-i] PASSED
46157 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-l] PASSED
46158 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-q] PASSED
46159 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-B] PASSED
46160 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-H] PASSED
46161 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-I] PASSED
46162 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-L] PASSED
46163 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-Q] PASSED
46164 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-e] PASSED
46165 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-f] PASSED
46166 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-d] PASSED
46167 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-g] PASSED
46168 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-F] PASSED
46169 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-H-D] PASSED
46170 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-?] PASSED
46171 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-b] PASSED
46172 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-h] PASSED
46173 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-i] PASSED
46174 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-l] PASSED
46175 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-q] PASSED
46176 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-B] PASSED
46177 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-H] PASSED
46178 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-I] PASSED
46179 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-L] PASSED
46180 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-Q] PASSED
46181 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-e] PASSED
46182 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-f] PASSED
46183 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-d] PASSED
46184 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-g] PASSED
46185 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-F] PASSED
46186 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-I-D] PASSED
46187 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-?] PASSED
46188 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-b] PASSED
46189 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-h] PASSED
46190 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-i] PASSED
46191 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-l] PASSED
46192 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-q] PASSED
46193 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-B] PASSED
46194 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-H] PASSED
46195 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-I] PASSED
46196 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-L] PASSED
46197 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-Q] PASSED
46198 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-e] PASSED
46199 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-f] PASSED
46200 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-d] PASSED
46201 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-g] PASSED
46202 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-F] PASSED
46203 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-L-D] PASSED
46204 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-?] PASSED
46205 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-b] PASSED
46206 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-h] PASSED
46207 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-i] PASSED
46208 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-l] PASSED
46209 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-q] PASSED
46210 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-B] PASSED
46211 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-H] PASSED
46212 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-I] PASSED
46213 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-L] PASSED
46214 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-Q] PASSED
46215 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-e] PASSED
46216 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-f] PASSED
46217 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-d] PASSED
46218 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-g] PASSED
46219 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-F] PASSED
46220 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-Q-D] PASSED
46221 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-?] PASSED
46222 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-b] PASSED
46223 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-h] PASSED
46224 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-i] PASSED
46225 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-l] PASSED
46226 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-q] PASSED
46227 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-B] PASSED
46228 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-H] PASSED
46229 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-I] PASSED
46230 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-L] PASSED
46231 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-Q] PASSED
46232 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-e] PASSED
46233 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-f] PASSED
46234 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-d] PASSED
46235 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-g] PASSED
46236 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-F] PASSED
46237 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-e-D] PASSED
46238 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-?] PASSED
46239 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-b] PASSED
46240 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-h] PASSED
46241 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-i] PASSED
46242 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-l] PASSED
46243 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-q] PASSED
46244 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-B] PASSED
46245 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-H] PASSED
46246 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-I] PASSED
46247 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-L] PASSED
46248 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-Q] PASSED
46249 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-e] PASSED
46250 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-f] PASSED
46251 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-d] PASSED
46252 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-g] PASSED
46253 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-F] PASSED
46254 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-f-D] PASSED
46255 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-?] PASSED
46256 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-b] PASSED
46257 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-h] PASSED
46258 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-i] PASSED
46259 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-l] PASSED
46260 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-q] PASSED
46261 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-B] PASSED
46262 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-H] PASSED
46263 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-I] PASSED
46264 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-L] PASSED
46265 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-Q] PASSED
46266 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-e] PASSED
46267 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-f] PASSED
46268 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-d] PASSED
46269 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-g] PASSED
46270 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-F] PASSED
46271 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-d-D] PASSED
46272 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-?] PASSED
46273 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-b] PASSED
46274 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-h] PASSED
46275 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-i] PASSED
46276 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-l] PASSED
46277 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-q] PASSED
46278 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-B] PASSED
46279 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-H] PASSED
46280 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-I] PASSED
46281 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-L] PASSED
46282 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-Q] PASSED
46283 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-e] PASSED
46284 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-f] PASSED
46285 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-d] PASSED
46286 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-g] PASSED
46287 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-F] PASSED
46288 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-g-D] PASSED
46289 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-?] PASSED
46290 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-b] PASSED
46291 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-h] PASSED
46292 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-i] PASSED
46293 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-l] PASSED
46294 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-q] PASSED
46295 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-B] PASSED
46296 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-H] PASSED
46297 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-I] PASSED
46298 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-L] PASSED
46299 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-Q] PASSED
46300 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-e] PASSED
46301 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-f] PASSED
46302 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-d] PASSED
46303 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-g] PASSED
46304 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-F] PASSED
46305 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-F-D] PASSED
46306 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-?] PASSED
46307 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-b] PASSED
46308 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-h] PASSED
46309 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-i] PASSED
46310 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-l] PASSED
46311 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-q] PASSED
46312 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-B] PASSED
46313 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-H] PASSED
46314 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-I] PASSED
46315 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-L] PASSED
46316 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-Q] PASSED
46317 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-e] PASSED
46318 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-f] PASSED
46319 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-d] PASSED
46320 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-g] PASSED
46321 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-F] PASSED
46322 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-None-D-D] PASSED
46323 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-?] PASSED
46324 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-b] PASSED
46325 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-h] PASSED
46326 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-i] PASSED
46327 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-l] PASSED
46328 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-q] PASSED
46329 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-B] PASSED
46330 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-H] PASSED
46331 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-I] PASSED
46332 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-L] PASSED
46333 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-Q] PASSED
46334 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-e] PASSED
46335 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-f] PASSED
46336 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-d] PASSED
46337 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-g] PASSED
46338 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-F] PASSED
46339 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-?-D] PASSED
46340 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-?] PASSED
46341 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-b] PASSED
46342 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-h] PASSED
46343 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-i] PASSED
46344 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-l] PASSED
46345 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-q] PASSED
46346 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-B] PASSED
46347 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-H] PASSED
46348 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-I] PASSED
46349 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-L] PASSED
46350 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-Q] PASSED
46351 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-e] PASSED
46352 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-f] PASSED
46353 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-d] PASSED
46354 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-g] PASSED
46355 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-F] PASSED
46356 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-b-D] PASSED
46357 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-?] PASSED
46358 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-b] PASSED
46359 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-h] PASSED
46360 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-i] PASSED
46361 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-l] PASSED
46362 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-q] PASSED
46363 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-B] PASSED
46364 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-H] PASSED
46365 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-I] PASSED
46366 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-L] PASSED
46367 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-Q] PASSED
46368 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-e] PASSED
46369 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-f] PASSED
46370 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-d] PASSED
46371 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-g] PASSED
46372 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-F] PASSED
46373 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-h-D] PASSED
46374 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-?] PASSED
46375 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-b] PASSED
46376 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-h] PASSED
46377 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-i] PASSED
46378 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-l] PASSED
46379 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-q] PASSED
46380 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-B] PASSED
46381 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-H] PASSED
46382 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-I] PASSED
46383 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-L] PASSED
46384 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-Q] PASSED
46385 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-e] PASSED
46386 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-f] PASSED
46387 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-d] PASSED
46388 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-g] PASSED
46389 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-F] PASSED
46390 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-i-D] PASSED
46391 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-?] PASSED
46392 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-b] PASSED
46393 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-h] PASSED
46394 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-i] PASSED
46395 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-l] PASSED
46396 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-q] PASSED
46397 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-B] PASSED
46398 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-H] PASSED
46399 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-I] PASSED
46400 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-L] PASSED
46401 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-Q] PASSED
46402 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-e] PASSED
46403 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-f] PASSED
46404 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-d] PASSED
46405 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-g] PASSED
46406 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-F] PASSED
46407 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-l-D] PASSED
46408 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-?] PASSED
46409 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-b] PASSED
46410 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-h] PASSED
46411 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-i] PASSED
46412 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-l] PASSED
46413 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-q] PASSED
46414 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-B] PASSED
46415 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-H] PASSED
46416 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-I] PASSED
46417 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-L] PASSED
46418 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-Q] PASSED
46419 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-e] PASSED
46420 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-f] PASSED
46421 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-d] PASSED
46422 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-g] PASSED
46423 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-F] PASSED
46424 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-q-D] PASSED
46425 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-?] PASSED
46426 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-b] PASSED
46427 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-h] PASSED
46428 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-i] PASSED
46429 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-l] PASSED
46430 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-q] PASSED
46431 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-B] PASSED
46432 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-H] PASSED
46433 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-I] PASSED
46434 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-L] PASSED
46435 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-Q] PASSED
46436 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-e] PASSED
46437 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-f] PASSED
46438 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-d] PASSED
46439 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-g] PASSED
46440 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-F] PASSED
46441 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-B-D] PASSED
46442 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-?] PASSED
46443 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-b] PASSED
46444 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-h] PASSED
46445 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-i] PASSED
46446 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-l] PASSED
46447 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-q] PASSED
46448 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-B] PASSED
46449 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-H] PASSED
46450 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-I] PASSED
46451 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-L] PASSED
46452 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-Q] PASSED
46453 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-e] PASSED
46454 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-f] PASSED
46455 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-d] PASSED
46456 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-g] PASSED
46457 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-F] PASSED
46458 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-H-D] PASSED
46459 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-?] PASSED
46460 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-b] PASSED
46461 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-h] PASSED
46462 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-i] PASSED
46463 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-l] PASSED
46464 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-q] PASSED
46465 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-B] PASSED
46466 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-H] PASSED
46467 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-I] PASSED
46468 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-L] PASSED
46469 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-Q] PASSED
46470 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-e] PASSED
46471 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-f] PASSED
46472 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-d] PASSED
46473 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-g] PASSED
46474 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-F] PASSED
46475 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-I-D] PASSED
46476 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-?] PASSED
46477 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-b] PASSED
46478 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-h] PASSED
46479 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-i] PASSED
46480 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-l] PASSED
46481 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-q] PASSED
46482 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-B] PASSED
46483 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-H] PASSED
46484 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-I] PASSED
46485 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-L] PASSED
46486 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-Q] PASSED
46487 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-e] PASSED
46488 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-f] PASSED
46489 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-d] PASSED
46490 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-g] PASSED
46491 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-F] PASSED
46492 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-L-D] PASSED
46493 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-?] PASSED
46494 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-b] PASSED
46495 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-h] PASSED
46496 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-i] PASSED
46497 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-l] PASSED
46498 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-q] PASSED
46499 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-B] PASSED
46500 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-H] PASSED
46501 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-I] PASSED
46502 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-L] PASSED
46503 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-Q] PASSED
46504 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-e] PASSED
46505 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-f] PASSED
46506 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-d] PASSED
46507 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-g] PASSED
46508 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-F] PASSED
46509 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-Q-D] PASSED
46510 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-?] PASSED
46511 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-b] PASSED
46512 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-h] PASSED
46513 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-i] PASSED
46514 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-l] PASSED
46515 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-q] PASSED
46516 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-B] PASSED
46517 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-H] PASSED
46518 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-I] PASSED
46519 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-L] PASSED
46520 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-Q] PASSED
46521 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-e] PASSED
46522 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-f] PASSED
46523 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-d] PASSED
46524 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-g] PASSED
46525 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-F] PASSED
46526 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-e-D] PASSED
46527 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-?] PASSED
46528 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-b] PASSED
46529 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-h] PASSED
46530 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-i] PASSED
46531 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-l] PASSED
46532 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-q] PASSED
46533 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-B] PASSED
46534 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-H] PASSED
46535 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-I] PASSED
46536 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-L] PASSED
46537 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-Q] PASSED
46538 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-e] PASSED
46539 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-f] PASSED
46540 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-d] PASSED
46541 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-g] PASSED
46542 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-F] PASSED
46543 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-f-D] PASSED
46544 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-?] PASSED
46545 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-b] PASSED
46546 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-h] PASSED
46547 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-i] PASSED
46548 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-l] PASSED
46549 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-q] PASSED
46550 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-B] PASSED
46551 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-H] PASSED
46552 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-I] PASSED
46553 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-L] PASSED
46554 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-Q] PASSED
46555 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-e] PASSED
46556 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-f] PASSED
46557 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-d] PASSED
46558 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-g] PASSED
46559 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-F] PASSED
46560 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-d-D] PASSED
46561 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-?] PASSED
46562 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-b] PASSED
46563 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-h] PASSED
46564 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-i] PASSED
46565 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-l] PASSED
46566 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-q] PASSED
46567 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-B] PASSED
46568 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-H] PASSED
46569 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-I] PASSED
46570 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-L] PASSED
46571 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-Q] PASSED
46572 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-e] PASSED
46573 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-f] PASSED
46574 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-d] PASSED
46575 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-g] PASSED
46576 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-F] PASSED
46577 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-g-D] PASSED
46578 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-?] PASSED
46579 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-b] PASSED
46580 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-h] PASSED
46581 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-i] PASSED
46582 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-l] PASSED
46583 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-q] PASSED
46584 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-B] PASSED
46585 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-H] PASSED
46586 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-I] PASSED
46587 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-L] PASSED
46588 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-Q] PASSED
46589 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-e] PASSED
46590 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-f] PASSED
46591 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-d] PASSED
46592 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-g] PASSED
46593 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-F] PASSED
46594 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-F-D] PASSED
46595 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-?] PASSED
46596 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-b] PASSED
46597 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-h] PASSED
46598 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-i] PASSED
46599 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-l] PASSED
46600 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-q] PASSED
46601 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-B] PASSED
46602 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-H] PASSED
46603 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-I] PASSED
46604 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-L] PASSED
46605 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-Q] PASSED
46606 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-e] PASSED
46607 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-f] PASSED
46608 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-d] PASSED
46609 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-g] PASSED
46610 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-F] PASSED
46611 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[le-1-D-D] PASSED
46612 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-?] PASSED
46613 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-b] PASSED
46614 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-h] PASSED
46615 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-i] PASSED
46616 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-l] PASSED
46617 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-q] PASSED
46618 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-B] PASSED
46619 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-H] PASSED
46620 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-I] PASSED
46621 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-L] PASSED
46622 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-Q] PASSED
46623 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-e] PASSED
46624 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-f] PASSED
46625 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-d] PASSED
46626 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-g] PASSED
46627 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-F] PASSED
46628 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-?-D] PASSED
46629 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-?] PASSED
46630 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-b] PASSED
46631 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-h] PASSED
46632 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-i] PASSED
46633 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-l] PASSED
46634 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-q] PASSED
46635 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-B] PASSED
46636 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-H] PASSED
46637 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-I] PASSED
46638 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-L] PASSED
46639 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-Q] PASSED
46640 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-e] PASSED
46641 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-f] PASSED
46642 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-d] PASSED
46643 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-g] PASSED
46644 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-F] PASSED
46645 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-b-D] PASSED
46646 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-?] PASSED
46647 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-b] PASSED
46648 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-h] PASSED
46649 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-i] PASSED
46650 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-l] PASSED
46651 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-q] PASSED
46652 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-B] PASSED
46653 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-H] PASSED
46654 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-I] PASSED
46655 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-L] PASSED
46656 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-Q] PASSED
46657 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-e] PASSED
46658 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-f] PASSED
46659 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-d] PASSED
46660 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-g] PASSED
46661 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-F] PASSED
46662 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-h-D] PASSED
46663 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-?] PASSED
46664 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-b] PASSED
46665 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-h] PASSED
46666 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-i] PASSED
46667 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-l] PASSED
46668 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-q] PASSED
46669 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-B] PASSED
46670 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-H] PASSED
46671 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-I] PASSED
46672 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-L] PASSED
46673 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-Q] PASSED
46674 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-e] PASSED
46675 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-f] PASSED
46676 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-d] PASSED
46677 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-g] PASSED
46678 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-F] PASSED
46679 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-i-D] PASSED
46680 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-?] PASSED
46681 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-b] PASSED
46682 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-h] PASSED
46683 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-i] PASSED
46684 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-l] PASSED
46685 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-q] PASSED
46686 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-B] PASSED
46687 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-H] PASSED
46688 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-I] PASSED
46689 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-L] PASSED
46690 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-Q] PASSED
46691 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-e] PASSED
46692 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-f] PASSED
46693 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-d] PASSED
46694 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-g] PASSED
46695 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-F] PASSED
46696 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-l-D] PASSED
46697 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-?] PASSED
46698 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-b] PASSED
46699 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-h] PASSED
46700 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-i] PASSED
46701 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-l] PASSED
46702 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-q] PASSED
46703 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-B] PASSED
46704 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-H] PASSED
46705 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-I] PASSED
46706 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-L] PASSED
46707 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-Q] PASSED
46708 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-e] PASSED
46709 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-f] PASSED
46710 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-d] PASSED
46711 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-g] PASSED
46712 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-F] PASSED
46713 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-q-D] PASSED
46714 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-?] PASSED
46715 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-b] PASSED
46716 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-h] PASSED
46717 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-i] PASSED
46718 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-l] PASSED
46719 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-q] PASSED
46720 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-B] PASSED
46721 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-H] PASSED
46722 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-I] PASSED
46723 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-L] PASSED
46724 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-Q] PASSED
46725 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-e] PASSED
46726 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-f] PASSED
46727 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-d] PASSED
46728 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-g] PASSED
46729 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-F] PASSED
46730 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-B-D] PASSED
46731 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-?] PASSED
46732 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-b] PASSED
46733 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-h] PASSED
46734 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-i] PASSED
46735 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-l] PASSED
46736 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-q] PASSED
46737 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-B] PASSED
46738 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-H] PASSED
46739 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-I] PASSED
46740 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-L] PASSED
46741 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-Q] PASSED
46742 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-e] PASSED
46743 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-f] PASSED
46744 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-d] PASSED
46745 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-g] PASSED
46746 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-F] PASSED
46747 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-H-D] PASSED
46748 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-?] PASSED
46749 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-b] PASSED
46750 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-h] PASSED
46751 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-i] PASSED
46752 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-l] PASSED
46753 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-q] PASSED
46754 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-B] PASSED
46755 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-H] PASSED
46756 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-I] PASSED
46757 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-L] PASSED
46758 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-Q] PASSED
46759 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-e] PASSED
46760 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-f] PASSED
46761 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-d] PASSED
46762 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-g] PASSED
46763 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-F] PASSED
46764 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-I-D] PASSED
46765 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-?] PASSED
46766 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-b] PASSED
46767 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-h] PASSED
46768 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-i] PASSED
46769 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-l] PASSED
46770 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-q] PASSED
46771 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-B] PASSED
46772 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-H] PASSED
46773 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-I] PASSED
46774 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-L] PASSED
46775 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-Q] PASSED
46776 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-e] PASSED
46777 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-f] PASSED
46778 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-d] PASSED
46779 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-g] PASSED
46780 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-F] PASSED
46781 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-L-D] PASSED
46782 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-?] PASSED
46783 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-b] PASSED
46784 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-h] PASSED
46785 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-i] PASSED
46786 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-l] PASSED
46787 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-q] PASSED
46788 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-B] PASSED
46789 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-H] PASSED
46790 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-I] PASSED
46791 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-L] PASSED
46792 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-Q] PASSED
46793 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-e] PASSED
46794 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-f] PASSED
46795 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-d] PASSED
46796 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-g] PASSED
46797 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-F] PASSED
46798 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-Q-D] PASSED
46799 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-?] PASSED
46800 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-b] PASSED
46801 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-h] PASSED
46802 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-i] PASSED
46803 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-l] PASSED
46804 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-q] PASSED
46805 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-B] PASSED
46806 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-H] PASSED
46807 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-I] PASSED
46808 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-L] PASSED
46809 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-Q] PASSED
46810 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-e] PASSED
46811 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-f] PASSED
46812 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-d] PASSED
46813 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-g] PASSED
46814 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-F] PASSED
46815 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-e-D] PASSED
46816 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-?] PASSED
46817 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-b] PASSED
46818 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-h] PASSED
46819 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-i] PASSED
46820 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-l] PASSED
46821 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-q] PASSED
46822 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-B] PASSED
46823 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-H] PASSED
46824 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-I] PASSED
46825 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-L] PASSED
46826 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-Q] PASSED
46827 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-e] PASSED
46828 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-f] PASSED
46829 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-d] PASSED
46830 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-g] PASSED
46831 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-F] PASSED
46832 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-f-D] PASSED
46833 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-?] PASSED
46834 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-b] PASSED
46835 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-h] PASSED
46836 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-i] PASSED
46837 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-l] PASSED
46838 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-q] PASSED
46839 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-B] PASSED
46840 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-H] PASSED
46841 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-I] PASSED
46842 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-L] PASSED
46843 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-Q] PASSED
46844 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-e] PASSED
46845 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-f] PASSED
46846 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-d] PASSED
46847 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-g] PASSED
46848 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-F] PASSED
46849 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-d-D] PASSED
46850 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-?] PASSED
46851 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-b] PASSED
46852 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-h] PASSED
46853 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-i] PASSED
46854 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-l] PASSED
46855 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-q] PASSED
46856 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-B] PASSED
46857 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-H] PASSED
46858 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-I] PASSED
46859 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-L] PASSED
46860 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-Q] PASSED
46861 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-e] PASSED
46862 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-f] PASSED
46863 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-d] PASSED
46864 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-g] PASSED
46865 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-F] PASSED
46866 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-g-D] PASSED
46867 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-?] PASSED
46868 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-b] PASSED
46869 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-h] PASSED
46870 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-i] PASSED
46871 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-l] PASSED
46872 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-q] PASSED
46873 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-B] PASSED
46874 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-H] PASSED
46875 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-I] PASSED
46876 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-L] PASSED
46877 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-Q] PASSED
46878 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-e] PASSED
46879 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-f] PASSED
46880 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-d] PASSED
46881 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-g] PASSED
46882 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-F] PASSED
46883 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-F-D] PASSED
46884 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-?] PASSED
46885 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-b] PASSED
46886 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-h] PASSED
46887 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-i] PASSED
46888 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-l] PASSED
46889 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-q] PASSED
46890 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-B] PASSED
46891 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-H] PASSED
46892 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-I] PASSED
46893 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-L] PASSED
46894 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-Q] PASSED
46895 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-e] PASSED
46896 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-f] PASSED
46897 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-d] PASSED
46898 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-g] PASSED
46899 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-F] PASSED
46900 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-None-D-D] PASSED
46901 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-?] PASSED
46902 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-b] PASSED
46903 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-h] PASSED
46904 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-i] PASSED
46905 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-l] PASSED
46906 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-q] PASSED
46907 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-B] PASSED
46908 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-H] PASSED
46909 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-I] PASSED
46910 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-L] PASSED
46911 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-Q] PASSED
46912 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-e] PASSED
46913 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-f] PASSED
46914 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-d] PASSED
46915 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-g] PASSED
46916 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-F] PASSED
46917 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-?-D] PASSED
46918 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-?] PASSED
46919 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-b] PASSED
46920 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-h] PASSED
46921 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-i] PASSED
46922 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-l] PASSED
46923 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-q] PASSED
46924 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-B] PASSED
46925 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-H] PASSED
46926 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-I] PASSED
46927 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-L] PASSED
46928 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-Q] PASSED
46929 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-e] PASSED
46930 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-f] PASSED
46931 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-d] PASSED
46932 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-g] PASSED
46933 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-F] PASSED
46934 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-b-D] PASSED
46935 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-?] PASSED
46936 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-b] PASSED
46937 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-h] PASSED
46938 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-i] PASSED
46939 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-l] PASSED
46940 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-q] PASSED
46941 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-B] PASSED
46942 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-H] PASSED
46943 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-I] PASSED
46944 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-L] PASSED
46945 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-Q] PASSED
46946 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-e] PASSED
46947 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-f] PASSED
46948 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-d] PASSED
46949 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-g] PASSED
46950 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-F] PASSED
46951 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-h-D] PASSED
46952 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-?] PASSED
46953 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-b] PASSED
46954 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-h] PASSED
46955 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-i] PASSED
46956 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-l] PASSED
46957 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-q] PASSED
46958 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-B] PASSED
46959 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-H] PASSED
46960 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-I] PASSED
46961 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-L] PASSED
46962 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-Q] PASSED
46963 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-e] PASSED
46964 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-f] PASSED
46965 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-d] PASSED
46966 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-g] PASSED
46967 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-F] PASSED
46968 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-i-D] PASSED
46969 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-?] PASSED
46970 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-b] PASSED
46971 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-h] PASSED
46972 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-i] PASSED
46973 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-l] PASSED
46974 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-q] PASSED
46975 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-B] PASSED
46976 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-H] PASSED
46977 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-I] PASSED
46978 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-L] PASSED
46979 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-Q] PASSED
46980 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-e] PASSED
46981 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-f] PASSED
46982 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-d] PASSED
46983 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-g] PASSED
46984 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-F] PASSED
46985 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-l-D] PASSED
46986 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-?] PASSED
46987 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-b] PASSED
46988 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-h] PASSED
46989 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-i] PASSED
46990 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-l] PASSED
46991 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-q] PASSED
46992 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-B] PASSED
46993 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-H] PASSED
46994 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-I] PASSED
46995 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-L] PASSED
46996 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-Q] PASSED
46997 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-e] PASSED
46998 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-f] PASSED
46999 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-d] PASSED
47000 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-g] PASSED
47001 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-F] PASSED
47002 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-q-D] PASSED
47003 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-?] PASSED
47004 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-b] PASSED
47005 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-h] PASSED
47006 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-i] PASSED
47007 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-l] PASSED
47008 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-q] PASSED
47009 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-B] PASSED
47010 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-H] PASSED
47011 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-I] PASSED
47012 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-L] PASSED
47013 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-Q] PASSED
47014 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-e] PASSED
47015 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-f] PASSED
47016 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-d] PASSED
47017 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-g] PASSED
47018 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-F] PASSED
47019 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-B-D] PASSED
47020 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-?] PASSED
47021 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-b] PASSED
47022 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-h] PASSED
47023 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-i] PASSED
47024 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-l] PASSED
47025 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-q] PASSED
47026 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-B] PASSED
47027 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-H] PASSED
47028 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-I] PASSED
47029 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-L] PASSED
47030 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-Q] PASSED
47031 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-e] PASSED
47032 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-f] PASSED
47033 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-d] PASSED
47034 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-g] PASSED
47035 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-F] PASSED
47036 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-H-D] PASSED
47037 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-?] PASSED
47038 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-b] PASSED
47039 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-h] PASSED
47040 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-i] PASSED
47041 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-l] PASSED
47042 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-q] PASSED
47043 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-B] PASSED
47044 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-H] PASSED
47045 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-I] PASSED
47046 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-L] PASSED
47047 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-Q] PASSED
47048 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-e] PASSED
47049 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-f] PASSED
47050 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-d] PASSED
47051 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-g] PASSED
47052 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-F] PASSED
47053 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-I-D] PASSED
47054 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-?] PASSED
47055 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-b] PASSED
47056 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-h] PASSED
47057 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-i] PASSED
47058 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-l] PASSED
47059 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-q] PASSED
47060 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-B] PASSED
47061 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-H] PASSED
47062 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-I] PASSED
47063 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-L] PASSED
47064 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-Q] PASSED
47065 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-e] PASSED
47066 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-f] PASSED
47067 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-d] PASSED
47068 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-g] PASSED
47069 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-F] PASSED
47070 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-L-D] PASSED
47071 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-?] PASSED
47072 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-b] PASSED
47073 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-h] PASSED
47074 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-i] PASSED
47075 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-l] PASSED
47076 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-q] PASSED
47077 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-B] PASSED
47078 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-H] PASSED
47079 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-I] PASSED
47080 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-L] PASSED
47081 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-Q] PASSED
47082 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-e] PASSED
47083 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-f] PASSED
47084 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-d] PASSED
47085 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-g] PASSED
47086 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-F] PASSED
47087 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-Q-D] PASSED
47088 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-?] PASSED
47089 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-b] PASSED
47090 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-h] PASSED
47091 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-i] PASSED
47092 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-l] PASSED
47093 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-q] PASSED
47094 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-B] PASSED
47095 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-H] PASSED
47096 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-I] PASSED
47097 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-L] PASSED
47098 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-Q] PASSED
47099 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-e] PASSED
47100 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-f] PASSED
47101 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-d] PASSED
47102 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-g] PASSED
47103 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-F] PASSED
47104 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-e-D] PASSED
47105 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-?] PASSED
47106 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-b] PASSED
47107 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-h] PASSED
47108 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-i] PASSED
47109 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-l] PASSED
47110 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-q] PASSED
47111 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-B] PASSED
47112 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-H] PASSED
47113 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-I] PASSED
47114 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-L] PASSED
47115 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-Q] PASSED
47116 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-e] PASSED
47117 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-f] PASSED
47118 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-d] PASSED
47119 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-g] PASSED
47120 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-F] PASSED
47121 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-f-D] PASSED
47122 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-?] PASSED
47123 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-b] PASSED
47124 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-h] PASSED
47125 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-i] PASSED
47126 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-l] PASSED
47127 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-q] PASSED
47128 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-B] PASSED
47129 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-H] PASSED
47130 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-I] PASSED
47131 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-L] PASSED
47132 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-Q] PASSED
47133 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-e] PASSED
47134 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-f] PASSED
47135 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-d] PASSED
47136 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-g] PASSED
47137 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-F] PASSED
47138 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-d-D] PASSED
47139 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-?] PASSED
47140 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-b] PASSED
47141 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-h] PASSED
47142 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-i] PASSED
47143 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-l] PASSED
47144 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-q] PASSED
47145 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-B] PASSED
47146 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-H] PASSED
47147 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-I] PASSED
47148 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-L] PASSED
47149 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-Q] PASSED
47150 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-e] PASSED
47151 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-f] PASSED
47152 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-d] PASSED
47153 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-g] PASSED
47154 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-F] PASSED
47155 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-g-D] PASSED
47156 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-?] PASSED
47157 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-b] PASSED
47158 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-h] PASSED
47159 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-i] PASSED
47160 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-l] PASSED
47161 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-q] PASSED
47162 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-B] PASSED
47163 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-H] PASSED
47164 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-I] PASSED
47165 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-L] PASSED
47166 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-Q] PASSED
47167 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-e] PASSED
47168 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-f] PASSED
47169 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-d] PASSED
47170 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-g] PASSED
47171 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-F] PASSED
47172 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-F-D] PASSED
47173 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-?] PASSED
47174 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-b] PASSED
47175 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-h] PASSED
47176 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-i] PASSED
47177 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-l] PASSED
47178 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-q] PASSED
47179 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-B] PASSED
47180 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-H] PASSED
47181 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-I] PASSED
47182 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-L] PASSED
47183 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-Q] PASSED
47184 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-e] PASSED
47185 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-f] PASSED
47186 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-d] PASSED
47187 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-g] PASSED
47188 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-F] PASSED
47189 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[lt-1-D-D] PASSED
47190 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-?] PASSED
47191 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-b] PASSED
47192 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-h] PASSED
47193 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-i] PASSED
47194 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-l] PASSED
47195 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-q] PASSED
47196 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-B] PASSED
47197 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-H] PASSED
47198 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-I] PASSED
47199 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-L] PASSED
47200 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-Q] PASSED
47201 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-e] PASSED
47202 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-f] PASSED
47203 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-d] PASSED
47204 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-g] PASSED
47205 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-F] PASSED
47206 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-?-D] PASSED
47207 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-?] PASSED
47208 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-b] PASSED
47209 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-h] PASSED
47210 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-i] PASSED
47211 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-l] PASSED
47212 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-q] PASSED
47213 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-B] PASSED
47214 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-H] PASSED
47215 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-I] PASSED
47216 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-L] PASSED
47217 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-Q] PASSED
47218 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-e] PASSED
47219 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-f] PASSED
47220 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-d] PASSED
47221 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-g] PASSED
47222 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-F] PASSED
47223 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-b-D] PASSED
47224 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-?] PASSED
47225 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-b] PASSED
47226 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-h] PASSED
47227 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-i] PASSED
47228 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-l] PASSED
47229 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-q] PASSED
47230 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-B] PASSED
47231 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-H] PASSED
47232 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-I] PASSED
47233 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-L] PASSED
47234 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-Q] PASSED
47235 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-e] PASSED
47236 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-f] PASSED
47237 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-d] PASSED
47238 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-g] PASSED
47239 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-F] PASSED
47240 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-h-D] PASSED
47241 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-?] PASSED
47242 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-b] PASSED
47243 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-h] PASSED
47244 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-i] PASSED
47245 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-l] PASSED
47246 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-q] PASSED
47247 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-B] PASSED
47248 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-H] PASSED
47249 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-I] PASSED
47250 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-L] PASSED
47251 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-Q] PASSED
47252 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-e] PASSED
47253 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-f] PASSED
47254 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-d] PASSED
47255 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-g] PASSED
47256 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-F] PASSED
47257 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-i-D] PASSED
47258 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-?] PASSED
47259 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-b] PASSED
47260 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-h] PASSED
47261 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-i] PASSED
47262 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-l] PASSED
47263 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-q] PASSED
47264 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-B] PASSED
47265 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-H] PASSED
47266 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-I] PASSED
47267 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-L] PASSED
47268 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-Q] PASSED
47269 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-e] PASSED
47270 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-f] PASSED
47271 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-d] PASSED
47272 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-g] PASSED
47273 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-F] PASSED
47274 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-l-D] PASSED
47275 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-?] PASSED
47276 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-b] PASSED
47277 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-h] PASSED
47278 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-i] PASSED
47279 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-l] PASSED
47280 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-q] PASSED
47281 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-B] PASSED
47282 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-H] PASSED
47283 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-I] PASSED
47284 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-L] PASSED
47285 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-Q] PASSED
47286 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-e] PASSED
47287 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-f] PASSED
47288 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-d] PASSED
47289 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-g] PASSED
47290 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-F] PASSED
47291 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-q-D] PASSED
47292 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-?] PASSED
47293 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-b] PASSED
47294 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-h] PASSED
47295 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-i] PASSED
47296 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-l] PASSED
47297 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-q] PASSED
47298 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-B] PASSED
47299 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-H] PASSED
47300 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-I] PASSED
47301 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-L] PASSED
47302 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-Q] PASSED
47303 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-e] PASSED
47304 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-f] PASSED
47305 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-d] PASSED
47306 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-g] PASSED
47307 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-F] PASSED
47308 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-B-D] PASSED
47309 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-?] PASSED
47310 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-b] PASSED
47311 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-h] PASSED
47312 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-i] PASSED
47313 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-l] PASSED
47314 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-q] PASSED
47315 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-B] PASSED
47316 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-H] PASSED
47317 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-I] PASSED
47318 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-L] PASSED
47319 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-Q] PASSED
47320 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-e] PASSED
47321 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-f] PASSED
47322 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-d] PASSED
47323 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-g] PASSED
47324 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-F] PASSED
47325 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-H-D] PASSED
47326 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-?] PASSED
47327 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-b] PASSED
47328 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-h] PASSED
47329 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-i] PASSED
47330 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-l] PASSED
47331 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-q] PASSED
47332 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-B] PASSED
47333 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-H] PASSED
47334 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-I] PASSED
47335 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-L] PASSED
47336 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-Q] PASSED
47337 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-e] PASSED
47338 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-f] PASSED
47339 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-d] PASSED
47340 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-g] PASSED
47341 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-F] PASSED
47342 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-I-D] PASSED
47343 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-?] PASSED
47344 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-b] PASSED
47345 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-h] PASSED
47346 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-i] PASSED
47347 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-l] PASSED
47348 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-q] PASSED
47349 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-B] PASSED
47350 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-H] PASSED
47351 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-I] PASSED
47352 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-L] PASSED
47353 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-Q] PASSED
47354 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-e] PASSED
47355 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-f] PASSED
47356 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-d] PASSED
47357 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-g] PASSED
47358 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-F] PASSED
47359 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-L-D] PASSED
47360 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-?] PASSED
47361 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-b] PASSED
47362 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-h] PASSED
47363 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-i] PASSED
47364 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-l] PASSED
47365 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-q] PASSED
47366 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-B] PASSED
47367 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-H] PASSED
47368 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-I] PASSED
47369 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-L] PASSED
47370 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-Q] PASSED
47371 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-e] PASSED
47372 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-f] PASSED
47373 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-d] PASSED
47374 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-g] PASSED
47375 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-F] PASSED
47376 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-Q-D] PASSED
47377 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-?] PASSED
47378 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-b] PASSED
47379 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-h] PASSED
47380 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-i] PASSED
47381 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-l] PASSED
47382 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-q] PASSED
47383 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-B] PASSED
47384 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-H] PASSED
47385 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-I] PASSED
47386 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-L] PASSED
47387 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-Q] PASSED
47388 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-e] PASSED
47389 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-f] PASSED
47390 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-d] PASSED
47391 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-g] PASSED
47392 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-F] PASSED
47393 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-e-D] PASSED
47394 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-?] PASSED
47395 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-b] PASSED
47396 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-h] PASSED
47397 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-i] PASSED
47398 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-l] PASSED
47399 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-q] PASSED
47400 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-B] PASSED
47401 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-H] PASSED
47402 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-I] PASSED
47403 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-L] PASSED
47404 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-Q] PASSED
47405 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-e] PASSED
47406 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-f] PASSED
47407 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-d] PASSED
47408 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-g] PASSED
47409 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-F] PASSED
47410 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-f-D] PASSED
47411 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-?] PASSED
47412 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-b] PASSED
47413 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-h] PASSED
47414 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-i] PASSED
47415 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-l] PASSED
47416 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-q] PASSED
47417 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-B] PASSED
47418 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-H] PASSED
47419 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-I] PASSED
47420 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-L] PASSED
47421 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-Q] PASSED
47422 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-e] PASSED
47423 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-f] PASSED
47424 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-d] PASSED
47425 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-g] PASSED
47426 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-F] PASSED
47427 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-d-D] PASSED
47428 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-?] PASSED
47429 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-b] PASSED
47430 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-h] PASSED
47431 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-i] PASSED
47432 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-l] PASSED
47433 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-q] PASSED
47434 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-B] PASSED
47435 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-H] PASSED
47436 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-I] PASSED
47437 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-L] PASSED
47438 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-Q] PASSED
47439 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-e] PASSED
47440 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-f] PASSED
47441 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-d] PASSED
47442 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-g] PASSED
47443 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-F] PASSED
47444 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-g-D] PASSED
47445 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-?] PASSED
47446 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-b] PASSED
47447 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-h] PASSED
47448 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-i] PASSED
47449 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-l] PASSED
47450 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-q] PASSED
47451 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-B] PASSED
47452 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-H] PASSED
47453 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-I] PASSED
47454 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-L] PASSED
47455 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-Q] PASSED
47456 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-e] PASSED
47457 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-f] PASSED
47458 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-d] PASSED
47459 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-g] PASSED
47460 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-F] PASSED
47461 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-F-D] PASSED
47462 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-?] PASSED
47463 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-b] PASSED
47464 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-h] PASSED
47465 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-i] PASSED
47466 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-l] PASSED
47467 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-q] PASSED
47468 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-B] PASSED
47469 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-H] PASSED
47470 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-I] PASSED
47471 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-L] PASSED
47472 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-Q] PASSED
47473 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-e] PASSED
47474 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-f] PASSED
47475 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-d] PASSED
47476 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-g] PASSED
47477 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-F] PASSED
47478 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-None-D-D] PASSED
47479 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-?] PASSED
47480 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-b] PASSED
47481 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-h] PASSED
47482 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-i] PASSED
47483 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-l] PASSED
47484 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-q] PASSED
47485 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-B] PASSED
47486 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-H] PASSED
47487 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-I] PASSED
47488 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-L] PASSED
47489 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-Q] PASSED
47490 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-e] PASSED
47491 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-f] PASSED
47492 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-d] PASSED
47493 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-g] PASSED
47494 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-F] PASSED
47495 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-?-D] PASSED
47496 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-?] PASSED
47497 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-b] PASSED
47498 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-h] PASSED
47499 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-i] PASSED
47500 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-l] PASSED
47501 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-q] PASSED
47502 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-B] PASSED
47503 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-H] PASSED
47504 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-I] PASSED
47505 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-L] PASSED
47506 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-Q] PASSED
47507 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-e] PASSED
47508 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-f] PASSED
47509 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-d] PASSED
47510 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-g] PASSED
47511 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-F] PASSED
47512 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-b-D] PASSED
47513 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-?] PASSED
47514 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-b] PASSED
47515 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-h] PASSED
47516 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-i] PASSED
47517 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-l] PASSED
47518 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-q] PASSED
47519 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-B] PASSED
47520 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-H] PASSED
47521 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-I] PASSED
47522 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-L] PASSED
47523 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-Q] PASSED
47524 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-e] PASSED
47525 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-f] PASSED
47526 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-d] PASSED
47527 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-g] PASSED
47528 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-F] PASSED
47529 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-h-D] PASSED
47530 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-?] PASSED
47531 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-b] PASSED
47532 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-h] PASSED
47533 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-i] PASSED
47534 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-l] PASSED
47535 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-q] PASSED
47536 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-B] PASSED
47537 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-H] PASSED
47538 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-I] PASSED
47539 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-L] PASSED
47540 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-Q] PASSED
47541 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-e] PASSED
47542 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-f] PASSED
47543 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-d] PASSED
47544 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-g] PASSED
47545 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-F] PASSED
47546 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-i-D] PASSED
47547 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-?] PASSED
47548 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-b] PASSED
47549 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-h] PASSED
47550 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-i] PASSED
47551 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-l] PASSED
47552 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-q] PASSED
47553 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-B] PASSED
47554 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-H] PASSED
47555 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-I] PASSED
47556 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-L] PASSED
47557 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-Q] PASSED
47558 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-e] PASSED
47559 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-f] PASSED
47560 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-d] PASSED
47561 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-g] PASSED
47562 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-F] PASSED
47563 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-l-D] PASSED
47564 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-?] PASSED
47565 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-b] PASSED
47566 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-h] PASSED
47567 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-i] PASSED
47568 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-l] PASSED
47569 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-q] PASSED
47570 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-B] PASSED
47571 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-H] PASSED
47572 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-I] PASSED
47573 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-L] PASSED
47574 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-Q] PASSED
47575 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-e] PASSED
47576 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-f] PASSED
47577 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-d] PASSED
47578 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-g] PASSED
47579 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-F] PASSED
47580 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-q-D] PASSED
47581 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-?] PASSED
47582 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-b] PASSED
47583 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-h] PASSED
47584 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-i] PASSED
47585 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-l] PASSED
47586 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-q] PASSED
47587 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-B] PASSED
47588 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-H] PASSED
47589 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-I] PASSED
47590 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-L] PASSED
47591 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-Q] PASSED
47592 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-e] PASSED
47593 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-f] PASSED
47594 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-d] PASSED
47595 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-g] PASSED
47596 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-F] PASSED
47597 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-B-D] PASSED
47598 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-?] PASSED
47599 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-b] PASSED
47600 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-h] PASSED
47601 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-i] PASSED
47602 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-l] PASSED
47603 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-q] PASSED
47604 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-B] PASSED
47605 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-H] PASSED
47606 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-I] PASSED
47607 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-L] PASSED
47608 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-Q] PASSED
47609 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-e] PASSED
47610 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-f] PASSED
47611 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-d] PASSED
47612 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-g] PASSED
47613 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-F] PASSED
47614 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-H-D] PASSED
47615 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-?] PASSED
47616 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-b] PASSED
47617 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-h] PASSED
47618 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-i] PASSED
47619 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-l] PASSED
47620 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-q] PASSED
47621 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-B] PASSED
47622 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-H] PASSED
47623 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-I] PASSED
47624 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-L] PASSED
47625 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-Q] PASSED
47626 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-e] PASSED
47627 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-f] PASSED
47628 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-d] PASSED
47629 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-g] PASSED
47630 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-F] PASSED
47631 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-I-D] PASSED
47632 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-?] PASSED
47633 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-b] PASSED
47634 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-h] PASSED
47635 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-i] PASSED
47636 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-l] PASSED
47637 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-q] PASSED
47638 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-B] PASSED
47639 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-H] PASSED
47640 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-I] PASSED
47641 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-L] PASSED
47642 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-Q] PASSED
47643 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-e] PASSED
47644 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-f] PASSED
47645 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-d] PASSED
47646 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-g] PASSED
47647 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-F] PASSED
47648 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-L-D] PASSED
47649 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-?] PASSED
47650 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-b] PASSED
47651 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-h] PASSED
47652 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-i] PASSED
47653 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-l] PASSED
47654 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-q] PASSED
47655 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-B] PASSED
47656 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-H] PASSED
47657 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-I] PASSED
47658 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-L] PASSED
47659 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-Q] PASSED
47660 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-e] PASSED
47661 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-f] PASSED
47662 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-d] PASSED
47663 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-g] PASSED
47664 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-F] PASSED
47665 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-Q-D] PASSED
47666 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-?] PASSED
47667 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-b] PASSED
47668 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-h] PASSED
47669 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-i] PASSED
47670 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-l] PASSED
47671 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-q] PASSED
47672 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-B] PASSED
47673 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-H] PASSED
47674 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-I] PASSED
47675 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-L] PASSED
47676 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-Q] PASSED
47677 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-e] PASSED
47678 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-f] PASSED
47679 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-d] PASSED
47680 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-g] PASSED
47681 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-F] PASSED
47682 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-e-D] PASSED
47683 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-?] PASSED
47684 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-b] PASSED
47685 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-h] PASSED
47686 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-i] PASSED
47687 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-l] PASSED
47688 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-q] PASSED
47689 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-B] PASSED
47690 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-H] PASSED
47691 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-I] PASSED
47692 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-L] PASSED
47693 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-Q] PASSED
47694 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-e] PASSED
47695 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-f] PASSED
47696 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-d] PASSED
47697 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-g] PASSED
47698 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-F] PASSED
47699 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-f-D] PASSED
47700 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-?] PASSED
47701 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-b] PASSED
47702 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-h] PASSED
47703 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-i] PASSED
47704 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-l] PASSED
47705 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-q] PASSED
47706 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-B] PASSED
47707 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-H] PASSED
47708 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-I] PASSED
47709 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-L] PASSED
47710 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-Q] PASSED
47711 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-e] PASSED
47712 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-f] PASSED
47713 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-d] PASSED
47714 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-g] PASSED
47715 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-F] PASSED
47716 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-d-D] PASSED
47717 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-?] PASSED
47718 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-b] PASSED
47719 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-h] PASSED
47720 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-i] PASSED
47721 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-l] PASSED
47722 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-q] PASSED
47723 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-B] PASSED
47724 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-H] PASSED
47725 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-I] PASSED
47726 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-L] PASSED
47727 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-Q] PASSED
47728 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-e] PASSED
47729 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-f] PASSED
47730 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-d] PASSED
47731 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-g] PASSED
47732 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-F] PASSED
47733 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-g-D] PASSED
47734 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-?] PASSED
47735 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-b] PASSED
47736 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-h] PASSED
47737 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-i] PASSED
47738 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-l] PASSED
47739 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-q] PASSED
47740 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-B] PASSED
47741 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-H] PASSED
47742 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-I] PASSED
47743 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-L] PASSED
47744 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-Q] PASSED
47745 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-e] PASSED
47746 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-f] PASSED
47747 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-d] PASSED
47748 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-g] PASSED
47749 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-F] PASSED
47750 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-F-D] PASSED
47751 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-?] PASSED
47752 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-b] PASSED
47753 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-h] PASSED
47754 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-i] PASSED
47755 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-l] PASSED
47756 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-q] PASSED
47757 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-B] PASSED
47758 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-H] PASSED
47759 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-I] PASSED
47760 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-L] PASSED
47761 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-Q] PASSED
47762 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-e] PASSED
47763 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-f] PASSED
47764 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-d] PASSED
47765 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-g] PASSED
47766 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-F] PASSED
47767 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[ge-1-D-D] PASSED
47768 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-?] PASSED
47769 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-b] PASSED
47770 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-h] PASSED
47771 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-i] PASSED
47772 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-l] PASSED
47773 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-q] PASSED
47774 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-B] PASSED
47775 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-H] PASSED
47776 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-I] PASSED
47777 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-L] PASSED
47778 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-Q] PASSED
47779 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-e] PASSED
47780 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-f] PASSED
47781 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-d] PASSED
47782 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-g] PASSED
47783 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-F] PASSED
47784 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-?-D] PASSED
47785 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-?] PASSED
47786 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-b] PASSED
47787 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-h] PASSED
47788 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-i] PASSED
47789 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-l] PASSED
47790 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-q] PASSED
47791 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-B] PASSED
47792 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-H] PASSED
47793 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-I] PASSED
47794 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-L] PASSED
47795 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-Q] PASSED
47796 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-e] PASSED
47797 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-f] PASSED
47798 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-d] PASSED
47799 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-g] PASSED
47800 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-F] PASSED
47801 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-b-D] PASSED
47802 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-?] PASSED
47803 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-b] PASSED
47804 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-h] PASSED
47805 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-i] PASSED
47806 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-l] PASSED
47807 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-q] PASSED
47808 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-B] PASSED
47809 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-H] PASSED
47810 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-I] PASSED
47811 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-L] PASSED
47812 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-Q] PASSED
47813 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-e] PASSED
47814 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-f] PASSED
47815 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-d] PASSED
47816 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-g] PASSED
47817 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-F] PASSED
47818 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-h-D] PASSED
47819 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-?] PASSED
47820 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-b] PASSED
47821 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-h] PASSED
47822 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-i] PASSED
47823 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-l] PASSED
47824 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-q] PASSED
47825 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-B] PASSED
47826 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-H] PASSED
47827 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-I] PASSED
47828 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-L] PASSED
47829 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-Q] PASSED
47830 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-e] PASSED
47831 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-f] PASSED
47832 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-d] PASSED
47833 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-g] PASSED
47834 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-F] PASSED
47835 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-i-D] PASSED
47836 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-?] PASSED
47837 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-b] PASSED
47838 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-h] PASSED
47839 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-i] PASSED
47840 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-l] PASSED
47841 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-q] PASSED
47842 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-B] PASSED
47843 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-H] PASSED
47844 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-I] PASSED
47845 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-L] PASSED
47846 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-Q] PASSED
47847 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-e] PASSED
47848 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-f] PASSED
47849 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-d] PASSED
47850 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-g] PASSED
47851 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-F] PASSED
47852 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-l-D] PASSED
47853 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-?] PASSED
47854 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-b] PASSED
47855 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-h] PASSED
47856 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-i] PASSED
47857 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-l] PASSED
47858 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-q] PASSED
47859 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-B] PASSED
47860 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-H] PASSED
47861 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-I] PASSED
47862 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-L] PASSED
47863 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-Q] PASSED
47864 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-e] PASSED
47865 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-f] PASSED
47866 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-d] PASSED
47867 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-g] PASSED
47868 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-F] PASSED
47869 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-q-D] PASSED
47870 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-?] PASSED
47871 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-b] PASSED
47872 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-h] PASSED
47873 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-i] PASSED
47874 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-l] PASSED
47875 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-q] PASSED
47876 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-B] PASSED
47877 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-H] PASSED
47878 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-I] PASSED
47879 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-L] PASSED
47880 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-Q] PASSED
47881 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-e] PASSED
47882 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-f] PASSED
47883 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-d] PASSED
47884 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-g] PASSED
47885 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-F] PASSED
47886 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-B-D] PASSED
47887 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-?] PASSED
47888 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-b] PASSED
47889 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-h] PASSED
47890 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-i] PASSED
47891 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-l] PASSED
47892 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-q] PASSED
47893 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-B] PASSED
47894 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-H] PASSED
47895 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-I] PASSED
47896 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-L] PASSED
47897 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-Q] PASSED
47898 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-e] PASSED
47899 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-f] PASSED
47900 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-d] PASSED
47901 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-g] PASSED
47902 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-F] PASSED
47903 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-H-D] PASSED
47904 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-?] PASSED
47905 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-b] PASSED
47906 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-h] PASSED
47907 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-i] PASSED
47908 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-l] PASSED
47909 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-q] PASSED
47910 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-B] PASSED
47911 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-H] PASSED
47912 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-I] PASSED
47913 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-L] PASSED
47914 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-Q] PASSED
47915 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-e] PASSED
47916 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-f] PASSED
47917 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-d] PASSED
47918 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-g] PASSED
47919 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-F] PASSED
47920 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-I-D] PASSED
47921 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-?] PASSED
47922 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-b] PASSED
47923 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-h] PASSED
47924 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-i] PASSED
47925 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-l] PASSED
47926 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-q] PASSED
47927 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-B] PASSED
47928 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-H] PASSED
47929 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-I] PASSED
47930 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-L] PASSED
47931 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-Q] PASSED
47932 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-e] PASSED
47933 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-f] PASSED
47934 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-d] PASSED
47935 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-g] PASSED
47936 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-F] PASSED
47937 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-L-D] PASSED
47938 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-?] PASSED
47939 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-b] PASSED
47940 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-h] PASSED
47941 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-i] PASSED
47942 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-l] PASSED
47943 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-q] PASSED
47944 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-B] PASSED
47945 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-H] PASSED
47946 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-I] PASSED
47947 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-L] PASSED
47948 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-Q] PASSED
47949 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-e] PASSED
47950 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-f] PASSED
47951 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-d] PASSED
47952 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-g] PASSED
47953 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-F] PASSED
47954 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-Q-D] PASSED
47955 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-?] PASSED
47956 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-b] PASSED
47957 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-h] PASSED
47958 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-i] PASSED
47959 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-l] PASSED
47960 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-q] PASSED
47961 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-B] PASSED
47962 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-H] PASSED
47963 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-I] PASSED
47964 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-L] PASSED
47965 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-Q] PASSED
47966 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-e] PASSED
47967 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-f] PASSED
47968 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-d] PASSED
47969 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-g] PASSED
47970 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-F] PASSED
47971 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-e-D] PASSED
47972 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-?] PASSED
47973 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-b] PASSED
47974 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-h] PASSED
47975 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-i] PASSED
47976 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-l] PASSED
47977 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-q] PASSED
47978 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-B] PASSED
47979 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-H] PASSED
47980 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-I] PASSED
47981 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-L] PASSED
47982 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-Q] PASSED
47983 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-e] PASSED
47984 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-f] PASSED
47985 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-d] PASSED
47986 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-g] PASSED
47987 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-F] PASSED
47988 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-f-D] PASSED
47989 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-?] PASSED
47990 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-b] PASSED
47991 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-h] PASSED
47992 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-i] PASSED
47993 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-l] PASSED
47994 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-q] PASSED
47995 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-B] PASSED
47996 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-H] PASSED
47997 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-I] PASSED
47998 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-L] PASSED
47999 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-Q] PASSED
48000 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-e] PASSED
48001 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-f] PASSED
48002 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-d] PASSED
48003 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-g] PASSED
48004 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-F] PASSED
48005 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-d-D] PASSED
48006 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-?] PASSED
48007 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-b] PASSED
48008 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-h] PASSED
48009 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-i] PASSED
48010 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-l] PASSED
48011 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-q] PASSED
48012 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-B] PASSED
48013 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-H] PASSED
48014 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-I] PASSED
48015 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-L] PASSED
48016 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-Q] PASSED
48017 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-e] PASSED
48018 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-f] PASSED
48019 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-d] PASSED
48020 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-g] PASSED
48021 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-F] PASSED
48022 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-g-D] PASSED
48023 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-?] PASSED
48024 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-b] PASSED
48025 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-h] PASSED
48026 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-i] PASSED
48027 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-l] PASSED
48028 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-q] PASSED
48029 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-B] PASSED
48030 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-H] PASSED
48031 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-I] PASSED
48032 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-L] PASSED
48033 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-Q] PASSED
48034 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-e] PASSED
48035 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-f] PASSED
48036 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-d] PASSED
48037 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-g] PASSED
48038 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-F] PASSED
48039 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-F-D] PASSED
48040 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-?] PASSED
48041 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-b] PASSED
48042 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-h] PASSED
48043 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-i] PASSED
48044 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-l] PASSED
48045 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-q] PASSED
48046 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-B] PASSED
48047 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-H] PASSED
48048 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-I] PASSED
48049 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-L] PASSED
48050 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-Q] PASSED
48051 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-e] PASSED
48052 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-f] PASSED
48053 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-d] PASSED
48054 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-g] PASSED
48055 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-F] PASSED
48056 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-None-D-D] PASSED
48057 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-?] PASSED
48058 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-b] PASSED
48059 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-h] PASSED
48060 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-i] PASSED
48061 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-l] PASSED
48062 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-q] PASSED
48063 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-B] PASSED
48064 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-H] PASSED
48065 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-I] PASSED
48066 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-L] PASSED
48067 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-Q] PASSED
48068 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-e] PASSED
48069 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-f] PASSED
48070 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-d] PASSED
48071 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-g] PASSED
48072 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-F] PASSED
48073 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-?-D] PASSED
48074 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-?] PASSED
48075 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-b] PASSED
48076 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-h] PASSED
48077 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-i] PASSED
48078 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-l] PASSED
48079 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-q] PASSED
48080 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-B] PASSED
48081 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-H] PASSED
48082 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-I] PASSED
48083 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-L] PASSED
48084 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-Q] PASSED
48085 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-e] PASSED
48086 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-f] PASSED
48087 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-d] PASSED
48088 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-g] PASSED
48089 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-F] PASSED
48090 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-b-D] PASSED
48091 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-?] PASSED
48092 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-b] PASSED
48093 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-h] PASSED
48094 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-i] PASSED
48095 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-l] PASSED
48096 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-q] PASSED
48097 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-B] PASSED
48098 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-H] PASSED
48099 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-I] PASSED
48100 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-L] PASSED
48101 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-Q] PASSED
48102 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-e] PASSED
48103 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-f] PASSED
48104 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-d] PASSED
48105 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-g] PASSED
48106 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-F] PASSED
48107 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-h-D] PASSED
48108 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-?] PASSED
48109 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-b] PASSED
48110 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-h] PASSED
48111 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-i] PASSED
48112 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-l] PASSED
48113 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-q] PASSED
48114 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-B] PASSED
48115 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-H] PASSED
48116 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-I] PASSED
48117 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-L] PASSED
48118 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-Q] PASSED
48119 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-e] PASSED
48120 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-f] PASSED
48121 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-d] PASSED
48122 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-g] PASSED
48123 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-F] PASSED
48124 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-i-D] PASSED
48125 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-?] PASSED
48126 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-b] PASSED
48127 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-h] PASSED
48128 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-i] PASSED
48129 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-l] PASSED
48130 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-q] PASSED
48131 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-B] PASSED
48132 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-H] PASSED
48133 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-I] PASSED
48134 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-L] PASSED
48135 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-Q] PASSED
48136 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-e] PASSED
48137 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-f] PASSED
48138 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-d] PASSED
48139 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-g] PASSED
48140 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-F] PASSED
48141 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-l-D] PASSED
48142 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-?] PASSED
48143 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-b] PASSED
48144 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-h] PASSED
48145 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-i] PASSED
48146 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-l] PASSED
48147 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-q] PASSED
48148 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-B] PASSED
48149 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-H] PASSED
48150 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-I] PASSED
48151 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-L] PASSED
48152 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-Q] PASSED
48153 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-e] PASSED
48154 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-f] PASSED
48155 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-d] PASSED
48156 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-g] PASSED
48157 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-F] PASSED
48158 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-q-D] PASSED
48159 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-?] PASSED
48160 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-b] PASSED
48161 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-h] PASSED
48162 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-i] PASSED
48163 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-l] PASSED
48164 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-q] PASSED
48165 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-B] PASSED
48166 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-H] PASSED
48167 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-I] PASSED
48168 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-L] PASSED
48169 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-Q] PASSED
48170 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-e] PASSED
48171 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-f] PASSED
48172 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-d] PASSED
48173 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-g] PASSED
48174 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-F] PASSED
48175 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-B-D] PASSED
48176 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-?] PASSED
48177 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-b] PASSED
48178 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-h] PASSED
48179 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-i] PASSED
48180 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-l] PASSED
48181 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-q] PASSED
48182 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-B] PASSED
48183 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-H] PASSED
48184 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-I] PASSED
48185 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-L] PASSED
48186 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-Q] PASSED
48187 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-e] PASSED
48188 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-f] PASSED
48189 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-d] PASSED
48190 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-g] PASSED
48191 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-F] PASSED
48192 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-H-D] PASSED
48193 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-?] PASSED
48194 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-b] PASSED
48195 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-h] PASSED
48196 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-i] PASSED
48197 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-l] PASSED
48198 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-q] PASSED
48199 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-B] PASSED
48200 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-H] PASSED
48201 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-I] PASSED
48202 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-L] PASSED
48203 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-Q] PASSED
48204 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-e] PASSED
48205 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-f] PASSED
48206 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-d] PASSED
48207 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-g] PASSED
48208 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-F] PASSED
48209 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-I-D] PASSED
48210 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-?] PASSED
48211 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-b] PASSED
48212 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-h] PASSED
48213 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-i] PASSED
48214 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-l] PASSED
48215 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-q] PASSED
48216 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-B] PASSED
48217 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-H] PASSED
48218 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-I] PASSED
48219 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-L] PASSED
48220 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-Q] PASSED
48221 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-e] PASSED
48222 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-f] PASSED
48223 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-d] PASSED
48224 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-g] PASSED
48225 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-F] PASSED
48226 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-L-D] PASSED
48227 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-?] PASSED
48228 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-b] PASSED
48229 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-h] PASSED
48230 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-i] PASSED
48231 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-l] PASSED
48232 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-q] PASSED
48233 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-B] PASSED
48234 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-H] PASSED
48235 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-I] PASSED
48236 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-L] PASSED
48237 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-Q] PASSED
48238 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-e] PASSED
48239 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-f] PASSED
48240 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-d] PASSED
48241 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-g] PASSED
48242 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-F] PASSED
48243 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-Q-D] PASSED
48244 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-?] PASSED
48245 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-b] PASSED
48246 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-h] PASSED
48247 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-i] PASSED
48248 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-l] PASSED
48249 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-q] PASSED
48250 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-B] PASSED
48251 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-H] PASSED
48252 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-I] PASSED
48253 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-L] PASSED
48254 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-Q] PASSED
48255 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-e] PASSED
48256 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-f] PASSED
48257 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-d] PASSED
48258 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-g] PASSED
48259 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-F] PASSED
48260 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-e-D] PASSED
48261 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-?] PASSED
48262 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-b] PASSED
48263 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-h] PASSED
48264 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-i] PASSED
48265 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-l] PASSED
48266 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-q] PASSED
48267 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-B] PASSED
48268 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-H] PASSED
48269 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-I] PASSED
48270 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-L] PASSED
48271 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-Q] PASSED
48272 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-e] PASSED
48273 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-f] PASSED
48274 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-d] PASSED
48275 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-g] PASSED
48276 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-F] PASSED
48277 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-f-D] PASSED
48278 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-?] PASSED
48279 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-b] PASSED
48280 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-h] PASSED
48281 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-i] PASSED
48282 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-l] PASSED
48283 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-q] PASSED
48284 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-B] PASSED
48285 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-H] PASSED
48286 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-I] PASSED
48287 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-L] PASSED
48288 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-Q] PASSED
48289 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-e] PASSED
48290 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-f] PASSED
48291 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-d] PASSED
48292 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-g] PASSED
48293 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-F] PASSED
48294 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-d-D] PASSED
48295 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-?] PASSED
48296 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-b] PASSED
48297 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-h] PASSED
48298 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-i] PASSED
48299 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-l] PASSED
48300 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-q] PASSED
48301 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-B] PASSED
48302 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-H] PASSED
48303 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-I] PASSED
48304 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-L] PASSED
48305 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-Q] PASSED
48306 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-e] PASSED
48307 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-f] PASSED
48308 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-d] PASSED
48309 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-g] PASSED
48310 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-F] PASSED
48311 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-g-D] PASSED
48312 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-?] PASSED
48313 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-b] PASSED
48314 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-h] PASSED
48315 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-i] PASSED
48316 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-l] PASSED
48317 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-q] PASSED
48318 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-B] PASSED
48319 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-H] PASSED
48320 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-I] PASSED
48321 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-L] PASSED
48322 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-Q] PASSED
48323 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-e] PASSED
48324 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-f] PASSED
48325 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-d] PASSED
48326 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-g] PASSED
48327 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-F] PASSED
48328 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-F-D] PASSED
48329 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-?] PASSED
48330 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-b] PASSED
48331 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-h] PASSED
48332 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-i] PASSED
48333 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-l] PASSED
48334 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-q] PASSED
48335 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-B] PASSED
48336 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-H] PASSED
48337 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-I] PASSED
48338 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-L] PASSED
48339 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-Q] PASSED
48340 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-e] PASSED
48341 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-f] PASSED
48342 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-d] PASSED
48343 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-g] PASSED
48344 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-F] PASSED
48345 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_for_numeric[gt-1-D-D] PASSED
48346 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_strings[None-le] PASSED
48347 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_strings[None-lt] PASSED
48348 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_strings[None-ge] PASSED
48349 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_strings[None-gt] PASSED
48350 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_strings[N/A-le] PASSED
48351 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_strings[N/A-lt] PASSED
48352 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_strings[N/A-ge] PASSED
48353 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_comparisons_strings[N/A-gt] PASSED
48354 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_with_None PASSED
48355 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_with_scalar PASSED
48356 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_eq_different_dimensions PASSED
48357 numpy/ma/tests/test_core.py::TestMaskedArrayArithmetic::test_numpyarithmetic PASSED
48358 numpy/ma/tests/test_core.py::TestMaskedArrayAttributes::test_keepmask PASSED
48359 numpy/ma/tests/test_core.py::TestMaskedArrayAttributes::test_hardmask PASSED
48360 numpy/ma/tests/test_core.py::TestMaskedArrayAttributes::test_hardmask_again PASSED
48361 numpy/ma/tests/test_core.py::TestMaskedArrayAttributes::test_hardmask_oncemore_yay PASSED
48362 numpy/ma/tests/test_core.py::TestMaskedArrayAttributes::test_smallmask PASSED
48363 numpy/ma/tests/test_core.py::TestMaskedArrayAttributes::test_shrink_mask PASSED
48364 numpy/ma/tests/test_core.py::TestMaskedArrayAttributes::test_flat PASSED
48365 numpy/ma/tests/test_core.py::TestMaskedArrayAttributes::test_assign_dtype PASSED
48366 numpy/ma/tests/test_core.py::TestFillingValues::test_check_on_scalar PASSED
48367 numpy/ma/tests/test_core.py::TestFillingValues::test_check_on_fields PASSED
48368 numpy/ma/tests/test_core.py::TestFillingValues::test_fillvalue_conversion PASSED
48369 numpy/ma/tests/test_core.py::TestFillingValues::test_default_fill_value PASSED
48370 numpy/ma/tests/test_core.py::TestFillingValues::test_default_fill_value_structured PASSED
48371 numpy/ma/tests/test_core.py::TestFillingValues::test_default_fill_value_void PASSED
48372 numpy/ma/tests/test_core.py::TestFillingValues::test_fillvalue PASSED
48373 numpy/ma/tests/test_core.py::TestFillingValues::test_subarray_fillvalue PASSED
48374 numpy/ma/tests/test_core.py::TestFillingValues::test_fillvalue_exotic_dtype PASSED
48375 numpy/ma/tests/test_core.py::TestFillingValues::test_fillvalue_datetime_timedelta PASSED
48376 numpy/ma/tests/test_core.py::TestFillingValues::test_extremum_fill_value PASSED
48377 numpy/ma/tests/test_core.py::TestFillingValues::test_extremum_fill_value_subdtype PASSED
48378 numpy/ma/tests/test_core.py::TestFillingValues::test_fillvalue_individual_fields PASSED
48379 numpy/ma/tests/test_core.py::TestFillingValues::test_fillvalue_implicit_structured_array PASSED
48380 numpy/ma/tests/test_core.py::TestFillingValues::test_fillvalue_as_arguments PASSED
48381 numpy/ma/tests/test_core.py::TestFillingValues::test_shape_argument PASSED
48382 numpy/ma/tests/test_core.py::TestFillingValues::test_fillvalue_in_view PASSED
48383 numpy/ma/tests/test_core.py::TestFillingValues::test_fillvalue_bytes_or_str PASSED
48384 numpy/ma/tests/test_core.py::TestUfuncs::test_testUfuncRegression PASSED
48385 numpy/ma/tests/test_core.py::TestUfuncs::test_reduce PASSED
48386 numpy/ma/tests/test_core.py::TestUfuncs::test_minmax PASSED
48387 numpy/ma/tests/test_core.py::TestUfuncs::test_ndarray_mask PASSED
48388 numpy/ma/tests/test_core.py::TestUfuncs::test_treatment_of_NotImplemented PASSED
48389 numpy/ma/tests/test_core.py::TestUfuncs::test_no_masked_nan_warnings PASSED
48390 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_addition_scalar PASSED
48391 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_addition_array PASSED
48392 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_subtraction_scalar PASSED
48393 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_subtraction_array PASSED
48394 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_multiplication_scalar PASSED
48395 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_multiplication_array PASSED
48396 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_division_scalar_int PASSED
48397 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_division_scalar_float PASSED
48398 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_division_array_float PASSED
48399 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_division_misc PASSED
48400 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_datafriendly_add PASSED
48401 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_datafriendly_sub PASSED
48402 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_datafriendly_mul PASSED
48403 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_datafriendly_div PASSED
48404 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_datafriendly_pow PASSED
48405 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_datafriendly_add_arrays PASSED
48406 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_datafriendly_sub_arrays PASSED
48407 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_datafriendly_mul_arrays PASSED
48408 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_addition_scalar_type PASSED
48409 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_addition_array_type PASSED
48410 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_subtraction_scalar_type PASSED
48411 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_subtraction_array_type PASSED
48412 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_multiplication_scalar_type PASSED
48413 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_multiplication_array_type PASSED
48414 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_floor_division_scalar_type PASSED
48415 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_floor_division_array_type PASSED
48416 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_division_scalar_type PASSED
48417 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_division_array_type PASSED
48418 numpy/ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_pow_type PASSED
48419 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_generic_methods PASSED
48420 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_allclose PASSED
48421 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_allclose_timedelta PASSED
48422 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_allany PASSED
48423 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_allany_oddities PASSED
48424 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_argmax_argmin PASSED
48425 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_clip PASSED
48426 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_clip_out PASSED
48427 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_compress PASSED
48428 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_compressed PASSED
48429 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_empty PASSED
48430 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_zeros PASSED
48431 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_ones PASSED
48432 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_put PASSED
48433 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_put_nomask PASSED
48434 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_put_hardmask PASSED
48435 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_putmask PASSED
48436 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_ravel PASSED
48437 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_ravel_order[C-A] PASSED
48438 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_ravel_order[C-K] PASSED
48439 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_ravel_order[C-C] PASSED
48440 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_ravel_order[C-F] PASSED
48441 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_ravel_order[F-A] PASSED
48442 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_ravel_order[F-K] PASSED
48443 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_ravel_order[F-C] PASSED
48444 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_ravel_order[F-F] PASSED
48445 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_reshape PASSED
48446 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_sort PASSED
48447 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_stable_sort PASSED
48448 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_argsort_matches_sort PASSED
48449 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_sort_2d PASSED
48450 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_sort_flexible PASSED
48451 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_argsort PASSED
48452 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_squeeze PASSED
48453 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_swapaxes PASSED
48454 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_take PASSED
48455 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_take_masked_indices PASSED
48456 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_tolist PASSED
48457 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_tolist_specialcase PASSED
48458 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_toflex PASSED
48459 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_fromflex PASSED
48460 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_arraymethod PASSED
48461 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_arraymethod_0d PASSED
48462 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_transpose_view PASSED
48463 numpy/ma/tests/test_core.py::TestMaskedArrayMethods::test_diagonal_view PASSED
48464 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_cumsumprod PASSED
48465 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_cumsumprod_with_output PASSED
48466 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_ptp PASSED
48467 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_add_object PASSED
48468 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_sum_object PASSED
48469 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_prod_object PASSED
48470 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_meananom_object PASSED
48471 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_anom_shape PASSED
48472 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_anom PASSED
48473 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_trace PASSED
48474 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_dot PASSED
48475 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_dot_shape_mismatch PASSED
48476 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_varmean_nomask PASSED
48477 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_varstd PASSED
48478 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_varstd_specialcases PASSED
48479 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_varstd_ddof PASSED
48480 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_diag PASSED
48481 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_axis_methods_nomask PASSED
48482 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_mean_overflow PASSED
48483 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_diff_with_prepend PASSED
48484 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_diff_with_append PASSED
48485 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_diff_with_dim_0 PASSED
48486 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethods::test_diff_with_n_0 PASSED
48487 numpy/ma/tests/test_core.py::TestMaskedArrayMathMethodsComplex::test_varstd PASSED
48488 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_masked_where_bool PASSED
48489 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_masked_equal_wlist PASSED
48490 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_masked_equal_fill_value PASSED
48491 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_masked_where_condition PASSED
48492 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_masked_where_oddities PASSED
48493 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_masked_where_shape_constraint PASSED
48494 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_masked_where_structured PASSED
48495 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_masked_where_mismatch PASSED
48496 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_masked_otherfunctions PASSED
48497 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_round PASSED
48498 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_round_with_output PASSED
48499 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_round_with_scalar PASSED
48500 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_identity PASSED
48501 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_power PASSED
48502 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_power_with_broadcasting PASSED
48503 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_where PASSED
48504 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_where_object PASSED
48505 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_where_with_masked_choice PASSED
48506 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_where_with_masked_condition PASSED
48507 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_where_type PASSED
48508 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_where_broadcast PASSED
48509 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_where_structured PASSED
48510 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_where_structured_masked PASSED
48511 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_masked_invalid_error PASSED
48512 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_masked_invalid_pandas PASSED
48513 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_masked_invalid_full_mask[True] PASSED
48514 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_masked_invalid_full_mask[False] PASSED
48515 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_choose PASSED
48516 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_choose_with_out PASSED
48517 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_reshape PASSED
48518 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_make_mask_descr PASSED
48519 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_make_mask PASSED
48520 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_mask_or PASSED
48521 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_flatten_mask PASSED
48522 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_on_ndarray PASSED
48523 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_compress PASSED
48524 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_compressed PASSED
48525 numpy/ma/tests/test_core.py::TestMaskedArrayFunctions::test_convolve PASSED
48526 numpy/ma/tests/test_core.py::TestMaskedFields::test_set_records_masks PASSED
48527 numpy/ma/tests/test_core.py::TestMaskedFields::test_set_record_element PASSED
48528 numpy/ma/tests/test_core.py::TestMaskedFields::test_set_record_slice PASSED
48529 numpy/ma/tests/test_core.py::TestMaskedFields::test_mask_element PASSED
48530 numpy/ma/tests/test_core.py::TestMaskedFields::test_getmaskarray PASSED
48531 numpy/ma/tests/test_core.py::TestMaskedFields::test_view PASSED
48532 numpy/ma/tests/test_core.py::TestMaskedFields::test_getitem PASSED
48533 numpy/ma/tests/test_core.py::TestMaskedFields::test_setitem PASSED
48534 numpy/ma/tests/test_core.py::TestMaskedFields::test_setitem_scalar PASSED
48535 numpy/ma/tests/test_core.py::TestMaskedFields::test_element_len PASSED
48536 numpy/ma/tests/test_core.py::TestMaskedObjectArray::test_getitem PASSED
48537 numpy/ma/tests/test_core.py::TestMaskedObjectArray::test_nested_ma PASSED
48538 numpy/ma/tests/test_core.py::TestMaskedView::test_view_to_nothing PASSED
48539 numpy/ma/tests/test_core.py::TestMaskedView::test_view_to_type PASSED
48540 numpy/ma/tests/test_core.py::TestMaskedView::test_view_to_simple_dtype PASSED
48541 numpy/ma/tests/test_core.py::TestMaskedView::test_view_to_flexible_dtype PASSED
48542 numpy/ma/tests/test_core.py::TestMaskedView::test_view_to_subdtype PASSED
48543 numpy/ma/tests/test_core.py::TestMaskedView::test_view_to_dtype_and_type PASSED
48544 numpy/ma/tests/test_core.py::TestOptionalArgs::test_ndarrayfuncs PASSED
48545 numpy/ma/tests/test_core.py::TestOptionalArgs::test_count PASSED
48546 numpy/ma/tests/test_core.py::TestMaskedConstant::test_ufunc PASSED
48547 numpy/ma/tests/test_core.py::TestMaskedConstant::test_operator PASSED
48548 numpy/ma/tests/test_core.py::TestMaskedConstant::test_ctor PASSED
48549 numpy/ma/tests/test_core.py::TestMaskedConstant::test_repr PASSED
48550 numpy/ma/tests/test_core.py::TestMaskedConstant::test_pickle PASSED
48551 numpy/ma/tests/test_core.py::TestMaskedConstant::test_copy PASSED
48552 numpy/ma/tests/test_core.py::TestMaskedConstant::test__copy PASSED
48553 numpy/ma/tests/test_core.py::TestMaskedConstant::test_deepcopy PASSED
48554 numpy/ma/tests/test_core.py::TestMaskedConstant::test_immutable PASSED
48555 numpy/ma/tests/test_core.py::TestMaskedConstant::test_coercion_int PASSED
48556 numpy/ma/tests/test_core.py::TestMaskedConstant::test_coercion_float PASSED
48557 numpy/ma/tests/test_core.py::TestMaskedConstant::test_coercion_unicode XFAIL
48558 numpy/ma/tests/test_core.py::TestMaskedConstant::test_coercion_bytes XFAIL
48559 numpy/ma/tests/test_core.py::TestMaskedConstant::test_subclass PASSED
48560 numpy/ma/tests/test_core.py::TestMaskedConstant::test_attributes_readonly PASSED
48561 numpy/ma/tests/test_core.py::TestMaskedWhereAliases::test_masked_values PASSED
48562 numpy/ma/tests/test_core.py::test_masked_array PASSED
48563 numpy/ma/tests/test_core.py::test_masked_array_no_copy PASSED
48564 numpy/ma/tests/test_core.py::test_append_masked_array PASSED
48565 numpy/ma/tests/test_core.py::test_append_masked_array_along_axis PASSED
48566 numpy/ma/tests/test_core.py::test_default_fill_value_complex PASSED
48567 numpy/ma/tests/test_core.py::test_ufunc_with_output PASSED
48568 numpy/ma/tests/test_core.py::test_ufunc_with_out_varied PASSED
48569 numpy/ma/tests/test_core.py::test_astype_mask_ordering PASSED
48570 numpy/ma/tests/test_core.py::test_astype_basic[?-?] PASSED
48571 numpy/ma/tests/test_core.py::test_astype_basic[?-b] PASSED
48572 numpy/ma/tests/test_core.py::test_astype_basic[?-h] PASSED
48573 numpy/ma/tests/test_core.py::test_astype_basic[?-i] PASSED
48574 numpy/ma/tests/test_core.py::test_astype_basic[?-l] PASSED
48575 numpy/ma/tests/test_core.py::test_astype_basic[?-q] PASSED
48576 numpy/ma/tests/test_core.py::test_astype_basic[?-B] PASSED
48577 numpy/ma/tests/test_core.py::test_astype_basic[?-H] PASSED
48578 numpy/ma/tests/test_core.py::test_astype_basic[?-I] PASSED
48579 numpy/ma/tests/test_core.py::test_astype_basic[?-L] PASSED
48580 numpy/ma/tests/test_core.py::test_astype_basic[?-Q] PASSED
48581 numpy/ma/tests/test_core.py::test_astype_basic[?-e] PASSED
48582 numpy/ma/tests/test_core.py::test_astype_basic[?-f] PASSED
48583 numpy/ma/tests/test_core.py::test_astype_basic[?-d] PASSED
48584 numpy/ma/tests/test_core.py::test_astype_basic[?-g] PASSED
48585 numpy/ma/tests/test_core.py::test_astype_basic[?-F] PASSED
48586 numpy/ma/tests/test_core.py::test_astype_basic[?-D] PASSED
48587 numpy/ma/tests/test_core.py::test_astype_basic[b-?] PASSED
48588 numpy/ma/tests/test_core.py::test_astype_basic[b-b] PASSED
48589 numpy/ma/tests/test_core.py::test_astype_basic[b-h] PASSED
48590 numpy/ma/tests/test_core.py::test_astype_basic[b-i] PASSED
48591 numpy/ma/tests/test_core.py::test_astype_basic[b-l] PASSED
48592 numpy/ma/tests/test_core.py::test_astype_basic[b-q] PASSED
48593 numpy/ma/tests/test_core.py::test_astype_basic[b-B] PASSED
48594 numpy/ma/tests/test_core.py::test_astype_basic[b-H] PASSED
48595 numpy/ma/tests/test_core.py::test_astype_basic[b-I] PASSED
48596 numpy/ma/tests/test_core.py::test_astype_basic[b-L] PASSED
48597 numpy/ma/tests/test_core.py::test_astype_basic[b-Q] PASSED
48598 numpy/ma/tests/test_core.py::test_astype_basic[b-e] PASSED
48599 numpy/ma/tests/test_core.py::test_astype_basic[b-f] PASSED
48600 numpy/ma/tests/test_core.py::test_astype_basic[b-d] PASSED
48601 numpy/ma/tests/test_core.py::test_astype_basic[b-g] PASSED
48602 numpy/ma/tests/test_core.py::test_astype_basic[b-F] PASSED
48603 numpy/ma/tests/test_core.py::test_astype_basic[b-D] PASSED
48604 numpy/ma/tests/test_core.py::test_astype_basic[h-?] PASSED
48605 numpy/ma/tests/test_core.py::test_astype_basic[h-b] PASSED
48606 numpy/ma/tests/test_core.py::test_astype_basic[h-h] PASSED
48607 numpy/ma/tests/test_core.py::test_astype_basic[h-i] PASSED
48608 numpy/ma/tests/test_core.py::test_astype_basic[h-l] PASSED
48609 numpy/ma/tests/test_core.py::test_astype_basic[h-q] PASSED
48610 numpy/ma/tests/test_core.py::test_astype_basic[h-B] PASSED
48611 numpy/ma/tests/test_core.py::test_astype_basic[h-H] PASSED
48612 numpy/ma/tests/test_core.py::test_astype_basic[h-I] PASSED
48613 numpy/ma/tests/test_core.py::test_astype_basic[h-L] PASSED
48614 numpy/ma/tests/test_core.py::test_astype_basic[h-Q] PASSED
48615 numpy/ma/tests/test_core.py::test_astype_basic[h-e] PASSED
48616 numpy/ma/tests/test_core.py::test_astype_basic[h-f] PASSED
48617 numpy/ma/tests/test_core.py::test_astype_basic[h-d] PASSED
48618 numpy/ma/tests/test_core.py::test_astype_basic[h-g] PASSED
48619 numpy/ma/tests/test_core.py::test_astype_basic[h-F] PASSED
48620 numpy/ma/tests/test_core.py::test_astype_basic[h-D] PASSED
48621 numpy/ma/tests/test_core.py::test_astype_basic[i-?] PASSED
48622 numpy/ma/tests/test_core.py::test_astype_basic[i-b] PASSED
48623 numpy/ma/tests/test_core.py::test_astype_basic[i-h] PASSED
48624 numpy/ma/tests/test_core.py::test_astype_basic[i-i] PASSED
48625 numpy/ma/tests/test_core.py::test_astype_basic[i-l] PASSED
48626 numpy/ma/tests/test_core.py::test_astype_basic[i-q] PASSED
48627 numpy/ma/tests/test_core.py::test_astype_basic[i-B] PASSED
48628 numpy/ma/tests/test_core.py::test_astype_basic[i-H] PASSED
48629 numpy/ma/tests/test_core.py::test_astype_basic[i-I] PASSED
48630 numpy/ma/tests/test_core.py::test_astype_basic[i-L] PASSED
48631 numpy/ma/tests/test_core.py::test_astype_basic[i-Q] PASSED
48632 numpy/ma/tests/test_core.py::test_astype_basic[i-e] PASSED
48633 numpy/ma/tests/test_core.py::test_astype_basic[i-f] PASSED
48634 numpy/ma/tests/test_core.py::test_astype_basic[i-d] PASSED
48635 numpy/ma/tests/test_core.py::test_astype_basic[i-g] PASSED
48636 numpy/ma/tests/test_core.py::test_astype_basic[i-F] PASSED
48637 numpy/ma/tests/test_core.py::test_astype_basic[i-D] PASSED
48638 numpy/ma/tests/test_core.py::test_astype_basic[l-?] PASSED
48639 numpy/ma/tests/test_core.py::test_astype_basic[l-b] PASSED
48640 numpy/ma/tests/test_core.py::test_astype_basic[l-h] PASSED
48641 numpy/ma/tests/test_core.py::test_astype_basic[l-i] PASSED
48642 numpy/ma/tests/test_core.py::test_astype_basic[l-l] PASSED
48643 numpy/ma/tests/test_core.py::test_astype_basic[l-q] PASSED
48644 numpy/ma/tests/test_core.py::test_astype_basic[l-B] PASSED
48645 numpy/ma/tests/test_core.py::test_astype_basic[l-H] PASSED
48646 numpy/ma/tests/test_core.py::test_astype_basic[l-I] PASSED
48647 numpy/ma/tests/test_core.py::test_astype_basic[l-L] PASSED
48648 numpy/ma/tests/test_core.py::test_astype_basic[l-Q] PASSED
48649 numpy/ma/tests/test_core.py::test_astype_basic[l-e] PASSED
48650 numpy/ma/tests/test_core.py::test_astype_basic[l-f] PASSED
48651 numpy/ma/tests/test_core.py::test_astype_basic[l-d] PASSED
48652 numpy/ma/tests/test_core.py::test_astype_basic[l-g] PASSED
48653 numpy/ma/tests/test_core.py::test_astype_basic[l-F] PASSED
48654 numpy/ma/tests/test_core.py::test_astype_basic[l-D] PASSED
48655 numpy/ma/tests/test_core.py::test_astype_basic[q-?] PASSED
48656 numpy/ma/tests/test_core.py::test_astype_basic[q-b] PASSED
48657 numpy/ma/tests/test_core.py::test_astype_basic[q-h] PASSED
48658 numpy/ma/tests/test_core.py::test_astype_basic[q-i] PASSED
48659 numpy/ma/tests/test_core.py::test_astype_basic[q-l] PASSED
48660 numpy/ma/tests/test_core.py::test_astype_basic[q-q] PASSED
48661 numpy/ma/tests/test_core.py::test_astype_basic[q-B] PASSED
48662 numpy/ma/tests/test_core.py::test_astype_basic[q-H] PASSED
48663 numpy/ma/tests/test_core.py::test_astype_basic[q-I] PASSED
48664 numpy/ma/tests/test_core.py::test_astype_basic[q-L] PASSED
48665 numpy/ma/tests/test_core.py::test_astype_basic[q-Q] PASSED
48666 numpy/ma/tests/test_core.py::test_astype_basic[q-e] PASSED
48667 numpy/ma/tests/test_core.py::test_astype_basic[q-f] PASSED
48668 numpy/ma/tests/test_core.py::test_astype_basic[q-d] PASSED
48669 numpy/ma/tests/test_core.py::test_astype_basic[q-g] PASSED
48670 numpy/ma/tests/test_core.py::test_astype_basic[q-F] PASSED
48671 numpy/ma/tests/test_core.py::test_astype_basic[q-D] PASSED
48672 numpy/ma/tests/test_core.py::test_astype_basic[B-?] PASSED
48673 numpy/ma/tests/test_core.py::test_astype_basic[B-b] PASSED
48674 numpy/ma/tests/test_core.py::test_astype_basic[B-h] PASSED
48675 numpy/ma/tests/test_core.py::test_astype_basic[B-i] PASSED
48676 numpy/ma/tests/test_core.py::test_astype_basic[B-l] PASSED
48677 numpy/ma/tests/test_core.py::test_astype_basic[B-q] PASSED
48678 numpy/ma/tests/test_core.py::test_astype_basic[B-B] PASSED
48679 numpy/ma/tests/test_core.py::test_astype_basic[B-H] PASSED
48680 numpy/ma/tests/test_core.py::test_astype_basic[B-I] PASSED
48681 numpy/ma/tests/test_core.py::test_astype_basic[B-L] PASSED
48682 numpy/ma/tests/test_core.py::test_astype_basic[B-Q] PASSED
48683 numpy/ma/tests/test_core.py::test_astype_basic[B-e] PASSED
48684 numpy/ma/tests/test_core.py::test_astype_basic[B-f] PASSED
48685 numpy/ma/tests/test_core.py::test_astype_basic[B-d] PASSED
48686 numpy/ma/tests/test_core.py::test_astype_basic[B-g] PASSED
48687 numpy/ma/tests/test_core.py::test_astype_basic[B-F] PASSED
48688 numpy/ma/tests/test_core.py::test_astype_basic[B-D] PASSED
48689 numpy/ma/tests/test_core.py::test_astype_basic[H-?] PASSED
48690 numpy/ma/tests/test_core.py::test_astype_basic[H-b] PASSED
48691 numpy/ma/tests/test_core.py::test_astype_basic[H-h] PASSED
48692 numpy/ma/tests/test_core.py::test_astype_basic[H-i] PASSED
48693 numpy/ma/tests/test_core.py::test_astype_basic[H-l] PASSED
48694 numpy/ma/tests/test_core.py::test_astype_basic[H-q] PASSED
48695 numpy/ma/tests/test_core.py::test_astype_basic[H-B] PASSED
48696 numpy/ma/tests/test_core.py::test_astype_basic[H-H] PASSED
48697 numpy/ma/tests/test_core.py::test_astype_basic[H-I] PASSED
48698 numpy/ma/tests/test_core.py::test_astype_basic[H-L] PASSED
48699 numpy/ma/tests/test_core.py::test_astype_basic[H-Q] PASSED
48700 numpy/ma/tests/test_core.py::test_astype_basic[H-e] PASSED
48701 numpy/ma/tests/test_core.py::test_astype_basic[H-f] PASSED
48702 numpy/ma/tests/test_core.py::test_astype_basic[H-d] PASSED
48703 numpy/ma/tests/test_core.py::test_astype_basic[H-g] PASSED
48704 numpy/ma/tests/test_core.py::test_astype_basic[H-F] PASSED
48705 numpy/ma/tests/test_core.py::test_astype_basic[H-D] PASSED
48706 numpy/ma/tests/test_core.py::test_astype_basic[I-?] PASSED
48707 numpy/ma/tests/test_core.py::test_astype_basic[I-b] PASSED
48708 numpy/ma/tests/test_core.py::test_astype_basic[I-h] PASSED
48709 numpy/ma/tests/test_core.py::test_astype_basic[I-i] PASSED
48710 numpy/ma/tests/test_core.py::test_astype_basic[I-l] PASSED
48711 numpy/ma/tests/test_core.py::test_astype_basic[I-q] PASSED
48712 numpy/ma/tests/test_core.py::test_astype_basic[I-B] PASSED
48713 numpy/ma/tests/test_core.py::test_astype_basic[I-H] PASSED
48714 numpy/ma/tests/test_core.py::test_astype_basic[I-I] PASSED
48715 numpy/ma/tests/test_core.py::test_astype_basic[I-L] PASSED
48716 numpy/ma/tests/test_core.py::test_astype_basic[I-Q] PASSED
48717 numpy/ma/tests/test_core.py::test_astype_basic[I-e] PASSED
48718 numpy/ma/tests/test_core.py::test_astype_basic[I-f] PASSED
48719 numpy/ma/tests/test_core.py::test_astype_basic[I-d] PASSED
48720 numpy/ma/tests/test_core.py::test_astype_basic[I-g] PASSED
48721 numpy/ma/tests/test_core.py::test_astype_basic[I-F] PASSED
48722 numpy/ma/tests/test_core.py::test_astype_basic[I-D] PASSED
48723 numpy/ma/tests/test_core.py::test_astype_basic[L-?] PASSED
48724 numpy/ma/tests/test_core.py::test_astype_basic[L-b] PASSED
48725 numpy/ma/tests/test_core.py::test_astype_basic[L-h] PASSED
48726 numpy/ma/tests/test_core.py::test_astype_basic[L-i] PASSED
48727 numpy/ma/tests/test_core.py::test_astype_basic[L-l] PASSED
48728 numpy/ma/tests/test_core.py::test_astype_basic[L-q] PASSED
48729 numpy/ma/tests/test_core.py::test_astype_basic[L-B] PASSED
48730 numpy/ma/tests/test_core.py::test_astype_basic[L-H] PASSED
48731 numpy/ma/tests/test_core.py::test_astype_basic[L-I] PASSED
48732 numpy/ma/tests/test_core.py::test_astype_basic[L-L] PASSED
48733 numpy/ma/tests/test_core.py::test_astype_basic[L-Q] PASSED
48734 numpy/ma/tests/test_core.py::test_astype_basic[L-e] PASSED
48735 numpy/ma/tests/test_core.py::test_astype_basic[L-f] PASSED
48736 numpy/ma/tests/test_core.py::test_astype_basic[L-d] PASSED
48737 numpy/ma/tests/test_core.py::test_astype_basic[L-g] PASSED
48738 numpy/ma/tests/test_core.py::test_astype_basic[L-F] PASSED
48739 numpy/ma/tests/test_core.py::test_astype_basic[L-D] PASSED
48740 numpy/ma/tests/test_core.py::test_astype_basic[Q-?] PASSED
48741 numpy/ma/tests/test_core.py::test_astype_basic[Q-b] PASSED
48742 numpy/ma/tests/test_core.py::test_astype_basic[Q-h] PASSED
48743 numpy/ma/tests/test_core.py::test_astype_basic[Q-i] PASSED
48744 numpy/ma/tests/test_core.py::test_astype_basic[Q-l] PASSED
48745 numpy/ma/tests/test_core.py::test_astype_basic[Q-q] PASSED
48746 numpy/ma/tests/test_core.py::test_astype_basic[Q-B] PASSED
48747 numpy/ma/tests/test_core.py::test_astype_basic[Q-H] PASSED
48748 numpy/ma/tests/test_core.py::test_astype_basic[Q-I] PASSED
48749 numpy/ma/tests/test_core.py::test_astype_basic[Q-L] PASSED
48750 numpy/ma/tests/test_core.py::test_astype_basic[Q-Q] PASSED
48751 numpy/ma/tests/test_core.py::test_astype_basic[Q-e] PASSED
48752 numpy/ma/tests/test_core.py::test_astype_basic[Q-f] PASSED
48753 numpy/ma/tests/test_core.py::test_astype_basic[Q-d] PASSED
48754 numpy/ma/tests/test_core.py::test_astype_basic[Q-g] PASSED
48755 numpy/ma/tests/test_core.py::test_astype_basic[Q-F] PASSED
48756 numpy/ma/tests/test_core.py::test_astype_basic[Q-D] PASSED
48757 numpy/ma/tests/test_core.py::test_astype_basic[e-?] PASSED
48758 numpy/ma/tests/test_core.py::test_astype_basic[e-b] PASSED
48759 numpy/ma/tests/test_core.py::test_astype_basic[e-h] PASSED
48760 numpy/ma/tests/test_core.py::test_astype_basic[e-i] PASSED
48761 numpy/ma/tests/test_core.py::test_astype_basic[e-l] PASSED
48762 numpy/ma/tests/test_core.py::test_astype_basic[e-q] PASSED
48763 numpy/ma/tests/test_core.py::test_astype_basic[e-B] PASSED
48764 numpy/ma/tests/test_core.py::test_astype_basic[e-H] PASSED
48765 numpy/ma/tests/test_core.py::test_astype_basic[e-I] PASSED
48766 numpy/ma/tests/test_core.py::test_astype_basic[e-L] PASSED
48767 numpy/ma/tests/test_core.py::test_astype_basic[e-Q] PASSED
48768 numpy/ma/tests/test_core.py::test_astype_basic[e-e] PASSED
48769 numpy/ma/tests/test_core.py::test_astype_basic[e-f] PASSED
48770 numpy/ma/tests/test_core.py::test_astype_basic[e-d] PASSED
48771 numpy/ma/tests/test_core.py::test_astype_basic[e-g] PASSED
48772 numpy/ma/tests/test_core.py::test_astype_basic[e-F] PASSED
48773 numpy/ma/tests/test_core.py::test_astype_basic[e-D] PASSED
48774 numpy/ma/tests/test_core.py::test_astype_basic[f-?] PASSED
48775 numpy/ma/tests/test_core.py::test_astype_basic[f-b] PASSED
48776 numpy/ma/tests/test_core.py::test_astype_basic[f-h] PASSED
48777 numpy/ma/tests/test_core.py::test_astype_basic[f-i] PASSED
48778 numpy/ma/tests/test_core.py::test_astype_basic[f-l] PASSED
48779 numpy/ma/tests/test_core.py::test_astype_basic[f-q] PASSED
48780 numpy/ma/tests/test_core.py::test_astype_basic[f-B] PASSED
48781 numpy/ma/tests/test_core.py::test_astype_basic[f-H] PASSED
48782 numpy/ma/tests/test_core.py::test_astype_basic[f-I] PASSED
48783 numpy/ma/tests/test_core.py::test_astype_basic[f-L] PASSED
48784 numpy/ma/tests/test_core.py::test_astype_basic[f-Q] PASSED
48785 numpy/ma/tests/test_core.py::test_astype_basic[f-e] PASSED
48786 numpy/ma/tests/test_core.py::test_astype_basic[f-f] PASSED
48787 numpy/ma/tests/test_core.py::test_astype_basic[f-d] PASSED
48788 numpy/ma/tests/test_core.py::test_astype_basic[f-g] PASSED
48789 numpy/ma/tests/test_core.py::test_astype_basic[f-F] PASSED
48790 numpy/ma/tests/test_core.py::test_astype_basic[f-D] PASSED
48791 numpy/ma/tests/test_core.py::test_astype_basic[d-?] PASSED
48792 numpy/ma/tests/test_core.py::test_astype_basic[d-b] PASSED
48793 numpy/ma/tests/test_core.py::test_astype_basic[d-h] PASSED
48794 numpy/ma/tests/test_core.py::test_astype_basic[d-i] PASSED
48795 numpy/ma/tests/test_core.py::test_astype_basic[d-l] PASSED
48796 numpy/ma/tests/test_core.py::test_astype_basic[d-q] PASSED
48797 numpy/ma/tests/test_core.py::test_astype_basic[d-B] PASSED
48798 numpy/ma/tests/test_core.py::test_astype_basic[d-H] PASSED
48799 numpy/ma/tests/test_core.py::test_astype_basic[d-I] PASSED
48800 numpy/ma/tests/test_core.py::test_astype_basic[d-L] PASSED
48801 numpy/ma/tests/test_core.py::test_astype_basic[d-Q] PASSED
48802 numpy/ma/tests/test_core.py::test_astype_basic[d-e] PASSED
48803 numpy/ma/tests/test_core.py::test_astype_basic[d-f] PASSED
48804 numpy/ma/tests/test_core.py::test_astype_basic[d-d] PASSED
48805 numpy/ma/tests/test_core.py::test_astype_basic[d-g] PASSED
48806 numpy/ma/tests/test_core.py::test_astype_basic[d-F] PASSED
48807 numpy/ma/tests/test_core.py::test_astype_basic[d-D] PASSED
48808 numpy/ma/tests/test_core.py::test_astype_basic[g-?] PASSED
48809 numpy/ma/tests/test_core.py::test_astype_basic[g-b] PASSED
48810 numpy/ma/tests/test_core.py::test_astype_basic[g-h] PASSED
48811 numpy/ma/tests/test_core.py::test_astype_basic[g-i] PASSED
48812 numpy/ma/tests/test_core.py::test_astype_basic[g-l] PASSED
48813 numpy/ma/tests/test_core.py::test_astype_basic[g-q] PASSED
48814 numpy/ma/tests/test_core.py::test_astype_basic[g-B] PASSED
48815 numpy/ma/tests/test_core.py::test_astype_basic[g-H] PASSED
48816 numpy/ma/tests/test_core.py::test_astype_basic[g-I] PASSED
48817 numpy/ma/tests/test_core.py::test_astype_basic[g-L] PASSED
48818 numpy/ma/tests/test_core.py::test_astype_basic[g-Q] PASSED
48819 numpy/ma/tests/test_core.py::test_astype_basic[g-e] PASSED
48820 numpy/ma/tests/test_core.py::test_astype_basic[g-f] PASSED
48821 numpy/ma/tests/test_core.py::test_astype_basic[g-d] PASSED
48822 numpy/ma/tests/test_core.py::test_astype_basic[g-g] PASSED
48823 numpy/ma/tests/test_core.py::test_astype_basic[g-F] PASSED
48824 numpy/ma/tests/test_core.py::test_astype_basic[g-D] PASSED
48825 numpy/ma/tests/test_core.py::test_astype_basic[F-?] PASSED
48826 numpy/ma/tests/test_core.py::test_astype_basic[F-b] PASSED
48827 numpy/ma/tests/test_core.py::test_astype_basic[F-h] PASSED
48828 numpy/ma/tests/test_core.py::test_astype_basic[F-i] PASSED
48829 numpy/ma/tests/test_core.py::test_astype_basic[F-l] PASSED
48830 numpy/ma/tests/test_core.py::test_astype_basic[F-q] PASSED
48831 numpy/ma/tests/test_core.py::test_astype_basic[F-B] PASSED
48832 numpy/ma/tests/test_core.py::test_astype_basic[F-H] PASSED
48833 numpy/ma/tests/test_core.py::test_astype_basic[F-I] PASSED
48834 numpy/ma/tests/test_core.py::test_astype_basic[F-L] PASSED
48835 numpy/ma/tests/test_core.py::test_astype_basic[F-Q] PASSED
48836 numpy/ma/tests/test_core.py::test_astype_basic[F-e] PASSED
48837 numpy/ma/tests/test_core.py::test_astype_basic[F-f] PASSED
48838 numpy/ma/tests/test_core.py::test_astype_basic[F-d] PASSED
48839 numpy/ma/tests/test_core.py::test_astype_basic[F-g] PASSED
48840 numpy/ma/tests/test_core.py::test_astype_basic[F-F] PASSED
48841 numpy/ma/tests/test_core.py::test_astype_basic[F-D] PASSED
48842 numpy/ma/tests/test_core.py::test_astype_basic[D-?] PASSED
48843 numpy/ma/tests/test_core.py::test_astype_basic[D-b] PASSED
48844 numpy/ma/tests/test_core.py::test_astype_basic[D-h] PASSED
48845 numpy/ma/tests/test_core.py::test_astype_basic[D-i] PASSED
48846 numpy/ma/tests/test_core.py::test_astype_basic[D-l] PASSED
48847 numpy/ma/tests/test_core.py::test_astype_basic[D-q] PASSED
48848 numpy/ma/tests/test_core.py::test_astype_basic[D-B] PASSED
48849 numpy/ma/tests/test_core.py::test_astype_basic[D-H] PASSED
48850 numpy/ma/tests/test_core.py::test_astype_basic[D-I] PASSED
48851 numpy/ma/tests/test_core.py::test_astype_basic[D-L] PASSED
48852 numpy/ma/tests/test_core.py::test_astype_basic[D-Q] PASSED
48853 numpy/ma/tests/test_core.py::test_astype_basic[D-e] PASSED
48854 numpy/ma/tests/test_core.py::test_astype_basic[D-f] PASSED
48855 numpy/ma/tests/test_core.py::test_astype_basic[D-d] PASSED
48856 numpy/ma/tests/test_core.py::test_astype_basic[D-g] PASSED
48857 numpy/ma/tests/test_core.py::test_astype_basic[D-F] PASSED
48858 numpy/ma/tests/test_core.py::test_astype_basic[D-D] PASSED
48859 numpy/ma/tests/test_core.py::test_fieldless_void PASSED
48860 numpy/ma/tests/test_core.py::test_mask_shape_assignment_does_not_break_masked PASSED
48861 numpy/ma/tests/test_core.py::test_doc_note PASSED
48862 numpy/ma/tests/test_core.py::test_gh_22556 PASSED
48863 numpy/ma/tests/test_core.py::test_gh_21022 PASSED
48864 numpy/ma/tests/test_core.py::test_deepcopy_2d_obj PASSED
48865 numpy/ma/tests/test_core.py::test_deepcopy_0d_obj PASSED
48866 numpy/ma/tests/test_deprecations.py::TestArgsort::test_function_ndarray PASSED
48867 numpy/ma/tests/test_deprecations.py::TestArgsort::test_function_maskedarray PASSED
48868 numpy/ma/tests/test_deprecations.py::TestArgsort::test_method PASSED
48869 numpy/ma/tests/test_deprecations.py::TestMinimumMaximum::test_axis_default PASSED
48870 numpy/ma/tests/test_deprecations.py::TestFromtextfile::test_fromtextfile_delimitor PASSED
48871 numpy/ma/tests/test_extras.py::TestGeneric::test_masked_all PASSED
48872 numpy/ma/tests/test_extras.py::TestGeneric::test_masked_all_with_object_nested PASSED
48873 numpy/ma/tests/test_extras.py::TestGeneric::test_masked_all_with_object PASSED
48874 numpy/ma/tests/test_extras.py::TestGeneric::test_masked_all_like PASSED
48875 numpy/ma/tests/test_extras.py::TestGeneric::test_clump_masked PASSED
48876 numpy/ma/tests/test_extras.py::TestGeneric::test_clump_unmasked PASSED
48877 numpy/ma/tests/test_extras.py::TestGeneric::test_flatnotmasked_contiguous PASSED
48878 numpy/ma/tests/test_extras.py::TestAverage::test_testAverage1 PASSED
48879 numpy/ma/tests/test_extras.py::TestAverage::test_testAverage2 PASSED
48880 numpy/ma/tests/test_extras.py::TestAverage::test_testAverage3 PASSED
48881 numpy/ma/tests/test_extras.py::TestAverage::test_testAverage4 PASSED
48882 numpy/ma/tests/test_extras.py::TestAverage::test_weight_and_input_dims_different PASSED
48883 numpy/ma/tests/test_extras.py::TestAverage::test_onintegers_with_mask PASSED
48884 numpy/ma/tests/test_extras.py::TestAverage::test_complex PASSED
48885 numpy/ma/tests/test_extras.py::TestAverage::test_basic_keepdims[x0-None-expected_avg0-weights0-expected_wavg0-expected_wsum0] PASSED
48886 numpy/ma/tests/test_extras.py::TestAverage::test_basic_keepdims[x1-0-expected_avg1-weights1-expected_wavg1-expected_wsum1] PASSED
48887 numpy/ma/tests/test_extras.py::TestAverage::test_masked_weights PASSED
48888 numpy/ma/tests/test_extras.py::TestConcatenator::test_1d PASSED
48889 numpy/ma/tests/test_extras.py::TestConcatenator::test_2d PASSED
48890 numpy/ma/tests/test_extras.py::TestConcatenator::test_masked_constant PASSED
48891 numpy/ma/tests/test_extras.py::TestNotMasked::test_edges PASSED
48892 numpy/ma/tests/test_extras.py::TestNotMasked::test_contiguous PASSED
48893 numpy/ma/tests/test_extras.py::TestCompressFunctions::test_compress_nd PASSED
48894 numpy/ma/tests/test_extras.py::TestCompressFunctions::test_compress_rowcols PASSED
48895 numpy/ma/tests/test_extras.py::TestCompressFunctions::test_mask_rowcols PASSED
48896 numpy/ma/tests/test_extras.py::TestCompressFunctions::test_mask_row_cols_axis_deprecation[mask_rows-0-None] PASSED
48897 numpy/ma/tests/test_extras.py::TestCompressFunctions::test_mask_row_cols_axis_deprecation[mask_rows-0-0] PASSED
48898 numpy/ma/tests/test_extras.py::TestCompressFunctions::test_mask_row_cols_axis_deprecation[mask_rows-0-1] PASSED
48899 numpy/ma/tests/test_extras.py::TestCompressFunctions::test_mask_row_cols_axis_deprecation[mask_cols-1-None] PASSED
48900 numpy/ma/tests/test_extras.py::TestCompressFunctions::test_mask_row_cols_axis_deprecation[mask_cols-1-0] PASSED
48901 numpy/ma/tests/test_extras.py::TestCompressFunctions::test_mask_row_cols_axis_deprecation[mask_cols-1-1] PASSED
48902 numpy/ma/tests/test_extras.py::TestCompressFunctions::test_dot PASSED
48903 numpy/ma/tests/test_extras.py::TestCompressFunctions::test_dot_returns_maskedarray PASSED
48904 numpy/ma/tests/test_extras.py::TestCompressFunctions::test_dot_out PASSED
48905 numpy/ma/tests/test_extras.py::TestApplyAlongAxis::test_3d PASSED
48906 numpy/ma/tests/test_extras.py::TestApplyAlongAxis::test_3d_kwargs PASSED
48907 numpy/ma/tests/test_extras.py::TestApplyOverAxes::test_basic PASSED
48908 numpy/ma/tests/test_extras.py::TestMedian::test_pytype PASSED
48909 numpy/ma/tests/test_extras.py::TestMedian::test_inf PASSED
48910 numpy/ma/tests/test_extras.py::TestMedian::test_non_masked PASSED
48911 numpy/ma/tests/test_extras.py::TestMedian::test_docstring_examples PASSED
48912 numpy/ma/tests/test_extras.py::TestMedian::test_axis_argument_errors PASSED
48913 numpy/ma/tests/test_extras.py::TestMedian::test_masked_0d PASSED
48914 numpy/ma/tests/test_extras.py::TestMedian::test_masked_1d PASSED
48915 numpy/ma/tests/test_extras.py::TestMedian::test_1d_shape_consistency PASSED
48916 numpy/ma/tests/test_extras.py::TestMedian::test_2d PASSED
48917 numpy/ma/tests/test_extras.py::TestMedian::test_2d_waxis PASSED
48918 numpy/ma/tests/test_extras.py::TestMedian::test_3d PASSED
48919 numpy/ma/tests/test_extras.py::TestMedian::test_neg_axis PASSED
48920 numpy/ma/tests/test_extras.py::TestMedian::test_out_1d PASSED
48921 numpy/ma/tests/test_extras.py::TestMedian::test_out PASSED
48922 numpy/ma/tests/test_extras.py::TestMedian::test_keepdims_out[None] PASSED
48923 numpy/ma/tests/test_extras.py::TestMedian::test_keepdims_out[1] PASSED
48924 numpy/ma/tests/test_extras.py::TestMedian::test_keepdims_out[axis2] PASSED
48925 numpy/ma/tests/test_extras.py::TestMedian::test_keepdims_out[axis3] PASSED
48926 numpy/ma/tests/test_extras.py::TestMedian::test_keepdims_out[axis4] PASSED
48927 numpy/ma/tests/test_extras.py::TestMedian::test_single_non_masked_value_on_axis PASSED
48928 numpy/ma/tests/test_extras.py::TestMedian::test_nan PASSED
48929 numpy/ma/tests/test_extras.py::TestMedian::test_out_nan PASSED
48930 numpy/ma/tests/test_extras.py::TestMedian::test_nan_behavior PASSED
48931 numpy/ma/tests/test_extras.py::TestMedian::test_ambigous_fill PASSED
48932 numpy/ma/tests/test_extras.py::TestMedian::test_special PASSED
48933 numpy/ma/tests/test_extras.py::TestMedian::test_empty PASSED
48934 numpy/ma/tests/test_extras.py::TestMedian::test_object PASSED
48935 numpy/ma/tests/test_extras.py::TestCov::test_1d_without_missing PASSED
48936 numpy/ma/tests/test_extras.py::TestCov::test_2d_without_missing PASSED
48937 numpy/ma/tests/test_extras.py::TestCov::test_1d_with_missing PASSED
48938 numpy/ma/tests/test_extras.py::TestCov::test_2d_with_missing PASSED
48939 numpy/ma/tests/test_extras.py::TestCorrcoef::test_ddof PASSED
48940 numpy/ma/tests/test_extras.py::TestCorrcoef::test_bias PASSED
48941 numpy/ma/tests/test_extras.py::TestCorrcoef::test_1d_without_missing PASSED
48942 numpy/ma/tests/test_extras.py::TestCorrcoef::test_2d_without_missing PASSED
48943 numpy/ma/tests/test_extras.py::TestCorrcoef::test_1d_with_missing PASSED
48944 numpy/ma/tests/test_extras.py::TestCorrcoef::test_2d_with_missing PASSED
48945 numpy/ma/tests/test_extras.py::TestPolynomial::test_polyfit PASSED
48946 numpy/ma/tests/test_extras.py::TestPolynomial::test_polyfit_with_masked_NaNs PASSED
48947 numpy/ma/tests/test_extras.py::TestArraySetOps::test_unique_onlist PASSED
48948 numpy/ma/tests/test_extras.py::TestArraySetOps::test_unique_onmaskedarray PASSED
48949 numpy/ma/tests/test_extras.py::TestArraySetOps::test_unique_allmasked PASSED
48950 numpy/ma/tests/test_extras.py::TestArraySetOps::test_ediff1d PASSED
48951 numpy/ma/tests/test_extras.py::TestArraySetOps::test_ediff1d_tobegin PASSED
48952 numpy/ma/tests/test_extras.py::TestArraySetOps::test_ediff1d_toend PASSED
48953 numpy/ma/tests/test_extras.py::TestArraySetOps::test_ediff1d_tobegin_toend PASSED
48954 numpy/ma/tests/test_extras.py::TestArraySetOps::test_ediff1d_ndarray PASSED
48955 numpy/ma/tests/test_extras.py::TestArraySetOps::test_intersect1d PASSED
48956 numpy/ma/tests/test_extras.py::TestArraySetOps::test_setxor1d PASSED
48957 numpy/ma/tests/test_extras.py::TestArraySetOps::test_isin PASSED
48958 numpy/ma/tests/test_extras.py::TestArraySetOps::test_in1d PASSED
48959 numpy/ma/tests/test_extras.py::TestArraySetOps::test_in1d_invert PASSED
48960 numpy/ma/tests/test_extras.py::TestArraySetOps::test_union1d PASSED
48961 numpy/ma/tests/test_extras.py::TestArraySetOps::test_setdiff1d PASSED
48962 numpy/ma/tests/test_extras.py::TestArraySetOps::test_setdiff1d_char_array PASSED
48963 numpy/ma/tests/test_extras.py::TestShapeBase::test_atleast_2d PASSED
48964 numpy/ma/tests/test_extras.py::TestShapeBase::test_shape_scalar PASSED
48965 numpy/ma/tests/test_extras.py::TestNDEnumerate::test_ndenumerate_nomasked PASSED
48966 numpy/ma/tests/test_extras.py::TestNDEnumerate::test_ndenumerate_allmasked PASSED
48967 numpy/ma/tests/test_extras.py::TestNDEnumerate::test_ndenumerate_mixedmasked PASSED
48968 numpy/ma/tests/test_extras.py::TestStack::test_stack_1d PASSED
48969 numpy/ma/tests/test_extras.py::TestStack::test_stack_masks PASSED
48970 numpy/ma/tests/test_extras.py::TestStack::test_stack_nd PASSED
48971 numpy/ma/tests/test_mrecords.py::TestMRecords::test_byview PASSED
48972 numpy/ma/tests/test_mrecords.py::TestMRecords::test_get PASSED
48973 numpy/ma/tests/test_mrecords.py::TestMRecords::test_set_fields PASSED
48974 numpy/ma/tests/test_mrecords.py::TestMRecords::test_set_fields_mask PASSED
48975 numpy/ma/tests/test_mrecords.py::TestMRecords::test_set_mask PASSED
48976 numpy/ma/tests/test_mrecords.py::TestMRecords::test_set_mask_fromarray PASSED
48977 numpy/ma/tests/test_mrecords.py::TestMRecords::test_set_mask_fromfields PASSED
48978 numpy/ma/tests/test_mrecords.py::TestMRecords::test_set_elements PASSED
48979 numpy/ma/tests/test_mrecords.py::TestMRecords::test_setslices_hardmask PASSED
48980 numpy/ma/tests/test_mrecords.py::TestMRecords::test_hardmask PASSED
48981 numpy/ma/tests/test_mrecords.py::TestMRecords::test_pickling PASSED
48982 numpy/ma/tests/test_mrecords.py::TestMRecords::test_filled PASSED
48983 numpy/ma/tests/test_mrecords.py::TestMRecords::test_tolist PASSED
48984 numpy/ma/tests/test_mrecords.py::TestMRecords::test_withnames PASSED
48985 numpy/ma/tests/test_mrecords.py::TestMRecords::test_exotic_formats PASSED
48986 numpy/ma/tests/test_mrecords.py::TestView::test_view_by_itself PASSED
48987 numpy/ma/tests/test_mrecords.py::TestView::test_view_simple_dtype PASSED
48988 numpy/ma/tests/test_mrecords.py::TestView::test_view_flexible_type PASSED
48989 numpy/ma/tests/test_mrecords.py::TestMRecordsImport::test_fromarrays PASSED
48990 numpy/ma/tests/test_mrecords.py::TestMRecordsImport::test_fromrecords PASSED
48991 numpy/ma/tests/test_mrecords.py::TestMRecordsImport::test_fromrecords_wmask PASSED
48992 numpy/ma/tests/test_mrecords.py::TestMRecordsImport::test_fromtextfile PASSED
48993 numpy/ma/tests/test_mrecords.py::TestMRecordsImport::test_addfield PASSED
48994 numpy/ma/tests/test_mrecords.py::test_record_array_with_object_field PASSED
48995 numpy/ma/tests/test_old_ma.py::TestMa::test_testBasic1d PASSED
48996 numpy/ma/tests/test_old_ma.py::TestMa::test_testBasic2d[s0] PASSED
48997 numpy/ma/tests/test_old_ma.py::TestMa::test_testBasic2d[s1] PASSED
48998 numpy/ma/tests/test_old_ma.py::TestMa::test_testArithmetic PASSED
48999 numpy/ma/tests/test_old_ma.py::TestMa::test_testMixedArithmetic PASSED
49000 numpy/ma/tests/test_old_ma.py::TestMa::test_testUfuncs1 PASSED
49001 numpy/ma/tests/test_old_ma.py::TestMa::test_xtestCount PASSED
49002 numpy/ma/tests/test_old_ma.py::TestMa::test_testMinMax PASSED
49003 numpy/ma/tests/test_old_ma.py::TestMa::test_testAddSumProd PASSED
49004 numpy/ma/tests/test_old_ma.py::TestMa::test_testCI PASSED
49005 numpy/ma/tests/test_old_ma.py::TestMa::test_testCopySize PASSED
49006 numpy/ma/tests/test_old_ma.py::TestMa::test_testPut PASSED
49007 numpy/ma/tests/test_old_ma.py::TestMa::test_testPut2 PASSED
49008 numpy/ma/tests/test_old_ma.py::TestMa::test_testMaPut PASSED
49009 numpy/ma/tests/test_old_ma.py::TestMa::test_testOddFeatures PASSED
49010 numpy/ma/tests/test_old_ma.py::TestMa::test_testMinMax2 PASSED
49011 numpy/ma/tests/test_old_ma.py::TestMa::test_testTakeTransposeInnerOuter PASSED
49012 numpy/ma/tests/test_old_ma.py::TestMa::test_testInplace PASSED
49013 numpy/ma/tests/test_old_ma.py::TestMa::test_testPickle PASSED
49014 numpy/ma/tests/test_old_ma.py::TestMa::test_testMasked PASSED
49015 numpy/ma/tests/test_old_ma.py::TestMa::test_testAverage1 PASSED
49016 numpy/ma/tests/test_old_ma.py::TestMa::test_testAverage2 PASSED
49017 numpy/ma/tests/test_old_ma.py::TestMa::test_testToPython PASSED
49018 numpy/ma/tests/test_old_ma.py::TestMa::test_testScalarArithmetic PASSED
49019 numpy/ma/tests/test_old_ma.py::TestMa::test_testArrayMethods PASSED
49020 numpy/ma/tests/test_old_ma.py::TestMa::test_testArrayAttributes PASSED
49021 numpy/ma/tests/test_old_ma.py::TestMa::test_testAPI PASSED
49022 numpy/ma/tests/test_old_ma.py::TestMa::test_testSingleElementSubscript PASSED
49023 numpy/ma/tests/test_old_ma.py::TestMa::test_assignment_by_condition PASSED
49024 numpy/ma/tests/test_old_ma.py::TestMa::test_assignment_by_condition_2 PASSED
49025 numpy/ma/tests/test_old_ma.py::TestUfuncs::test_testUfuncRegression PASSED
49026 numpy/ma/tests/test_old_ma.py::TestUfuncs::test_reduce PASSED
49027 numpy/ma/tests/test_old_ma.py::TestUfuncs::test_minmax PASSED
49028 numpy/ma/tests/test_old_ma.py::TestUfuncs::test_nonzero PASSED
49029 numpy/ma/tests/test_old_ma.py::TestArrayMethods::test_trace PASSED
49030 numpy/ma/tests/test_old_ma.py::TestArrayMethods::test_clip PASSED
49031 numpy/ma/tests/test_old_ma.py::TestArrayMethods::test_ptp PASSED
49032 numpy/ma/tests/test_old_ma.py::TestArrayMethods::test_swapaxes PASSED
49033 numpy/ma/tests/test_old_ma.py::TestArrayMethods::test_cumprod PASSED
49034 numpy/ma/tests/test_old_ma.py::TestArrayMethods::test_cumsum PASSED
49035 numpy/ma/tests/test_old_ma.py::TestArrayMethods::test_varstd PASSED
49036 numpy/ma/tests/test_regression.py::TestRegression::test_masked_array_create PASSED
49037 numpy/ma/tests/test_regression.py::TestRegression::test_masked_array PASSED
49038 numpy/ma/tests/test_regression.py::TestRegression::test_mem_masked_where PASSED
49039 numpy/ma/tests/test_regression.py::TestRegression::test_masked_array_multiply PASSED
49040 numpy/ma/tests/test_regression.py::TestRegression::test_masked_array_repeat PASSED
49041 numpy/ma/tests/test_regression.py::TestRegression::test_masked_array_repr_unicode PASSED
49042 numpy/ma/tests/test_regression.py::TestRegression::test_atleast_2d PASSED
49043 numpy/ma/tests/test_regression.py::TestRegression::test_set_fill_value_unicode_py3 PASSED
49044 numpy/ma/tests/test_regression.py::TestRegression::test_var_sets_maskedarray_scalar PASSED
49045 numpy/ma/tests/test_regression.py::TestRegression::test_ddof_corrcoef PASSED
49046 numpy/ma/tests/test_regression.py::TestRegression::test_mask_not_backmangled PASSED
49047 numpy/ma/tests/test_regression.py::TestRegression::test_empty_list_on_structured PASSED
49048 numpy/ma/tests/test_regression.py::TestRegression::test_masked_array_tobytes_fortran PASSED
49049 numpy/ma/tests/test_regression.py::TestRegression::test_structured_array PASSED
49050 numpy/ma/tests/test_subclassing.py::TestSubclassing::test_data_subclassing PASSED
49051 numpy/ma/tests/test_subclassing.py::TestSubclassing::test_maskedarray_subclassing PASSED
49052 numpy/ma/tests/test_subclassing.py::TestSubclassing::test_masked_unary_operations PASSED
49053 numpy/ma/tests/test_subclassing.py::TestSubclassing::test_masked_binary_operations PASSED
49054 numpy/ma/tests/test_subclassing.py::TestSubclassing::test_masked_binary_operations2 PASSED
49055 numpy/ma/tests/test_subclassing.py::TestSubclassing::test_attributepropagation PASSED
49056 numpy/ma/tests/test_subclassing.py::TestSubclassing::test_subclasspreservation PASSED
49057 numpy/ma/tests/test_subclassing.py::TestSubclassing::test_subclass_items PASSED
49058 numpy/ma/tests/test_subclassing.py::TestSubclassing::test_subclass_nomask_items PASSED
49059 numpy/ma/tests/test_subclassing.py::TestSubclassing::test_subclass_repr PASSED
49060 numpy/ma/tests/test_subclassing.py::TestSubclassing::test_subclass_str PASSED
49061 numpy/ma/tests/test_subclassing.py::TestSubclassing::test_pure_subclass_info_preservation PASSED
49062 numpy/ma/tests/test_subclassing.py::test_array_no_inheritance PASSED
49063 numpy/ma/tests/test_subclassing.py::TestClassWrapping::test_masked_unary_operations PASSED
49064 numpy/ma/tests/test_subclassing.py::TestClassWrapping::test_masked_binary_operations PASSED
49065 numpy/ma/tests/test_subclassing.py::TestClassWrapping::test_mixins_have_slots PASSED
49066 numpy/matrixlib/tests/test_defmatrix.py::TestCtor::test_basic PASSED
49067 numpy/matrixlib/tests/test_defmatrix.py::TestCtor::test_exceptions PASSED
49068 numpy/matrixlib/tests/test_defmatrix.py::TestCtor::test_bmat_nondefault_str PASSED
49069 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_sum PASSED
49070 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_prod PASSED
49071 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_max PASSED
49072 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_min PASSED
49073 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_ptp PASSED
49074 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_var PASSED
49075 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_basic PASSED
49076 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_pinv PASSED
49077 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_comparisons PASSED
49078 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_asmatrix PASSED
49079 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_noaxis PASSED
49080 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_repr PASSED
49081 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_make_bool_matrix_from_str PASSED
49082 numpy/matrixlib/tests/test_defmatrix.py::TestCasting::test_basic PASSED
49083 numpy/matrixlib/tests/test_defmatrix.py::TestAlgebra::test_basic PASSED
49084 numpy/matrixlib/tests/test_defmatrix.py::TestAlgebra::test_pow PASSED
49085 numpy/matrixlib/tests/test_defmatrix.py::TestAlgebra::test_scalar_type_pow PASSED
49086 numpy/matrixlib/tests/test_defmatrix.py::TestAlgebra::test_notimplemented PASSED
49087 numpy/matrixlib/tests/test_defmatrix.py::TestMatrixReturn::test_instance_methods PASSED
49088 numpy/matrixlib/tests/test_defmatrix.py::TestIndexing::test_basic PASSED
49089 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_dimesions PASSED
49090 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_array_from_matrix_list PASSED
49091 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_array_to_list PASSED
49092 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_fancy_indexing PASSED
49093 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_matrix_element PASSED
49094 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_scalar_indexing PASSED
49095 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_row_column_indexing PASSED
49096 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_boolean_indexing PASSED
49097 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_list_indexing PASSED
49098 numpy/matrixlib/tests/test_defmatrix.py::TestPower::test_returntype PASSED
49099 numpy/matrixlib/tests/test_defmatrix.py::TestPower::test_list PASSED
49100 numpy/matrixlib/tests/test_defmatrix.py::TestShape::test_shape PASSED
49101 numpy/matrixlib/tests/test_defmatrix.py::TestShape::test_numpy_ravel PASSED
49102 numpy/matrixlib/tests/test_defmatrix.py::TestShape::test_member_ravel PASSED
49103 numpy/matrixlib/tests/test_defmatrix.py::TestShape::test_member_flatten PASSED
49104 numpy/matrixlib/tests/test_defmatrix.py::TestShape::test_numpy_ravel_order PASSED
49105 numpy/matrixlib/tests/test_defmatrix.py::TestShape::test_matrix_ravel_order PASSED
49106 numpy/matrixlib/tests/test_defmatrix.py::TestShape::test_array_memory_sharing PASSED
49107 numpy/matrixlib/tests/test_defmatrix.py::TestShape::test_matrix_memory_sharing PASSED
49108 numpy/matrixlib/tests/test_defmatrix.py::TestShape::test_expand_dims_matrix PASSED
49109 numpy/matrixlib/tests/test_interaction.py::test_fancy_indexing PASSED
49110 numpy/matrixlib/tests/test_interaction.py::test_polynomial_mapdomain PASSED
49111 numpy/matrixlib/tests/test_interaction.py::test_sort_matrix_none PASSED
49112 numpy/matrixlib/tests/test_interaction.py::test_partition_matrix_none PASSED
49113 numpy/matrixlib/tests/test_interaction.py::test_dot_scalar_and_matrix_of_objects PASSED
49114 numpy/matrixlib/tests/test_interaction.py::test_inner_scalar_and_matrix PASSED
49115 numpy/matrixlib/tests/test_interaction.py::test_inner_scalar_and_matrix_of_objects PASSED
49116 numpy/matrixlib/tests/test_interaction.py::test_iter_allocate_output_subtype PASSED
49117 numpy/matrixlib/tests/test_interaction.py::test_array_astype PASSED
49118 numpy/matrixlib/tests/test_interaction.py::test_stack PASSED
49119 numpy/matrixlib/tests/test_interaction.py::test_object_scalar_multiply PASSED
49120 numpy/matrixlib/tests/test_interaction.py::test_nanfunctions_matrices PASSED
49121 numpy/matrixlib/tests/test_interaction.py::test_nanfunctions_matrices_general PASSED
49122 numpy/matrixlib/tests/test_interaction.py::test_average_matrix PASSED
49123 numpy/matrixlib/tests/test_interaction.py::test_dot_matrix PASSED
49124 numpy/matrixlib/tests/test_interaction.py::test_ediff1d_matrix PASSED
49125 numpy/matrixlib/tests/test_interaction.py::test_apply_along_axis_matrix PASSED
49126 numpy/matrixlib/tests/test_interaction.py::test_kron_matrix PASSED
49127 numpy/matrixlib/tests/test_interaction.py::TestConcatenatorMatrix::test_matrix PASSED
49128 numpy/matrixlib/tests/test_interaction.py::TestConcatenatorMatrix::test_matrix_scalar PASSED
49129 numpy/matrixlib/tests/test_interaction.py::TestConcatenatorMatrix::test_matrix_builder PASSED
49130 numpy/matrixlib/tests/test_interaction.py::test_array_equal_error_message_matrix PASSED
49131 numpy/matrixlib/tests/test_interaction.py::test_array_almost_equal_matrix PASSED
49132 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_matrix_indexing PASSED
49133 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_pickling_subbaseclass PASSED
49134 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_count_mean_with_matrix PASSED
49135 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_flat PASSED
49136 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_allany_onmatrices PASSED
49137 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_compressed PASSED
49138 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_ravel PASSED
49139 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_view PASSED
49140 numpy/matrixlib/tests/test_masked_matrix.py::TestSubclassing::test_maskedarray_subclassing PASSED
49141 numpy/matrixlib/tests/test_masked_matrix.py::TestSubclassing::test_masked_unary_operations PASSED
49142 numpy/matrixlib/tests/test_masked_matrix.py::TestSubclassing::test_masked_binary_operations PASSED
49143 numpy/matrixlib/tests/test_masked_matrix.py::TestSubclassing::test_masked_binary_operations2 PASSED
49144 numpy/matrixlib/tests/test_masked_matrix.py::TestConcatenator::test_matrix_builder PASSED
49145 numpy/matrixlib/tests/test_masked_matrix.py::TestConcatenator::test_matrix PASSED
49146 numpy/matrixlib/tests/test_matrix_linalg.py::TestSolveMatrix::test_generalized_sq_cases PASSED
49147 numpy/matrixlib/tests/test_matrix_linalg.py::TestSolveMatrix::test_generalized_empty_sq_cases PASSED
49148 numpy/matrixlib/tests/test_matrix_linalg.py::TestSolveMatrix::test_sq_cases PASSED
49149 numpy/matrixlib/tests/test_matrix_linalg.py::TestSolveMatrix::test_empty_sq_cases PASSED
49150 numpy/matrixlib/tests/test_matrix_linalg.py::TestInvMatrix::test_generalized_sq_cases PASSED
49151 numpy/matrixlib/tests/test_matrix_linalg.py::TestInvMatrix::test_generalized_empty_sq_cases PASSED
49152 numpy/matrixlib/tests/test_matrix_linalg.py::TestInvMatrix::test_sq_cases PASSED
49153 numpy/matrixlib/tests/test_matrix_linalg.py::TestInvMatrix::test_empty_sq_cases PASSED
49154 numpy/matrixlib/tests/test_matrix_linalg.py::TestEigvalsMatrix::test_generalized_sq_cases PASSED
49155 numpy/matrixlib/tests/test_matrix_linalg.py::TestEigvalsMatrix::test_generalized_empty_sq_cases PASSED
49156 numpy/matrixlib/tests/test_matrix_linalg.py::TestEigvalsMatrix::test_sq_cases PASSED
49157 numpy/matrixlib/tests/test_matrix_linalg.py::TestEigvalsMatrix::test_empty_sq_cases PASSED
49158 numpy/matrixlib/tests/test_matrix_linalg.py::TestEigMatrix::test_generalized_sq_cases PASSED
49159 numpy/matrixlib/tests/test_matrix_linalg.py::TestEigMatrix::test_generalized_empty_sq_cases PASSED
49160 numpy/matrixlib/tests/test_matrix_linalg.py::TestEigMatrix::test_sq_cases PASSED
49161 numpy/matrixlib/tests/test_matrix_linalg.py::TestEigMatrix::test_empty_sq_cases PASSED
49162 numpy/matrixlib/tests/test_matrix_linalg.py::TestSVDMatrix::test_generalized_sq_cases PASSED
49163 numpy/matrixlib/tests/test_matrix_linalg.py::TestSVDMatrix::test_generalized_empty_sq_cases PASSED
49164 numpy/matrixlib/tests/test_matrix_linalg.py::TestSVDMatrix::test_sq_cases PASSED
49165 numpy/matrixlib/tests/test_matrix_linalg.py::TestSVDMatrix::test_empty_sq_cases PASSED
49166 numpy/matrixlib/tests/test_matrix_linalg.py::TestCondMatrix::test_generalized_sq_cases PASSED
49167 numpy/matrixlib/tests/test_matrix_linalg.py::TestCondMatrix::test_generalized_empty_sq_cases PASSED
49168 numpy/matrixlib/tests/test_matrix_linalg.py::TestCondMatrix::test_sq_cases PASSED
49169 numpy/matrixlib/tests/test_matrix_linalg.py::TestCondMatrix::test_empty_sq_cases PASSED
49170 numpy/matrixlib/tests/test_matrix_linalg.py::TestPinvMatrix::test_generalized_nonsq_cases PASSED
49171 numpy/matrixlib/tests/test_matrix_linalg.py::TestPinvMatrix::test_generalized_empty_nonsq_cases PASSED
49172 numpy/matrixlib/tests/test_matrix_linalg.py::TestPinvMatrix::test_generalized_sq_cases PASSED
49173 numpy/matrixlib/tests/test_matrix_linalg.py::TestPinvMatrix::test_generalized_empty_sq_cases PASSED
49174 numpy/matrixlib/tests/test_matrix_linalg.py::TestPinvMatrix::test_nonsq_cases PASSED
49175 numpy/matrixlib/tests/test_matrix_linalg.py::TestPinvMatrix::test_empty_nonsq_cases PASSED
49176 numpy/matrixlib/tests/test_matrix_linalg.py::TestPinvMatrix::test_sq_cases PASSED
49177 numpy/matrixlib/tests/test_matrix_linalg.py::TestPinvMatrix::test_empty_sq_cases PASSED
49178 numpy/matrixlib/tests/test_matrix_linalg.py::TestDetMatrix::test_generalized_sq_cases PASSED
49179 numpy/matrixlib/tests/test_matrix_linalg.py::TestDetMatrix::test_generalized_empty_sq_cases PASSED
49180 numpy/matrixlib/tests/test_matrix_linalg.py::TestDetMatrix::test_sq_cases PASSED
49181 numpy/matrixlib/tests/test_matrix_linalg.py::TestDetMatrix::test_empty_sq_cases PASSED
49182 numpy/matrixlib/tests/test_matrix_linalg.py::TestLstsqMatrix::test_nonsq_cases PASSED
49183 numpy/matrixlib/tests/test_matrix_linalg.py::TestLstsqMatrix::test_empty_nonsq_cases PASSED
49184 numpy/matrixlib/tests/test_matrix_linalg.py::TestLstsqMatrix::test_sq_cases PASSED
49185 numpy/matrixlib/tests/test_matrix_linalg.py::TestLstsqMatrix::test_empty_sq_cases PASSED
49186 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormDoubleMatrix::test_matrix_empty PASSED
49187 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormDoubleMatrix::test_matrix_return_type PASSED
49188 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormDoubleMatrix::test_matrix_2x2 PASSED
49189 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormDoubleMatrix::test_matrix_3x3 PASSED
49190 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormDoubleMatrix::test_bad_args PASSED
49191 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormSingleMatrix::test_matrix_empty PASSED
49192 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormSingleMatrix::test_matrix_return_type PASSED
49193 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormSingleMatrix::test_matrix_2x2 PASSED
49194 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormSingleMatrix::test_matrix_3x3 PASSED
49195 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormSingleMatrix::test_bad_args PASSED
49196 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormInt64Matrix::test_matrix_empty PASSED
49197 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormInt64Matrix::test_matrix_return_type PASSED
49198 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormInt64Matrix::test_matrix_2x2 PASSED
49199 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormInt64Matrix::test_matrix_3x3 PASSED
49200 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormInt64Matrix::test_bad_args PASSED
49201 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_qr_empty[3-0] PASSED
49202 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_qr_empty[0-3] PASSED
49203 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_qr_empty[0-0] PASSED
49204 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_mode_raw PASSED
49205 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_mode_all_but_economic PASSED
49206 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size0-size0] PASSED
49207 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size0-size1] PASSED
49208 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size0-size2] PASSED
49209 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size0-size3] PASSED
49210 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size0-size4] PASSED
49211 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size1-size0] PASSED
49212 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size1-size1] PASSED
49213 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size1-size2] PASSED
49214 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size1-size3] PASSED
49215 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size1-size4] PASSED
49216 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size2-size0] PASSED
49217 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size2-size1] PASSED
49218 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size2-size2] PASSED
49219 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size2-size3] PASSED
49220 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float32-outer_size2-size4] PASSED
49221 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size0-size0] PASSED
49222 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size0-size1] PASSED
49223 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size0-size2] PASSED
49224 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size0-size3] PASSED
49225 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size0-size4] PASSED
49226 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size1-size0] PASSED
49227 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size1-size1] PASSED
49228 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size1-size2] PASSED
49229 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size1-size3] PASSED
49230 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size1-size4] PASSED
49231 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size2-size0] PASSED
49232 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size2-size1] PASSED
49233 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size2-size2] PASSED
49234 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size2-size3] PASSED
49235 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[float64-outer_size2-size4] PASSED
49236 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size0-size0] PASSED
49237 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size0-size1] PASSED
49238 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size0-size2] PASSED
49239 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size0-size3] PASSED
49240 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size0-size4] PASSED
49241 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size1-size0] PASSED
49242 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size1-size1] PASSED
49243 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size1-size2] PASSED
49244 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size1-size3] PASSED
49245 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size1-size4] PASSED
49246 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size2-size0] PASSED
49247 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size2-size1] PASSED
49248 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size2-size2] PASSED
49249 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size2-size3] PASSED
49250 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex64-outer_size2-size4] PASSED
49251 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size0-size0] PASSED
49252 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size0-size1] PASSED
49253 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size0-size2] PASSED
49254 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size0-size3] PASSED
49255 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size0-size4] PASSED
49256 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size1-size0] PASSED
49257 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size1-size1] PASSED
49258 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size1-size2] PASSED
49259 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size1-size3] PASSED
49260 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size1-size4] PASSED
49261 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size2-size0] PASSED
49262 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size2-size1] PASSED
49263 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size2-size2] PASSED
49264 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size2-size3] PASSED
49265 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_stacked_inputs[complex128-outer_size2-size4] PASSED
49266 numpy/matrixlib/tests/test_multiarray.py::TestView::test_type PASSED
49267 numpy/matrixlib/tests/test_multiarray.py::TestView::test_keywords PASSED
49268 numpy/matrixlib/tests/test_numeric.py::TestDot::test_matscalar PASSED
49269 numpy/matrixlib/tests/test_numeric.py::test_diagonal PASSED
49270 numpy/matrixlib/tests/test_regression.py::TestRegression::test_kron_matrix PASSED
49271 numpy/matrixlib/tests/test_regression.py::TestRegression::test_matrix_properties PASSED
49272 numpy/matrixlib/tests/test_regression.py::TestRegression::test_matrix_multiply_by_1d_vector PASSED
49273 numpy/matrixlib/tests/test_regression.py::TestRegression::test_matrix_std_argmax PASSED
49274 numpy/polynomial/tests/test_chebyshev.py::TestPrivate::test__cseries_to_zseries PASSED
49275 numpy/polynomial/tests/test_chebyshev.py::TestPrivate::test__zseries_to_cseries PASSED
49276 numpy/polynomial/tests/test_chebyshev.py::TestConstants::test_chebdomain PASSED
49277 numpy/polynomial/tests/test_chebyshev.py::TestConstants::test_chebzero PASSED
49278 numpy/polynomial/tests/test_chebyshev.py::TestConstants::test_chebone PASSED
49279 numpy/polynomial/tests/test_chebyshev.py::TestConstants::test_chebx PASSED
49280 numpy/polynomial/tests/test_chebyshev.py::TestArithmetic::test_chebadd PASSED
49281 numpy/polynomial/tests/test_chebyshev.py::TestArithmetic::test_chebsub PASSED
49282 numpy/polynomial/tests/test_chebyshev.py::TestArithmetic::test_chebmulx PASSED
49283 numpy/polynomial/tests/test_chebyshev.py::TestArithmetic::test_chebmul PASSED
49284 numpy/polynomial/tests/test_chebyshev.py::TestArithmetic::test_chebdiv PASSED
49285 numpy/polynomial/tests/test_chebyshev.py::TestArithmetic::test_chebpow PASSED
49286 numpy/polynomial/tests/test_chebyshev.py::TestEvaluation::test_chebval PASSED
49287 numpy/polynomial/tests/test_chebyshev.py::TestEvaluation::test_chebval2d PASSED
49288 numpy/polynomial/tests/test_chebyshev.py::TestEvaluation::test_chebval3d PASSED
49289 numpy/polynomial/tests/test_chebyshev.py::TestEvaluation::test_chebgrid2d PASSED
49290 numpy/polynomial/tests/test_chebyshev.py::TestEvaluation::test_chebgrid3d PASSED
49291 numpy/polynomial/tests/test_chebyshev.py::TestIntegral::test_chebint PASSED
49292 numpy/polynomial/tests/test_chebyshev.py::TestIntegral::test_chebint_axis PASSED
49293 numpy/polynomial/tests/test_chebyshev.py::TestDerivative::test_chebder PASSED
49294 numpy/polynomial/tests/test_chebyshev.py::TestDerivative::test_chebder_axis PASSED
49295 numpy/polynomial/tests/test_chebyshev.py::TestVander::test_chebvander PASSED
49296 numpy/polynomial/tests/test_chebyshev.py::TestVander::test_chebvander2d PASSED
49297 numpy/polynomial/tests/test_chebyshev.py::TestVander::test_chebvander3d PASSED
49298 numpy/polynomial/tests/test_chebyshev.py::TestFitting::test_chebfit PASSED
49299 numpy/polynomial/tests/test_chebyshev.py::TestInterpolate::test_raises PASSED
49300 numpy/polynomial/tests/test_chebyshev.py::TestInterpolate::test_dimensions PASSED
49301 numpy/polynomial/tests/test_chebyshev.py::TestInterpolate::test_approximation PASSED
49302 numpy/polynomial/tests/test_chebyshev.py::TestCompanion::test_raises PASSED
49303 numpy/polynomial/tests/test_chebyshev.py::TestCompanion::test_dimensions PASSED
49304 numpy/polynomial/tests/test_chebyshev.py::TestCompanion::test_linear_root PASSED
49305 numpy/polynomial/tests/test_chebyshev.py::TestGauss::test_100 PASSED
49306 numpy/polynomial/tests/test_chebyshev.py::TestMisc::test_chebfromroots PASSED
49307 numpy/polynomial/tests/test_chebyshev.py::TestMisc::test_chebroots PASSED
49308 numpy/polynomial/tests/test_chebyshev.py::TestMisc::test_chebtrim PASSED
49309 numpy/polynomial/tests/test_chebyshev.py::TestMisc::test_chebline PASSED
49310 numpy/polynomial/tests/test_chebyshev.py::TestMisc::test_cheb2poly PASSED
49311 numpy/polynomial/tests/test_chebyshev.py::TestMisc::test_poly2cheb PASSED
49312 numpy/polynomial/tests/test_chebyshev.py::TestMisc::test_weight PASSED
49313 numpy/polynomial/tests/test_chebyshev.py::TestMisc::test_chebpts1 PASSED
49314 numpy/polynomial/tests/test_chebyshev.py::TestMisc::test_chebpts2 PASSED
49315 numpy/polynomial/tests/test_classes.py::test_conversion[Polynomial-Polynomial] PASSED
49316 numpy/polynomial/tests/test_classes.py::test_conversion[Polynomial-Legendre] PASSED
49317 numpy/polynomial/tests/test_classes.py::test_conversion[Polynomial-Chebyshev] PASSED
49318 numpy/polynomial/tests/test_classes.py::test_conversion[Polynomial-Laguerre] PASSED
49319 numpy/polynomial/tests/test_classes.py::test_conversion[Polynomial-Hermite] PASSED
49320 numpy/polynomial/tests/test_classes.py::test_conversion[Polynomial-HermiteE] PASSED
49321 numpy/polynomial/tests/test_classes.py::test_conversion[Legendre-Polynomial] PASSED
49322 numpy/polynomial/tests/test_classes.py::test_conversion[Legendre-Legendre] PASSED
49323 numpy/polynomial/tests/test_classes.py::test_conversion[Legendre-Chebyshev] PASSED
49324 numpy/polynomial/tests/test_classes.py::test_conversion[Legendre-Laguerre] PASSED
49325 numpy/polynomial/tests/test_classes.py::test_conversion[Legendre-Hermite] PASSED
49326 numpy/polynomial/tests/test_classes.py::test_conversion[Legendre-HermiteE] PASSED
49327 numpy/polynomial/tests/test_classes.py::test_conversion[Chebyshev-Polynomial] PASSED
49328 numpy/polynomial/tests/test_classes.py::test_conversion[Chebyshev-Legendre] PASSED
49329 numpy/polynomial/tests/test_classes.py::test_conversion[Chebyshev-Chebyshev] PASSED
49330 numpy/polynomial/tests/test_classes.py::test_conversion[Chebyshev-Laguerre] PASSED
49331 numpy/polynomial/tests/test_classes.py::test_conversion[Chebyshev-Hermite] PASSED
49332 numpy/polynomial/tests/test_classes.py::test_conversion[Chebyshev-HermiteE] PASSED
49333 numpy/polynomial/tests/test_classes.py::test_conversion[Laguerre-Polynomial] PASSED
49334 numpy/polynomial/tests/test_classes.py::test_conversion[Laguerre-Legendre] PASSED
49335 numpy/polynomial/tests/test_classes.py::test_conversion[Laguerre-Chebyshev] PASSED
49336 numpy/polynomial/tests/test_classes.py::test_conversion[Laguerre-Laguerre] PASSED
49337 numpy/polynomial/tests/test_classes.py::test_conversion[Laguerre-Hermite] PASSED
49338 numpy/polynomial/tests/test_classes.py::test_conversion[Laguerre-HermiteE] PASSED
49339 numpy/polynomial/tests/test_classes.py::test_conversion[Hermite-Polynomial] PASSED
49340 numpy/polynomial/tests/test_classes.py::test_conversion[Hermite-Legendre] PASSED
49341 numpy/polynomial/tests/test_classes.py::test_conversion[Hermite-Chebyshev] PASSED
49342 numpy/polynomial/tests/test_classes.py::test_conversion[Hermite-Laguerre] PASSED
49343 numpy/polynomial/tests/test_classes.py::test_conversion[Hermite-Hermite] PASSED
49344 numpy/polynomial/tests/test_classes.py::test_conversion[Hermite-HermiteE] PASSED
49345 numpy/polynomial/tests/test_classes.py::test_conversion[HermiteE-Polynomial] PASSED
49346 numpy/polynomial/tests/test_classes.py::test_conversion[HermiteE-Legendre] PASSED
49347 numpy/polynomial/tests/test_classes.py::test_conversion[HermiteE-Chebyshev] PASSED
49348 numpy/polynomial/tests/test_classes.py::test_conversion[HermiteE-Laguerre] PASSED
49349 numpy/polynomial/tests/test_classes.py::test_conversion[HermiteE-Hermite] PASSED
49350 numpy/polynomial/tests/test_classes.py::test_conversion[HermiteE-HermiteE] PASSED
49351 numpy/polynomial/tests/test_classes.py::test_cast[Polynomial-Polynomial] PASSED
49352 numpy/polynomial/tests/test_classes.py::test_cast[Polynomial-Legendre] PASSED
49353 numpy/polynomial/tests/test_classes.py::test_cast[Polynomial-Chebyshev] PASSED
49354 numpy/polynomial/tests/test_classes.py::test_cast[Polynomial-Laguerre] PASSED
49355 numpy/polynomial/tests/test_classes.py::test_cast[Polynomial-Hermite] PASSED
49356 numpy/polynomial/tests/test_classes.py::test_cast[Polynomial-HermiteE] PASSED
49357 numpy/polynomial/tests/test_classes.py::test_cast[Legendre-Polynomial] PASSED
49358 numpy/polynomial/tests/test_classes.py::test_cast[Legendre-Legendre] PASSED
49359 numpy/polynomial/tests/test_classes.py::test_cast[Legendre-Chebyshev] PASSED
49360 numpy/polynomial/tests/test_classes.py::test_cast[Legendre-Laguerre] PASSED
49361 numpy/polynomial/tests/test_classes.py::test_cast[Legendre-Hermite] PASSED
49362 numpy/polynomial/tests/test_classes.py::test_cast[Legendre-HermiteE] PASSED
49363 numpy/polynomial/tests/test_classes.py::test_cast[Chebyshev-Polynomial] PASSED
49364 numpy/polynomial/tests/test_classes.py::test_cast[Chebyshev-Legendre] PASSED
49365 numpy/polynomial/tests/test_classes.py::test_cast[Chebyshev-Chebyshev] PASSED
49366 numpy/polynomial/tests/test_classes.py::test_cast[Chebyshev-Laguerre] PASSED
49367 numpy/polynomial/tests/test_classes.py::test_cast[Chebyshev-Hermite] PASSED
49368 numpy/polynomial/tests/test_classes.py::test_cast[Chebyshev-HermiteE] PASSED
49369 numpy/polynomial/tests/test_classes.py::test_cast[Laguerre-Polynomial] PASSED
49370 numpy/polynomial/tests/test_classes.py::test_cast[Laguerre-Legendre] PASSED
49371 numpy/polynomial/tests/test_classes.py::test_cast[Laguerre-Chebyshev] PASSED
49372 numpy/polynomial/tests/test_classes.py::test_cast[Laguerre-Laguerre] PASSED
49373 numpy/polynomial/tests/test_classes.py::test_cast[Laguerre-Hermite] PASSED
49374 numpy/polynomial/tests/test_classes.py::test_cast[Laguerre-HermiteE] PASSED
49375 numpy/polynomial/tests/test_classes.py::test_cast[Hermite-Polynomial] PASSED
49376 numpy/polynomial/tests/test_classes.py::test_cast[Hermite-Legendre] PASSED
49377 numpy/polynomial/tests/test_classes.py::test_cast[Hermite-Chebyshev] PASSED
49378 numpy/polynomial/tests/test_classes.py::test_cast[Hermite-Laguerre] PASSED
49379 numpy/polynomial/tests/test_classes.py::test_cast[Hermite-Hermite] PASSED
49380 numpy/polynomial/tests/test_classes.py::test_cast[Hermite-HermiteE] PASSED
49381 numpy/polynomial/tests/test_classes.py::test_cast[HermiteE-Polynomial] PASSED
49382 numpy/polynomial/tests/test_classes.py::test_cast[HermiteE-Legendre] PASSED
49383 numpy/polynomial/tests/test_classes.py::test_cast[HermiteE-Chebyshev] PASSED
49384 numpy/polynomial/tests/test_classes.py::test_cast[HermiteE-Laguerre] PASSED
49385 numpy/polynomial/tests/test_classes.py::test_cast[HermiteE-Hermite] PASSED
49386 numpy/polynomial/tests/test_classes.py::test_cast[HermiteE-HermiteE] PASSED
49387 numpy/polynomial/tests/test_classes.py::test_identity[Polynomial] PASSED
49388 numpy/polynomial/tests/test_classes.py::test_identity[Legendre] PASSED
49389 numpy/polynomial/tests/test_classes.py::test_identity[Chebyshev] PASSED
49390 numpy/polynomial/tests/test_classes.py::test_identity[Laguerre] PASSED
49391 numpy/polynomial/tests/test_classes.py::test_identity[Hermite] PASSED
49392 numpy/polynomial/tests/test_classes.py::test_identity[HermiteE] PASSED
49393 numpy/polynomial/tests/test_classes.py::test_basis[Polynomial] PASSED
49394 numpy/polynomial/tests/test_classes.py::test_basis[Legendre] PASSED
49395 numpy/polynomial/tests/test_classes.py::test_basis[Chebyshev] PASSED
49396 numpy/polynomial/tests/test_classes.py::test_basis[Laguerre] PASSED
49397 numpy/polynomial/tests/test_classes.py::test_basis[Hermite] PASSED
49398 numpy/polynomial/tests/test_classes.py::test_basis[HermiteE] PASSED
49399 numpy/polynomial/tests/test_classes.py::test_fromroots[Polynomial] PASSED
49400 numpy/polynomial/tests/test_classes.py::test_fromroots[Legendre] PASSED
49401 numpy/polynomial/tests/test_classes.py::test_fromroots[Chebyshev] PASSED
49402 numpy/polynomial/tests/test_classes.py::test_fromroots[Laguerre] PASSED
49403 numpy/polynomial/tests/test_classes.py::test_fromroots[Hermite] PASSED
49404 numpy/polynomial/tests/test_classes.py::test_fromroots[HermiteE] PASSED
49405 numpy/polynomial/tests/test_classes.py::test_bad_conditioned_fit[Polynomial] PASSED
49406 numpy/polynomial/tests/test_classes.py::test_bad_conditioned_fit[Legendre] PASSED
49407 numpy/polynomial/tests/test_classes.py::test_bad_conditioned_fit[Chebyshev] PASSED
49408 numpy/polynomial/tests/test_classes.py::test_bad_conditioned_fit[Laguerre] PASSED
49409 numpy/polynomial/tests/test_classes.py::test_bad_conditioned_fit[Hermite] PASSED
49410 numpy/polynomial/tests/test_classes.py::test_bad_conditioned_fit[HermiteE] PASSED
49411 numpy/polynomial/tests/test_classes.py::test_fit[Polynomial] PASSED
49412 numpy/polynomial/tests/test_classes.py::test_fit[Legendre] PASSED
49413 numpy/polynomial/tests/test_classes.py::test_fit[Chebyshev] PASSED
49414 numpy/polynomial/tests/test_classes.py::test_fit[Laguerre] PASSED
49415 numpy/polynomial/tests/test_classes.py::test_fit[Hermite] PASSED
49416 numpy/polynomial/tests/test_classes.py::test_fit[HermiteE] PASSED
49417 numpy/polynomial/tests/test_classes.py::test_equal[Polynomial] PASSED
49418 numpy/polynomial/tests/test_classes.py::test_equal[Legendre] PASSED
49419 numpy/polynomial/tests/test_classes.py::test_equal[Chebyshev] PASSED
49420 numpy/polynomial/tests/test_classes.py::test_equal[Laguerre] PASSED
49421 numpy/polynomial/tests/test_classes.py::test_equal[Hermite] PASSED
49422 numpy/polynomial/tests/test_classes.py::test_equal[HermiteE] PASSED
49423 numpy/polynomial/tests/test_classes.py::test_not_equal[Polynomial] PASSED
49424 numpy/polynomial/tests/test_classes.py::test_not_equal[Legendre] PASSED
49425 numpy/polynomial/tests/test_classes.py::test_not_equal[Chebyshev] PASSED
49426 numpy/polynomial/tests/test_classes.py::test_not_equal[Laguerre] PASSED
49427 numpy/polynomial/tests/test_classes.py::test_not_equal[Hermite] PASSED
49428 numpy/polynomial/tests/test_classes.py::test_not_equal[HermiteE] PASSED
49429 numpy/polynomial/tests/test_classes.py::test_add[Polynomial] PASSED
49430 numpy/polynomial/tests/test_classes.py::test_add[Legendre] PASSED
49431 numpy/polynomial/tests/test_classes.py::test_add[Chebyshev] PASSED
49432 numpy/polynomial/tests/test_classes.py::test_add[Laguerre] PASSED
49433 numpy/polynomial/tests/test_classes.py::test_add[Hermite] PASSED
49434 numpy/polynomial/tests/test_classes.py::test_add[HermiteE] PASSED
49435 numpy/polynomial/tests/test_classes.py::test_sub[Polynomial] PASSED
49436 numpy/polynomial/tests/test_classes.py::test_sub[Legendre] PASSED
49437 numpy/polynomial/tests/test_classes.py::test_sub[Chebyshev] PASSED
49438 numpy/polynomial/tests/test_classes.py::test_sub[Laguerre] PASSED
49439 numpy/polynomial/tests/test_classes.py::test_sub[Hermite] PASSED
49440 numpy/polynomial/tests/test_classes.py::test_sub[HermiteE] PASSED
49441 numpy/polynomial/tests/test_classes.py::test_mul[Polynomial] PASSED
49442 numpy/polynomial/tests/test_classes.py::test_mul[Legendre] PASSED
49443 numpy/polynomial/tests/test_classes.py::test_mul[Chebyshev] PASSED
49444 numpy/polynomial/tests/test_classes.py::test_mul[Laguerre] PASSED
49445 numpy/polynomial/tests/test_classes.py::test_mul[Hermite] PASSED
49446 numpy/polynomial/tests/test_classes.py::test_mul[HermiteE] PASSED
49447 numpy/polynomial/tests/test_classes.py::test_floordiv[Polynomial] PASSED
49448 numpy/polynomial/tests/test_classes.py::test_floordiv[Legendre] PASSED
49449 numpy/polynomial/tests/test_classes.py::test_floordiv[Chebyshev] PASSED
49450 numpy/polynomial/tests/test_classes.py::test_floordiv[Laguerre] PASSED
49451 numpy/polynomial/tests/test_classes.py::test_floordiv[Hermite] PASSED
49452 numpy/polynomial/tests/test_classes.py::test_floordiv[HermiteE] PASSED
49453 numpy/polynomial/tests/test_classes.py::test_truediv[Polynomial] PASSED
49454 numpy/polynomial/tests/test_classes.py::test_truediv[Legendre] PASSED
49455 numpy/polynomial/tests/test_classes.py::test_truediv[Chebyshev] PASSED
49456 numpy/polynomial/tests/test_classes.py::test_truediv[Laguerre] PASSED
49457 numpy/polynomial/tests/test_classes.py::test_truediv[Hermite] PASSED
49458 numpy/polynomial/tests/test_classes.py::test_truediv[HermiteE] PASSED
49459 numpy/polynomial/tests/test_classes.py::test_mod[Polynomial] PASSED
49460 numpy/polynomial/tests/test_classes.py::test_mod[Legendre] PASSED
49461 numpy/polynomial/tests/test_classes.py::test_mod[Chebyshev] PASSED
49462 numpy/polynomial/tests/test_classes.py::test_mod[Laguerre] PASSED
49463 numpy/polynomial/tests/test_classes.py::test_mod[Hermite] PASSED
49464 numpy/polynomial/tests/test_classes.py::test_mod[HermiteE] PASSED
49465 numpy/polynomial/tests/test_classes.py::test_divmod[Polynomial] PASSED
49466 numpy/polynomial/tests/test_classes.py::test_divmod[Legendre] PASSED
49467 numpy/polynomial/tests/test_classes.py::test_divmod[Chebyshev] PASSED
49468 numpy/polynomial/tests/test_classes.py::test_divmod[Laguerre] PASSED
49469 numpy/polynomial/tests/test_classes.py::test_divmod[Hermite] PASSED
49470 numpy/polynomial/tests/test_classes.py::test_divmod[HermiteE] PASSED
49471 numpy/polynomial/tests/test_classes.py::test_roots[Polynomial] PASSED
49472 numpy/polynomial/tests/test_classes.py::test_roots[Legendre] PASSED
49473 numpy/polynomial/tests/test_classes.py::test_roots[Chebyshev] PASSED
49474 numpy/polynomial/tests/test_classes.py::test_roots[Laguerre] PASSED
49475 numpy/polynomial/tests/test_classes.py::test_roots[Hermite] PASSED
49476 numpy/polynomial/tests/test_classes.py::test_roots[HermiteE] PASSED
49477 numpy/polynomial/tests/test_classes.py::test_degree[Polynomial] PASSED
49478 numpy/polynomial/tests/test_classes.py::test_degree[Legendre] PASSED
49479 numpy/polynomial/tests/test_classes.py::test_degree[Chebyshev] PASSED
49480 numpy/polynomial/tests/test_classes.py::test_degree[Laguerre] PASSED
49481 numpy/polynomial/tests/test_classes.py::test_degree[Hermite] PASSED
49482 numpy/polynomial/tests/test_classes.py::test_degree[HermiteE] PASSED
49483 numpy/polynomial/tests/test_classes.py::test_copy[Polynomial] PASSED
49484 numpy/polynomial/tests/test_classes.py::test_copy[Legendre] PASSED
49485 numpy/polynomial/tests/test_classes.py::test_copy[Chebyshev] PASSED
49486 numpy/polynomial/tests/test_classes.py::test_copy[Laguerre] PASSED
49487 numpy/polynomial/tests/test_classes.py::test_copy[Hermite] PASSED
49488 numpy/polynomial/tests/test_classes.py::test_copy[HermiteE] PASSED
49489 numpy/polynomial/tests/test_classes.py::test_integ[Polynomial] PASSED
49490 numpy/polynomial/tests/test_classes.py::test_integ[Legendre] PASSED
49491 numpy/polynomial/tests/test_classes.py::test_integ[Chebyshev] PASSED
49492 numpy/polynomial/tests/test_classes.py::test_integ[Laguerre] PASSED
49493 numpy/polynomial/tests/test_classes.py::test_integ[Hermite] PASSED
49494 numpy/polynomial/tests/test_classes.py::test_integ[HermiteE] PASSED
49495 numpy/polynomial/tests/test_classes.py::test_deriv[Polynomial] PASSED
49496 numpy/polynomial/tests/test_classes.py::test_deriv[Legendre] PASSED
49497 numpy/polynomial/tests/test_classes.py::test_deriv[Chebyshev] PASSED
49498 numpy/polynomial/tests/test_classes.py::test_deriv[Laguerre] PASSED
49499 numpy/polynomial/tests/test_classes.py::test_deriv[Hermite] PASSED
49500 numpy/polynomial/tests/test_classes.py::test_deriv[HermiteE] PASSED
49501 numpy/polynomial/tests/test_classes.py::test_linspace[Polynomial] PASSED
49502 numpy/polynomial/tests/test_classes.py::test_linspace[Legendre] PASSED
49503 numpy/polynomial/tests/test_classes.py::test_linspace[Chebyshev] PASSED
49504 numpy/polynomial/tests/test_classes.py::test_linspace[Laguerre] PASSED
49505 numpy/polynomial/tests/test_classes.py::test_linspace[Hermite] PASSED
49506 numpy/polynomial/tests/test_classes.py::test_linspace[HermiteE] PASSED
49507 numpy/polynomial/tests/test_classes.py::test_pow[Polynomial] PASSED
49508 numpy/polynomial/tests/test_classes.py::test_pow[Legendre] PASSED
49509 numpy/polynomial/tests/test_classes.py::test_pow[Chebyshev] PASSED
49510 numpy/polynomial/tests/test_classes.py::test_pow[Laguerre] PASSED
49511 numpy/polynomial/tests/test_classes.py::test_pow[Hermite] PASSED
49512 numpy/polynomial/tests/test_classes.py::test_pow[HermiteE] PASSED
49513 numpy/polynomial/tests/test_classes.py::test_call[Polynomial] PASSED
49514 numpy/polynomial/tests/test_classes.py::test_call[Legendre] PASSED
49515 numpy/polynomial/tests/test_classes.py::test_call[Chebyshev] PASSED
49516 numpy/polynomial/tests/test_classes.py::test_call[Laguerre] PASSED
49517 numpy/polynomial/tests/test_classes.py::test_call[Hermite] PASSED
49518 numpy/polynomial/tests/test_classes.py::test_call[HermiteE] PASSED
49519 numpy/polynomial/tests/test_classes.py::test_call_with_list[Polynomial] PASSED
49520 numpy/polynomial/tests/test_classes.py::test_call_with_list[Legendre] PASSED
49521 numpy/polynomial/tests/test_classes.py::test_call_with_list[Chebyshev] PASSED
49522 numpy/polynomial/tests/test_classes.py::test_call_with_list[Laguerre] PASSED
49523 numpy/polynomial/tests/test_classes.py::test_call_with_list[Hermite] PASSED
49524 numpy/polynomial/tests/test_classes.py::test_call_with_list[HermiteE] PASSED
49525 numpy/polynomial/tests/test_classes.py::test_cutdeg[Polynomial] PASSED
49526 numpy/polynomial/tests/test_classes.py::test_cutdeg[Legendre] PASSED
49527 numpy/polynomial/tests/test_classes.py::test_cutdeg[Chebyshev] PASSED
49528 numpy/polynomial/tests/test_classes.py::test_cutdeg[Laguerre] PASSED
49529 numpy/polynomial/tests/test_classes.py::test_cutdeg[Hermite] PASSED
49530 numpy/polynomial/tests/test_classes.py::test_cutdeg[HermiteE] PASSED
49531 numpy/polynomial/tests/test_classes.py::test_truncate[Polynomial] PASSED
49532 numpy/polynomial/tests/test_classes.py::test_truncate[Legendre] PASSED
49533 numpy/polynomial/tests/test_classes.py::test_truncate[Chebyshev] PASSED
49534 numpy/polynomial/tests/test_classes.py::test_truncate[Laguerre] PASSED
49535 numpy/polynomial/tests/test_classes.py::test_truncate[Hermite] PASSED
49536 numpy/polynomial/tests/test_classes.py::test_truncate[HermiteE] PASSED
49537 numpy/polynomial/tests/test_classes.py::test_trim[Polynomial] PASSED
49538 numpy/polynomial/tests/test_classes.py::test_trim[Legendre] PASSED
49539 numpy/polynomial/tests/test_classes.py::test_trim[Chebyshev] PASSED
49540 numpy/polynomial/tests/test_classes.py::test_trim[Laguerre] PASSED
49541 numpy/polynomial/tests/test_classes.py::test_trim[Hermite] PASSED
49542 numpy/polynomial/tests/test_classes.py::test_trim[HermiteE] PASSED
49543 numpy/polynomial/tests/test_classes.py::test_mapparms[Polynomial] PASSED
49544 numpy/polynomial/tests/test_classes.py::test_mapparms[Legendre] PASSED
49545 numpy/polynomial/tests/test_classes.py::test_mapparms[Chebyshev] PASSED
49546 numpy/polynomial/tests/test_classes.py::test_mapparms[Laguerre] PASSED
49547 numpy/polynomial/tests/test_classes.py::test_mapparms[Hermite] PASSED
49548 numpy/polynomial/tests/test_classes.py::test_mapparms[HermiteE] PASSED
49549 numpy/polynomial/tests/test_classes.py::test_ufunc_override[Polynomial] PASSED
49550 numpy/polynomial/tests/test_classes.py::test_ufunc_override[Legendre] PASSED
49551 numpy/polynomial/tests/test_classes.py::test_ufunc_override[Chebyshev] PASSED
49552 numpy/polynomial/tests/test_classes.py::test_ufunc_override[Laguerre] PASSED
49553 numpy/polynomial/tests/test_classes.py::test_ufunc_override[Hermite] PASSED
49554 numpy/polynomial/tests/test_classes.py::test_ufunc_override[HermiteE] PASSED
49555 numpy/polynomial/tests/test_classes.py::TestInterpolate::test_raises PASSED
49556 numpy/polynomial/tests/test_classes.py::TestInterpolate::test_dimensions PASSED
49557 numpy/polynomial/tests/test_classes.py::TestInterpolate::test_approximation PASSED
49558 numpy/polynomial/tests/test_hermite.py::TestConstants::test_hermdomain PASSED
49559 numpy/polynomial/tests/test_hermite.py::TestConstants::test_hermzero PASSED
49560 numpy/polynomial/tests/test_hermite.py::TestConstants::test_hermone PASSED
49561 numpy/polynomial/tests/test_hermite.py::TestConstants::test_hermx PASSED
49562 numpy/polynomial/tests/test_hermite.py::TestArithmetic::test_hermadd PASSED
49563 numpy/polynomial/tests/test_hermite.py::TestArithmetic::test_hermsub PASSED
49564 numpy/polynomial/tests/test_hermite.py::TestArithmetic::test_hermmulx PASSED
49565 numpy/polynomial/tests/test_hermite.py::TestArithmetic::test_hermmul PASSED
49566 numpy/polynomial/tests/test_hermite.py::TestArithmetic::test_hermdiv PASSED
49567 numpy/polynomial/tests/test_hermite.py::TestArithmetic::test_hermpow PASSED
49568 numpy/polynomial/tests/test_hermite.py::TestEvaluation::test_hermval PASSED
49569 numpy/polynomial/tests/test_hermite.py::TestEvaluation::test_hermval2d PASSED
49570 numpy/polynomial/tests/test_hermite.py::TestEvaluation::test_hermval3d PASSED
49571 numpy/polynomial/tests/test_hermite.py::TestEvaluation::test_hermgrid2d PASSED
49572 numpy/polynomial/tests/test_hermite.py::TestEvaluation::test_hermgrid3d PASSED
49573 numpy/polynomial/tests/test_hermite.py::TestIntegral::test_hermint PASSED
49574 numpy/polynomial/tests/test_hermite.py::TestIntegral::test_hermint_axis PASSED
49575 numpy/polynomial/tests/test_hermite.py::TestDerivative::test_hermder PASSED
49576 numpy/polynomial/tests/test_hermite.py::TestDerivative::test_hermder_axis PASSED
49577 numpy/polynomial/tests/test_hermite.py::TestVander::test_hermvander PASSED
49578 numpy/polynomial/tests/test_hermite.py::TestVander::test_hermvander2d PASSED
49579 numpy/polynomial/tests/test_hermite.py::TestVander::test_hermvander3d PASSED
49580 numpy/polynomial/tests/test_hermite.py::TestFitting::test_hermfit PASSED
49581 numpy/polynomial/tests/test_hermite.py::TestCompanion::test_raises PASSED
49582 numpy/polynomial/tests/test_hermite.py::TestCompanion::test_dimensions PASSED
49583 numpy/polynomial/tests/test_hermite.py::TestCompanion::test_linear_root PASSED
49584 numpy/polynomial/tests/test_hermite.py::TestGauss::test_100 PASSED
49585 numpy/polynomial/tests/test_hermite.py::TestMisc::test_hermfromroots PASSED
49586 numpy/polynomial/tests/test_hermite.py::TestMisc::test_hermroots PASSED
49587 numpy/polynomial/tests/test_hermite.py::TestMisc::test_hermtrim PASSED
49588 numpy/polynomial/tests/test_hermite.py::TestMisc::test_hermline PASSED
49589 numpy/polynomial/tests/test_hermite.py::TestMisc::test_herm2poly PASSED
49590 numpy/polynomial/tests/test_hermite.py::TestMisc::test_poly2herm PASSED
49591 numpy/polynomial/tests/test_hermite.py::TestMisc::test_weight PASSED
49592 numpy/polynomial/tests/test_hermite_e.py::TestConstants::test_hermedomain PASSED
49593 numpy/polynomial/tests/test_hermite_e.py::TestConstants::test_hermezero PASSED
49594 numpy/polynomial/tests/test_hermite_e.py::TestConstants::test_hermeone PASSED
49595 numpy/polynomial/tests/test_hermite_e.py::TestConstants::test_hermex PASSED
49596 numpy/polynomial/tests/test_hermite_e.py::TestArithmetic::test_hermeadd PASSED
49597 numpy/polynomial/tests/test_hermite_e.py::TestArithmetic::test_hermesub PASSED
49598 numpy/polynomial/tests/test_hermite_e.py::TestArithmetic::test_hermemulx PASSED
49599 numpy/polynomial/tests/test_hermite_e.py::TestArithmetic::test_hermemul PASSED
49600 numpy/polynomial/tests/test_hermite_e.py::TestArithmetic::test_hermediv PASSED
49601 numpy/polynomial/tests/test_hermite_e.py::TestArithmetic::test_hermepow PASSED
49602 numpy/polynomial/tests/test_hermite_e.py::TestEvaluation::test_hermeval PASSED
49603 numpy/polynomial/tests/test_hermite_e.py::TestEvaluation::test_hermeval2d PASSED
49604 numpy/polynomial/tests/test_hermite_e.py::TestEvaluation::test_hermeval3d PASSED
49605 numpy/polynomial/tests/test_hermite_e.py::TestEvaluation::test_hermegrid2d PASSED
49606 numpy/polynomial/tests/test_hermite_e.py::TestEvaluation::test_hermegrid3d PASSED
49607 numpy/polynomial/tests/test_hermite_e.py::TestIntegral::test_hermeint PASSED
49608 numpy/polynomial/tests/test_hermite_e.py::TestIntegral::test_hermeint_axis PASSED
49609 numpy/polynomial/tests/test_hermite_e.py::TestDerivative::test_hermeder PASSED
49610 numpy/polynomial/tests/test_hermite_e.py::TestDerivative::test_hermeder_axis PASSED
49611 numpy/polynomial/tests/test_hermite_e.py::TestVander::test_hermevander PASSED
49612 numpy/polynomial/tests/test_hermite_e.py::TestVander::test_hermevander2d PASSED
49613 numpy/polynomial/tests/test_hermite_e.py::TestVander::test_hermevander3d PASSED
49614 numpy/polynomial/tests/test_hermite_e.py::TestFitting::test_hermefit PASSED
49615 numpy/polynomial/tests/test_hermite_e.py::TestCompanion::test_raises PASSED
49616 numpy/polynomial/tests/test_hermite_e.py::TestCompanion::test_dimensions PASSED
49617 numpy/polynomial/tests/test_hermite_e.py::TestCompanion::test_linear_root PASSED
49618 numpy/polynomial/tests/test_hermite_e.py::TestGauss::test_100 PASSED
49619 numpy/polynomial/tests/test_hermite_e.py::TestMisc::test_hermefromroots PASSED
49620 numpy/polynomial/tests/test_hermite_e.py::TestMisc::test_hermeroots PASSED
49621 numpy/polynomial/tests/test_hermite_e.py::TestMisc::test_hermetrim PASSED
49622 numpy/polynomial/tests/test_hermite_e.py::TestMisc::test_hermeline PASSED
49623 numpy/polynomial/tests/test_hermite_e.py::TestMisc::test_herme2poly PASSED
49624 numpy/polynomial/tests/test_hermite_e.py::TestMisc::test_poly2herme PASSED
49625 numpy/polynomial/tests/test_hermite_e.py::TestMisc::test_weight PASSED
49626 numpy/polynomial/tests/test_laguerre.py::TestConstants::test_lagdomain PASSED
49627 numpy/polynomial/tests/test_laguerre.py::TestConstants::test_lagzero PASSED
49628 numpy/polynomial/tests/test_laguerre.py::TestConstants::test_lagone PASSED
49629 numpy/polynomial/tests/test_laguerre.py::TestConstants::test_lagx PASSED
49630 numpy/polynomial/tests/test_laguerre.py::TestArithmetic::test_lagadd PASSED
49631 numpy/polynomial/tests/test_laguerre.py::TestArithmetic::test_lagsub PASSED
49632 numpy/polynomial/tests/test_laguerre.py::TestArithmetic::test_lagmulx PASSED
49633 numpy/polynomial/tests/test_laguerre.py::TestArithmetic::test_lagmul PASSED
49634 numpy/polynomial/tests/test_laguerre.py::TestArithmetic::test_lagdiv PASSED
49635 numpy/polynomial/tests/test_laguerre.py::TestArithmetic::test_lagpow PASSED
49636 numpy/polynomial/tests/test_laguerre.py::TestEvaluation::test_lagval PASSED
49637 numpy/polynomial/tests/test_laguerre.py::TestEvaluation::test_lagval2d PASSED
49638 numpy/polynomial/tests/test_laguerre.py::TestEvaluation::test_lagval3d PASSED
49639 numpy/polynomial/tests/test_laguerre.py::TestEvaluation::test_laggrid2d PASSED
49640 numpy/polynomial/tests/test_laguerre.py::TestEvaluation::test_laggrid3d PASSED
49641 numpy/polynomial/tests/test_laguerre.py::TestIntegral::test_lagint PASSED
49642 numpy/polynomial/tests/test_laguerre.py::TestIntegral::test_lagint_axis PASSED
49643 numpy/polynomial/tests/test_laguerre.py::TestDerivative::test_lagder PASSED
49644 numpy/polynomial/tests/test_laguerre.py::TestDerivative::test_lagder_axis PASSED
49645 numpy/polynomial/tests/test_laguerre.py::TestVander::test_lagvander PASSED
49646 numpy/polynomial/tests/test_laguerre.py::TestVander::test_lagvander2d PASSED
49647 numpy/polynomial/tests/test_laguerre.py::TestVander::test_lagvander3d PASSED
49648 numpy/polynomial/tests/test_laguerre.py::TestFitting::test_lagfit PASSED
49649 numpy/polynomial/tests/test_laguerre.py::TestCompanion::test_raises PASSED
49650 numpy/polynomial/tests/test_laguerre.py::TestCompanion::test_dimensions PASSED
49651 numpy/polynomial/tests/test_laguerre.py::TestCompanion::test_linear_root PASSED
49652 numpy/polynomial/tests/test_laguerre.py::TestGauss::test_100 PASSED
49653 numpy/polynomial/tests/test_laguerre.py::TestMisc::test_lagfromroots PASSED
49654 numpy/polynomial/tests/test_laguerre.py::TestMisc::test_lagroots PASSED
49655 numpy/polynomial/tests/test_laguerre.py::TestMisc::test_lagtrim PASSED
49656 numpy/polynomial/tests/test_laguerre.py::TestMisc::test_lagline PASSED
49657 numpy/polynomial/tests/test_laguerre.py::TestMisc::test_lag2poly PASSED
49658 numpy/polynomial/tests/test_laguerre.py::TestMisc::test_poly2lag PASSED
49659 numpy/polynomial/tests/test_laguerre.py::TestMisc::test_weight PASSED
49660 numpy/polynomial/tests/test_legendre.py::TestConstants::test_legdomain PASSED
49661 numpy/polynomial/tests/test_legendre.py::TestConstants::test_legzero PASSED
49662 numpy/polynomial/tests/test_legendre.py::TestConstants::test_legone PASSED
49663 numpy/polynomial/tests/test_legendre.py::TestConstants::test_legx PASSED
49664 numpy/polynomial/tests/test_legendre.py::TestArithmetic::test_legadd PASSED
49665 numpy/polynomial/tests/test_legendre.py::TestArithmetic::test_legsub PASSED
49666 numpy/polynomial/tests/test_legendre.py::TestArithmetic::test_legmulx PASSED
49667 numpy/polynomial/tests/test_legendre.py::TestArithmetic::test_legmul PASSED
49668 numpy/polynomial/tests/test_legendre.py::TestArithmetic::test_legdiv PASSED
49669 numpy/polynomial/tests/test_legendre.py::TestArithmetic::test_legpow PASSED
49670 numpy/polynomial/tests/test_legendre.py::TestEvaluation::test_legval PASSED
49671 numpy/polynomial/tests/test_legendre.py::TestEvaluation::test_legval2d PASSED
49672 numpy/polynomial/tests/test_legendre.py::TestEvaluation::test_legval3d PASSED
49673 numpy/polynomial/tests/test_legendre.py::TestEvaluation::test_leggrid2d PASSED
49674 numpy/polynomial/tests/test_legendre.py::TestEvaluation::test_leggrid3d PASSED
49675 numpy/polynomial/tests/test_legendre.py::TestIntegral::test_legint PASSED
49676 numpy/polynomial/tests/test_legendre.py::TestIntegral::test_legint_axis PASSED
49677 numpy/polynomial/tests/test_legendre.py::TestIntegral::test_legint_zerointord PASSED
49678 numpy/polynomial/tests/test_legendre.py::TestDerivative::test_legder PASSED
49679 numpy/polynomial/tests/test_legendre.py::TestDerivative::test_legder_axis PASSED
49680 numpy/polynomial/tests/test_legendre.py::TestDerivative::test_legder_orderhigherthancoeff PASSED
49681 numpy/polynomial/tests/test_legendre.py::TestVander::test_legvander PASSED
49682 numpy/polynomial/tests/test_legendre.py::TestVander::test_legvander2d PASSED
49683 numpy/polynomial/tests/test_legendre.py::TestVander::test_legvander3d PASSED
49684 numpy/polynomial/tests/test_legendre.py::TestVander::test_legvander_negdeg PASSED
49685 numpy/polynomial/tests/test_legendre.py::TestFitting::test_legfit PASSED
49686 numpy/polynomial/tests/test_legendre.py::TestCompanion::test_raises PASSED
49687 numpy/polynomial/tests/test_legendre.py::TestCompanion::test_dimensions PASSED
49688 numpy/polynomial/tests/test_legendre.py::TestCompanion::test_linear_root PASSED
49689 numpy/polynomial/tests/test_legendre.py::TestGauss::test_100 PASSED
49690 numpy/polynomial/tests/test_legendre.py::TestMisc::test_legfromroots PASSED
49691 numpy/polynomial/tests/test_legendre.py::TestMisc::test_legroots PASSED
49692 numpy/polynomial/tests/test_legendre.py::TestMisc::test_legtrim PASSED
49693 numpy/polynomial/tests/test_legendre.py::TestMisc::test_legline PASSED
49694 numpy/polynomial/tests/test_legendre.py::TestMisc::test_legline_zeroscl PASSED
49695 numpy/polynomial/tests/test_legendre.py::TestMisc::test_leg2poly PASSED
49696 numpy/polynomial/tests/test_legendre.py::TestMisc::test_poly2leg PASSED
49697 numpy/polynomial/tests/test_legendre.py::TestMisc::test_weight PASSED
49698 numpy/polynomial/tests/test_polynomial.py::TestConstants::test_polydomain PASSED
49699 numpy/polynomial/tests/test_polynomial.py::TestConstants::test_polyzero PASSED
49700 numpy/polynomial/tests/test_polynomial.py::TestConstants::test_polyone PASSED
49701 numpy/polynomial/tests/test_polynomial.py::TestConstants::test_polyx PASSED
49702 numpy/polynomial/tests/test_polynomial.py::TestConstants::test_copy PASSED
49703 numpy/polynomial/tests/test_polynomial.py::TestConstants::test_pickle PASSED
49704 numpy/polynomial/tests/test_polynomial.py::TestArithmetic::test_polyadd PASSED
49705 numpy/polynomial/tests/test_polynomial.py::TestArithmetic::test_polysub PASSED
49706 numpy/polynomial/tests/test_polynomial.py::TestArithmetic::test_polymulx PASSED
49707 numpy/polynomial/tests/test_polynomial.py::TestArithmetic::test_polymul PASSED
49708 numpy/polynomial/tests/test_polynomial.py::TestArithmetic::test_polydiv PASSED
49709 numpy/polynomial/tests/test_polynomial.py::TestArithmetic::test_polypow PASSED
49710 numpy/polynomial/tests/test_polynomial.py::TestFraction::test_Fraction PASSED
49711 numpy/polynomial/tests/test_polynomial.py::TestEvaluation::test_polyval PASSED
49712 numpy/polynomial/tests/test_polynomial.py::TestEvaluation::test_polyvalfromroots PASSED
49713 numpy/polynomial/tests/test_polynomial.py::TestEvaluation::test_polyval2d PASSED
49714 numpy/polynomial/tests/test_polynomial.py::TestEvaluation::test_polyval3d PASSED
49715 numpy/polynomial/tests/test_polynomial.py::TestEvaluation::test_polygrid2d PASSED
49716 numpy/polynomial/tests/test_polynomial.py::TestEvaluation::test_polygrid3d PASSED
49717 numpy/polynomial/tests/test_polynomial.py::TestIntegral::test_polyint PASSED
49718 numpy/polynomial/tests/test_polynomial.py::TestIntegral::test_polyint_axis PASSED
49719 numpy/polynomial/tests/test_polynomial.py::TestDerivative::test_polyder PASSED
49720 numpy/polynomial/tests/test_polynomial.py::TestDerivative::test_polyder_axis PASSED
49721 numpy/polynomial/tests/test_polynomial.py::TestVander::test_polyvander PASSED
49722 numpy/polynomial/tests/test_polynomial.py::TestVander::test_polyvander2d PASSED
49723 numpy/polynomial/tests/test_polynomial.py::TestVander::test_polyvander3d PASSED
49724 numpy/polynomial/tests/test_polynomial.py::TestVander::test_polyvandernegdeg PASSED
49725 numpy/polynomial/tests/test_polynomial.py::TestCompanion::test_raises PASSED
49726 numpy/polynomial/tests/test_polynomial.py::TestCompanion::test_dimensions PASSED
49727 numpy/polynomial/tests/test_polynomial.py::TestCompanion::test_linear_root PASSED
49728 numpy/polynomial/tests/test_polynomial.py::TestMisc::test_polyfromroots PASSED
49729 numpy/polynomial/tests/test_polynomial.py::TestMisc::test_polyroots PASSED
49730 numpy/polynomial/tests/test_polynomial.py::TestMisc::test_polyfit PASSED
49731 numpy/polynomial/tests/test_polynomial.py::TestMisc::test_polytrim PASSED
49732 numpy/polynomial/tests/test_polynomial.py::TestMisc::test_polyline PASSED
49733 numpy/polynomial/tests/test_polynomial.py::TestMisc::test_polyline_zero PASSED
49734 numpy/polynomial/tests/test_polyutils.py::TestMisc::test_trimseq PASSED
49735 numpy/polynomial/tests/test_polyutils.py::TestMisc::test_trimseq_empty_input PASSED
49736 numpy/polynomial/tests/test_polyutils.py::TestMisc::test_as_series PASSED
49737 numpy/polynomial/tests/test_polyutils.py::TestMisc::test_trimcoef PASSED
49738 numpy/polynomial/tests/test_polyutils.py::TestMisc::test_vander_nd_exception PASSED
49739 numpy/polynomial/tests/test_polyutils.py::TestMisc::test_div_zerodiv PASSED
49740 numpy/polynomial/tests/test_polyutils.py::TestMisc::test_pow_too_large PASSED
49741 numpy/polynomial/tests/test_polyutils.py::TestDomain::test_getdomain PASSED
49742 numpy/polynomial/tests/test_polyutils.py::TestDomain::test_mapdomain PASSED
49743 numpy/polynomial/tests/test_polyutils.py::TestDomain::test_mapparms PASSED
49744 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_polynomial_str[inp0-1.0 + 2.0\xb7x + 3.0\xb7x\xb2] PASSED
49745 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_polynomial_str[inp1--1.0 + 0.0\xb7x + 3.0\xb7x\xb2 - 1.0\xb7x\xb3] PASSED
49746 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_polynomial_str[inp2-0.0 + 1.0\xb7x + 2.0\xb7x\xb2 + 3.0\xb7x\xb3 + 4.0\xb7x\u2074 + 5.0\xb7x\u2075 + 6.0\xb7x\u2076 + 7.0\xb7x\u2077 +\n8.0\xb7x\u2078 + 9.0\xb7x\u2079 + 10.0\xb7x\xb9\u2070 + 11.0\xb7x\xb9\xb9] PASSED
49747 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_chebyshev_str[inp0-1.0 + 2.0\xb7T\u2081(x) + 3.0\xb7T\u2082(x)] PASSED
49748 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_chebyshev_str[inp1--1.0 + 0.0\xb7T\u2081(x) + 3.0\xb7T\u2082(x) - 1.0\xb7T\u2083(x)] PASSED
49749 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_chebyshev_str[inp2-0.0 + 1.0\xb7T\u2081(x) + 2.0\xb7T\u2082(x) + 3.0\xb7T\u2083(x) + 4.0\xb7T\u2084(x) + 5.0\xb7T\u2085(x) +\n6.0\xb7T\u2086(x) + 7.0\xb7T\u2087(x) + 8.0\xb7T\u2088(x) + 9.0\xb7T\u2089(x) + 10.0\xb7T\u2081\u2080(x) + 11.0\xb7T\u2081\u2081(x)] PASSED
49750 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_legendre_str[inp0-1.0 + 2.0\xb7P\u2081(x) + 3.0\xb7P\u2082(x)] PASSED
49751 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_legendre_str[inp1--1.0 + 0.0\xb7P\u2081(x) + 3.0\xb7P\u2082(x) - 1.0\xb7P\u2083(x)] PASSED
49752 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_legendre_str[inp2-0.0 + 1.0\xb7P\u2081(x) + 2.0\xb7P\u2082(x) + 3.0\xb7P\u2083(x) + 4.0\xb7P\u2084(x) + 5.0\xb7P\u2085(x) +\n6.0\xb7P\u2086(x) + 7.0\xb7P\u2087(x) + 8.0\xb7P\u2088(x) + 9.0\xb7P\u2089(x) + 10.0\xb7P\u2081\u2080(x) + 11.0\xb7P\u2081\u2081(x)] PASSED
49753 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_hermite_str[inp0-1.0 + 2.0\xb7H\u2081(x) + 3.0\xb7H\u2082(x)] PASSED
49754 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_hermite_str[inp1--1.0 + 0.0\xb7H\u2081(x) + 3.0\xb7H\u2082(x) - 1.0\xb7H\u2083(x)] PASSED
49755 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_hermite_str[inp2-0.0 + 1.0\xb7H\u2081(x) + 2.0\xb7H\u2082(x) + 3.0\xb7H\u2083(x) + 4.0\xb7H\u2084(x) + 5.0\xb7H\u2085(x) +\n6.0\xb7H\u2086(x) + 7.0\xb7H\u2087(x) + 8.0\xb7H\u2088(x) + 9.0\xb7H\u2089(x) + 10.0\xb7H\u2081\u2080(x) + 11.0\xb7H\u2081\u2081(x)] PASSED
49756 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_hermiteE_str[inp0-1.0 + 2.0\xb7He\u2081(x) + 3.0\xb7He\u2082(x)] PASSED
49757 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_hermiteE_str[inp1--1.0 + 0.0\xb7He\u2081(x) + 3.0\xb7He\u2082(x) - 1.0\xb7He\u2083(x)] PASSED
49758 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_hermiteE_str[inp2-0.0 + 1.0\xb7He\u2081(x) + 2.0\xb7He\u2082(x) + 3.0\xb7He\u2083(x) + 4.0\xb7He\u2084(x) + 5.0\xb7He\u2085(x) +\n6.0\xb7He\u2086(x) + 7.0\xb7He\u2087(x) + 8.0\xb7He\u2088(x) + 9.0\xb7He\u2089(x) + 10.0\xb7He\u2081\u2080(x) +\n11.0\xb7He\u2081\u2081(x)] PASSED
49759 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_laguerre_str[inp0-1.0 + 2.0\xb7L\u2081(x) + 3.0\xb7L\u2082(x)] PASSED
49760 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_laguerre_str[inp1--1.0 + 0.0\xb7L\u2081(x) + 3.0\xb7L\u2082(x) - 1.0\xb7L\u2083(x)] PASSED
49761 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_laguerre_str[inp2-0.0 + 1.0\xb7L\u2081(x) + 2.0\xb7L\u2082(x) + 3.0\xb7L\u2083(x) + 4.0\xb7L\u2084(x) + 5.0\xb7L\u2085(x) +\n6.0\xb7L\u2086(x) + 7.0\xb7L\u2087(x) + 8.0\xb7L\u2088(x) + 9.0\xb7L\u2089(x) + 10.0\xb7L\u2081\u2080(x) + 11.0\xb7L\u2081\u2081(x)] PASSED
49762 numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_polynomial_str_domains PASSED
49763 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_polynomial_str[inp0-1.0 + 2.0 x + 3.0 x**2] PASSED
49764 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_polynomial_str[inp1--1.0 + 0.0 x + 3.0 x**2 - 1.0 x**3] PASSED
49765 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_polynomial_str[inp2-0.0 + 1.0 x + 2.0 x**2 + 3.0 x**3 + 4.0 x**4 + 5.0 x**5 + 6.0 x**6 +\n7.0 x**7 + 8.0 x**8 + 9.0 x**9 + 10.0 x**10 + 11.0 x**11] PASSED
49766 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_chebyshev_str[inp0-1.0 + 2.0 T_1(x) + 3.0 T_2(x)] PASSED
49767 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_chebyshev_str[inp1--1.0 + 0.0 T_1(x) + 3.0 T_2(x) - 1.0 T_3(x)] PASSED
49768 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_chebyshev_str[inp2-0.0 + 1.0 T_1(x) + 2.0 T_2(x) + 3.0 T_3(x) + 4.0 T_4(x) + 5.0 T_5(x) +\n6.0 T_6(x) + 7.0 T_7(x) + 8.0 T_8(x) + 9.0 T_9(x) + 10.0 T_10(x) +\n11.0 T_11(x)] PASSED
49769 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_legendre_str[inp0-1.0 + 2.0 P_1(x) + 3.0 P_2(x)] PASSED
49770 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_legendre_str[inp1--1.0 + 0.0 P_1(x) + 3.0 P_2(x) - 1.0 P_3(x)] PASSED
49771 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_legendre_str[inp2-0.0 + 1.0 P_1(x) + 2.0 P_2(x) + 3.0 P_3(x) + 4.0 P_4(x) + 5.0 P_5(x) +\n6.0 P_6(x) + 7.0 P_7(x) + 8.0 P_8(x) + 9.0 P_9(x) + 10.0 P_10(x) +\n11.0 P_11(x)] PASSED
49772 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_hermite_str[inp0-1.0 + 2.0 H_1(x) + 3.0 H_2(x)] PASSED
49773 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_hermite_str[inp1--1.0 + 0.0 H_1(x) + 3.0 H_2(x) - 1.0 H_3(x)] PASSED
49774 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_hermite_str[inp2-0.0 + 1.0 H_1(x) + 2.0 H_2(x) + 3.0 H_3(x) + 4.0 H_4(x) + 5.0 H_5(x) +\n6.0 H_6(x) + 7.0 H_7(x) + 8.0 H_8(x) + 9.0 H_9(x) + 10.0 H_10(x) +\n11.0 H_11(x)] PASSED
49775 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_hermiteE_str[inp0-1.0 + 2.0 He_1(x) + 3.0 He_2(x)] PASSED
49776 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_hermiteE_str[inp1--1.0 + 0.0 He_1(x) + 3.0 He_2(x) - 1.0 He_3(x)] PASSED
49777 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_hermiteE_str[inp2-0.0 + 1.0 He_1(x) + 2.0 He_2(x) + 3.0 He_3(x) + 4.0 He_4(x) +\n5.0 He_5(x) + 6.0 He_6(x) + 7.0 He_7(x) + 8.0 He_8(x) + 9.0 He_9(x) +\n10.0 He_10(x) + 11.0 He_11(x)] PASSED
49778 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_laguerre_str[inp0-1.0 + 2.0 L_1(x) + 3.0 L_2(x)] PASSED
49779 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_laguerre_str[inp1--1.0 + 0.0 L_1(x) + 3.0 L_2(x) - 1.0 L_3(x)] PASSED
49780 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_laguerre_str[inp2-0.0 + 1.0 L_1(x) + 2.0 L_2(x) + 3.0 L_3(x) + 4.0 L_4(x) + 5.0 L_5(x) +\n6.0 L_6(x) + 7.0 L_7(x) + 8.0 L_8(x) + 9.0 L_9(x) + 10.0 L_10(x) +\n11.0 L_11(x)] PASSED
49781 numpy/polynomial/tests/test_printing.py::TestStrAscii::test_polynomial_str_domains PASSED
49782 numpy/polynomial/tests/test_printing.py::TestLinebreaking::test_single_line_one_less PASSED
49783 numpy/polynomial/tests/test_printing.py::TestLinebreaking::test_num_chars_is_linewidth PASSED
49784 numpy/polynomial/tests/test_printing.py::TestLinebreaking::test_first_linebreak_multiline_one_less_than_linewidth PASSED
49785 numpy/polynomial/tests/test_printing.py::TestLinebreaking::test_first_linebreak_multiline_on_linewidth PASSED
49786 numpy/polynomial/tests/test_printing.py::TestLinebreaking::test_linewidth_printoption[75-0.0 + 10.0 x + 200.0 x**2 + 3000.0 x**3 + 40000.0 x**4 + 500000.0 x**5 +\n600000.0 x**6 + 70000.0 x**7 + 8000.0 x**8 + 900.0 x**9] PASSED
49787 numpy/polynomial/tests/test_printing.py::TestLinebreaking::test_linewidth_printoption[45-0.0 + 10.0 x + 200.0 x**2 + 3000.0 x**3 +\n40000.0 x**4 + 500000.0 x**5 +\n600000.0 x**6 + 70000.0 x**7 + 8000.0 x**8 +\n900.0 x**9] PASSED
49788 numpy/polynomial/tests/test_printing.py::TestLinebreaking::test_linewidth_printoption[132-0.0 + 10.0 x + 200.0 x**2 + 3000.0 x**3 + 40000.0 x**4 + 500000.0 x**5 + 600000.0 x**6 + 70000.0 x**7 + 8000.0 x**8 + 900.0 x**9] PASSED
49789 numpy/polynomial/tests/test_printing.py::test_set_default_printoptions PASSED
49790 numpy/polynomial/tests/test_printing.py::test_complex_coefficients PASSED
49791 numpy/polynomial/tests/test_printing.py::test_numeric_object_coefficients[coefs0-1/2 + 3/4\xb7x] PASSED
49792 numpy/polynomial/tests/test_printing.py::test_numeric_object_coefficients[coefs1-1 + 2\xb7x + 5/7\xb7x\xb2] PASSED
49793 numpy/polynomial/tests/test_printing.py::test_numeric_object_coefficients[coefs2-1.00 + 2.2\xb7x + 3\xb7x\xb2] PASSED
49794 numpy/polynomial/tests/test_printing.py::test_nonnumeric_object_coefficients[coefs0-1 + 2\xb7x + f\xb7x\xb2] PASSED
49795 numpy/polynomial/tests/test_printing.py::test_nonnumeric_object_coefficients[coefs1-1 + 2\xb7x + [3, 4]\xb7x\xb2] PASSED
49796 numpy/polynomial/tests/test_printing.py::TestFormat::test_format_unicode PASSED
49797 numpy/polynomial/tests/test_printing.py::TestFormat::test_format_ascii PASSED
49798 numpy/polynomial/tests/test_printing.py::TestFormat::test_empty_formatstr PASSED
49799 numpy/polynomial/tests/test_printing.py::TestFormat::test_bad_formatstr PASSED
49800 numpy/polynomial/tests/test_printing.py::test_symbol[Polynomial-1.0 + 2.0\xb7z + 3.0\xb7z\xb2] PASSED
49801 numpy/polynomial/tests/test_printing.py::test_symbol[Chebyshev-1.0 + 2.0\xb7T\u2081(z) + 3.0\xb7T\u2082(z)] PASSED
49802 numpy/polynomial/tests/test_printing.py::test_symbol[Hermite-1.0 + 2.0\xb7H\u2081(z) + 3.0\xb7H\u2082(z)] PASSED
49803 numpy/polynomial/tests/test_printing.py::test_symbol[HermiteE-1.0 + 2.0\xb7He\u2081(z) + 3.0\xb7He\u2082(z)] PASSED
49804 numpy/polynomial/tests/test_printing.py::test_symbol[Laguerre-1.0 + 2.0\xb7L\u2081(z) + 3.0\xb7L\u2082(z)] PASSED
49805 numpy/polynomial/tests/test_printing.py::test_symbol[Legendre-1.0 + 2.0\xb7P\u2081(z) + 3.0\xb7P\u2082(z)] PASSED
49806 numpy/polynomial/tests/test_printing.py::TestRepr::test_polynomial_repr PASSED
49807 numpy/polynomial/tests/test_printing.py::TestRepr::test_chebyshev_repr PASSED
49808 numpy/polynomial/tests/test_printing.py::TestRepr::test_legendre_repr PASSED
49809 numpy/polynomial/tests/test_printing.py::TestRepr::test_hermite_repr PASSED
49810 numpy/polynomial/tests/test_printing.py::TestRepr::test_hermiteE_repr PASSED
49811 numpy/polynomial/tests/test_printing.py::TestRepr::test_laguerre_repr PASSED
49812 numpy/polynomial/tests/test_printing.py::TestLatexRepr::test_simple_polynomial PASSED
49813 numpy/polynomial/tests/test_printing.py::TestLatexRepr::test_basis_func PASSED
49814 numpy/polynomial/tests/test_printing.py::TestLatexRepr::test_multichar_basis_func PASSED
49815 numpy/polynomial/tests/test_printing.py::TestLatexRepr::test_symbol_basic PASSED
49816 numpy/polynomial/tests/test_printing.py::TestLatexRepr::test_numeric_object_coefficients PASSED
49817 numpy/polynomial/tests/test_printing.py::TestPrintOptions::test_str PASSED
49818 numpy/polynomial/tests/test_printing.py::TestPrintOptions::test_latex PASSED
49819 numpy/polynomial/tests/test_printing.py::TestPrintOptions::test_fixed PASSED
49820 numpy/polynomial/tests/test_printing.py::TestPrintOptions::test_switch_to_exp PASSED
49821 numpy/polynomial/tests/test_printing.py::TestPrintOptions::test_non_finite PASSED
49822 numpy/polynomial/tests/test_symbol.py::TestInit::test_default_symbol PASSED
49823 numpy/polynomial/tests/test_symbol.py::TestInit::test_symbol_bad_input[-ValueError] PASSED
49824 numpy/polynomial/tests/test_symbol.py::TestInit::test_symbol_bad_input[3-ValueError] PASSED
49825 numpy/polynomial/tests/test_symbol.py::TestInit::test_symbol_bad_input[None-TypeError] PASSED
49826 numpy/polynomial/tests/test_symbol.py::TestInit::test_symbol_bad_input[1-TypeError] PASSED
49827 numpy/polynomial/tests/test_symbol.py::TestInit::test_valid_symbols[x] PASSED
49828 numpy/polynomial/tests/test_symbol.py::TestInit::test_valid_symbols[x_1] PASSED
49829 numpy/polynomial/tests/test_symbol.py::TestInit::test_valid_symbols[A] PASSED
49830 numpy/polynomial/tests/test_symbol.py::TestInit::test_valid_symbols[xyz] PASSED
49831 numpy/polynomial/tests/test_symbol.py::TestInit::test_valid_symbols[\u03b2] PASSED
49832 numpy/polynomial/tests/test_symbol.py::TestInit::test_property PASSED
49833 numpy/polynomial/tests/test_symbol.py::TestInit::test_change_symbol PASSED
49834 numpy/polynomial/tests/test_symbol.py::TestUnaryOperators::test_neg PASSED
49835 numpy/polynomial/tests/test_symbol.py::TestUnaryOperators::test_scalarmul PASSED
49836 numpy/polynomial/tests/test_symbol.py::TestUnaryOperators::test_rscalarmul PASSED
49837 numpy/polynomial/tests/test_symbol.py::TestUnaryOperators::test_pow PASSED
49838 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_add[rhs0] PASSED
49839 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_add[rhs1] PASSED
49840 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_sub[rhs0] PASSED
49841 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_sub[rhs1] PASSED
49842 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_polymul[rhs0] PASSED
49843 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_polymul[rhs1] PASSED
49844 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_divmod[rhs0] PASSED
49845 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_divmod[rhs1] PASSED
49846 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_radd[rhs0] PASSED
49847 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_radd[rhs1] PASSED
49848 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_rsub[rhs0] PASSED
49849 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_rsub[rhs1] PASSED
49850 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_rmul[rhs0] PASSED
49851 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_rmul[rhs1] PASSED
49852 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_rdivmod[rhs0] PASSED
49853 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsSameSymbol::test_rdivmod[rhs1] PASSED
49854 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsDifferentSymbol::test_binops_fails[__add__] PASSED
49855 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsDifferentSymbol::test_binops_fails[__sub__] PASSED
49856 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsDifferentSymbol::test_binops_fails[__mul__] PASSED
49857 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsDifferentSymbol::test_binops_fails[__floordiv__] PASSED
49858 numpy/polynomial/tests/test_symbol.py::TestBinaryOperatorsDifferentSymbol::test_binops_fails[__mod__] PASSED
49859 numpy/polynomial/tests/test_symbol.py::TestEquality::test_eq PASSED
49860 numpy/polynomial/tests/test_symbol.py::TestEquality::test_neq PASSED
49861 numpy/polynomial/tests/test_symbol.py::TestExtraMethods::test_copy PASSED
49862 numpy/polynomial/tests/test_symbol.py::TestExtraMethods::test_trim PASSED
49863 numpy/polynomial/tests/test_symbol.py::TestExtraMethods::test_truncate PASSED
49864 numpy/polynomial/tests/test_symbol.py::TestExtraMethods::test_convert[kwarg0] PASSED
49865 numpy/polynomial/tests/test_symbol.py::TestExtraMethods::test_convert[kwarg1] PASSED
49866 numpy/polynomial/tests/test_symbol.py::TestExtraMethods::test_convert[kwarg2] PASSED
49867 numpy/polynomial/tests/test_symbol.py::TestExtraMethods::test_integ PASSED
49868 numpy/polynomial/tests/test_symbol.py::TestExtraMethods::test_deriv PASSED
49869 numpy/polynomial/tests/test_symbol.py::test_composition PASSED
49870 numpy/polynomial/tests/test_symbol.py::test_fit PASSED
49871 numpy/polynomial/tests/test_symbol.py::test_froomroots PASSED
49872 numpy/polynomial/tests/test_symbol.py::test_identity PASSED
49873 numpy/polynomial/tests/test_symbol.py::test_basis PASSED
49874 numpy/random/tests/test_direct.py::test_seedsequence PASSED
49875 numpy/random/tests/test_direct.py::test_generator_spawning PASSED
49876 numpy/random/tests/test_direct.py::test_non_spawnable PASSED
49877 numpy/random/tests/test_direct.py::TestPhilox::test_raw PASSED
49878 numpy/random/tests/test_direct.py::TestPhilox::test_random_raw PASSED
49879 numpy/random/tests/test_direct.py::TestPhilox::test_gauss_inv PASSED
49880 numpy/random/tests/test_direct.py::TestPhilox::test_uniform_double PASSED
49881 numpy/random/tests/test_direct.py::TestPhilox::test_uniform_float PASSED
49882 numpy/random/tests/test_direct.py::TestPhilox::test_repr PASSED
49883 numpy/random/tests/test_direct.py::TestPhilox::test_str PASSED
49884 numpy/random/tests/test_direct.py::TestPhilox::test_pickle PASSED
49885 numpy/random/tests/test_direct.py::TestPhilox::test_pickle_preserves_seed_sequence PASSED
49886 numpy/random/tests/test_direct.py::TestPhilox::test_invalid_state_type PASSED
49887 numpy/random/tests/test_direct.py::TestPhilox::test_invalid_state_value PASSED
49888 numpy/random/tests/test_direct.py::TestPhilox::test_invalid_init_type PASSED
49889 numpy/random/tests/test_direct.py::TestPhilox::test_invalid_init_values PASSED
49890 numpy/random/tests/test_direct.py::TestPhilox::test_benchmark PASSED
49891 numpy/random/tests/test_direct.py::TestPhilox::test_cffi PASSED
49892 numpy/random/tests/test_direct.py::TestPhilox::test_ctypes PASSED
49893 numpy/random/tests/test_direct.py::TestPhilox::test_getstate PASSED
49894 numpy/random/tests/test_direct.py::TestPhilox::test_set_key PASSED
49895 numpy/random/tests/test_direct.py::TestPCG64::test_raw PASSED
49896 numpy/random/tests/test_direct.py::TestPCG64::test_random_raw PASSED
49897 numpy/random/tests/test_direct.py::TestPCG64::test_gauss_inv PASSED
49898 numpy/random/tests/test_direct.py::TestPCG64::test_uniform_double PASSED
49899 numpy/random/tests/test_direct.py::TestPCG64::test_uniform_float PASSED
49900 numpy/random/tests/test_direct.py::TestPCG64::test_repr PASSED
49901 numpy/random/tests/test_direct.py::TestPCG64::test_str PASSED
49902 numpy/random/tests/test_direct.py::TestPCG64::test_pickle PASSED
49903 numpy/random/tests/test_direct.py::TestPCG64::test_pickle_preserves_seed_sequence PASSED
49904 numpy/random/tests/test_direct.py::TestPCG64::test_invalid_state_type PASSED
49905 numpy/random/tests/test_direct.py::TestPCG64::test_invalid_state_value PASSED
49906 numpy/random/tests/test_direct.py::TestPCG64::test_invalid_init_type PASSED
49907 numpy/random/tests/test_direct.py::TestPCG64::test_invalid_init_values PASSED
49908 numpy/random/tests/test_direct.py::TestPCG64::test_benchmark PASSED
49909 numpy/random/tests/test_direct.py::TestPCG64::test_cffi PASSED
49910 numpy/random/tests/test_direct.py::TestPCG64::test_ctypes PASSED
49911 numpy/random/tests/test_direct.py::TestPCG64::test_getstate PASSED
49912 numpy/random/tests/test_direct.py::TestPCG64::test_advance_symmetry PASSED
49913 numpy/random/tests/test_direct.py::TestPCG64::test_advange_large PASSED
49914 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_raw PASSED
49915 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_random_raw PASSED
49916 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_gauss_inv PASSED
49917 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_uniform_double PASSED
49918 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_uniform_float PASSED
49919 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_repr PASSED
49920 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_str PASSED
49921 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_pickle PASSED
49922 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_pickle_preserves_seed_sequence PASSED
49923 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_invalid_state_type PASSED
49924 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_invalid_state_value PASSED
49925 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_invalid_init_type PASSED
49926 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_invalid_init_values PASSED
49927 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_benchmark PASSED
49928 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_cffi PASSED
49929 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_ctypes PASSED
49930 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_getstate PASSED
49931 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_advance_symmetry PASSED
49932 numpy/random/tests/test_direct.py::TestPCG64DXSM::test_advange_large PASSED
49933 numpy/random/tests/test_direct.py::TestMT19937::test_raw PASSED
49934 numpy/random/tests/test_direct.py::TestMT19937::test_random_raw PASSED
49935 numpy/random/tests/test_direct.py::TestMT19937::test_gauss_inv PASSED
49936 numpy/random/tests/test_direct.py::TestMT19937::test_uniform_double PASSED
49937 numpy/random/tests/test_direct.py::TestMT19937::test_uniform_float PASSED
49938 numpy/random/tests/test_direct.py::TestMT19937::test_repr PASSED
49939 numpy/random/tests/test_direct.py::TestMT19937::test_str PASSED
49940 numpy/random/tests/test_direct.py::TestMT19937::test_pickle PASSED
49941 numpy/random/tests/test_direct.py::TestMT19937::test_pickle_preserves_seed_sequence PASSED
49942 numpy/random/tests/test_direct.py::TestMT19937::test_invalid_state_type PASSED
49943 numpy/random/tests/test_direct.py::TestMT19937::test_invalid_state_value PASSED
49944 numpy/random/tests/test_direct.py::TestMT19937::test_invalid_init_type PASSED
49945 numpy/random/tests/test_direct.py::TestMT19937::test_invalid_init_values PASSED
49946 numpy/random/tests/test_direct.py::TestMT19937::test_benchmark PASSED
49947 numpy/random/tests/test_direct.py::TestMT19937::test_cffi PASSED
49948 numpy/random/tests/test_direct.py::TestMT19937::test_ctypes PASSED
49949 numpy/random/tests/test_direct.py::TestMT19937::test_getstate PASSED
49950 numpy/random/tests/test_direct.py::TestMT19937::test_seed_float_array PASSED
49951 numpy/random/tests/test_direct.py::TestMT19937::test_state_tuple PASSED
49952 numpy/random/tests/test_direct.py::TestSFC64::test_raw PASSED
49953 numpy/random/tests/test_direct.py::TestSFC64::test_random_raw PASSED
49954 numpy/random/tests/test_direct.py::TestSFC64::test_gauss_inv PASSED
49955 numpy/random/tests/test_direct.py::TestSFC64::test_uniform_double PASSED
49956 numpy/random/tests/test_direct.py::TestSFC64::test_uniform_float PASSED
49957 numpy/random/tests/test_direct.py::TestSFC64::test_repr PASSED
49958 numpy/random/tests/test_direct.py::TestSFC64::test_str PASSED
49959 numpy/random/tests/test_direct.py::TestSFC64::test_pickle PASSED
49960 numpy/random/tests/test_direct.py::TestSFC64::test_pickle_preserves_seed_sequence PASSED
49961 numpy/random/tests/test_direct.py::TestSFC64::test_invalid_state_type PASSED
49962 numpy/random/tests/test_direct.py::TestSFC64::test_invalid_state_value PASSED
49963 numpy/random/tests/test_direct.py::TestSFC64::test_invalid_init_type PASSED
49964 numpy/random/tests/test_direct.py::TestSFC64::test_invalid_init_values PASSED
49965 numpy/random/tests/test_direct.py::TestSFC64::test_benchmark PASSED
49966 numpy/random/tests/test_direct.py::TestSFC64::test_cffi PASSED
49967 numpy/random/tests/test_direct.py::TestSFC64::test_ctypes PASSED
49968 numpy/random/tests/test_direct.py::TestSFC64::test_getstate PASSED
49969 numpy/random/tests/test_direct.py::TestSFC64::test_legacy_pickle PASSED
49970 numpy/random/tests/test_direct.py::TestDefaultRNG::test_seed PASSED
49971 numpy/random/tests/test_direct.py::TestDefaultRNG::test_passthrough PASSED
49972 numpy/random/tests/test_extending.py::test_cython PASSED
49973 numpy/random/tests/test_extending.py::test_numba SKIPPED (requires n...)
49974 numpy/random/tests/test_extending.py::test_cffi PASSED
49975 numpy/random/tests/test_generator_mt19937.py::TestSeed::test_scalar PASSED
49976 numpy/random/tests/test_generator_mt19937.py::TestSeed::test_array PASSED
49977 numpy/random/tests/test_generator_mt19937.py::TestSeed::test_seedsequence PASSED
49978 numpy/random/tests/test_generator_mt19937.py::TestSeed::test_invalid_scalar PASSED
49979 numpy/random/tests/test_generator_mt19937.py::TestSeed::test_invalid_array PASSED
49980 numpy/random/tests/test_generator_mt19937.py::TestSeed::test_noninstantized_bitgen PASSED
49981 numpy/random/tests/test_generator_mt19937.py::TestBinomial::test_n_zero PASSED
49982 numpy/random/tests/test_generator_mt19937.py::TestBinomial::test_p_is_nan PASSED
49983 numpy/random/tests/test_generator_mt19937.py::TestMultinomial::test_basic PASSED
49984 numpy/random/tests/test_generator_mt19937.py::TestMultinomial::test_zero_probability PASSED
49985 numpy/random/tests/test_generator_mt19937.py::TestMultinomial::test_int_negative_interval PASSED
49986 numpy/random/tests/test_generator_mt19937.py::TestMultinomial::test_size PASSED
49987 numpy/random/tests/test_generator_mt19937.py::TestMultinomial::test_invalid_prob PASSED
49988 numpy/random/tests/test_generator_mt19937.py::TestMultinomial::test_invalid_n PASSED
49989 numpy/random/tests/test_generator_mt19937.py::TestMultinomial::test_p_non_contiguous PASSED
49990 numpy/random/tests/test_generator_mt19937.py::TestMultinomial::test_multinomial_pvals_float32 PASSED
49991 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_argument_validation PASSED
49992 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_edge_cases[count] PASSED
49993 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_edge_cases[marginals] PASSED
49994 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[5-count-8] PASSED
49995 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[5-count-25] PASSED
49996 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[5-count-45] PASSED
49997 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[5-count-55] PASSED
49998 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[5-marginals-8] PASSED
49999 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[5-marginals-25] PASSED
50000 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[5-marginals-45] PASSED
50001 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[5-marginals-55] PASSED
50002 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[size1-count-8] PASSED
50003 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[size1-count-25] PASSED
50004 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[size1-count-45] PASSED
50005 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[size1-count-55] PASSED
50006 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[size1-marginals-8] PASSED
50007 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[size1-marginals-25] PASSED
50008 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[size1-marginals-45] PASSED
50009 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[size1-marginals-55] PASSED
50010 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[150000-count-8] PASSED
50011 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[150000-count-25] PASSED
50012 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[150000-count-45] PASSED
50013 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[150000-count-55] PASSED
50014 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[150000-marginals-8] PASSED
50015 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[150000-marginals-25] PASSED
50016 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[150000-marginals-45] PASSED
50017 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_typical_cases[150000-marginals-55] PASSED
50018 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_repeatability1 PASSED
50019 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_repeatability2 PASSED
50020 numpy/random/tests/test_generator_mt19937.py::TestMultivariateHypergeometric::test_repeatability3 PASSED
50021 numpy/random/tests/test_generator_mt19937.py::TestSetState::test_gaussian_reset PASSED
50022 numpy/random/tests/test_generator_mt19937.py::TestSetState::test_gaussian_reset_in_media_res PASSED
50023 numpy/random/tests/test_generator_mt19937.py::TestSetState::test_negative_binomial PASSED
50024 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_unsupported_type[True] PASSED
50025 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_bounds_checking[True] PASSED
50026 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_bounds_checking_array[True] PASSED
50027 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_rng_zero_and_extremes[True] PASSED
50028 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_rng_zero_and_extremes_array[True] PASSED
50029 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_full_range[True] PASSED
50030 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_full_range_array[True] PASSED
50031 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_in_bounds_fuzz[True] PASSED
50032 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_scalar_array_equiv[True] PASSED
50033 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_repeatability[True] PASSED
50034 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_repeatability_broadcasting[True] PASSED
50035 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_int64_uint64_broadcast_exceptions[True] PASSED
50036 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_int64_uint64_corner_case[True] PASSED
50037 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_respect_dtype_singleton[True] PASSED
50038 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_respect_dtype_array[True] PASSED
50039 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_zero_size[True] PASSED
50040 numpy/random/tests/test_generator_mt19937.py::TestSingleEltArrayInput::test_integers[True] PASSED
50041 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_unsupported_type[False] PASSED
50042 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_bounds_checking[False] PASSED
50043 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_bounds_checking_array[False] PASSED
50044 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_rng_zero_and_extremes[False] PASSED
50045 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_rng_zero_and_extremes_array[False] PASSED
50046 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_full_range[False] PASSED
50047 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_full_range_array[False] PASSED
50048 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_in_bounds_fuzz[False] PASSED
50049 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_scalar_array_equiv[False] PASSED
50050 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_repeatability[False] PASSED
50051 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_repeatability_broadcasting[False] PASSED
50052 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_int64_uint64_broadcast_exceptions[False] PASSED
50053 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_int64_uint64_corner_case[False] PASSED
50054 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_respect_dtype_singleton[False] PASSED
50055 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_respect_dtype_array[False] PASSED
50056 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_zero_size[False] PASSED
50057 numpy/random/tests/test_generator_mt19937.py::TestSingleEltArrayInput::test_integers[False] PASSED
50058 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_repeatability_32bit_boundary[4294967295-expected0] PASSED
50059 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_repeatability_32bit_boundary[4294967296-expected1] PASSED
50060 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_repeatability_32bit_boundary[4294967297-expected2] PASSED
50061 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_repeatability_32bit_boundary_broadcasting PASSED
50062 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_error_byteorder PASSED
50063 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_integers_small_dtype_chisquared[5000000-5-int8-125.0] PASSED
50064 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_integers_small_dtype_chisquared[5000000-7-uint8-150.0] PASSED
50065 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_integers_small_dtype_chisquared[10000000-2500-int16-3300.0] PASSED
50066 numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_integers_small_dtype_chisquared[50000000-5000-uint16-6500.0] PASSED
50067 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_integers PASSED
50068 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_integers_masked PASSED
50069 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_integers_closed PASSED
50070 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_integers_max_int PASSED
50071 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_random PASSED
50072 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_random_float PASSED
50073 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_random_float_scalar PASSED
50074 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_random_distribution_of_lsb[float32-uint32] PASSED
50075 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_random_distribution_of_lsb[float64-uint64] PASSED
50076 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_random_unsupported_type PASSED
50077 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_choice_uniform_replace PASSED
50078 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_choice_nonuniform_replace PASSED
50079 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_choice_uniform_noreplace PASSED
50080 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_choice_nonuniform_noreplace PASSED
50081 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_choice_noninteger PASSED
50082 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_choice_multidimensional_default_axis PASSED
50083 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_choice_multidimensional_custom_axis PASSED
50084 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_choice_exceptions PASSED
50085 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_choice_return_shape PASSED
50086 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_choice_nan_probabilities PASSED
50087 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_choice_p_non_contiguous PASSED
50088 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_choice_return_type PASSED
50089 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_choice_large_sample PASSED
50090 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_choice_array_size_empty_tuple PASSED
50091 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_bytes PASSED
50092 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_shuffle PASSED
50093 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_shuffle_custom_axis PASSED
50094 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_shuffle_custom_axis_empty PASSED
50095 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_shuffle_axis_nonsquare PASSED
50096 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_shuffle_masked PASSED
50097 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_shuffle_exceptions PASSED
50098 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_shuffle_not_writeable PASSED
50099 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permutation PASSED
50100 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permutation_custom_axis PASSED
50101 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permutation_exceptions PASSED
50102 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permuted[None-expected0-int] PASSED
50103 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permuted[None-expected0-object] PASSED
50104 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permuted[0-expected1-int] PASSED
50105 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permuted[0-expected1-object] PASSED
50106 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permuted[1-expected2-int] PASSED
50107 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permuted[1-expected2-object] PASSED
50108 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permuted_with_strides PASSED
50109 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permuted_empty PASSED
50110 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permuted_out_with_wrong_shape[outshape0] PASSED
50111 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permuted_out_with_wrong_shape[5] PASSED
50112 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permuted_out_with_wrong_type PASSED
50113 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_permuted_not_writeable PASSED
50114 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_beta PASSED
50115 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_binomial PASSED
50116 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_chisquare PASSED
50117 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_dirichlet PASSED
50118 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_dirichlet_size PASSED
50119 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_dirichlet_bad_alpha PASSED
50120 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_dirichlet_alpha_non_contiguous PASSED
50121 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_dirichlet_small_alpha PASSED
50122 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_dirichlet_moderately_small_alpha PASSED
50123 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_dirichlet_multiple_zeros_in_alpha[alpha0] PASSED
50124 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_dirichlet_multiple_zeros_in_alpha[alpha1] PASSED
50125 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_dirichlet_multiple_zeros_in_alpha[alpha2] PASSED
50126 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_dirichlet_multiple_zeros_in_alpha[alpha3] PASSED
50127 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_dirichlet_multiple_zeros_in_alpha[alpha4] PASSED
50128 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_dirichlet_multiple_zeros_in_alpha[alpha5] PASSED
50129 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_dirichlet_multiple_zeros_in_alpha[alpha6] PASSED
50130 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_dirichlet_multiple_zeros_in_alpha[alpha7] PASSED
50131 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_exponential PASSED
50132 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_exponential_0 PASSED
50133 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_f PASSED
50134 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_gamma PASSED
50135 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_gamma_0 PASSED
50136 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_geometric PASSED
50137 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_geometric_exceptions PASSED
50138 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_gumbel PASSED
50139 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_gumbel_0 PASSED
50140 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_hypergeometric PASSED
50141 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_laplace PASSED
50142 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_laplace_0 PASSED
50143 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_logistic PASSED
50144 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_lognormal PASSED
50145 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_lognormal_0 PASSED
50146 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_logseries PASSED
50147 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_logseries_zero PASSED
50148 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_logseries_exceptions[-5e-324] PASSED
50149 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_logseries_exceptions[1.0] PASSED
50150 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_logseries_exceptions[nan] PASSED
50151 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_logseries_exceptions[5.0] PASSED
50152 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_multinomial PASSED
50153 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_multivariate_normal[svd] PASSED
50154 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_multivariate_normal[eigh] PASSED
50155 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_multivariate_normal[cholesky] PASSED
50156 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_multivariate_normal_disallow_complex[mean0-cov0] PASSED
50157 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_multivariate_normal_disallow_complex[mean1-cov1] PASSED
50158 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_multivariate_normal_basic_stats[svd] PASSED
50159 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_multivariate_normal_basic_stats[eigh] PASSED
50160 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_multivariate_normal_basic_stats[cholesky] PASSED
50161 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_negative_binomial PASSED
50162 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_negative_binomial_exceptions PASSED
50163 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_negative_binomial_p0_exception PASSED
50164 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_negative_binomial_invalid_p_n_combination PASSED
50165 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_noncentral_chisquare PASSED
50166 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_noncentral_f PASSED
50167 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_noncentral_f_nan PASSED
50168 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_normal PASSED
50169 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_normal_0 PASSED
50170 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_pareto PASSED
50171 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_poisson PASSED
50172 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_poisson_exceptions PASSED
50173 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_power PASSED
50174 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_rayleigh PASSED
50175 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_rayleigh_0 PASSED
50176 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_standard_cauchy PASSED
50177 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_standard_exponential PASSED
50178 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_standard_expoential_type_error PASSED
50179 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_standard_gamma PASSED
50180 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_standard_gammma_scalar_float PASSED
50181 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_standard_gamma_float PASSED
50182 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_standard_gammma_float_out PASSED
50183 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_standard_gamma_unknown_type PASSED
50184 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_out_size_mismatch PASSED
50185 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_standard_gamma_0 PASSED
50186 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_standard_normal PASSED
50187 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_standard_normal_unsupported_type PASSED
50188 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_standard_t PASSED
50189 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_triangular PASSED
50190 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_uniform PASSED
50191 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_uniform_range_bounds PASSED
50192 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_uniform_zero_range PASSED
50193 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_uniform_neg_range PASSED
50194 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_scalar_exception_propagation PASSED
50195 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises PASSED
50196 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_small PASSED
50197 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_nan PASSED
50198 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa[10000.0] PASSED
50199 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa[1000000000000000.0] PASSED
50200 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1e-09--7.0] PASSED
50201 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1e-09--3.141592653589793] PASSED
50202 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1e-09--3.1] PASSED
50203 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1e-09-3.141592653589793] PASSED
50204 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1e-09-3.2] PASSED
50205 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1e-06--7.0] PASSED
50206 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1e-06--3.141592653589793] PASSED
50207 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1e-06--3.1] PASSED
50208 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1e-06-3.141592653589793] PASSED
50209 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1e-06-3.2] PASSED
50210 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1--7.0] PASSED
50211 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1--3.141592653589793] PASSED
50212 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1--3.1] PASSED
50213 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1-3.141592653589793] PASSED
50214 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1-3.2] PASSED
50215 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1000.0--7.0] PASSED
50216 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1000.0--3.141592653589793] PASSED
50217 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1000.0--3.1] PASSED
50218 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1000.0-3.141592653589793] PASSED
50219 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1000.0-3.2] PASSED
50220 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1000000000000000.0--7.0] PASSED
50221 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1000000000000000.0--3.141592653589793] PASSED
50222 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1000000000000000.0--3.1] PASSED
50223 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1000000000000000.0-3.141592653589793] PASSED
50224 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_vonmises_large_kappa_range[1000000000000000.0-3.2] PASSED
50225 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_wald PASSED
50226 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_weibull PASSED
50227 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_weibull_0 PASSED
50228 numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_zipf PASSED
50229 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_uniform PASSED
50230 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_normal PASSED
50231 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_beta PASSED
50232 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_exponential PASSED
50233 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_standard_gamma PASSED
50234 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_gamma PASSED
50235 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_f PASSED
50236 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_noncentral_f PASSED
50237 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_noncentral_f_small_df PASSED
50238 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_chisquare PASSED
50239 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_noncentral_chisquare PASSED
50240 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_standard_t PASSED
50241 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_vonmises PASSED
50242 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_pareto PASSED
50243 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_weibull PASSED
50244 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_power PASSED
50245 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_laplace PASSED
50246 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_gumbel PASSED
50247 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_logistic PASSED
50248 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_lognormal PASSED
50249 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_rayleigh PASSED
50250 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_wald PASSED
50251 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_triangular PASSED
50252 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_binomial PASSED
50253 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_negative_binomial PASSED
50254 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_poisson PASSED
50255 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_zipf PASSED
50256 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_geometric PASSED
50257 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_hypergeometric PASSED
50258 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_logseries PASSED
50259 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_multinomial PASSED
50260 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_multinomial_pval_broadcast[10] PASSED
50261 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_multinomial_pval_broadcast[n1] PASSED
50262 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_multinomial_pval_broadcast[n2] PASSED
50263 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_invalid_pvals_broadcast PASSED
50264 numpy/random/tests/test_generator_mt19937.py::TestBroadcast::test_empty_outputs PASSED
50265 numpy/random/tests/test_generator_mt19937.py::TestThread::test_normal PASSED
50266 numpy/random/tests/test_generator_mt19937.py::TestThread::test_exp PASSED
50267 numpy/random/tests/test_generator_mt19937.py::TestThread::test_multinomial PASSED
50268 numpy/random/tests/test_generator_mt19937.py::TestSingleEltArrayInput::test_one_arg_funcs PASSED
50269 numpy/random/tests/test_generator_mt19937.py::TestSingleEltArrayInput::test_two_arg_funcs PASSED
50270 numpy/random/tests/test_generator_mt19937.py::TestSingleEltArrayInput::test_three_arg_funcs PASSED
50271 numpy/random/tests/test_generator_mt19937.py::test_jumped[config0] PASSED
50272 numpy/random/tests/test_generator_mt19937.py::test_jumped[config1] PASSED
50273 numpy/random/tests/test_generator_mt19937.py::test_jumped[config2] PASSED
50274 numpy/random/tests/test_generator_mt19937.py::test_broadcast_size_error PASSED
50275 numpy/random/tests/test_generator_mt19937.py::test_broadcast_size_scalar PASSED
50276 numpy/random/tests/test_generator_mt19937.py::test_ragged_shuffle PASSED
50277 numpy/random/tests/test_generator_mt19937.py::test_single_arg_integer_exception[True--2] PASSED
50278 numpy/random/tests/test_generator_mt19937.py::test_single_arg_integer_exception[True-high1] PASSED
50279 numpy/random/tests/test_generator_mt19937.py::test_single_arg_integer_exception[False--2] PASSED
50280 numpy/random/tests/test_generator_mt19937.py::test_single_arg_integer_exception[False-high1] PASSED
50281 numpy/random/tests/test_generator_mt19937.py::test_c_contig_req_out[f4] PASSED
50282 numpy/random/tests/test_generator_mt19937.py::test_c_contig_req_out[f8] PASSED
50283 numpy/random/tests/test_generator_mt19937.py::test_contig_req_out[standard_normal-F-f4] PASSED
50284 numpy/random/tests/test_generator_mt19937.py::test_contig_req_out[standard_normal-F-f8] PASSED
50285 numpy/random/tests/test_generator_mt19937.py::test_contig_req_out[standard_normal-C-f4] PASSED
50286 numpy/random/tests/test_generator_mt19937.py::test_contig_req_out[standard_normal-C-f8] PASSED
50287 numpy/random/tests/test_generator_mt19937.py::test_contig_req_out[random-F-f4] PASSED
50288 numpy/random/tests/test_generator_mt19937.py::test_contig_req_out[random-F-f8] PASSED
50289 numpy/random/tests/test_generator_mt19937.py::test_contig_req_out[random-C-f4] PASSED
50290 numpy/random/tests/test_generator_mt19937.py::test_contig_req_out[random-C-f8] PASSED
50291 numpy/random/tests/test_generator_mt19937.py::test_generator_ctor_old_style_pickle PASSED
50292 numpy/random/tests/test_generator_mt19937.py::test_pickle_preserves_seed_sequence PASSED
50293 numpy/random/tests/test_generator_mt19937.py::test_legacy_pickle[121] PASSED
50294 numpy/random/tests/test_generator_mt19937.py::test_legacy_pickle[126] PASSED
50295 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_vonmises_range PASSED
50296 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_hypergeometric_range PASSED
50297 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_logseries_convergence PASSED
50298 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_shuffle_mixed_dimension PASSED
50299 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_call_within_randomstate PASSED
50300 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_multivariate_normal_size_types PASSED
50301 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_beta_small_parameters PASSED
50302 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_beta_very_small_parameters PASSED
50303 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_beta_ridiculously_small_parameters PASSED
50304 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_choice_sum_of_probs_tolerance PASSED
50305 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_shuffle_of_array_of_different_length_strings PASSED
50306 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_shuffle_of_array_of_objects PASSED
50307 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_permutation_subclass PASSED
50308 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_gamma_0 PASSED
50309 numpy/random/tests/test_generator_mt19937_regressions.py::TestRegression::test_geometric_tiny_prob PASSED
50310 numpy/random/tests/test_random.py::TestSeed::test_scalar PASSED
50311 numpy/random/tests/test_random.py::TestSeed::test_array PASSED
50312 numpy/random/tests/test_random.py::TestSeed::test_invalid_scalar PASSED
50313 numpy/random/tests/test_random.py::TestSeed::test_invalid_array PASSED
50314 numpy/random/tests/test_random.py::TestSeed::test_invalid_array_shape PASSED
50315 numpy/random/tests/test_random.py::TestBinomial::test_n_zero PASSED
50316 numpy/random/tests/test_random.py::TestBinomial::test_p_is_nan PASSED
50317 numpy/random/tests/test_random.py::TestMultinomial::test_basic PASSED
50318 numpy/random/tests/test_random.py::TestMultinomial::test_zero_probability PASSED
50319 numpy/random/tests/test_random.py::TestMultinomial::test_int_negative_interval PASSED
50320 numpy/random/tests/test_random.py::TestMultinomial::test_size PASSED
50321 numpy/random/tests/test_random.py::TestMultinomial::test_multidimensional_pvals PASSED
50322 numpy/random/tests/test_random.py::TestSetState::test_basic PASSED
50323 numpy/random/tests/test_random.py::TestSetState::test_gaussian_reset PASSED
50324 numpy/random/tests/test_random.py::TestSetState::test_gaussian_reset_in_media_res PASSED
50325 numpy/random/tests/test_random.py::TestSetState::test_backwards_compatibility PASSED
50326 numpy/random/tests/test_random.py::TestSetState::test_negative_binomial PASSED
50327 numpy/random/tests/test_random.py::TestSetState::test_set_invalid_state PASSED
50328 numpy/random/tests/test_random.py::TestRandint::test_unsupported_type PASSED
50329 numpy/random/tests/test_random.py::TestRandint::test_bounds_checking PASSED
50330 numpy/random/tests/test_random.py::TestRandint::test_rng_zero_and_extremes PASSED
50331 numpy/random/tests/test_random.py::TestRandint::test_full_range PASSED
50332 numpy/random/tests/test_random.py::TestRandint::test_in_bounds_fuzz PASSED
50333 numpy/random/tests/test_random.py::TestRandint::test_repeatability PASSED
50334 numpy/random/tests/test_random.py::TestRandint::test_int64_uint64_corner_case PASSED
50335 numpy/random/tests/test_random.py::TestRandint::test_respect_dtype_singleton PASSED
50336 numpy/random/tests/test_random.py::TestRandomDist::test_rand PASSED
50337 numpy/random/tests/test_random.py::TestRandomDist::test_randn PASSED
50338 numpy/random/tests/test_random.py::TestRandomDist::test_randint PASSED
50339 numpy/random/tests/test_random.py::TestRandomDist::test_random_integers PASSED
50340 numpy/random/tests/test_random.py::TestRandomDist::test_random_integers_max_int PASSED
50341 numpy/random/tests/test_random.py::TestRandomDist::test_random_integers_deprecated PASSED
50342 numpy/random/tests/test_random.py::TestRandomDist::test_random PASSED
50343 numpy/random/tests/test_random.py::TestRandomDist::test_choice_uniform_replace PASSED
50344 numpy/random/tests/test_random.py::TestRandomDist::test_choice_nonuniform_replace PASSED
50345 numpy/random/tests/test_random.py::TestRandomDist::test_choice_uniform_noreplace PASSED
50346 numpy/random/tests/test_random.py::TestRandomDist::test_choice_nonuniform_noreplace PASSED
50347 numpy/random/tests/test_random.py::TestRandomDist::test_choice_noninteger PASSED
50348 numpy/random/tests/test_random.py::TestRandomDist::test_choice_exceptions PASSED
50349 numpy/random/tests/test_random.py::TestRandomDist::test_choice_return_shape PASSED
50350 numpy/random/tests/test_random.py::TestRandomDist::test_choice_nan_probabilities PASSED
50351 numpy/random/tests/test_random.py::TestRandomDist::test_bytes PASSED
50352 numpy/random/tests/test_random.py::TestRandomDist::test_shuffle PASSED
50353 numpy/random/tests/test_random.py::TestRandomDist::test_shuffle_masked PASSED
50354 numpy/random/tests/test_random.py::TestRandomDist::test_shuffle_untyped_warning[numpy.random] PASSED
50355 numpy/random/tests/test_random.py::TestRandomDist::test_shuffle_untyped_warning[random1] PASSED
50356 numpy/random/tests/test_random.py::TestRandomDist::test_shuffle_untyped_warning[random2] PASSED
50357 numpy/random/tests/test_random.py::TestRandomDist::test_shuffle_no_object_unpacking[True-numpy.random] PASSED
50358 numpy/random/tests/test_random.py::TestRandomDist::test_shuffle_no_object_unpacking[True-random1] PASSED
50359 numpy/random/tests/test_random.py::TestRandomDist::test_shuffle_no_object_unpacking[True-random2] PASSED
50360 numpy/random/tests/test_random.py::TestRandomDist::test_shuffle_no_object_unpacking[False-numpy.random] PASSED
50361 numpy/random/tests/test_random.py::TestRandomDist::test_shuffle_no_object_unpacking[False-random1] PASSED
50362 numpy/random/tests/test_random.py::TestRandomDist::test_shuffle_no_object_unpacking[False-random2] PASSED
50363 numpy/random/tests/test_random.py::TestRandomDist::test_shuffle_memoryview PASSED
50364 numpy/random/tests/test_random.py::TestRandomDist::test_shuffle_not_writeable PASSED
50365 numpy/random/tests/test_random.py::TestRandomDist::test_beta PASSED
50366 numpy/random/tests/test_random.py::TestRandomDist::test_binomial PASSED
50367 numpy/random/tests/test_random.py::TestRandomDist::test_chisquare PASSED
50368 numpy/random/tests/test_random.py::TestRandomDist::test_dirichlet PASSED
50369 numpy/random/tests/test_random.py::TestRandomDist::test_dirichlet_size PASSED
50370 numpy/random/tests/test_random.py::TestRandomDist::test_dirichlet_bad_alpha PASSED
50371 numpy/random/tests/test_random.py::TestRandomDist::test_exponential PASSED
50372 numpy/random/tests/test_random.py::TestRandomDist::test_exponential_0 PASSED
50373 numpy/random/tests/test_random.py::TestRandomDist::test_f PASSED
50374 numpy/random/tests/test_random.py::TestRandomDist::test_gamma PASSED
50375 numpy/random/tests/test_random.py::TestRandomDist::test_gamma_0 PASSED
50376 numpy/random/tests/test_random.py::TestRandomDist::test_geometric PASSED
50377 numpy/random/tests/test_random.py::TestRandomDist::test_gumbel PASSED
50378 numpy/random/tests/test_random.py::TestRandomDist::test_gumbel_0 PASSED
50379 numpy/random/tests/test_random.py::TestRandomDist::test_hypergeometric PASSED
50380 numpy/random/tests/test_random.py::TestRandomDist::test_laplace PASSED
50381 numpy/random/tests/test_random.py::TestRandomDist::test_laplace_0 PASSED
50382 numpy/random/tests/test_random.py::TestRandomDist::test_logistic PASSED
50383 numpy/random/tests/test_random.py::TestRandomDist::test_lognormal PASSED
50384 numpy/random/tests/test_random.py::TestRandomDist::test_lognormal_0 PASSED
50385 numpy/random/tests/test_random.py::TestRandomDist::test_logseries PASSED
50386 numpy/random/tests/test_random.py::TestRandomDist::test_multinomial PASSED
50387 numpy/random/tests/test_random.py::TestRandomDist::test_multivariate_normal PASSED
50388 numpy/random/tests/test_random.py::TestRandomDist::test_negative_binomial PASSED
50389 numpy/random/tests/test_random.py::TestRandomDist::test_noncentral_chisquare PASSED
50390 numpy/random/tests/test_random.py::TestRandomDist::test_noncentral_f PASSED
50391 numpy/random/tests/test_random.py::TestRandomDist::test_normal PASSED
50392 numpy/random/tests/test_random.py::TestRandomDist::test_normal_0 PASSED
50393 numpy/random/tests/test_random.py::TestRandomDist::test_pareto PASSED
50394 numpy/random/tests/test_random.py::TestRandomDist::test_poisson PASSED
50395 numpy/random/tests/test_random.py::TestRandomDist::test_poisson_exceptions PASSED
50396 numpy/random/tests/test_random.py::TestRandomDist::test_power PASSED
50397 numpy/random/tests/test_random.py::TestRandomDist::test_rayleigh PASSED
50398 numpy/random/tests/test_random.py::TestRandomDist::test_rayleigh_0 PASSED
50399 numpy/random/tests/test_random.py::TestRandomDist::test_standard_cauchy PASSED
50400 numpy/random/tests/test_random.py::TestRandomDist::test_standard_exponential PASSED
50401 numpy/random/tests/test_random.py::TestRandomDist::test_standard_gamma PASSED
50402 numpy/random/tests/test_random.py::TestRandomDist::test_standard_gamma_0 PASSED
50403 numpy/random/tests/test_random.py::TestRandomDist::test_standard_normal PASSED
50404 numpy/random/tests/test_random.py::TestRandomDist::test_standard_t PASSED
50405 numpy/random/tests/test_random.py::TestRandomDist::test_triangular PASSED
50406 numpy/random/tests/test_random.py::TestRandomDist::test_uniform PASSED
50407 numpy/random/tests/test_random.py::TestRandomDist::test_uniform_range_bounds PASSED
50408 numpy/random/tests/test_random.py::TestRandomDist::test_scalar_exception_propagation PASSED
50409 numpy/random/tests/test_random.py::TestRandomDist::test_vonmises PASSED
50410 numpy/random/tests/test_random.py::TestRandomDist::test_vonmises_small PASSED
50411 numpy/random/tests/test_random.py::TestRandomDist::test_wald PASSED
50412 numpy/random/tests/test_random.py::TestRandomDist::test_weibull PASSED
50413 numpy/random/tests/test_random.py::TestRandomDist::test_weibull_0 PASSED
50414 numpy/random/tests/test_random.py::TestRandomDist::test_zipf PASSED
50415 numpy/random/tests/test_random.py::TestBroadcast::test_uniform PASSED
50416 numpy/random/tests/test_random.py::TestBroadcast::test_normal PASSED
50417 numpy/random/tests/test_random.py::TestBroadcast::test_beta PASSED
50418 numpy/random/tests/test_random.py::TestBroadcast::test_exponential PASSED
50419 numpy/random/tests/test_random.py::TestBroadcast::test_standard_gamma PASSED
50420 numpy/random/tests/test_random.py::TestBroadcast::test_gamma PASSED
50421 numpy/random/tests/test_random.py::TestBroadcast::test_f PASSED
50422 numpy/random/tests/test_random.py::TestBroadcast::test_noncentral_f PASSED
50423 numpy/random/tests/test_random.py::TestBroadcast::test_noncentral_f_small_df PASSED
50424 numpy/random/tests/test_random.py::TestBroadcast::test_chisquare PASSED
50425 numpy/random/tests/test_random.py::TestBroadcast::test_noncentral_chisquare PASSED
50426 numpy/random/tests/test_random.py::TestBroadcast::test_standard_t PASSED
50427 numpy/random/tests/test_random.py::TestBroadcast::test_vonmises PASSED
50428 numpy/random/tests/test_random.py::TestBroadcast::test_pareto PASSED
50429 numpy/random/tests/test_random.py::TestBroadcast::test_weibull PASSED
50430 numpy/random/tests/test_random.py::TestBroadcast::test_power PASSED
50431 numpy/random/tests/test_random.py::TestBroadcast::test_laplace PASSED
50432 numpy/random/tests/test_random.py::TestBroadcast::test_gumbel PASSED
50433 numpy/random/tests/test_random.py::TestBroadcast::test_logistic PASSED
50434 numpy/random/tests/test_random.py::TestBroadcast::test_lognormal PASSED
50435 numpy/random/tests/test_random.py::TestBroadcast::test_rayleigh PASSED
50436 numpy/random/tests/test_random.py::TestBroadcast::test_wald PASSED
50437 numpy/random/tests/test_random.py::TestBroadcast::test_triangular PASSED
50438 numpy/random/tests/test_random.py::TestBroadcast::test_binomial PASSED
50439 numpy/random/tests/test_random.py::TestBroadcast::test_negative_binomial PASSED
50440 numpy/random/tests/test_random.py::TestBroadcast::test_poisson PASSED
50441 numpy/random/tests/test_random.py::TestBroadcast::test_zipf PASSED
50442 numpy/random/tests/test_random.py::TestBroadcast::test_geometric PASSED
50443 numpy/random/tests/test_random.py::TestBroadcast::test_hypergeometric PASSED
50444 numpy/random/tests/test_random.py::TestBroadcast::test_logseries PASSED
50445 numpy/random/tests/test_random.py::TestThread::test_normal PASSED
50446 numpy/random/tests/test_random.py::TestThread::test_exp PASSED
50447 numpy/random/tests/test_random.py::TestThread::test_multinomial PASSED
50448 numpy/random/tests/test_random.py::TestSingleEltArrayInput::test_one_arg_funcs PASSED
50449 numpy/random/tests/test_random.py::TestSingleEltArrayInput::test_two_arg_funcs PASSED
50450 numpy/random/tests/test_random.py::TestSingleEltArrayInput::test_randint PASSED
50451 numpy/random/tests/test_random.py::TestSingleEltArrayInput::test_three_arg_funcs PASSED
50452 numpy/random/tests/test_randomstate.py::TestSeed::test_scalar PASSED
50453 numpy/random/tests/test_randomstate.py::TestSeed::test_array PASSED
50454 numpy/random/tests/test_randomstate.py::TestSeed::test_invalid_scalar PASSED
50455 numpy/random/tests/test_randomstate.py::TestSeed::test_invalid_array PASSED
50456 numpy/random/tests/test_randomstate.py::TestSeed::test_invalid_array_shape PASSED
50457 numpy/random/tests/test_randomstate.py::TestSeed::test_cannot_seed PASSED
50458 numpy/random/tests/test_randomstate.py::TestSeed::test_invalid_initialization PASSED
50459 numpy/random/tests/test_randomstate.py::TestBinomial::test_n_zero PASSED
50460 numpy/random/tests/test_randomstate.py::TestBinomial::test_p_is_nan PASSED
50461 numpy/random/tests/test_randomstate.py::TestMultinomial::test_basic PASSED
50462 numpy/random/tests/test_randomstate.py::TestMultinomial::test_zero_probability PASSED
50463 numpy/random/tests/test_randomstate.py::TestMultinomial::test_int_negative_interval PASSED
50464 numpy/random/tests/test_randomstate.py::TestMultinomial::test_size PASSED
50465 numpy/random/tests/test_randomstate.py::TestMultinomial::test_invalid_prob PASSED
50466 numpy/random/tests/test_randomstate.py::TestMultinomial::test_invalid_n PASSED
50467 numpy/random/tests/test_randomstate.py::TestMultinomial::test_p_non_contiguous PASSED
50468 numpy/random/tests/test_randomstate.py::TestMultinomial::test_multinomial_pvals_float32 PASSED
50469 numpy/random/tests/test_randomstate.py::TestMultinomial::test_multinomial_n_float PASSED
50470 numpy/random/tests/test_randomstate.py::TestSetState::test_basic PASSED
50471 numpy/random/tests/test_randomstate.py::TestSetState::test_gaussian_reset PASSED
50472 numpy/random/tests/test_randomstate.py::TestSetState::test_gaussian_reset_in_media_res PASSED
50473 numpy/random/tests/test_randomstate.py::TestSetState::test_backwards_compatibility PASSED
50474 numpy/random/tests/test_randomstate.py::TestSetState::test_negative_binomial PASSED
50475 numpy/random/tests/test_randomstate.py::TestSetState::test_get_state_warning PASSED
50476 numpy/random/tests/test_randomstate.py::TestSetState::test_invalid_legacy_state_setting PASSED
50477 numpy/random/tests/test_randomstate.py::TestSetState::test_pickle PASSED
50478 numpy/random/tests/test_randomstate.py::TestSetState::test_state_setting PASSED
50479 numpy/random/tests/test_randomstate.py::TestSetState::test_repr PASSED
50480 numpy/random/tests/test_randomstate.py::TestRandint::test_unsupported_type PASSED
50481 numpy/random/tests/test_randomstate.py::TestRandint::test_bounds_checking PASSED
50482 numpy/random/tests/test_randomstate.py::TestRandint::test_rng_zero_and_extremes PASSED
50483 numpy/random/tests/test_randomstate.py::TestRandint::test_full_range PASSED
50484 numpy/random/tests/test_randomstate.py::TestRandint::test_in_bounds_fuzz PASSED
50485 numpy/random/tests/test_randomstate.py::TestRandint::test_repeatability PASSED
50486 numpy/random/tests/test_randomstate.py::TestRandint::test_repeatability_32bit_boundary_broadcasting PASSED
50487 numpy/random/tests/test_randomstate.py::TestRandint::test_int64_uint64_corner_case PASSED
50488 numpy/random/tests/test_randomstate.py::TestRandint::test_respect_dtype_singleton PASSED
50489 numpy/random/tests/test_randomstate.py::TestRandomDist::test_rand PASSED
50490 numpy/random/tests/test_randomstate.py::TestRandomDist::test_rand_singleton PASSED
50491 numpy/random/tests/test_randomstate.py::TestRandomDist::test_randn PASSED
50492 numpy/random/tests/test_randomstate.py::TestRandomDist::test_randint PASSED
50493 numpy/random/tests/test_randomstate.py::TestRandomDist::test_random_integers PASSED
50494 numpy/random/tests/test_randomstate.py::TestRandomDist::test_tomaxint PASSED
50495 numpy/random/tests/test_randomstate.py::TestRandomDist::test_random_integers_max_int PASSED
50496 numpy/random/tests/test_randomstate.py::TestRandomDist::test_random_integers_deprecated PASSED
50497 numpy/random/tests/test_randomstate.py::TestRandomDist::test_random_sample PASSED
50498 numpy/random/tests/test_randomstate.py::TestRandomDist::test_choice_uniform_replace PASSED
50499 numpy/random/tests/test_randomstate.py::TestRandomDist::test_choice_nonuniform_replace PASSED
50500 numpy/random/tests/test_randomstate.py::TestRandomDist::test_choice_uniform_noreplace PASSED
50501 numpy/random/tests/test_randomstate.py::TestRandomDist::test_choice_nonuniform_noreplace PASSED
50502 numpy/random/tests/test_randomstate.py::TestRandomDist::test_choice_noninteger PASSED
50503 numpy/random/tests/test_randomstate.py::TestRandomDist::test_choice_exceptions PASSED
50504 numpy/random/tests/test_randomstate.py::TestRandomDist::test_choice_return_shape PASSED
50505 numpy/random/tests/test_randomstate.py::TestRandomDist::test_choice_nan_probabilities PASSED
50506 numpy/random/tests/test_randomstate.py::TestRandomDist::test_choice_p_non_contiguous PASSED
50507 numpy/random/tests/test_randomstate.py::TestRandomDist::test_bytes PASSED
50508 numpy/random/tests/test_randomstate.py::TestRandomDist::test_shuffle PASSED
50509 numpy/random/tests/test_randomstate.py::TestRandomDist::test_shuffle_masked PASSED
50510 numpy/random/tests/test_randomstate.py::TestRandomDist::test_permutation PASSED
50511 numpy/random/tests/test_randomstate.py::TestRandomDist::test_beta PASSED
50512 numpy/random/tests/test_randomstate.py::TestRandomDist::test_binomial PASSED
50513 numpy/random/tests/test_randomstate.py::TestRandomDist::test_chisquare PASSED
50514 numpy/random/tests/test_randomstate.py::TestRandomDist::test_dirichlet PASSED
50515 numpy/random/tests/test_randomstate.py::TestRandomDist::test_dirichlet_size PASSED
50516 numpy/random/tests/test_randomstate.py::TestRandomDist::test_dirichlet_bad_alpha PASSED
50517 numpy/random/tests/test_randomstate.py::TestRandomDist::test_dirichlet_alpha_non_contiguous PASSED
50518 numpy/random/tests/test_randomstate.py::TestRandomDist::test_exponential PASSED
50519 numpy/random/tests/test_randomstate.py::TestRandomDist::test_exponential_0 PASSED
50520 numpy/random/tests/test_randomstate.py::TestRandomDist::test_f PASSED
50521 numpy/random/tests/test_randomstate.py::TestRandomDist::test_gamma PASSED
50522 numpy/random/tests/test_randomstate.py::TestRandomDist::test_gamma_0 PASSED
50523 numpy/random/tests/test_randomstate.py::TestRandomDist::test_geometric PASSED
50524 numpy/random/tests/test_randomstate.py::TestRandomDist::test_geometric_exceptions PASSED
50525 numpy/random/tests/test_randomstate.py::TestRandomDist::test_gumbel PASSED
50526 numpy/random/tests/test_randomstate.py::TestRandomDist::test_gumbel_0 PASSED
50527 numpy/random/tests/test_randomstate.py::TestRandomDist::test_hypergeometric PASSED
50528 numpy/random/tests/test_randomstate.py::TestRandomDist::test_laplace PASSED
50529 numpy/random/tests/test_randomstate.py::TestRandomDist::test_laplace_0 PASSED
50530 numpy/random/tests/test_randomstate.py::TestRandomDist::test_logistic PASSED
50531 numpy/random/tests/test_randomstate.py::TestRandomDist::test_lognormal PASSED
50532 numpy/random/tests/test_randomstate.py::TestRandomDist::test_lognormal_0 PASSED
50533 numpy/random/tests/test_randomstate.py::TestRandomDist::test_logseries PASSED
50534 numpy/random/tests/test_randomstate.py::TestRandomDist::test_logseries_zero PASSED
50535 numpy/random/tests/test_randomstate.py::TestRandomDist::test_logseries_exceptions[-5e-324] PASSED
50536 numpy/random/tests/test_randomstate.py::TestRandomDist::test_logseries_exceptions[1.0] PASSED
50537 numpy/random/tests/test_randomstate.py::TestRandomDist::test_logseries_exceptions[nan] PASSED
50538 numpy/random/tests/test_randomstate.py::TestRandomDist::test_logseries_exceptions[5.0] PASSED
50539 numpy/random/tests/test_randomstate.py::TestRandomDist::test_multinomial PASSED
50540 numpy/random/tests/test_randomstate.py::TestRandomDist::test_multivariate_normal PASSED
50541 numpy/random/tests/test_randomstate.py::TestRandomDist::test_negative_binomial PASSED
50542 numpy/random/tests/test_randomstate.py::TestRandomDist::test_negative_binomial_exceptions PASSED
50543 numpy/random/tests/test_randomstate.py::TestRandomDist::test_noncentral_chisquare PASSED
50544 numpy/random/tests/test_randomstate.py::TestRandomDist::test_noncentral_f PASSED
50545 numpy/random/tests/test_randomstate.py::TestRandomDist::test_noncentral_f_nan PASSED
50546 numpy/random/tests/test_randomstate.py::TestRandomDist::test_normal PASSED
50547 numpy/random/tests/test_randomstate.py::TestRandomDist::test_normal_0 PASSED
50548 numpy/random/tests/test_randomstate.py::TestRandomDist::test_pareto PASSED
50549 numpy/random/tests/test_randomstate.py::TestRandomDist::test_poisson PASSED
50550 numpy/random/tests/test_randomstate.py::TestRandomDist::test_poisson_exceptions PASSED
50551 numpy/random/tests/test_randomstate.py::TestRandomDist::test_power PASSED
50552 numpy/random/tests/test_randomstate.py::TestRandomDist::test_rayleigh PASSED
50553 numpy/random/tests/test_randomstate.py::TestRandomDist::test_rayleigh_0 PASSED
50554 numpy/random/tests/test_randomstate.py::TestRandomDist::test_standard_cauchy PASSED
50555 numpy/random/tests/test_randomstate.py::TestRandomDist::test_standard_exponential PASSED
50556 numpy/random/tests/test_randomstate.py::TestRandomDist::test_standard_gamma PASSED
50557 numpy/random/tests/test_randomstate.py::TestRandomDist::test_standard_gamma_0 PASSED
50558 numpy/random/tests/test_randomstate.py::TestRandomDist::test_standard_normal PASSED
50559 numpy/random/tests/test_randomstate.py::TestRandomDist::test_randn_singleton PASSED
50560 numpy/random/tests/test_randomstate.py::TestRandomDist::test_standard_t PASSED
50561 numpy/random/tests/test_randomstate.py::TestRandomDist::test_triangular PASSED
50562 numpy/random/tests/test_randomstate.py::TestRandomDist::test_uniform PASSED
50563 numpy/random/tests/test_randomstate.py::TestRandomDist::test_uniform_range_bounds PASSED
50564 numpy/random/tests/test_randomstate.py::TestRandomDist::test_scalar_exception_propagation PASSED
50565 numpy/random/tests/test_randomstate.py::TestRandomDist::test_vonmises PASSED
50566 numpy/random/tests/test_randomstate.py::TestRandomDist::test_vonmises_small PASSED
50567 numpy/random/tests/test_randomstate.py::TestRandomDist::test_vonmises_large PASSED
50568 numpy/random/tests/test_randomstate.py::TestRandomDist::test_vonmises_nan PASSED
50569 numpy/random/tests/test_randomstate.py::TestRandomDist::test_wald PASSED
50570 numpy/random/tests/test_randomstate.py::TestRandomDist::test_weibull PASSED
50571 numpy/random/tests/test_randomstate.py::TestRandomDist::test_weibull_0 PASSED
50572 numpy/random/tests/test_randomstate.py::TestRandomDist::test_zipf PASSED
50573 numpy/random/tests/test_randomstate.py::TestBroadcast::test_uniform PASSED
50574 numpy/random/tests/test_randomstate.py::TestBroadcast::test_normal PASSED
50575 numpy/random/tests/test_randomstate.py::TestBroadcast::test_beta PASSED
50576 numpy/random/tests/test_randomstate.py::TestBroadcast::test_exponential PASSED
50577 numpy/random/tests/test_randomstate.py::TestBroadcast::test_standard_gamma PASSED
50578 numpy/random/tests/test_randomstate.py::TestBroadcast::test_gamma PASSED
50579 numpy/random/tests/test_randomstate.py::TestBroadcast::test_f PASSED
50580 numpy/random/tests/test_randomstate.py::TestBroadcast::test_noncentral_f PASSED
50581 numpy/random/tests/test_randomstate.py::TestBroadcast::test_noncentral_f_small_df PASSED
50582 numpy/random/tests/test_randomstate.py::TestBroadcast::test_chisquare PASSED
50583 numpy/random/tests/test_randomstate.py::TestBroadcast::test_noncentral_chisquare PASSED
50584 numpy/random/tests/test_randomstate.py::TestBroadcast::test_standard_t PASSED
50585 numpy/random/tests/test_randomstate.py::TestBroadcast::test_vonmises PASSED
50586 numpy/random/tests/test_randomstate.py::TestBroadcast::test_pareto PASSED
50587 numpy/random/tests/test_randomstate.py::TestBroadcast::test_weibull PASSED
50588 numpy/random/tests/test_randomstate.py::TestBroadcast::test_power PASSED
50589 numpy/random/tests/test_randomstate.py::TestBroadcast::test_laplace PASSED
50590 numpy/random/tests/test_randomstate.py::TestBroadcast::test_gumbel PASSED
50591 numpy/random/tests/test_randomstate.py::TestBroadcast::test_logistic PASSED
50592 numpy/random/tests/test_randomstate.py::TestBroadcast::test_lognormal PASSED
50593 numpy/random/tests/test_randomstate.py::TestBroadcast::test_rayleigh PASSED
50594 numpy/random/tests/test_randomstate.py::TestBroadcast::test_wald PASSED
50595 numpy/random/tests/test_randomstate.py::TestBroadcast::test_triangular PASSED
50596 numpy/random/tests/test_randomstate.py::TestBroadcast::test_binomial PASSED
50597 numpy/random/tests/test_randomstate.py::TestBroadcast::test_negative_binomial PASSED
50598 numpy/random/tests/test_randomstate.py::TestBroadcast::test_poisson PASSED
50599 numpy/random/tests/test_randomstate.py::TestBroadcast::test_zipf PASSED
50600 numpy/random/tests/test_randomstate.py::TestBroadcast::test_geometric PASSED
50601 numpy/random/tests/test_randomstate.py::TestBroadcast::test_hypergeometric PASSED
50602 numpy/random/tests/test_randomstate.py::TestBroadcast::test_logseries PASSED
50603 numpy/random/tests/test_randomstate.py::TestThread::test_normal PASSED
50604 numpy/random/tests/test_randomstate.py::TestThread::test_exp PASSED
50605 numpy/random/tests/test_randomstate.py::TestThread::test_multinomial PASSED
50606 numpy/random/tests/test_randomstate.py::TestSingleEltArrayInput::test_one_arg_funcs PASSED
50607 numpy/random/tests/test_randomstate.py::TestSingleEltArrayInput::test_two_arg_funcs PASSED
50608 numpy/random/tests/test_randomstate.py::TestSingleEltArrayInput::test_three_arg_funcs PASSED
50609 numpy/random/tests/test_randomstate.py::test_integer_dtype[binomial] PASSED
50610 numpy/random/tests/test_randomstate.py::test_integer_repeat[binomial] PASSED
50611 numpy/random/tests/test_randomstate.py::test_integer_dtype[geometric] PASSED
50612 numpy/random/tests/test_randomstate.py::test_integer_repeat[geometric] PASSED
50613 numpy/random/tests/test_randomstate.py::test_integer_dtype[hypergeometric] PASSED
50614 numpy/random/tests/test_randomstate.py::test_integer_repeat[hypergeometric] PASSED
50615 numpy/random/tests/test_randomstate.py::test_integer_dtype[logseries] PASSED
50616 numpy/random/tests/test_randomstate.py::test_integer_repeat[logseries] PASSED
50617 numpy/random/tests/test_randomstate.py::test_integer_dtype[multinomial] PASSED
50618 numpy/random/tests/test_randomstate.py::test_integer_repeat[multinomial] PASSED
50619 numpy/random/tests/test_randomstate.py::test_integer_dtype[negative_binomial] PASSED
50620 numpy/random/tests/test_randomstate.py::test_integer_repeat[negative_binomial] PASSED
50621 numpy/random/tests/test_randomstate.py::test_integer_dtype[poisson] PASSED
50622 numpy/random/tests/test_randomstate.py::test_integer_repeat[poisson] PASSED
50623 numpy/random/tests/test_randomstate.py::test_integer_dtype[zipf] PASSED
50624 numpy/random/tests/test_randomstate.py::test_integer_repeat[zipf] PASSED
50625 numpy/random/tests/test_randomstate.py::test_broadcast_size_error PASSED
50626 numpy/random/tests/test_randomstate.py::test_randomstate_ctor_old_style_pickle PASSED
50627 numpy/random/tests/test_randomstate.py::test_hot_swap PASSED
50628 numpy/random/tests/test_randomstate.py::test_seed_alt_bit_gen PASSED
50629 numpy/random/tests/test_randomstate.py::test_state_error_alt_bit_gen PASSED
50630 numpy/random/tests/test_randomstate.py::test_swap_worked PASSED
50631 numpy/random/tests/test_randomstate.py::test_swapped_singleton_against_direct PASSED
50632 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_VonMises_range PASSED
50633 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_hypergeometric_range PASSED
50634 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_logseries_convergence PASSED
50635 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_shuffle_mixed_dimension PASSED
50636 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_call_within_randomstate PASSED
50637 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_multivariate_normal_size_types PASSED
50638 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_beta_small_parameters PASSED
50639 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_choice_sum_of_probs_tolerance PASSED
50640 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_shuffle_of_array_of_different_length_strings PASSED
50641 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_shuffle_of_array_of_objects PASSED
50642 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_permutation_subclass PASSED
50643 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_warns_byteorder PASSED
50644 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_named_argument_initialization PASSED
50645 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_choice_retun_dtype PASSED
50646 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_randint_117 PASSED
50647 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_p_zero_stream PASSED
50648 numpy/random/tests/test_randomstate_regression.py::TestRegression::test_n_zero_stream PASSED
50649 numpy/random/tests/test_randomstate_regression.py::test_multinomial_empty PASSED
50650 numpy/random/tests/test_randomstate_regression.py::test_multinomial_1d_pval PASSED
50651 numpy/random/tests/test_regression.py::TestRegression::test_VonMises_range PASSED
50652 numpy/random/tests/test_regression.py::TestRegression::test_hypergeometric_range PASSED
50653 numpy/random/tests/test_regression.py::TestRegression::test_logseries_convergence PASSED
50654 numpy/random/tests/test_regression.py::TestRegression::test_shuffle_mixed_dimension PASSED
50655 numpy/random/tests/test_regression.py::TestRegression::test_call_within_randomstate PASSED
50656 numpy/random/tests/test_regression.py::TestRegression::test_multivariate_normal_size_types PASSED
50657 numpy/random/tests/test_regression.py::TestRegression::test_beta_small_parameters PASSED
50658 numpy/random/tests/test_regression.py::TestRegression::test_choice_sum_of_probs_tolerance PASSED
50659 numpy/random/tests/test_regression.py::TestRegression::test_shuffle_of_array_of_different_length_strings PASSED
50660 numpy/random/tests/test_regression.py::TestRegression::test_shuffle_of_array_of_objects PASSED
50661 numpy/random/tests/test_regression.py::TestRegression::test_permutation_subclass PASSED
50662 numpy/random/tests/test_seed_sequence.py::test_reference_data PASSED
50663 numpy/random/tests/test_seed_sequence.py::test_zero_padding PASSED
50664 numpy/random/tests/test_smoke.py::TestMT19937::test_init PASSED
50665 numpy/random/tests/test_smoke.py::TestMT19937::test_advance SKIPPED
50666 numpy/random/tests/test_smoke.py::TestMT19937::test_jump PASSED
50667 numpy/random/tests/test_smoke.py::TestMT19937::test_uniform PASSED
50668 numpy/random/tests/test_smoke.py::TestMT19937::test_uniform_array PASSED
50669 numpy/random/tests/test_smoke.py::TestMT19937::test_random PASSED
50670 numpy/random/tests/test_smoke.py::TestMT19937::test_standard_normal_zig PASSED
50671 numpy/random/tests/test_smoke.py::TestMT19937::test_standard_normal PASSED
50672 numpy/random/tests/test_smoke.py::TestMT19937::test_standard_gamma PASSED
50673 numpy/random/tests/test_smoke.py::TestMT19937::test_standard_exponential PASSED
50674 numpy/random/tests/test_smoke.py::TestMT19937::test_standard_exponential_float PASSED
50675 numpy/random/tests/test_smoke.py::TestMT19937::test_standard_exponential_float_log PASSED
50676 numpy/random/tests/test_smoke.py::TestMT19937::test_standard_cauchy PASSED
50677 numpy/random/tests/test_smoke.py::TestMT19937::test_standard_t PASSED
50678 numpy/random/tests/test_smoke.py::TestMT19937::test_binomial PASSED
50679 numpy/random/tests/test_smoke.py::TestMT19937::test_reset_state PASSED
50680 numpy/random/tests/test_smoke.py::TestMT19937::test_entropy_init PASSED
50681 numpy/random/tests/test_smoke.py::TestMT19937::test_seed PASSED
50682 numpy/random/tests/test_smoke.py::TestMT19937::test_reset_state_gauss PASSED
50683 numpy/random/tests/test_smoke.py::TestMT19937::test_reset_state_uint32 PASSED
50684 numpy/random/tests/test_smoke.py::TestMT19937::test_reset_state_float PASSED
50685 numpy/random/tests/test_smoke.py::TestMT19937::test_shuffle PASSED
50686 numpy/random/tests/test_smoke.py::TestMT19937::test_permutation PASSED
50687 numpy/random/tests/test_smoke.py::TestMT19937::test_beta PASSED
50688 numpy/random/tests/test_smoke.py::TestMT19937::test_bytes PASSED
50689 numpy/random/tests/test_smoke.py::TestMT19937::test_chisquare PASSED
50690 numpy/random/tests/test_smoke.py::TestMT19937::test_exponential PASSED
50691 numpy/random/tests/test_smoke.py::TestMT19937::test_f PASSED
50692 numpy/random/tests/test_smoke.py::TestMT19937::test_gamma PASSED
50693 numpy/random/tests/test_smoke.py::TestMT19937::test_geometric PASSED
50694 numpy/random/tests/test_smoke.py::TestMT19937::test_gumbel PASSED
50695 numpy/random/tests/test_smoke.py::TestMT19937::test_laplace PASSED
50696 numpy/random/tests/test_smoke.py::TestMT19937::test_logitic PASSED
50697 numpy/random/tests/test_smoke.py::TestMT19937::test_logseries PASSED
50698 numpy/random/tests/test_smoke.py::TestMT19937::test_negative_binomial PASSED
50699 numpy/random/tests/test_smoke.py::TestMT19937::test_noncentral_chisquare PASSED
50700 numpy/random/tests/test_smoke.py::TestMT19937::test_noncentral_f PASSED
50701 numpy/random/tests/test_smoke.py::TestMT19937::test_normal PASSED
50702 numpy/random/tests/test_smoke.py::TestMT19937::test_pareto PASSED
50703 numpy/random/tests/test_smoke.py::TestMT19937::test_poisson PASSED
50704 numpy/random/tests/test_smoke.py::TestMT19937::test_power PASSED
50705 numpy/random/tests/test_smoke.py::TestMT19937::test_integers PASSED
50706 numpy/random/tests/test_smoke.py::TestMT19937::test_rayleigh PASSED
50707 numpy/random/tests/test_smoke.py::TestMT19937::test_vonmises PASSED
50708 numpy/random/tests/test_smoke.py::TestMT19937::test_wald PASSED
50709 numpy/random/tests/test_smoke.py::TestMT19937::test_weibull PASSED
50710 numpy/random/tests/test_smoke.py::TestMT19937::test_zipf PASSED
50711 numpy/random/tests/test_smoke.py::TestMT19937::test_hypergeometric PASSED
50712 numpy/random/tests/test_smoke.py::TestMT19937::test_triangular PASSED
50713 numpy/random/tests/test_smoke.py::TestMT19937::test_multivariate_normal PASSED
50714 numpy/random/tests/test_smoke.py::TestMT19937::test_multinomial PASSED
50715 numpy/random/tests/test_smoke.py::TestMT19937::test_dirichlet PASSED
50716 numpy/random/tests/test_smoke.py::TestMT19937::test_pickle PASSED
50717 numpy/random/tests/test_smoke.py::TestMT19937::test_seed_array PASSED
50718 numpy/random/tests/test_smoke.py::TestMT19937::test_uniform_float PASSED
50719 numpy/random/tests/test_smoke.py::TestMT19937::test_gamma_floats PASSED
50720 numpy/random/tests/test_smoke.py::TestMT19937::test_normal_floats PASSED
50721 numpy/random/tests/test_smoke.py::TestMT19937::test_normal_zig_floats PASSED
50722 numpy/random/tests/test_smoke.py::TestMT19937::test_output_fill PASSED
50723 numpy/random/tests/test_smoke.py::TestMT19937::test_output_filling_uniform PASSED
50724 numpy/random/tests/test_smoke.py::TestMT19937::test_output_filling_exponential PASSED
50725 numpy/random/tests/test_smoke.py::TestMT19937::test_output_filling_gamma PASSED
50726 numpy/random/tests/test_smoke.py::TestMT19937::test_output_filling_gamma_broadcast PASSED
50727 numpy/random/tests/test_smoke.py::TestMT19937::test_output_fill_error PASSED
50728 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[bool] PASSED
50729 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[bool] PASSED
50730 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[bool] PASSED
50731 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[bool] PASSED
50732 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[bool] PASSED
50733 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[bool] PASSED
50734 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[bool] PASSED
50735 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[bool] PASSED
50736 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[bool] PASSED
50737 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[bool] PASSED
50738 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[bool] PASSED
50739 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[bool] PASSED
50740 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast[bool] PASSED
50741 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_numpy[bool] PASSED
50742 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast_errors[bool] PASSED
50743 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[bool] PASSED
50744 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[bool] PASSED
50745 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[bool] PASSED
50746 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[int8] PASSED
50747 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[int8] PASSED
50748 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[int8] PASSED
50749 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[int8] PASSED
50750 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[int8] PASSED
50751 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[int8] PASSED
50752 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[int8] PASSED
50753 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[int8] PASSED
50754 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[int8] PASSED
50755 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[int8] PASSED
50756 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[int8] PASSED
50757 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[int8] PASSED
50758 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast[int8] PASSED
50759 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_numpy[int8] PASSED
50760 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast_errors[int8] PASSED
50761 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[int8] PASSED
50762 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[int8] PASSED
50763 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[int8] PASSED
50764 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[int16] PASSED
50765 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[int16] PASSED
50766 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[int16] PASSED
50767 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[int16] PASSED
50768 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[int16] PASSED
50769 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[int16] PASSED
50770 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[int16] PASSED
50771 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[int16] PASSED
50772 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[int16] PASSED
50773 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[int16] PASSED
50774 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[int16] PASSED
50775 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[int16] PASSED
50776 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast[int16] PASSED
50777 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_numpy[int16] PASSED
50778 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast_errors[int16] PASSED
50779 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[int16] PASSED
50780 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[int16] PASSED
50781 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[int16] PASSED
50782 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[int32] PASSED
50783 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[int32] PASSED
50784 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[int32] PASSED
50785 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[int32] PASSED
50786 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[int32] PASSED
50787 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[int32] PASSED
50788 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[int32] PASSED
50789 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[int32] PASSED
50790 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[int32] PASSED
50791 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[int32] PASSED
50792 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[int32] PASSED
50793 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[int32] PASSED
50794 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast[int32] PASSED
50795 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_numpy[int32] PASSED
50796 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast_errors[int32] PASSED
50797 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[int32] PASSED
50798 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[int32] PASSED
50799 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[int32] PASSED
50800 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[int64] PASSED
50801 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[int64] PASSED
50802 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[int64] PASSED
50803 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[int64] PASSED
50804 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[int64] PASSED
50805 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[int64] PASSED
50806 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[int64] PASSED
50807 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[int64] PASSED
50808 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[int64] PASSED
50809 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[int64] PASSED
50810 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[int64] PASSED
50811 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[int64] PASSED
50812 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast[int64] PASSED
50813 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_numpy[int64] PASSED
50814 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast_errors[int64] PASSED
50815 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[int64] PASSED
50816 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[int64] PASSED
50817 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[int64] PASSED
50818 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[uint8] PASSED
50819 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[uint8] PASSED
50820 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[uint8] PASSED
50821 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[uint8] PASSED
50822 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[uint8] PASSED
50823 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[uint8] PASSED
50824 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[uint8] PASSED
50825 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[uint8] PASSED
50826 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[uint8] PASSED
50827 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[uint8] PASSED
50828 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[uint8] PASSED
50829 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[uint8] PASSED
50830 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast[uint8] PASSED
50831 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_numpy[uint8] PASSED
50832 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast_errors[uint8] PASSED
50833 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[uint8] PASSED
50834 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[uint8] PASSED
50835 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[uint8] PASSED
50836 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[uint16] PASSED
50837 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[uint16] PASSED
50838 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[uint16] PASSED
50839 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[uint16] PASSED
50840 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[uint16] PASSED
50841 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[uint16] PASSED
50842 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[uint16] PASSED
50843 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[uint16] PASSED
50844 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[uint16] PASSED
50845 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[uint16] PASSED
50846 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[uint16] PASSED
50847 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[uint16] PASSED
50848 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast[uint16] PASSED
50849 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_numpy[uint16] PASSED
50850 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast_errors[uint16] PASSED
50851 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[uint16] PASSED
50852 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[uint16] PASSED
50853 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[uint16] PASSED
50854 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[uint32] PASSED
50855 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[uint32] PASSED
50856 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[uint32] PASSED
50857 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[uint32] PASSED
50858 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[uint32] PASSED
50859 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[uint32] PASSED
50860 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[uint32] PASSED
50861 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[uint32] PASSED
50862 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[uint32] PASSED
50863 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[uint32] PASSED
50864 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[uint32] PASSED
50865 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[uint32] PASSED
50866 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast[uint32] PASSED
50867 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_numpy[uint32] PASSED
50868 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast_errors[uint32] PASSED
50869 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[uint32] PASSED
50870 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[uint32] PASSED
50871 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[uint32] PASSED
50872 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[uint64] PASSED
50873 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[uint64] PASSED
50874 numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[uint64] PASSED
50875 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[uint64] PASSED
50876 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[uint64] PASSED
50877 numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[uint64] PASSED
50878 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[uint64] PASSED
50879 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[uint64] PASSED
50880 numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[uint64] PASSED
50881 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[uint64] PASSED
50882 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[uint64] PASSED
50883 numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[uint64] PASSED
50884 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast[uint64] PASSED
50885 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_numpy[uint64] PASSED
50886 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers_broadcast_errors[uint64] PASSED
50887 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[uint64] PASSED
50888 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[uint64] PASSED
50889 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[uint64] PASSED
50890 numpy/random/tests/test_smoke.py::TestMT19937::test_numpy_state PASSED
50891 numpy/random/tests/test_smoke.py::TestPhilox::test_init PASSED
50892 numpy/random/tests/test_smoke.py::TestPhilox::test_advance PASSED
50893 numpy/random/tests/test_smoke.py::TestPhilox::test_jump PASSED
50894 numpy/random/tests/test_smoke.py::TestPhilox::test_uniform PASSED
50895 numpy/random/tests/test_smoke.py::TestPhilox::test_uniform_array PASSED
50896 numpy/random/tests/test_smoke.py::TestPhilox::test_random PASSED
50897 numpy/random/tests/test_smoke.py::TestPhilox::test_standard_normal_zig PASSED
50898 numpy/random/tests/test_smoke.py::TestPhilox::test_standard_normal PASSED
50899 numpy/random/tests/test_smoke.py::TestPhilox::test_standard_gamma PASSED
50900 numpy/random/tests/test_smoke.py::TestPhilox::test_standard_exponential PASSED
50901 numpy/random/tests/test_smoke.py::TestPhilox::test_standard_exponential_float PASSED
50902 numpy/random/tests/test_smoke.py::TestPhilox::test_standard_exponential_float_log PASSED
50903 numpy/random/tests/test_smoke.py::TestPhilox::test_standard_cauchy PASSED
50904 numpy/random/tests/test_smoke.py::TestPhilox::test_standard_t PASSED
50905 numpy/random/tests/test_smoke.py::TestPhilox::test_binomial PASSED
50906 numpy/random/tests/test_smoke.py::TestPhilox::test_reset_state PASSED
50907 numpy/random/tests/test_smoke.py::TestPhilox::test_entropy_init PASSED
50908 numpy/random/tests/test_smoke.py::TestPhilox::test_seed PASSED
50909 numpy/random/tests/test_smoke.py::TestPhilox::test_reset_state_gauss PASSED
50910 numpy/random/tests/test_smoke.py::TestPhilox::test_reset_state_uint32 PASSED
50911 numpy/random/tests/test_smoke.py::TestPhilox::test_reset_state_float PASSED
50912 numpy/random/tests/test_smoke.py::TestPhilox::test_shuffle PASSED
50913 numpy/random/tests/test_smoke.py::TestPhilox::test_permutation PASSED
50914 numpy/random/tests/test_smoke.py::TestPhilox::test_beta PASSED
50915 numpy/random/tests/test_smoke.py::TestPhilox::test_bytes PASSED
50916 numpy/random/tests/test_smoke.py::TestPhilox::test_chisquare PASSED
50917 numpy/random/tests/test_smoke.py::TestPhilox::test_exponential PASSED
50918 numpy/random/tests/test_smoke.py::TestPhilox::test_f PASSED
50919 numpy/random/tests/test_smoke.py::TestPhilox::test_gamma PASSED
50920 numpy/random/tests/test_smoke.py::TestPhilox::test_geometric PASSED
50921 numpy/random/tests/test_smoke.py::TestPhilox::test_gumbel PASSED
50922 numpy/random/tests/test_smoke.py::TestPhilox::test_laplace PASSED
50923 numpy/random/tests/test_smoke.py::TestPhilox::test_logitic PASSED
50924 numpy/random/tests/test_smoke.py::TestPhilox::test_logseries PASSED
50925 numpy/random/tests/test_smoke.py::TestPhilox::test_negative_binomial PASSED
50926 numpy/random/tests/test_smoke.py::TestPhilox::test_noncentral_chisquare PASSED
50927 numpy/random/tests/test_smoke.py::TestPhilox::test_noncentral_f PASSED
50928 numpy/random/tests/test_smoke.py::TestPhilox::test_normal PASSED
50929 numpy/random/tests/test_smoke.py::TestPhilox::test_pareto PASSED
50930 numpy/random/tests/test_smoke.py::TestPhilox::test_poisson PASSED
50931 numpy/random/tests/test_smoke.py::TestPhilox::test_power PASSED
50932 numpy/random/tests/test_smoke.py::TestPhilox::test_integers PASSED
50933 numpy/random/tests/test_smoke.py::TestPhilox::test_rayleigh PASSED
50934 numpy/random/tests/test_smoke.py::TestPhilox::test_vonmises PASSED
50935 numpy/random/tests/test_smoke.py::TestPhilox::test_wald PASSED
50936 numpy/random/tests/test_smoke.py::TestPhilox::test_weibull PASSED
50937 numpy/random/tests/test_smoke.py::TestPhilox::test_zipf PASSED
50938 numpy/random/tests/test_smoke.py::TestPhilox::test_hypergeometric PASSED
50939 numpy/random/tests/test_smoke.py::TestPhilox::test_triangular PASSED
50940 numpy/random/tests/test_smoke.py::TestPhilox::test_multivariate_normal PASSED
50941 numpy/random/tests/test_smoke.py::TestPhilox::test_multinomial PASSED
50942 numpy/random/tests/test_smoke.py::TestPhilox::test_dirichlet PASSED
50943 numpy/random/tests/test_smoke.py::TestPhilox::test_pickle PASSED
50944 numpy/random/tests/test_smoke.py::TestPhilox::test_seed_array PASSED
50945 numpy/random/tests/test_smoke.py::TestPhilox::test_uniform_float PASSED
50946 numpy/random/tests/test_smoke.py::TestPhilox::test_gamma_floats PASSED
50947 numpy/random/tests/test_smoke.py::TestPhilox::test_normal_floats PASSED
50948 numpy/random/tests/test_smoke.py::TestPhilox::test_normal_zig_floats PASSED
50949 numpy/random/tests/test_smoke.py::TestPhilox::test_output_fill PASSED
50950 numpy/random/tests/test_smoke.py::TestPhilox::test_output_filling_uniform PASSED
50951 numpy/random/tests/test_smoke.py::TestPhilox::test_output_filling_exponential PASSED
50952 numpy/random/tests/test_smoke.py::TestPhilox::test_output_filling_gamma PASSED
50953 numpy/random/tests/test_smoke.py::TestPhilox::test_output_filling_gamma_broadcast PASSED
50954 numpy/random/tests/test_smoke.py::TestPhilox::test_output_fill_error PASSED
50955 numpy/random/tests/test_smoke.py::TestSFC64::test_init PASSED
50956 numpy/random/tests/test_smoke.py::TestSFC64::test_advance SKIPPED (A...)
50957 numpy/random/tests/test_smoke.py::TestSFC64::test_jump SKIPPED (Jump...)
50958 numpy/random/tests/test_smoke.py::TestSFC64::test_uniform PASSED
50959 numpy/random/tests/test_smoke.py::TestSFC64::test_uniform_array PASSED
50960 numpy/random/tests/test_smoke.py::TestSFC64::test_random PASSED
50961 numpy/random/tests/test_smoke.py::TestSFC64::test_standard_normal_zig PASSED
50962 numpy/random/tests/test_smoke.py::TestSFC64::test_standard_normal PASSED
50963 numpy/random/tests/test_smoke.py::TestSFC64::test_standard_gamma PASSED
50964 numpy/random/tests/test_smoke.py::TestSFC64::test_standard_exponential PASSED
50965 numpy/random/tests/test_smoke.py::TestSFC64::test_standard_exponential_float PASSED
50966 numpy/random/tests/test_smoke.py::TestSFC64::test_standard_exponential_float_log PASSED
50967 numpy/random/tests/test_smoke.py::TestSFC64::test_standard_cauchy PASSED
50968 numpy/random/tests/test_smoke.py::TestSFC64::test_standard_t PASSED
50969 numpy/random/tests/test_smoke.py::TestSFC64::test_binomial PASSED
50970 numpy/random/tests/test_smoke.py::TestSFC64::test_reset_state PASSED
50971 numpy/random/tests/test_smoke.py::TestSFC64::test_entropy_init PASSED
50972 numpy/random/tests/test_smoke.py::TestSFC64::test_seed PASSED
50973 numpy/random/tests/test_smoke.py::TestSFC64::test_reset_state_gauss PASSED
50974 numpy/random/tests/test_smoke.py::TestSFC64::test_reset_state_uint32 PASSED
50975 numpy/random/tests/test_smoke.py::TestSFC64::test_reset_state_float PASSED
50976 numpy/random/tests/test_smoke.py::TestSFC64::test_shuffle PASSED
50977 numpy/random/tests/test_smoke.py::TestSFC64::test_permutation PASSED
50978 numpy/random/tests/test_smoke.py::TestSFC64::test_beta PASSED
50979 numpy/random/tests/test_smoke.py::TestSFC64::test_bytes PASSED
50980 numpy/random/tests/test_smoke.py::TestSFC64::test_chisquare PASSED
50981 numpy/random/tests/test_smoke.py::TestSFC64::test_exponential PASSED
50982 numpy/random/tests/test_smoke.py::TestSFC64::test_f PASSED
50983 numpy/random/tests/test_smoke.py::TestSFC64::test_gamma PASSED
50984 numpy/random/tests/test_smoke.py::TestSFC64::test_geometric PASSED
50985 numpy/random/tests/test_smoke.py::TestSFC64::test_gumbel PASSED
50986 numpy/random/tests/test_smoke.py::TestSFC64::test_laplace PASSED
50987 numpy/random/tests/test_smoke.py::TestSFC64::test_logitic PASSED
50988 numpy/random/tests/test_smoke.py::TestSFC64::test_logseries PASSED
50989 numpy/random/tests/test_smoke.py::TestSFC64::test_negative_binomial PASSED
50990 numpy/random/tests/test_smoke.py::TestSFC64::test_noncentral_chisquare PASSED
50991 numpy/random/tests/test_smoke.py::TestSFC64::test_noncentral_f PASSED
50992 numpy/random/tests/test_smoke.py::TestSFC64::test_normal PASSED
50993 numpy/random/tests/test_smoke.py::TestSFC64::test_pareto PASSED
50994 numpy/random/tests/test_smoke.py::TestSFC64::test_poisson PASSED
50995 numpy/random/tests/test_smoke.py::TestSFC64::test_power PASSED
50996 numpy/random/tests/test_smoke.py::TestSFC64::test_integers PASSED
50997 numpy/random/tests/test_smoke.py::TestSFC64::test_rayleigh PASSED
50998 numpy/random/tests/test_smoke.py::TestSFC64::test_vonmises PASSED
50999 numpy/random/tests/test_smoke.py::TestSFC64::test_wald PASSED
51000 numpy/random/tests/test_smoke.py::TestSFC64::test_weibull PASSED
51001 numpy/random/tests/test_smoke.py::TestSFC64::test_zipf PASSED
51002 numpy/random/tests/test_smoke.py::TestSFC64::test_hypergeometric PASSED
51003 numpy/random/tests/test_smoke.py::TestSFC64::test_triangular PASSED
51004 numpy/random/tests/test_smoke.py::TestSFC64::test_multivariate_normal PASSED
51005 numpy/random/tests/test_smoke.py::TestSFC64::test_multinomial PASSED
51006 numpy/random/tests/test_smoke.py::TestSFC64::test_dirichlet PASSED
51007 numpy/random/tests/test_smoke.py::TestSFC64::test_pickle PASSED
51008 numpy/random/tests/test_smoke.py::TestSFC64::test_seed_array PASSED
51009 numpy/random/tests/test_smoke.py::TestSFC64::test_uniform_float PASSED
51010 numpy/random/tests/test_smoke.py::TestSFC64::test_gamma_floats PASSED
51011 numpy/random/tests/test_smoke.py::TestSFC64::test_normal_floats PASSED
51012 numpy/random/tests/test_smoke.py::TestSFC64::test_normal_zig_floats PASSED
51013 numpy/random/tests/test_smoke.py::TestSFC64::test_output_fill PASSED
51014 numpy/random/tests/test_smoke.py::TestSFC64::test_output_filling_uniform PASSED
51015 numpy/random/tests/test_smoke.py::TestSFC64::test_output_filling_exponential PASSED
51016 numpy/random/tests/test_smoke.py::TestSFC64::test_output_filling_gamma PASSED
51017 numpy/random/tests/test_smoke.py::TestSFC64::test_output_filling_gamma_broadcast PASSED
51018 numpy/random/tests/test_smoke.py::TestSFC64::test_output_fill_error PASSED
51019 numpy/random/tests/test_smoke.py::TestPCG64::test_init PASSED
51020 numpy/random/tests/test_smoke.py::TestPCG64::test_advance PASSED
51021 numpy/random/tests/test_smoke.py::TestPCG64::test_jump PASSED
51022 numpy/random/tests/test_smoke.py::TestPCG64::test_uniform PASSED
51023 numpy/random/tests/test_smoke.py::TestPCG64::test_uniform_array PASSED
51024 numpy/random/tests/test_smoke.py::TestPCG64::test_random PASSED
51025 numpy/random/tests/test_smoke.py::TestPCG64::test_standard_normal_zig PASSED
51026 numpy/random/tests/test_smoke.py::TestPCG64::test_standard_normal PASSED
51027 numpy/random/tests/test_smoke.py::TestPCG64::test_standard_gamma PASSED
51028 numpy/random/tests/test_smoke.py::TestPCG64::test_standard_exponential PASSED
51029 numpy/random/tests/test_smoke.py::TestPCG64::test_standard_exponential_float PASSED
51030 numpy/random/tests/test_smoke.py::TestPCG64::test_standard_exponential_float_log PASSED
51031 numpy/random/tests/test_smoke.py::TestPCG64::test_standard_cauchy PASSED
51032 numpy/random/tests/test_smoke.py::TestPCG64::test_standard_t PASSED
51033 numpy/random/tests/test_smoke.py::TestPCG64::test_binomial PASSED
51034 numpy/random/tests/test_smoke.py::TestPCG64::test_reset_state PASSED
51035 numpy/random/tests/test_smoke.py::TestPCG64::test_entropy_init PASSED
51036 numpy/random/tests/test_smoke.py::TestPCG64::test_seed PASSED
51037 numpy/random/tests/test_smoke.py::TestPCG64::test_reset_state_gauss PASSED
51038 numpy/random/tests/test_smoke.py::TestPCG64::test_reset_state_uint32 PASSED
51039 numpy/random/tests/test_smoke.py::TestPCG64::test_reset_state_float PASSED
51040 numpy/random/tests/test_smoke.py::TestPCG64::test_shuffle PASSED
51041 numpy/random/tests/test_smoke.py::TestPCG64::test_permutation PASSED
51042 numpy/random/tests/test_smoke.py::TestPCG64::test_beta PASSED
51043 numpy/random/tests/test_smoke.py::TestPCG64::test_bytes PASSED
51044 numpy/random/tests/test_smoke.py::TestPCG64::test_chisquare PASSED
51045 numpy/random/tests/test_smoke.py::TestPCG64::test_exponential PASSED
51046 numpy/random/tests/test_smoke.py::TestPCG64::test_f PASSED
51047 numpy/random/tests/test_smoke.py::TestPCG64::test_gamma PASSED
51048 numpy/random/tests/test_smoke.py::TestPCG64::test_geometric PASSED
51049 numpy/random/tests/test_smoke.py::TestPCG64::test_gumbel PASSED
51050 numpy/random/tests/test_smoke.py::TestPCG64::test_laplace PASSED
51051 numpy/random/tests/test_smoke.py::TestPCG64::test_logitic PASSED
51052 numpy/random/tests/test_smoke.py::TestPCG64::test_logseries PASSED
51053 numpy/random/tests/test_smoke.py::TestPCG64::test_negative_binomial PASSED
51054 numpy/random/tests/test_smoke.py::TestPCG64::test_noncentral_chisquare PASSED
51055 numpy/random/tests/test_smoke.py::TestPCG64::test_noncentral_f PASSED
51056 numpy/random/tests/test_smoke.py::TestPCG64::test_normal PASSED
51057 numpy/random/tests/test_smoke.py::TestPCG64::test_pareto PASSED
51058 numpy/random/tests/test_smoke.py::TestPCG64::test_poisson PASSED
51059 numpy/random/tests/test_smoke.py::TestPCG64::test_power PASSED
51060 numpy/random/tests/test_smoke.py::TestPCG64::test_integers PASSED
51061 numpy/random/tests/test_smoke.py::TestPCG64::test_rayleigh PASSED
51062 numpy/random/tests/test_smoke.py::TestPCG64::test_vonmises PASSED
51063 numpy/random/tests/test_smoke.py::TestPCG64::test_wald PASSED
51064 numpy/random/tests/test_smoke.py::TestPCG64::test_weibull PASSED
51065 numpy/random/tests/test_smoke.py::TestPCG64::test_zipf PASSED
51066 numpy/random/tests/test_smoke.py::TestPCG64::test_hypergeometric PASSED
51067 numpy/random/tests/test_smoke.py::TestPCG64::test_triangular PASSED
51068 numpy/random/tests/test_smoke.py::TestPCG64::test_multivariate_normal PASSED
51069 numpy/random/tests/test_smoke.py::TestPCG64::test_multinomial PASSED
51070 numpy/random/tests/test_smoke.py::TestPCG64::test_dirichlet PASSED
51071 numpy/random/tests/test_smoke.py::TestPCG64::test_pickle PASSED
51072 numpy/random/tests/test_smoke.py::TestPCG64::test_seed_array PASSED
51073 numpy/random/tests/test_smoke.py::TestPCG64::test_uniform_float PASSED
51074 numpy/random/tests/test_smoke.py::TestPCG64::test_gamma_floats PASSED
51075 numpy/random/tests/test_smoke.py::TestPCG64::test_normal_floats PASSED
51076 numpy/random/tests/test_smoke.py::TestPCG64::test_normal_zig_floats PASSED
51077 numpy/random/tests/test_smoke.py::TestPCG64::test_output_fill PASSED
51078 numpy/random/tests/test_smoke.py::TestPCG64::test_output_filling_uniform PASSED
51079 numpy/random/tests/test_smoke.py::TestPCG64::test_output_filling_exponential PASSED
51080 numpy/random/tests/test_smoke.py::TestPCG64::test_output_filling_gamma PASSED
51081 numpy/random/tests/test_smoke.py::TestPCG64::test_output_filling_gamma_broadcast PASSED
51082 numpy/random/tests/test_smoke.py::TestPCG64::test_output_fill_error PASSED
51083 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_init PASSED
51084 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_advance PASSED
51085 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_jump PASSED
51086 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_uniform PASSED
51087 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_uniform_array PASSED
51088 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_random PASSED
51089 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_standard_normal_zig PASSED
51090 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_standard_normal PASSED
51091 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_standard_gamma PASSED
51092 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_standard_exponential PASSED
51093 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_standard_exponential_float PASSED
51094 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_standard_exponential_float_log PASSED
51095 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_standard_cauchy PASSED
51096 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_standard_t PASSED
51097 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_binomial PASSED
51098 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_reset_state PASSED
51099 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_entropy_init PASSED
51100 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_seed PASSED
51101 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_reset_state_gauss PASSED
51102 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_reset_state_uint32 PASSED
51103 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_reset_state_float PASSED
51104 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_shuffle PASSED
51105 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_permutation PASSED
51106 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_beta PASSED
51107 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_bytes PASSED
51108 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_chisquare PASSED
51109 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_exponential PASSED
51110 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_f PASSED
51111 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_gamma PASSED
51112 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_geometric PASSED
51113 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_gumbel PASSED
51114 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_laplace PASSED
51115 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_logitic PASSED
51116 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_logseries PASSED
51117 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_negative_binomial PASSED
51118 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_noncentral_chisquare PASSED
51119 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_noncentral_f PASSED
51120 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_normal PASSED
51121 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_pareto PASSED
51122 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_poisson PASSED
51123 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_power PASSED
51124 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_integers PASSED
51125 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_rayleigh PASSED
51126 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_vonmises PASSED
51127 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_wald PASSED
51128 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_weibull PASSED
51129 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_zipf PASSED
51130 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_hypergeometric PASSED
51131 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_triangular PASSED
51132 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_multivariate_normal PASSED
51133 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_multinomial PASSED
51134 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_dirichlet PASSED
51135 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_pickle PASSED
51136 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_seed_array PASSED
51137 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_uniform_float PASSED
51138 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_gamma_floats PASSED
51139 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_normal_floats PASSED
51140 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_normal_zig_floats PASSED
51141 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_output_fill PASSED
51142 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_output_filling_uniform PASSED
51143 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_output_filling_exponential PASSED
51144 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_output_filling_gamma PASSED
51145 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_output_filling_gamma_broadcast PASSED
51146 numpy/random/tests/test_smoke.py::TestPCG64DXSM::test_output_fill_error PASSED
51147 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_init PASSED
51148 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_advance PASSED
51149 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_jump PASSED
51150 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_uniform PASSED
51151 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_uniform_array PASSED
51152 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_random PASSED
51153 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_normal_zig PASSED
51154 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_normal PASSED
51155 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_gamma PASSED
51156 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_exponential PASSED
51157 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_exponential_float PASSED
51158 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_exponential_float_log PASSED
51159 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_cauchy PASSED
51160 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_t PASSED
51161 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_binomial PASSED
51162 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_reset_state PASSED
51163 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_entropy_init PASSED
51164 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_reset_state_gauss PASSED
51165 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_reset_state_uint32 PASSED
51166 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_reset_state_float PASSED
51167 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_shuffle PASSED
51168 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_permutation PASSED
51169 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_beta PASSED
51170 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_bytes PASSED
51171 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_chisquare PASSED
51172 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_exponential PASSED
51173 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_f PASSED
51174 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_gamma PASSED
51175 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_geometric PASSED
51176 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_gumbel PASSED
51177 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_laplace PASSED
51178 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_logitic PASSED
51179 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_logseries PASSED
51180 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_negative_binomial PASSED
51181 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_noncentral_chisquare PASSED
51182 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_noncentral_f PASSED
51183 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_normal PASSED
51184 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_pareto PASSED
51185 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_poisson PASSED
51186 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_power PASSED
51187 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers PASSED
51188 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_rayleigh PASSED
51189 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_vonmises PASSED
51190 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_wald PASSED
51191 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_weibull PASSED
51192 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_zipf PASSED
51193 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_hypergeometric PASSED
51194 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_triangular PASSED
51195 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_multivariate_normal PASSED
51196 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_multinomial PASSED
51197 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_dirichlet PASSED
51198 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_pickle PASSED
51199 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_seed_array PASSED
51200 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_uniform_float PASSED
51201 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_gamma_floats PASSED
51202 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_normal_floats PASSED
51203 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_normal_zig_floats PASSED
51204 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_output_fill PASSED
51205 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_output_filling_uniform PASSED
51206 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_output_filling_exponential PASSED
51207 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_output_filling_gamma PASSED
51208 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_output_filling_gamma_broadcast PASSED
51209 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_output_fill_error PASSED
51210 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_default_is_pcg64 PASSED
51211 numpy/random/tests/test_smoke.py::TestDefaultRNG::test_seed PASSED
51212 numpy/testing/tests/test_utils.py::TestArrayEqual::test_array_rank1_eq PASSED
51213 numpy/testing/tests/test_utils.py::TestArrayEqual::test_array_rank1_noteq PASSED
51214 numpy/testing/tests/test_utils.py::TestArrayEqual::test_array_rank2_eq PASSED
51215 numpy/testing/tests/test_utils.py::TestArrayEqual::test_array_diffshape PASSED
51216 numpy/testing/tests/test_utils.py::TestArrayEqual::test_objarray PASSED
51217 numpy/testing/tests/test_utils.py::TestArrayEqual::test_array_likes PASSED
51218 numpy/testing/tests/test_utils.py::TestArrayEqual::test_generic_rank1 PASSED
51219 numpy/testing/tests/test_utils.py::TestArrayEqual::test_0_ndim_array PASSED
51220 numpy/testing/tests/test_utils.py::TestArrayEqual::test_generic_rank3 PASSED
51221 numpy/testing/tests/test_utils.py::TestArrayEqual::test_nan_array PASSED
51222 numpy/testing/tests/test_utils.py::TestArrayEqual::test_string_arrays PASSED
51223 numpy/testing/tests/test_utils.py::TestArrayEqual::test_recarrays PASSED
51224 numpy/testing/tests/test_utils.py::TestArrayEqual::test_masked_nan_inf PASSED
51225 numpy/testing/tests/test_utils.py::TestArrayEqual::test_subclass_that_overrides_eq PASSED
51226 numpy/testing/tests/test_utils.py::TestArrayEqual::test_subclass_that_does_not_implement_npall PASSED
51227 numpy/testing/tests/test_utils.py::TestArrayEqual::test_suppress_overflow_warnings PASSED
51228 numpy/testing/tests/test_utils.py::TestArrayEqual::test_array_vs_scalar_is_equal PASSED
51229 numpy/testing/tests/test_utils.py::TestArrayEqual::test_array_vs_array_not_equal PASSED
51230 numpy/testing/tests/test_utils.py::TestArrayEqual::test_array_vs_scalar_strict PASSED
51231 numpy/testing/tests/test_utils.py::TestArrayEqual::test_array_vs_array_strict PASSED
51232 numpy/testing/tests/test_utils.py::TestArrayEqual::test_array_vs_float_array_strict PASSED
51233 numpy/testing/tests/test_utils.py::TestBuildErrorMessage::test_build_err_msg_defaults PASSED
51234 numpy/testing/tests/test_utils.py::TestBuildErrorMessage::test_build_err_msg_no_verbose PASSED
51235 numpy/testing/tests/test_utils.py::TestBuildErrorMessage::test_build_err_msg_custom_names PASSED
51236 numpy/testing/tests/test_utils.py::TestBuildErrorMessage::test_build_err_msg_custom_precision PASSED
51237 numpy/testing/tests/test_utils.py::TestEqual::test_array_rank1_eq PASSED
51238 numpy/testing/tests/test_utils.py::TestEqual::test_array_rank1_noteq PASSED
51239 numpy/testing/tests/test_utils.py::TestEqual::test_array_rank2_eq PASSED
51240 numpy/testing/tests/test_utils.py::TestEqual::test_array_diffshape PASSED
51241 numpy/testing/tests/test_utils.py::TestEqual::test_objarray PASSED
51242 numpy/testing/tests/test_utils.py::TestEqual::test_array_likes PASSED
51243 numpy/testing/tests/test_utils.py::TestEqual::test_generic_rank1 PASSED
51244 numpy/testing/tests/test_utils.py::TestEqual::test_0_ndim_array PASSED
51245 numpy/testing/tests/test_utils.py::TestEqual::test_generic_rank3 PASSED
51246 numpy/testing/tests/test_utils.py::TestEqual::test_nan_array PASSED
51247 numpy/testing/tests/test_utils.py::TestEqual::test_string_arrays PASSED
51248 numpy/testing/tests/test_utils.py::TestEqual::test_recarrays PASSED
51249 numpy/testing/tests/test_utils.py::TestEqual::test_masked_nan_inf PASSED
51250 numpy/testing/tests/test_utils.py::TestEqual::test_subclass_that_overrides_eq PASSED
51251 numpy/testing/tests/test_utils.py::TestEqual::test_subclass_that_does_not_implement_npall PASSED
51252 numpy/testing/tests/test_utils.py::TestEqual::test_suppress_overflow_warnings PASSED
51253 numpy/testing/tests/test_utils.py::TestEqual::test_array_vs_scalar_is_equal PASSED
51254 numpy/testing/tests/test_utils.py::TestEqual::test_array_vs_array_not_equal PASSED
51255 numpy/testing/tests/test_utils.py::TestEqual::test_array_vs_scalar_strict PASSED
51256 numpy/testing/tests/test_utils.py::TestEqual::test_array_vs_array_strict PASSED
51257 numpy/testing/tests/test_utils.py::TestEqual::test_array_vs_float_array_strict PASSED
51258 numpy/testing/tests/test_utils.py::TestEqual::test_nan_items PASSED
51259 numpy/testing/tests/test_utils.py::TestEqual::test_inf_items PASSED
51260 numpy/testing/tests/test_utils.py::TestEqual::test_datetime PASSED
51261 numpy/testing/tests/test_utils.py::TestEqual::test_nat_items PASSED
51262 numpy/testing/tests/test_utils.py::TestEqual::test_non_numeric PASSED
51263 numpy/testing/tests/test_utils.py::TestEqual::test_complex_item PASSED
51264 numpy/testing/tests/test_utils.py::TestEqual::test_negative_zero PASSED
51265 numpy/testing/tests/test_utils.py::TestEqual::test_complex PASSED
51266 numpy/testing/tests/test_utils.py::TestEqual::test_object PASSED
51267 numpy/testing/tests/test_utils.py::TestArrayAlmostEqual::test_array_rank1_eq PASSED
51268 numpy/testing/tests/test_utils.py::TestArrayAlmostEqual::test_array_rank1_noteq PASSED
51269 numpy/testing/tests/test_utils.py::TestArrayAlmostEqual::test_array_rank2_eq PASSED
51270 numpy/testing/tests/test_utils.py::TestArrayAlmostEqual::test_array_diffshape PASSED
51271 numpy/testing/tests/test_utils.py::TestArrayAlmostEqual::test_objarray PASSED
51272 numpy/testing/tests/test_utils.py::TestArrayAlmostEqual::test_array_likes PASSED
51273 numpy/testing/tests/test_utils.py::TestArrayAlmostEqual::test_closeness PASSED
51274 numpy/testing/tests/test_utils.py::TestArrayAlmostEqual::test_simple PASSED
51275 numpy/testing/tests/test_utils.py::TestArrayAlmostEqual::test_array_vs_scalar PASSED
51276 numpy/testing/tests/test_utils.py::TestArrayAlmostEqual::test_nan PASSED
51277 numpy/testing/tests/test_utils.py::TestArrayAlmostEqual::test_inf PASSED
51278 numpy/testing/tests/test_utils.py::TestArrayAlmostEqual::test_subclass PASSED
51279 numpy/testing/tests/test_utils.py::TestArrayAlmostEqual::test_subclass_2 PASSED
51280 numpy/testing/tests/test_utils.py::TestArrayAlmostEqual::test_subclass_that_cannot_be_bool PASSED
51281 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_array_rank1_eq PASSED
51282 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_array_rank1_noteq PASSED
51283 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_array_rank2_eq PASSED
51284 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_array_diffshape PASSED
51285 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_objarray PASSED
51286 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_array_likes PASSED
51287 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_closeness PASSED
51288 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_nan_item PASSED
51289 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_inf_item PASSED
51290 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_simple_item PASSED
51291 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_complex_item PASSED
51292 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_complex PASSED
51293 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_error_message PASSED
51294 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_error_message_2 PASSED
51295 numpy/testing/tests/test_utils.py::TestAlmostEqual::test_subclass_that_cannot_be_bool PASSED
51296 numpy/testing/tests/test_utils.py::TestApproxEqual::test_simple_0d_arrays PASSED
51297 numpy/testing/tests/test_utils.py::TestApproxEqual::test_simple_items PASSED
51298 numpy/testing/tests/test_utils.py::TestApproxEqual::test_nan_array PASSED
51299 numpy/testing/tests/test_utils.py::TestApproxEqual::test_nan_items PASSED
51300 numpy/testing/tests/test_utils.py::TestArrayAssertLess::test_simple_arrays PASSED
51301 numpy/testing/tests/test_utils.py::TestArrayAssertLess::test_rank2 PASSED
51302 numpy/testing/tests/test_utils.py::TestArrayAssertLess::test_rank3 PASSED
51303 numpy/testing/tests/test_utils.py::TestArrayAssertLess::test_simple_items PASSED
51304 numpy/testing/tests/test_utils.py::TestArrayAssertLess::test_simple_items_and_array PASSED
51305 numpy/testing/tests/test_utils.py::TestArrayAssertLess::test_zeroes PASSED
51306 numpy/testing/tests/test_utils.py::TestArrayAssertLess::test_nan_noncompare PASSED
51307 numpy/testing/tests/test_utils.py::TestArrayAssertLess::test_nan_noncompare_array PASSED
51308 numpy/testing/tests/test_utils.py::TestArrayAssertLess::test_inf_compare PASSED
51309 numpy/testing/tests/test_utils.py::TestArrayAssertLess::test_inf_compare_array PASSED
51310 numpy/testing/tests/test_utils.py::TestArrayAssertLess::test_strict PASSED
51311 numpy/testing/tests/test_utils.py::TestWarns::test_warn PASSED
51312 numpy/testing/tests/test_utils.py::TestWarns::test_context_manager PASSED
51313 numpy/testing/tests/test_utils.py::TestWarns::test_args PASSED
51314 numpy/testing/tests/test_utils.py::TestWarns::test_warn_wrong_warning PASSED
51315 numpy/testing/tests/test_utils.py::TestAssertAllclose::test_simple PASSED
51316 numpy/testing/tests/test_utils.py::TestAssertAllclose::test_min_int PASSED
51317 numpy/testing/tests/test_utils.py::TestAssertAllclose::test_report_fail_percentage PASSED
51318 numpy/testing/tests/test_utils.py::TestAssertAllclose::test_equal_nan PASSED
51319 numpy/testing/tests/test_utils.py::TestAssertAllclose::test_not_equal_nan PASSED
51320 numpy/testing/tests/test_utils.py::TestAssertAllclose::test_equal_nan_default PASSED
51321 numpy/testing/tests/test_utils.py::TestAssertAllclose::test_report_max_relative_error PASSED
51322 numpy/testing/tests/test_utils.py::TestAssertAllclose::test_timedelta PASSED
51323 numpy/testing/tests/test_utils.py::TestAssertAllclose::test_error_message_unsigned PASSED
51324 numpy/testing/tests/test_utils.py::TestAssertAllclose::test_strict PASSED
51325 numpy/testing/tests/test_utils.py::TestArrayAlmostEqualNulp::test_float64_pass PASSED
51326 numpy/testing/tests/test_utils.py::TestArrayAlmostEqualNulp::test_float64_fail PASSED
51327 numpy/testing/tests/test_utils.py::TestArrayAlmostEqualNulp::test_float64_ignore_nan PASSED
51328 numpy/testing/tests/test_utils.py::TestArrayAlmostEqualNulp::test_float32_pass PASSED
51329 numpy/testing/tests/test_utils.py::TestArrayAlmostEqualNulp::test_float32_fail PASSED
51330 numpy/testing/tests/test_utils.py::TestArrayAlmostEqualNulp::test_float32_ignore_nan PASSED
51331 numpy/testing/tests/test_utils.py::TestArrayAlmostEqualNulp::test_float16_pass PASSED
51332 numpy/testing/tests/test_utils.py::TestArrayAlmostEqualNulp::test_float16_fail PASSED
51333 numpy/testing/tests/test_utils.py::TestArrayAlmostEqualNulp::test_float16_ignore_nan PASSED
51334 numpy/testing/tests/test_utils.py::TestArrayAlmostEqualNulp::test_complex128_pass PASSED
51335 numpy/testing/tests/test_utils.py::TestArrayAlmostEqualNulp::test_complex128_fail PASSED
51336 numpy/testing/tests/test_utils.py::TestArrayAlmostEqualNulp::test_complex64_pass PASSED
51337 numpy/testing/tests/test_utils.py::TestArrayAlmostEqualNulp::test_complex64_fail PASSED
51338 numpy/testing/tests/test_utils.py::TestULP::test_equal PASSED
51339 numpy/testing/tests/test_utils.py::TestULP::test_single PASSED
51340 numpy/testing/tests/test_utils.py::TestULP::test_double PASSED
51341 numpy/testing/tests/test_utils.py::TestULP::test_inf PASSED
51342 numpy/testing/tests/test_utils.py::TestULP::test_nan PASSED
51343 numpy/testing/tests/test_utils.py::TestStringEqual::test_simple PASSED
51344 numpy/testing/tests/test_utils.py::TestStringEqual::test_regex PASSED
51345 numpy/testing/tests/test_utils.py::test_warn_len_equal_call_scenarios PASSED
51346 numpy/testing/tests/test_utils.py::test_clear_and_catch_warnings PASSED
51347 numpy/testing/tests/test_utils.py::test_suppress_warnings_module PASSED
51348 numpy/testing/tests/test_utils.py::test_suppress_warnings_type PASSED
51349 numpy/testing/tests/test_utils.py::test_suppress_warnings_decorate_no_record PASSED
51350 numpy/testing/tests/test_utils.py::test_suppress_warnings_record PASSED
51351 numpy/testing/tests/test_utils.py::test_suppress_warnings_forwarding PASSED
51352 numpy/testing/tests/test_utils.py::test_tempdir PASSED
51353 numpy/testing/tests/test_utils.py::test_temppath PASSED
51354 numpy/testing/tests/test_utils.py::test_clear_and_catch_warnings_inherit PASSED
51355 numpy/testing/tests/test_utils.py::TestAssertNoGcCycles::test_passes PASSED
51356 numpy/testing/tests/test_utils.py::TestAssertNoGcCycles::test_asserts PASSED
51357 numpy/testing/tests/test_utils.py::TestAssertNoGcCycles::test_fails PASSED
51358 numpy/testing/tests/test_utils.py::test_xy_rename[assert_array_equal] PASSED
51359 numpy/testing/tests/test_utils.py::test_xy_rename[assert_array_almost_equal] PASSED
51360 numpy/tests/test__all__.py::test_no_duplicates_in_np__all__ PASSED
51361 numpy/tests/test_ctypeslib.py::TestLoadLibrary::test_basic PASSED
51362 numpy/tests/test_ctypeslib.py::TestLoadLibrary::test_basic2 PASSED
51363 numpy/tests/test_ctypeslib.py::TestNdpointer::test_dtype PASSED
51364 numpy/tests/test_ctypeslib.py::TestNdpointer::test_ndim PASSED
51365 numpy/tests/test_ctypeslib.py::TestNdpointer::test_shape PASSED
51366 numpy/tests/test_ctypeslib.py::TestNdpointer::test_flags PASSED
51367 numpy/tests/test_ctypeslib.py::TestNdpointer::test_cache PASSED
51368 numpy/tests/test_ctypeslib.py::TestNdpointerCFunc::test_arguments PASSED
51369 numpy/tests/test_ctypeslib.py::TestNdpointerCFunc::test_return[float] PASSED
51370 numpy/tests/test_ctypeslib.py::TestNdpointerCFunc::test_return[overlapping-fields] PASSED
51371 numpy/tests/test_ctypeslib.py::TestNdpointerCFunc::test_vague_return_value PASSED
51372 numpy/tests/test_ctypeslib.py::TestAsArray::test_array PASSED
51373 numpy/tests/test_ctypeslib.py::TestAsArray::test_pointer PASSED
51374 numpy/tests/test_ctypeslib.py::TestAsArray::test_struct_array_pointer PASSED
51375 numpy/tests/test_ctypeslib.py::TestAsArray::test_reference_cycles PASSED
51376 numpy/tests/test_ctypeslib.py::TestAsArray::test_segmentation_fault PASSED
51377 numpy/tests/test_ctypeslib.py::TestAsCtypesType::test_scalar PASSED
51378 numpy/tests/test_ctypeslib.py::TestAsCtypesType::test_subarray PASSED
51379 numpy/tests/test_ctypeslib.py::TestAsCtypesType::test_structure PASSED
51380 numpy/tests/test_ctypeslib.py::TestAsCtypesType::test_structure_aligned PASSED
51381 numpy/tests/test_ctypeslib.py::TestAsCtypesType::test_union PASSED
51382 numpy/tests/test_ctypeslib.py::TestAsCtypesType::test_padded_union PASSED
51383 numpy/tests/test_ctypeslib.py::TestAsCtypesType::test_overlapping PASSED
51384 numpy/tests/test_lazyloading.py::test_lazy_load PASSED
51385 numpy/tests/test_matlib.py::test_empty PASSED
51386 numpy/tests/test_matlib.py::test_ones PASSED
51387 numpy/tests/test_matlib.py::test_zeros PASSED
51388 numpy/tests/test_matlib.py::test_identity PASSED
51389 numpy/tests/test_matlib.py::test_eye PASSED
51390 numpy/tests/test_matlib.py::test_rand PASSED
51391 numpy/tests/test_matlib.py::test_randn PASSED
51392 numpy/tests/test_matlib.py::test_repmat PASSED
51393 numpy/tests/test_numpy_config.py::TestNumPyConfigs::test_pyyaml_not_found PASSED
51394 numpy/tests/test_numpy_config.py::TestNumPyConfigs::test_dict_mode PASSED
51395 numpy/tests/test_numpy_config.py::TestNumPyConfigs::test_invalid_mode PASSED
51396 numpy/tests/test_numpy_config.py::TestNumPyConfigs::test_warn_to_add_tests PASSED
51397 numpy/tests/test_numpy_version.py::test_valid_numpy_version PASSED
51398 numpy/tests/test_numpy_version.py::test_short_version PASSED
51399 numpy/tests/test_numpy_version.py::test_version_module PASSED
51400 numpy/tests/test_public_api.py::test_numpy_namespace PASSED
51401 numpy/tests/test_public_api.py::test_import_lazy_import[testing] PASSED
51402 numpy/tests/test_public_api.py::test_dir_testing PASSED
51403 numpy/tests/test_public_api.py::test_numpy_linalg PASSED
51404 numpy/tests/test_public_api.py::test_numpy_fft PASSED
51405 numpy/tests/test_public_api.py::test_NPY_NO_EXPORT PASSED
51406 numpy/tests/test_public_api.py::test_all_modules_are_expected PASSED
51407 numpy/tests/test_public_api.py::test_all_modules_are_expected_2 PASSED
51408 numpy/tests/test_public_api.py::test_api_importable PASSED
51409 numpy/tests/test_public_api.py::test_array_api_entry_point PASSED
51410 numpy/tests/test_public_api.py::test_main_namespace_all_dir_coherence PASSED
51411 numpy/tests/test_public_api.py::test_core_shims_coherence PASSED
51412 numpy/tests/test_public_api.py::test_functions_single_location PASSED
51413 numpy/tests/test_reloading.py::test_numpy_reloading PASSED
51414 numpy/tests/test_reloading.py::test_novalue PASSED
51415 numpy/tests/test_reloading.py::test_full_reimport PASSED
51416 numpy/tests/test_scripts.py::test_f2py[f2py] XPASS (Test is unreliable)
51417 numpy/tests/test_scripts.py::test_f2py[f2py3] XFAIL (Test is unreliable)
51418 numpy/tests/test_scripts.py::test_f2py[f2py3.9] XFAIL (Test is unrel...)
51419 numpy/tests/test_scripts.py::test_pep338 PASSED
51420 numpy/tests/test_warnings.py::test_warning_calls PASSED
51421 numpy/typing/tests/test_isfile.py::TestIsFile::test_isfile PASSED
51422 numpy/typing/tests/test_runtime.py::test_get_args[ArrayLike] PASSED
51423 numpy/typing/tests/test_runtime.py::test_get_args[DTypeLike] PASSED
51424 numpy/typing/tests/test_runtime.py::test_get_args[NBitBase] PASSED
51425 numpy/typing/tests/test_runtime.py::test_get_args[NDArray] PASSED
51426 numpy/typing/tests/test_runtime.py::test_get_origin[ArrayLike] PASSED
51427 numpy/typing/tests/test_runtime.py::test_get_origin[DTypeLike] PASSED
51428 numpy/typing/tests/test_runtime.py::test_get_origin[NBitBase] PASSED
51429 numpy/typing/tests/test_runtime.py::test_get_origin[NDArray] PASSED
51430 numpy/typing/tests/test_runtime.py::test_get_type_hints[ArrayLike] PASSED
51431 numpy/typing/tests/test_runtime.py::test_get_type_hints[DTypeLike] PASSED
51432 numpy/typing/tests/test_runtime.py::test_get_type_hints[NBitBase] PASSED
51433 numpy/typing/tests/test_runtime.py::test_get_type_hints[NDArray] PASSED
51434 numpy/typing/tests/test_runtime.py::test_get_type_hints_str[ArrayLike] PASSED
51435 numpy/typing/tests/test_runtime.py::test_get_type_hints_str[DTypeLike] PASSED
51436 numpy/typing/tests/test_runtime.py::test_get_type_hints_str[NBitBase] PASSED
51437 numpy/typing/tests/test_runtime.py::test_get_type_hints_str[NDArray] PASSED
51438 numpy/typing/tests/test_runtime.py::test_keys PASSED
51439 numpy/typing/tests/test_runtime.py::TestRuntimeProtocol::test_isinstance[_SupportsDType] PASSED
51440 numpy/typing/tests/test_runtime.py::TestRuntimeProtocol::test_isinstance[_SupportsArray] PASSED
51441 numpy/typing/tests/test_runtime.py::TestRuntimeProtocol::test_isinstance[_SupportsArrayFunc] PASSED
51442 numpy/typing/tests/test_runtime.py::TestRuntimeProtocol::test_isinstance[_NestedSequence] PASSED
51443 numpy/typing/tests/test_runtime.py::TestRuntimeProtocol::test_issubclass[_SupportsDType] XFAIL
51444 numpy/typing/tests/test_runtime.py::TestRuntimeProtocol::test_issubclass[_SupportsArray] PASSED
51445 numpy/typing/tests/test_runtime.py::TestRuntimeProtocol::test_issubclass[_SupportsArrayFunc] PASSED
51446 numpy/typing/tests/test_runtime.py::TestRuntimeProtocol::test_issubclass[_NestedSequence] PASSED
51447 numpy/typing/tests/test_typing.py::test_success[bitwise_ops] SKIPPED
51448 numpy/typing/tests/test_typing.py::test_success[numeric] SKIPPED (`N...)
51449 numpy/typing/tests/test_typing.py::test_success[dtype] SKIPPED (`NPY...)
51450 numpy/typing/tests/test_typing.py::test_success[simple_py3] SKIPPED
51451 numpy/typing/tests/test_typing.py::test_success[ndarray_conversion] SKIPPED
51452 numpy/typing/tests/test_typing.py::test_success[einsumfunc] SKIPPED
51453 numpy/typing/tests/test_typing.py::test_success[mod] SKIPPED (`NPY_R...)
51454 numpy/typing/tests/test_typing.py::test_success[ufunclike] SKIPPED (...)
51455 numpy/typing/tests/test_typing.py::test_success[arrayterator] SKIPPED
51456 numpy/typing/tests/test_typing.py::test_success[lib_utils] SKIPPED (...)
51457 numpy/typing/tests/test_typing.py::test_success[lib_version] SKIPPED
51458 numpy/typing/tests/test_typing.py::test_success[index_tricks] SKIPPED
51459 numpy/typing/tests/test_typing.py::test_success[ma] SKIPPED (`NPY_RU...)
51460 numpy/typing/tests/test_typing.py::test_success[array_constructors] SKIPPED
51461 numpy/typing/tests/test_typing.py::test_success[comparisons] SKIPPED
51462 numpy/typing/tests/test_typing.py::test_success[simple] SKIPPED (`NP...)
51463 numpy/typing/tests/test_typing.py::test_success[ufuncs] SKIPPED (`NP...)
51464 numpy/typing/tests/test_typing.py::test_success[arrayprint] SKIPPED
51465 numpy/typing/tests/test_typing.py::test_success[ndarray_misc] SKIPPED
51466 numpy/typing/tests/test_typing.py::test_success[numerictypes] SKIPPED
51467 numpy/typing/tests/test_typing.py::test_success[array_like] SKIPPED
51468 numpy/typing/tests/test_typing.py::test_success[random] SKIPPED (`NP...)
51469 numpy/typing/tests/test_typing.py::test_success[warnings_and_errors] SKIPPED
51470 numpy/typing/tests/test_typing.py::test_success[literal] SKIPPED (`N...)
51471 numpy/typing/tests/test_typing.py::test_success[modules] SKIPPED (`N...)
51472 numpy/typing/tests/test_typing.py::test_success[arithmetic] SKIPPED
51473 numpy/typing/tests/test_typing.py::test_success[flatiter] SKIPPED (`...)
51474 numpy/typing/tests/test_typing.py::test_success[fromnumeric] SKIPPED
51475 numpy/typing/tests/test_typing.py::test_success[scalars] SKIPPED (`N...)
51476 numpy/typing/tests/test_typing.py::test_success[multiarray] SKIPPED
51477 numpy/typing/tests/test_typing.py::test_success[ufunc_config] SKIPPED
51478 numpy/typing/tests/test_typing.py::test_success[ndarray_shape_manipulation] SKIPPED
51479 numpy/typing/tests/test_typing.py::test_fail[ndarray] SKIPPED (`NPY_...)
51480 numpy/typing/tests/test_typing.py::test_fail[ndarray_misc] SKIPPED (...)
51481 numpy/typing/tests/test_typing.py::test_fail[constants] SKIPPED (`NP...)
51482 numpy/typing/tests/test_typing.py::test_fail[bitwise_ops] SKIPPED (`...)
51483 numpy/typing/tests/test_typing.py::test_fail[arrayprint] SKIPPED (`N...)
51484 numpy/typing/tests/test_typing.py::test_fail[modules] SKIPPED (`NPY_...)
51485 numpy/typing/tests/test_typing.py::test_fail[lib_utils] SKIPPED (`NP...)
51486 numpy/typing/tests/test_typing.py::test_fail[histograms] SKIPPED (`N...)
51487 numpy/typing/tests/test_typing.py::test_fail[rec] SKIPPED (`NPY_RUN_...)
51488 numpy/typing/tests/test_typing.py::test_fail[type_check] SKIPPED (`N...)
51489 numpy/typing/tests/test_typing.py::test_fail[flatiter] SKIPPED (`NPY...)
51490 numpy/typing/tests/test_typing.py::test_fail[array_like] SKIPPED (`N...)
51491 numpy/typing/tests/test_typing.py::test_fail[index_tricks] SKIPPED (...)
51492 numpy/typing/tests/test_typing.py::test_fail[strings] SKIPPED (`NPY_...)
51493 numpy/typing/tests/test_typing.py::test_fail[fromnumeric] SKIPPED (`...)
51494 numpy/typing/tests/test_typing.py::test_fail[scalars] SKIPPED (`NPY_...)
51495 numpy/typing/tests/test_typing.py::test_fail[random] SKIPPED (`NPY_R...)
51496 numpy/typing/tests/test_typing.py::test_fail[chararray] SKIPPED (`NP...)
51497 numpy/typing/tests/test_typing.py::test_fail[testing] SKIPPED (`NPY_...)
51498 numpy/typing/tests/test_typing.py::test_fail[ufuncs] SKIPPED (`NPY_R...)
51499 numpy/typing/tests/test_typing.py::test_fail[nested_sequence] SKIPPED
51500 numpy/typing/tests/test_typing.py::test_fail[false_positives] SKIPPED
51501 numpy/typing/tests/test_typing.py::test_fail[linalg] SKIPPED (`NPY_R...)
51502 numpy/typing/tests/test_typing.py::test_fail[nditer] SKIPPED (`NPY_R...)
51503 numpy/typing/tests/test_typing.py::test_fail[arrayterator] SKIPPED (...)
51504 numpy/typing/tests/test_typing.py::test_fail[einsumfunc] SKIPPED (`N...)
51505 numpy/typing/tests/test_typing.py::test_fail[lib_version] SKIPPED (`...)
51506 numpy/typing/tests/test_typing.py::test_fail[datasource] SKIPPED (`N...)
51507 numpy/typing/tests/test_typing.py::test_fail[shape_base] SKIPPED (`N...)
51508 numpy/typing/tests/test_typing.py::test_fail[numerictypes] SKIPPED (...)
51509 numpy/typing/tests/test_typing.py::test_fail[ufunclike] SKIPPED (`NP...)
51510 numpy/typing/tests/test_typing.py::test_fail[ufunc_config] SKIPPED (...)
51511 numpy/typing/tests/test_typing.py::test_fail[char] SKIPPED (`NPY_RUN...)
51512 numpy/typing/tests/test_typing.py::test_fail[dtype] SKIPPED (`NPY_RU...)
51513 numpy/typing/tests/test_typing.py::test_fail[arithmetic] SKIPPED (`N...)
51514 numpy/typing/tests/test_typing.py::test_fail[lib_polynomial] SKIPPED
51515 numpy/typing/tests/test_typing.py::test_fail[array_pad] SKIPPED (`NP...)
51516 numpy/typing/tests/test_typing.py::test_fail[comparisons] SKIPPED (`...)
51517 numpy/typing/tests/test_typing.py::test_fail[npyio] SKIPPED (`NPY_RU...)
51518 numpy/typing/tests/test_typing.py::test_fail[warnings_and_errors] SKIPPED
51519 numpy/typing/tests/test_typing.py::test_fail[stride_tricks] SKIPPED
51520 numpy/typing/tests/test_typing.py::test_fail[memmap] SKIPPED (`NPY_R...)
51521 numpy/typing/tests/test_typing.py::test_fail[multiarray] SKIPPED (`N...)
51522 numpy/typing/tests/test_typing.py::test_fail[lib_function_base] SKIPPED
51523 numpy/typing/tests/test_typing.py::test_fail[twodim_base] SKIPPED (`...)
51524 numpy/typing/tests/test_typing.py::test_fail[array_constructors] SKIPPED
51525 numpy/typing/tests/test_typing.py::test_reveal[emath] SKIPPED (`NPY_...)
51526 numpy/typing/tests/test_typing.py::test_reveal[lib_utils] SKIPPED (`...)
51527 numpy/typing/tests/test_typing.py::test_reveal[nested_sequence] SKIPPED
51528 numpy/typing/tests/test_typing.py::test_reveal[ufuncs] SKIPPED (`NPY...)
51529 numpy/typing/tests/test_typing.py::test_reveal[einsumfunc] SKIPPED (...)
51530 numpy/typing/tests/test_typing.py::test_reveal[random] SKIPPED (`NPY...)
51531 numpy/typing/tests/test_typing.py::test_reveal[ndarray_conversion] SKIPPED
51532 numpy/typing/tests/test_typing.py::test_reveal[npyio] SKIPPED (`NPY_...)
51533 numpy/typing/tests/test_typing.py::test_reveal[arithmetic] SKIPPED (...)
51534 numpy/typing/tests/test_typing.py::test_reveal[constants] SKIPPED (`...)
51535 numpy/typing/tests/test_typing.py::test_reveal[arraysetops] SKIPPED
51536 numpy/typing/tests/test_typing.py::test_reveal[shape_base] SKIPPED (...)
51537 numpy/typing/tests/test_typing.py::test_reveal[datasource] SKIPPED (...)
51538 numpy/typing/tests/test_typing.py::test_reveal[fromnumeric] SKIPPED
51539 numpy/typing/tests/test_typing.py::test_reveal[arrayterator] SKIPPED
51540 numpy/typing/tests/test_typing.py::test_reveal[multiarray] SKIPPED (...)
51541 numpy/typing/tests/test_typing.py::test_reveal[ndarray_shape_manipulation] SKIPPED
51542 numpy/typing/tests/test_typing.py::test_reveal[getlimits] SKIPPED (`...)
51543 numpy/typing/tests/test_typing.py::test_reveal[chararray] SKIPPED (`...)
51544 numpy/typing/tests/test_typing.py::test_reveal[char] SKIPPED (`NPY_R...)
51545 numpy/typing/tests/test_typing.py::test_reveal[flatiter] SKIPPED (`N...)
51546 numpy/typing/tests/test_typing.py::test_reveal[dtype] SKIPPED (`NPY_...)
51547 numpy/typing/tests/test_typing.py::test_reveal[lib_polynomial] SKIPPED
51548 numpy/typing/tests/test_typing.py::test_reveal[numerictypes] SKIPPED
51549 numpy/typing/tests/test_typing.py::test_reveal[bitwise_ops] SKIPPED
51550 numpy/typing/tests/test_typing.py::test_reveal[ufunc_config] SKIPPED
51551 numpy/typing/tests/test_typing.py::test_reveal[stride_tricks] SKIPPED
51552 numpy/typing/tests/test_typing.py::test_reveal[index_tricks] SKIPPED
51553 numpy/typing/tests/test_typing.py::test_reveal[comparisons] SKIPPED
51554 numpy/typing/tests/test_typing.py::test_reveal[ufunclike] SKIPPED (`...)
51555 numpy/typing/tests/test_typing.py::test_reveal[memmap] SKIPPED (`NPY...)
51556 numpy/typing/tests/test_typing.py::test_reveal[twodim_base] SKIPPED
51557 numpy/typing/tests/test_typing.py::test_reveal[type_check] SKIPPED (...)
51558 numpy/typing/tests/test_typing.py::test_reveal[modules] SKIPPED (`NP...)
51559 numpy/typing/tests/test_typing.py::test_reveal[histograms] SKIPPED (...)
51560 numpy/typing/tests/test_typing.py::test_reveal[arrayprint] SKIPPED (...)
51561 numpy/typing/tests/test_typing.py::test_reveal[arraypad] SKIPPED (`N...)
51562 numpy/typing/tests/test_typing.py::test_reveal[array_constructors] SKIPPED
51563 numpy/typing/tests/test_typing.py::test_reveal[nbit_base_example] SKIPPED
51564 numpy/typing/tests/test_typing.py::test_reveal[lib_version] SKIPPED
51565 numpy/typing/tests/test_typing.py::test_reveal[matrix] SKIPPED (`NPY...)
51566 numpy/typing/tests/test_typing.py::test_reveal[ndarray_misc] SKIPPED
51567 numpy/typing/tests/test_typing.py::test_reveal[lib_function_base] SKIPPED
51568 numpy/typing/tests/test_typing.py::test_reveal[warnings_and_errors] SKIPPED
51569 numpy/typing/tests/test_typing.py::test_reveal[ctypeslib] SKIPPED (`...)
51570 numpy/typing/tests/test_typing.py::test_reveal[numeric] SKIPPED (`NP...)
51571 numpy/typing/tests/test_typing.py::test_reveal[testing] SKIPPED (`NP...)
51572 numpy/typing/tests/test_typing.py::test_reveal[rec] SKIPPED (`NPY_RU...)
51573 numpy/typing/tests/test_typing.py::test_reveal[nditer] SKIPPED (`NPY...)
51574 numpy/typing/tests/test_typing.py::test_reveal[linalg] SKIPPED (`NPY...)
51575 numpy/typing/tests/test_typing.py::test_reveal[mod] SKIPPED (`NPY_RU...)
51576 numpy/typing/tests/test_typing.py::test_reveal[fft] SKIPPED (`NPY_RU...)
51577 numpy/typing/tests/test_typing.py::test_reveal[strings] SKIPPED (`NP...)
51578 numpy/typing/tests/test_typing.py::test_reveal[false_positives] SKIPPED
51579 numpy/typing/tests/test_typing.py::test_reveal[scalars] SKIPPED (`NP...)
51580 numpy/typing/tests/test_typing.py::test_code_runs[bitwise_ops] SKIPPED
51581 numpy/typing/tests/test_typing.py::test_code_runs[numeric] SKIPPED (...)
51582 numpy/typing/tests/test_typing.py::test_code_runs[dtype] SKIPPED (`N...)
51583 numpy/typing/tests/test_typing.py::test_code_runs[simple_py3] SKIPPED
51584 numpy/typing/tests/test_typing.py::test_code_runs[ndarray_conversion] SKIPPED
51585 numpy/typing/tests/test_typing.py::test_code_runs[einsumfunc] SKIPPED
51586 numpy/typing/tests/test_typing.py::test_code_runs[mod] SKIPPED (`NPY...)
51587 numpy/typing/tests/test_typing.py::test_code_runs[ufunclike] SKIPPED
51588 numpy/typing/tests/test_typing.py::test_code_runs[arrayterator] SKIPPED
51589 numpy/typing/tests/test_typing.py::test_code_runs[lib_utils] SKIPPED
51590 numpy/typing/tests/test_typing.py::test_code_runs[lib_version] SKIPPED
51591 numpy/typing/tests/test_typing.py::test_code_runs[index_tricks] SKIPPED
51592 numpy/typing/tests/test_typing.py::test_code_runs[ma] SKIPPED (`NPY_...)
51593 numpy/typing/tests/test_typing.py::test_code_runs[array_constructors] SKIPPED
51594 numpy/typing/tests/test_typing.py::test_code_runs[comparisons] SKIPPED
51595 numpy/typing/tests/test_typing.py::test_code_runs[simple] SKIPPED (`...)
51596 numpy/typing/tests/test_typing.py::test_code_runs[ufuncs] SKIPPED (`...)
51597 numpy/typing/tests/test_typing.py::test_code_runs[arrayprint] SKIPPED
51598 numpy/typing/tests/test_typing.py::test_code_runs[ndarray_misc] SKIPPED
51599 numpy/typing/tests/test_typing.py::test_code_runs[numerictypes] SKIPPED
51600 numpy/typing/tests/test_typing.py::test_code_runs[array_like] SKIPPED
51601 numpy/typing/tests/test_typing.py::test_code_runs[random] SKIPPED (`...)
51602 numpy/typing/tests/test_typing.py::test_code_runs[warnings_and_errors] SKIPPED
51603 numpy/typing/tests/test_typing.py::test_code_runs[literal] SKIPPED (...)
51604 numpy/typing/tests/test_typing.py::test_code_runs[modules] SKIPPED (...)
51605 numpy/typing/tests/test_typing.py::test_code_runs[arithmetic] SKIPPED
51606 numpy/typing/tests/test_typing.py::test_code_runs[flatiter] SKIPPED
51607 numpy/typing/tests/test_typing.py::test_code_runs[fromnumeric] SKIPPED
51608 numpy/typing/tests/test_typing.py::test_code_runs[scalars] SKIPPED (...)
51609 numpy/typing/tests/test_typing.py::test_code_runs[multiarray] SKIPPED
51610 numpy/typing/tests/test_typing.py::test_code_runs[ufunc_config] SKIPPED
51611 numpy/typing/tests/test_typing.py::test_code_runs[ndarray_shape_manipulation] SKIPPED
51612 numpy/typing/tests/test_typing.py::test_extended_precision SKIPPED (...)
51614 =============================== warnings summary ===============================
51615 numpy/_core/tests/test_umath.py:4701
51616   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/_core/tests/test_umath.py:4701: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51617     np.matrix([0, 1]),
51619 numpy/_core/tests/test_umath.py:4702
51620   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/_core/tests/test_umath.py:4702: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51621     np.matrix([[0, 1], [2, 5]]),
51623 ../../../../../../../../../../../../..$(PYTHON_DIR)/importlib/__init__.py:127
51624   $(PYTHON_DIR)/importlib/__init__.py:127: DeprecationWarning: 
51625   
51626     `numpy.distutils` is deprecated since NumPy 1.23.0, as a result
51627     of the deprecation of `distutils` itself. It will be removed for
51628     Python >= 3.12. For older Python versions it will remain present.
51629     It is recommended to use `setuptools < 60.0` for those Python versions.
51630     For more details, see:
51631       https://numpy.org/devdocs/reference/distutils_status_migration.html 
51632   
51633   
51634     return _bootstrap._gcd_import(name[level:], package, level)
51636 numpy/matrixlib/tests/test_defmatrix.py:322
51637   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:322: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51638     a = matrix([[1, 2], [3, 4]])
51640 numpy/matrixlib/tests/test_defmatrix.py:402
51641   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:402: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51642     m = matrix([[1], [2]])
51644 numpy/matrixlib/tests/test_matrix_linalg.py:21
51645   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_matrix_linalg.py:21: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51646     np.matrix([2., 1.]).T),
51648 numpy/matrixlib/tests/test_matrix_linalg.py:23
51649   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_matrix_linalg.py:23: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51650     np.matrix([[1., 2.], [3., 4.]]),
51652 numpy/matrixlib/tests/test_matrix_linalg.py:24
51653   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_matrix_linalg.py:24: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51654     np.matrix([2., 1.]).T),
51656 numpy/matrixlib/tests/test_matrix_linalg.py:30
51657   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_matrix_linalg.py:30: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51658     np.matrix([[1., 2.], [2., 1.]]),
51660 numpy/tests/test_matlib.py:2
51661   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/tests/test_matlib.py:2: PendingDeprecationWarning: Importing from numpy.matlib is deprecated since 1.19.0. The matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray. 
51662     import numpy.matlib
51664 numpy/_core/tests/test_scalar_methods.py::TestAsIntegerRatio::test_roundtrip[longdouble-frac_vals3-exp_vals3]
51665   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/_core/tests/test_scalar_methods.py:101: RuntimeWarning: overflow encountered in conversion from python long
51666     df = np.longdouble(d)
51668 numpy/distutils/tests/test_fcompiler_gnu.py: 10 warnings
51669   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/distutils/fcompiler/gnu.py:276: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
51670     if LooseVersion(v) >= "4":
51672 numpy/distutils/tests/test_fcompiler_gnu.py: 10 warnings
51673   $(PYTHON_DIR)/vendor-packages/setuptools/_distutils/version.py:337: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
51674     other = LooseVersion(other)
51676 numpy/lib/tests/test_shape_base.py: 3 warnings
51677 numpy/matrixlib/tests/test_defmatrix.py: 14 warnings
51678 numpy/matrixlib/tests/test_interaction.py: 2 warnings
51679 numpy/matrixlib/tests/test_regression.py: 3 warnings
51680 numpy/tests/test_matlib.py: 4 warnings
51681   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/defmatrix.py:70: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51682     return matrix(data, dtype=dtype, copy=False)
51684 numpy/lib/tests/test_shape_base.py::TestKron::test_kron_smoke[asmatrix]
51685 numpy/matrixlib/tests/test_interaction.py::test_kron_matrix
51686 numpy/matrixlib/tests/test_interaction.py::test_kron_matrix
51687 numpy/matrixlib/tests/test_interaction.py::test_kron_matrix
51688 numpy/matrixlib/tests/test_regression.py::TestRegression::test_kron_matrix
51689   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/lib/_shape_base_impl.py:1190: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51690     return result if not is_any_mat else matrix(result, copy=False)
51692 numpy/matrixlib/tests/test_defmatrix.py::TestCtor::test_basic
51693   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:14: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51694     mA = matrix(A)
51696 numpy/matrixlib/tests/test_defmatrix.py::TestCtor::test_basic
51697 numpy/matrixlib/tests/test_defmatrix.py::TestCtor::test_bmat_nondefault_str
51698 numpy/matrixlib/tests/test_defmatrix.py::TestCtor::test_bmat_nondefault_str
51699 numpy/matrixlib/tests/test_defmatrix.py::TestCtor::test_bmat_nondefault_str
51700 numpy/matrixlib/tests/test_defmatrix.py::TestCtor::test_bmat_nondefault_str
51701 numpy/matrixlib/tests/test_interaction.py::TestConcatenatorMatrix::test_matrix_builder
51702   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/defmatrix.py:1102: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51703     return matrix(_from_string(obj, glob_dict, loc_dict))
51705 numpy/matrixlib/tests/test_defmatrix.py::TestCtor::test_basic
51706 numpy/matrixlib/tests/test_interaction.py::TestConcatenatorMatrix::test_matrix_builder
51707   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/defmatrix.py:1112: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51708     return matrix(concatenate(arr_rows, axis=0))
51710 numpy/matrixlib/tests/test_defmatrix.py::TestCtor::test_basic
51711   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:27: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51712     AEresult = matrix([[1, 2, 5, 6], [3, 4, 7, 8]])
51714 numpy/matrixlib/tests/test_defmatrix.py::TestCtor::test_basic
51715   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/defmatrix.py:1109: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51716     return matrix(concatenate(obj, axis=-1))
51718 numpy/matrixlib/tests/test_defmatrix.py::TestCtor::test_basic
51719   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:31: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51720     mvec = matrix(vec)
51722 numpy/matrixlib/tests/test_defmatrix.py::TestCtor::test_exceptions
51723   $(PYTHON_DIR)/unittest/case.py:201: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51724     callable_obj(*args, **kwargs)
51726 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_sum
51727   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:63: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51728     M = matrix([[1, 2, 0, 0],
51730 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_sum
51731   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:67: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51732     sum0 = matrix([8, 12, 4, 6])
51734 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_sum
51735   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:68: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51736     sum1 = matrix([3, 7, 6, 14]).T
51738 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_prod
51739   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:79: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51740     x = matrix([[1, 2, 3], [4, 5, 6]])
51742 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_prod
51743   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:81: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51744     assert_equal(x.prod(0), matrix([[4, 10, 18]]))
51746 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_prod
51747   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:82: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51748     assert_equal(x.prod(1), matrix([[6], [120]]))
51750 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_prod
51751   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:85: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51752     assert_equal(np.prod(x, axis=0), matrix([[4, 10, 18]]))
51754 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_prod
51755   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:86: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51756     assert_equal(np.prod(x, axis=1), matrix([[6], [120]]))
51758 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_prod
51759   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:88: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51760     y = matrix([0, 1, 3])
51762 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_max
51763   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:92: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51764     x = matrix([[1, 2, 3], [4, 5, 6]])
51766 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_max
51767   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:94: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51768     assert_equal(x.max(0), matrix([[4, 5, 6]]))
51770 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_max
51771   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:95: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51772     assert_equal(x.max(1), matrix([[3], [6]]))
51774 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_max
51775   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:98: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51776     assert_equal(np.max(x, axis=0), matrix([[4, 5, 6]]))
51778 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_max
51779   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:99: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51780     assert_equal(np.max(x, axis=1), matrix([[3], [6]]))
51782 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_min
51783   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:102: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51784     x = matrix([[1, 2, 3], [4, 5, 6]])
51786 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_min
51787   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:104: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51788     assert_equal(x.min(0), matrix([[1, 2, 3]]))
51790 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_min
51791   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:105: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51792     assert_equal(x.min(1), matrix([[1], [4]]))
51794 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_min
51795   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:108: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51796     assert_equal(np.min(x, axis=0), matrix([[1, 2, 3]]))
51798 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_min
51799   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:109: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51800     assert_equal(np.min(x, axis=1), matrix([[1], [4]]))
51802 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_basic
51803   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:129: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51804     mA = matrix(A)
51806 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_basic
51807   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:136: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51808     mB = matrix(B)
51810 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_pinv
51811   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:142: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51812     x = matrix(np.arange(6).reshape(2, 3))
51814 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_pinv
51815   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:143: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51816     xpinv = matrix([[-0.77777778,  0.27777778],
51818 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_comparisons
51819   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:150: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51820     mA = matrix(A)
51822 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_comparisons
51823   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:151: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51824     mB = matrix(A) + 0.1
51826 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_comparisons
51827   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:153: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51828     assert_(np.all(mB == matrix(A+0.1)))
51830 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_comparisons
51831   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:154: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51832     assert_(not np.any(mB == matrix(A-0.1)))
51834 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_noaxis
51835   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:179: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51836     A = matrix([[1, 0], [0, 1]])
51838 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_noaxis
51839   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:180: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51840     assert_(A.sum() == matrix(2))
51842 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_noaxis
51843   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:181: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51844     assert_(A.mean() == matrix(0.5))
51846 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_repr
51847   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:184: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51848     A = matrix([[1, 0], [0, 1]])
51850 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_make_bool_matrix_from_str
51851   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:188: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51852     A = matrix('True; True; False')
51854 numpy/matrixlib/tests/test_defmatrix.py::TestProperties::test_make_bool_matrix_from_str
51855   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:189: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51856     B = matrix([[True], [True], [False]])
51858 numpy/matrixlib/tests/test_defmatrix.py::TestCasting::test_basic
51859   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:195: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51860     mA = matrix(A)
51862 numpy/matrixlib/tests/test_defmatrix.py::TestAlgebra::test_basic
51863   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:216: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51864     mA = matrix(A)
51866 numpy/matrixlib/tests/test_defmatrix.py::TestAlgebra::test_basic
51867   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:233: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51868     mA2 = matrix(A)
51870 numpy/matrixlib/tests/test_defmatrix.py::TestAlgebra::test_pow
51871   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:239: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51872     m = matrix("1. 2.; 3. 4.")
51874 numpy/matrixlib/tests/test_defmatrix.py::TestAlgebra::test_scalar_type_pow
51875   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:251: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51876     m = matrix([[1, 2], [3, 4]])
51878 numpy/matrixlib/tests/test_defmatrix.py::TestAlgebra::test_notimplemented
51879   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:258: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51880     A = matrix([[1., 2.],
51882 numpy/matrixlib/tests/test_defmatrix.py::TestMatrixReturn::test_instance_methods
51883   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:272: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51884     a = matrix([1.0], dtype='f8')
51886 numpy/matrixlib/tests/test_defmatrix.py::TestMatrixReturn::test_instance_methods
51887   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:307: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51888     c, d = matrix([0.0]).nonzero()
51890 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_fancy_indexing
51891   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:342: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51892     assert_equal(x, matrix([[3,  4,  3]]))
51894 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_fancy_indexing
51895   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:345: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51896     assert_equal(x, matrix([[3,  4], [1, 2]]))
51898 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_fancy_indexing
51899   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:348: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51900     assert_equal(x, matrix([[4,  3], [1,  2]]))
51902 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_matrix_element
51903   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:351: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51904     x = matrix([[1, 2, 3], [4, 5, 6]])
51906 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_matrix_element
51907   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:352: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51908     assert_equal(x[0][0], matrix([[1, 2, 3]]))
51910 numpy/matrixlib/tests/test_defmatrix.py::TestNewScalarIndexing::test_matrix_element
51911   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:357: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51912     x = matrix(0)
51914 numpy/matrixlib/tests/test_defmatrix.py::TestShape::test_numpy_ravel_order
51915   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:426: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51916     x = matrix([[1, 2, 3], [4, 5, 6]])
51918 numpy/matrixlib/tests/test_defmatrix.py::TestShape::test_matrix_ravel_order
51919   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_defmatrix.py:433: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51920     x = matrix([[1, 2, 3], [4, 5, 6]])
51922 numpy/matrixlib/tests/test_interaction.py::test_fancy_indexing
51923   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:21: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51924     m = np.matrix([[1, 2], [3, 4]])
51926 numpy/matrixlib/tests/test_interaction.py::test_polynomial_mapdomain
51927   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:36: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51928     x = np.matrix([dom1, dom1])
51930 numpy/matrixlib/tests/test_interaction.py::test_sort_matrix_none
51931   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:43: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51932     a = np.matrix([[2, 1, 0]])
51934 numpy/matrixlib/tests/test_interaction.py::test_sort_matrix_none
51935   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:45: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51936     expected = np.matrix([[0, 1, 2]])
51938 numpy/matrixlib/tests/test_interaction.py::test_partition_matrix_none
51939   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:53: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51940     a = np.matrix([[2, 1, 0]])
51942 numpy/matrixlib/tests/test_interaction.py::test_partition_matrix_none
51943   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:55: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51944     expected = np.matrix([[0, 1, 2]])
51946 numpy/matrixlib/tests/test_interaction.py::test_dot_scalar_and_matrix_of_objects
51947   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:63: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51948     arr = np.matrix([1, 2], dtype=object)
51950 numpy/matrixlib/tests/test_interaction.py::test_dot_scalar_and_matrix_of_objects
51951   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:64: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51952     desired = np.matrix([[3, 6]], dtype=object)
51954 numpy/matrixlib/tests/test_interaction.py: 22 warnings
51955   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:73: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51956     arr = np.matrix([[1, 2], [3, 4]], dtype=dt)
51958 numpy/matrixlib/tests/test_interaction.py: 22 warnings
51959   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:74: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51960     desired = np.matrix([[3, 6], [9, 12]], dtype=dt)
51962 numpy/matrixlib/tests/test_interaction.py::test_inner_scalar_and_matrix_of_objects
51963   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:82: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51964     arr = np.matrix([1, 2], dtype=object)
51966 numpy/matrixlib/tests/test_interaction.py::test_inner_scalar_and_matrix_of_objects
51967   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:83: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51968     desired = np.matrix([[3, 6]], dtype=object)
51970 numpy/matrixlib/tests/test_interaction.py::test_iter_allocate_output_subtype
51971   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:94: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51972     a = np.matrix([[1, 2], [3, 4]])
51974 numpy/matrixlib/tests/test_interaction.py::test_array_astype
51975   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:129: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51976     a = np.matrix([[0, 1, 2], [3, 4, 5]], dtype='f4')
51978 numpy/matrixlib/tests/test_interaction.py::test_stack
51979   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:148: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51980     m = np.matrix([[1, 2], [3, 4]])
51982 numpy/matrixlib/tests/test_interaction.py::test_object_scalar_multiply
51983   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:156: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51984     arr = np.matrix([1, 2], dtype=object)
51986 numpy/matrixlib/tests/test_interaction.py::test_object_scalar_multiply
51987   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:157: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51988     desired = np.matrix([[3, 6]], dtype=object)
51990 numpy/matrixlib/tests/test_interaction.py::test_nanfunctions_matrices
51991   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:166: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51992     mat = np.matrix(np.eye(3))
51994 numpy/matrixlib/tests/test_interaction.py::test_nanfunctions_matrices_general
51995   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:207: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
51996     mat = np.matrix(np.eye(3))
51998 numpy/matrixlib/tests/test_interaction.py::test_average_matrix
51999   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:233: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52000     y = np.matrix(np.random.rand(5, 5))
52002 numpy/matrixlib/tests/test_interaction.py::test_average_matrix
52003   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:236: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52004     a = np.matrix([[1, 2], [3, 4]])
52006 numpy/matrixlib/tests/test_interaction.py::test_average_matrix
52007   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:237: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52008     w = np.matrix([[1, 2], [3, 4]])
52010 numpy/matrixlib/tests/test_interaction.py::test_dot_matrix
52011   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:249: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52012     mx = np.matrix(x)
52014 numpy/matrixlib/tests/test_interaction.py::test_dot_matrix
52015   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:250: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52016     my = np.matrix(y)
52018 numpy/matrixlib/tests/test_interaction.py::test_ediff1d_matrix
52019   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:258: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52020     assert(isinstance(np.ediff1d(np.matrix(1)), np.matrix))
52022 numpy/matrixlib/tests/test_interaction.py::test_ediff1d_matrix
52023   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:259: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52024     assert(isinstance(np.ediff1d(np.matrix(1), to_begin=1), np.matrix))
52026 numpy/matrixlib/tests/test_interaction.py::test_apply_along_axis_matrix
52027   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:269: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52028     m = np.matrix([[0, 1], [2, 3]])
52030 numpy/matrixlib/tests/test_interaction.py::test_apply_along_axis_matrix
52031   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:270: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52032     expected = np.matrix([[0, 2], [4, 6]])
52034 numpy/matrixlib/tests/test_interaction.py::TestConcatenatorMatrix::test_matrix
52035 numpy/matrixlib/tests/test_interaction.py::TestConcatenatorMatrix::test_matrix
52036 numpy/matrixlib/tests/test_interaction.py::TestConcatenatorMatrix::test_matrix_scalar
52037 numpy/matrixlib/tests/test_masked_matrix.py::TestConcatenator::test_matrix
52038   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/lib/_index_tricks_impl.py:435: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52039     res = self.makemat(res)
52041 numpy/matrixlib/tests/test_interaction.py::test_array_equal_error_message_matrix
52042   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:328: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52043     assert_equal(np.array([1, 2]), np.matrix([1, 2]))
52045 numpy/matrixlib/tests/test_interaction.py::test_array_almost_equal_matrix
52046   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:344: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52047     m1 = np.matrix([[1., 2.]])
52049 numpy/matrixlib/tests/test_interaction.py::test_array_almost_equal_matrix
52050   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:345: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52051     m2 = np.matrix([[1., np.nan]])
52053 numpy/matrixlib/tests/test_interaction.py::test_array_almost_equal_matrix
52054   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:346: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52055     m3 = np.matrix([[1., -np.inf]])
52057 numpy/matrixlib/tests/test_interaction.py::test_array_almost_equal_matrix
52058   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:347: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52059     m4 = np.matrix([[np.nan, np.inf]])
52061 numpy/matrixlib/tests/test_interaction.py::test_array_almost_equal_matrix
52062   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_interaction.py:348: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52063     m5 = np.matrix([[1., 2.], [np.nan, np.inf]])
52065 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_matrix_indexing
52066   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:35: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52067     x1 = np.matrix([[1, 2, 3], [4, 3, 2]])
52069 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_matrix_indexing
52070   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:70: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52071     x1 = np.matrix(np.arange(5) * 1.0)
52073 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_pickling_subbaseclass
52074   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:79: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52075     a = masked_array(np.matrix(list(range(10))), mask=[1, 0, 1, 0, 0] * 2)
52077 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_count_mean_with_matrix
52078   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:87: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52079     m = masked_array(np.matrix([[1, 2], [3, 4]]), mask=np.zeros((2, 2)))
52081 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_flat
52082   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:99: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52083     test = masked_array(np.matrix([[1, 2, 3]]), mask=[0, 0, 1])
52085 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_flat
52086   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:104: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52087     test = masked_array(np.matrix([[1, 2, 3]]), mask=[0, 0, 1])
52089 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_flat
52090   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:106: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52091     control = masked_array(np.matrix([[3, 2, 1]]), mask=[1, 0, 0])
52093 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_flat
52094   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:109: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52095     test = masked_array(np.matrix([[1, 2, 3]]), mask=[0, 0, 1])
52097 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_flat
52098   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:115: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52099     a = masked_array(np.matrix(np.eye(2)), mask=0)
52101 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_allany_onmatrices
52102   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:125: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52103     X = np.matrix(x)
52105 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_allany_onmatrices
52106   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:135: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52107     assert_equal(mXbig.all(0), np.matrix([False, False, True]))
52109 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_allany_onmatrices
52110   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:136: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52111     assert_equal(mXbig.all(1), np.matrix([False, False, True]).T)
52113 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_allany_onmatrices
52114   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:137: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52115     assert_equal(mXbig.any(0), np.matrix([False, False, True]))
52117 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_allany_onmatrices
52118   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:138: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52119     assert_equal(mXbig.any(1), np.matrix([True, True, True]).T)
52121 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_allany_onmatrices
52122   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:142: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52123     assert_equal(mXsmall.all(0), np.matrix([True, True, False]))
52125 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_allany_onmatrices
52126   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:143: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52127     assert_equal(mXsmall.all(1), np.matrix([False, False, False]).T)
52129 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_allany_onmatrices
52130   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:144: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52131     assert_equal(mXsmall.any(0), np.matrix([True, True, False]))
52133 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_allany_onmatrices
52134   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:145: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52135     assert_equal(mXsmall.any(1), np.matrix([True, True, False]).T)
52137 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_compressed
52138   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:148: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52139     a = masked_array(np.matrix([1, 2, 3, 4]), mask=[0, 0, 0, 0])
52141 numpy/matrixlib/tests/test_masked_matrix.py::TestMaskedMatrix::test_ravel
52142   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:157: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52143     a = masked_array(np.matrix([1, 2, 3, 4, 5]), mask=[[0, 1, 0, 0, 0]])
52145 numpy/matrixlib/tests/test_masked_matrix.py::TestSubclassing::test_maskedarray_subclassing
52146 numpy/matrixlib/tests/test_masked_matrix.py::TestSubclassing::test_masked_unary_operations
52147 numpy/matrixlib/tests/test_masked_matrix.py::TestSubclassing::test_masked_binary_operations
52148 numpy/matrixlib/tests/test_masked_matrix.py::TestSubclassing::test_masked_binary_operations2
52149   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_masked_matrix.py:16: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52150     mat = np.matrix(data)
52152 numpy/matrixlib/tests/test_masked_matrix.py::TestConcatenator::test_matrix
52153   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/ma/extras.py:1804: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52154     data = super().makemat(arr.data, copy=False)
52156 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormDoubleMatrix::test_matrix_empty
52157 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormSingleMatrix::test_matrix_empty
52158 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormInt64Matrix::test_matrix_empty
52159   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/linalg/tests/test_linalg.py:1439: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52160     assert_equal(norm(self.array([[]], dtype=self.dt)), 0.0)
52162 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormDoubleMatrix::test_matrix_return_type
52163 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormSingleMatrix::test_matrix_return_type
52164 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormInt64Matrix::test_matrix_return_type
52165   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/linalg/tests/test_linalg.py:1442: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52166     a = self.array([[1, 0, 1], [0, 1, 1]])
52168 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormDoubleMatrix::test_matrix_2x2
52169 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormSingleMatrix::test_matrix_2x2
52170 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormInt64Matrix::test_matrix_2x2
52171   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/linalg/tests/test_linalg.py:1493: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52172     A = self.array([[1, 3], [5, 7]], dtype=self.dt)
52174 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormDoubleMatrix::test_matrix_3x3
52175 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormSingleMatrix::test_matrix_3x3
52176 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormInt64Matrix::test_matrix_3x3
52177   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/linalg/tests/test_linalg.py:1514: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52178     self.array([[1, 2, 3], [6, 0, 5], [3, 2, 1]], dtype=self.dt)
52180 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormDoubleMatrix::test_bad_args
52181 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormSingleMatrix::test_bad_args
52182 numpy/matrixlib/tests/test_matrix_linalg.py::TestNormInt64Matrix::test_bad_args
52183   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/linalg/tests/test_linalg.py:1528: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52184     A = self.array([[1, 2, 3], [4, 5, 6]], dtype=self.dt)
52186 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_mode_raw
52187   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/linalg/tests/test_linalg.py:1734: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52188     a = self.array([[1, 2], [3, 4], [5, 6]], dtype=np.double)
52190 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_mode_all_but_economic
52191   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/linalg/tests/test_linalg.py:1750: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52192     a = self.array([[1, 2], [3, 4]])
52194 numpy/matrixlib/tests/test_matrix_linalg.py::TestQRMatrix::test_mode_all_but_economic
52195   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/linalg/tests/test_linalg.py:1751: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52196     b = self.array([[1, 2], [3, 4], [5, 6]])
52198 numpy/matrixlib/tests/test_numeric.py::TestDot::test_matscalar
52199   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_numeric.py:6: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52200     b1 = np.matrix(np.ones((3, 3), dtype=complex))
52202 numpy/matrixlib/tests/test_numeric.py::test_diagonal
52203   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_numeric.py:11: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52204     b1 = np.matrix([[1,2],[3,4]])
52206 numpy/matrixlib/tests/test_numeric.py::test_diagonal
52207   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_numeric.py:12: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52208     diag_b1 = np.matrix([[1, 4]])
52210 numpy/matrixlib/tests/test_regression.py::TestRegression::test_kron_matrix
52211   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_regression.py:8: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52212     x = np.matrix('[1 0; 1 0]')
52214 numpy/matrixlib/tests/test_regression.py::TestRegression::test_matrix_properties
52215   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_regression.py:13: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52216     a = np.matrix([1.0], dtype=float)
52218 numpy/matrixlib/tests/test_regression.py::TestRegression::test_matrix_properties
52219   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/matrixlib/tests/test_regression.py:16: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52220     c, d = np.matrix([0.0]).nonzero()
52222 numpy/tests/test_matlib.py::test_ones
52223   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/tests/test_matlib.py:12: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52224     np.matrix([[ 1.,  1.,  1.],
52226 numpy/tests/test_matlib.py::test_ones
52227   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/tests/test_matlib.py:15: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52228     assert_array_equal(numpy.matlib.ones(2), np.matrix([[ 1.,  1.]]))
52230 numpy/tests/test_matlib.py::test_zeros
52231   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/tests/test_matlib.py:19: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52232     np.matrix([[ 0.,  0.,  0.],
52234 numpy/tests/test_matlib.py::test_zeros
52235   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/tests/test_matlib.py:22: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52236     assert_array_equal(numpy.matlib.zeros(2), np.matrix([[ 0.,  0.]]))
52238 numpy/tests/test_matlib.py::test_identity
52239   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/tests/test_matlib.py:26: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52240     assert_array_equal(x, np.matrix([[1, 0], [0, 1]]))
52242 numpy/tests/test_matlib.py::test_eye
52243   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/tests/test_matlib.py:30: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52244     assert_array_equal(xc, np.matrix([[ 0,  1,  0],
52246 numpy/tests/test_matlib.py::test_eye
52247   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/numpy/tests/test_matlib.py:37: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
52248     assert_array_equal(xf, np.matrix([[ 1,  0,  0,  0],
52250 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
52251 ======== 47545 passed, 4000 skipped, 6 deselected, 58 xfailed, 5 xpassed, 260 warnings ========