Skip to content

Commit

Permalink
XFail user event test on POCL
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 2, 2015
1 parent 2f498ab commit 0913c42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_wrapper.py
Expand Up @@ -700,6 +700,10 @@ def test_user_event(ctx_factory):
from pytest import skip
skip("UserEvent is only available in OpenCL 1.1")

if ctx.devices[0].platform.name == "Portable Computing Language":
# https://github.com/pocl/pocl/issues/201
pytest.xfail("POCL's user events don't work right")

status = {}

def event_waiter1(e, key):
Expand Down

0 comments on commit 0913c42

Please sign in to comment.