Added semaphore test to cover out-of-order operations synchronized with barrier (#2068)

Fixes #1979 according to task description.
This commit is contained in:
Marcin Hajder
2024-11-19 17:41:22 +01:00
committed by GitHub
parent 239159fd26
commit a9be3cc0e8
11 changed files with 474 additions and 208 deletions

View File

@@ -37,6 +37,8 @@ test_definition test_list[] = {
ADD_TEST_VERSION(semaphores_no_device_list_queries, Version(1, 2)),
ADD_TEST_VERSION(semaphores_multi_device_context_queries, Version(1, 2)),
ADD_TEST_VERSION(semaphores_import_export_fd, Version(1, 2)),
ADD_TEST_VERSION(semaphores_ooo_ops_single_queue, Version(1, 2)),
ADD_TEST_VERSION(semaphores_ooo_ops_cross_queue, Version(1, 2)),
ADD_TEST_VERSION(semaphores_negative_create_invalid_context, Version(1, 2)),
ADD_TEST_VERSION(semaphores_negative_create_invalid_property,
Version(1, 2)),