Skip to content

Commit

Permalink
Remove a few more _skip_if_pocls for fixed pocl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 5, 2015
1 parent c04b412 commit c7a738f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_wrapper.py
Expand Up @@ -266,8 +266,6 @@ def test_invalid_kernel_names_cause_failures(ctx_factory):
{ a[get_global_id(0)] *= 2; }
""").build()

# https://bugs.launchpad.net/pocl/+bug/1184464
_skip_if_pocl(device.platform, "pocl doesn't like invalid kernel names")
try:
prg.sam
raise RuntimeError("invalid kernel name did not cause error")
Expand Down Expand Up @@ -599,8 +597,6 @@ def test_can_build_binary(ctx_factory):
device, = ctx.devices
platform = device.platform

_skip_if_pocl(platform, "pocl doesn't like getting PROGRAM_BINARIES")

program = cl.Program(ctx, """
__kernel void simple(__global float *in, __global float *out)
{
Expand Down

0 comments on commit c7a738f

Please sign in to comment.