mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
temporarily disable the unload_invalid test case (#978)
Different implementations of the OpenCL ICD loader treat a null platform differently, so this case does not reliably return CL_INVALID_PLATFORM.
This commit is contained in:
@@ -91,7 +91,7 @@ test_definition test_list[] = {
|
||||
|
||||
ADD_TEST_VERSION(features_macro, Version(3, 0)),
|
||||
ADD_TEST(unload_valid),
|
||||
ADD_TEST(unload_invalid),
|
||||
// ADD_TEST(unload_invalid), // disabling temporarily, see GitHub #977
|
||||
ADD_TEST(unload_repeated),
|
||||
ADD_TEST(unload_compile_unload_link),
|
||||
ADD_TEST(unload_build_unload_create_kernel),
|
||||
|
||||
Reference in New Issue
Block a user