mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 08:19:02 +00:00
semaphore: fix mistyped "platform" in log messages (#2128)
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
committed by
GitHub
parent
899cbf5cd2
commit
6337d9be46
@@ -323,7 +323,7 @@ struct CreateImportExternalWithInvalidDevice : public SemaphoreTestBase
|
||||
{
|
||||
log_info(
|
||||
"cl_khr_external_semaphore_opaque_fd is not supported on this "
|
||||
"platoform. Skipping test.\n");
|
||||
"platform. Skipping test.\n");
|
||||
return TEST_SKIPPED_ITSELF;
|
||||
}
|
||||
|
||||
@@ -485,7 +485,7 @@ struct CreateInvalidValue : public SemaphoreTestBase
|
||||
{
|
||||
log_info("cl_khr_external_semaphore_opaque_fd is not supported "
|
||||
"on this "
|
||||
"platoform. Skipping test.\n");
|
||||
"platform. Skipping test.\n");
|
||||
return TEST_SKIPPED_ITSELF;
|
||||
}
|
||||
|
||||
@@ -528,7 +528,7 @@ struct CreateInvalidOperation : public SemaphoreTestBase
|
||||
{
|
||||
log_info(
|
||||
"cl_khr_external_semaphore_opaque_fd is not supported on this "
|
||||
"platoform. Skipping test.\n");
|
||||
"platform. Skipping test.\n");
|
||||
return TEST_SKIPPED_ITSELF;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user