~j-fang/pocl/pocl

« back to all changes in this revision

Viewing changes to tests/testsuite-amd.at

  • Committer: Pekka Jääskeläinen
  • Date: 2013-06-13 13:59:12 UTC
  • mfrom: (732.2.20 pocl-clean)
  • Revision ID: pekka.jaaskelainen@tut.fi-20130613135912-h7dpw3vak4v9wweq
Image/sampler work from Ville. Only works with LLVM 3.2 at the moment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
AT_CLEANUP
273
273
 
274
274
POAT_AMDSDK_SETUP([simpleimage])
275
 
# pocl error: encountered unimplemented part of the OpenCL specs in clCreateImage2D.c:119
276
 
AT_XFAIL_IF(true)
 
275
AT_XFAIL_IF([! grep -q "define LLVM_3_2" $abs_top_builddir/config.h])
277
276
AT_CHECK_UNQUOTED([make test_SimpleImage -sC $abs_top_builddir/examples/AMD | grep Passed], 0, 
278
 
[Passed!
 
277
[Verifying 2D copy result - Passed!
 
278
Verifying 3D copy result - Passed!
279
279
])     
280
280
AT_CLEANUP
281
281