Skip to content
Snippets Groups Projects
Commit 9c3f1076 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

[pybind] xfail test_map_dtype on pypy

parent 671f84c3
No related branches found
No related tags found
1 merge request!44Pybind11
Pipeline #13131 passed with warnings
......@@ -1016,6 +1016,12 @@ def test_fine_grain_svm(ctx_factory):
cl.cltypes.uint2,
])
def test_map_dtype(ctx_factory, dtype):
from pyopencl import _PYPY
if _PYPY:
# FIXME
pytest.xfail("enqueue_map_buffer not yet working on pypy")
ctx = ctx_factory()
queue = cl.CommandQueue(ctx)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment