Added test for work-item functions with out-of-range arguments (#2099)

Fixes #2005 according to task description.
This commit is contained in:
Marcin Hajder
2025-01-21 17:39:28 +01:00
committed by GitHub
parent 2ff5cdaf7d
commit 98c3fe4f16
3 changed files with 525 additions and 117 deletions

View File

@@ -99,6 +99,8 @@ test_definition test_list[] = {
ADD_TEST(enqueue_map_image),
ADD_TEST(work_item_functions),
ADD_TEST(work_item_functions_out_of_range),
ADD_TEST(work_item_functions_out_of_range_hardcoded),
ADD_TEST(astype),