aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_compiler.lst10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test_compiler.lst b/tests/test_compiler.lst
new file mode 100644
index 0000000..cb7fa50
--- /dev/null
+++ b/tests/test_compiler.lst
@@ -0,0 +1,10 @@
+ Per the v1.2 spec for clBuildProgram() and clCompileProgram():
+ "Returns: CL_INVALID_OPERATION if there are kernel objects attached to
+ program."
+Note this causes some Khronos tests to fail, like:
+ test_compiler options_build_macro,
+ test_compiler options_build_macro_existence, and
+ test_compiler options_include_directory
+ test_api binary_create
+
+, as they all violate the spec in this regard.