mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Skip features_macro Test in Offline Mode (#1034)
- [x] Skip the `features_macro` test in offline mode since it makes calls to `create_single_kernel_helper_create_program` and fails when the call doesn't return `CL_SUCCESS` which will happen when the offline compiler fails to compile the kernel which is deliberately supposed to fail compilation in this test.
This commit is contained in:
@@ -685,6 +685,7 @@ const char *subtests_to_skip_with_offline_compiler[] = {
|
||||
"unload_build_threaded",
|
||||
"unload_build_info",
|
||||
"unload_program_binaries",
|
||||
"features_macro",
|
||||
};
|
||||
|
||||
int check_functions_for_offline_compiler(const char *subtestname,
|
||||
|
||||
Reference in New Issue
Block a user