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:
Ben Ashbaugh
2020-09-25 06:25:49 -07:00
committed by GitHub
parent 59a57de9bf
commit bd86e2aa9b

View File

@@ -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),