EXPECTED_OUTPUT "test_printf_vectors_expout.txt"
COMMAND "kernel" "test_printf_vectors")
+# on most platforms, the printf tests for vector types expose bugs in the
+# pocl printf implementation (passing of variadic arguments containing OpenCL
+# vector types) and maybe also related bugs in llvm (issue #682, #1007)
+if(NOT (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" OR
+ CMAKE_SYSTEM_PROCESSOR STREQUAL "s390x"))
+ set_tests_properties("kernel/test_printf_vectors"
+ PROPERTIES WILL_FAIL 1)
+endif()
+
add_test_pocl(NAME "kernel/test_sizeof_uint"
EXPECTED_OUTPUT "test_sizeof_expout.txt"
COMMAND "kernel" "test_sizeof")