Skip to content

Commit e7bdf7c

Browse files
committed
excluding usmnone in new xml
Signed-off-by: Dan Hoeflinger <[email protected]>
1 parent 4333cde commit e7bdf7c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<test driverID="test_help" name="TEMPLATE">
4+
<description>test help function cases with usm switch on </description>
5+
<files>
6+
<file path="src/${testName}.cpp" />
7+
</files>
8+
<rules>
9+
<optlevelRule excludeOptlevelNameString="usmnone" />
10+
<optlevelRule excludeOptlevelNameString="cuda_backend" />
11+
</rules>
12+
</test>

help_function/help_function.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<!-- <test testName="onedpl_test_group_load" configFile="config/TEMPLATE_help_function.xml" /> -->
152152
<test testName="onedpl_test_transform_reduce" configFile="config/TEMPLATE_help_function_skip_double.xml" splitGroup="double" />
153153
<test testName="onedpl_test_translate_key" configFile="config/TEMPLATE_help_function_skip_double.xml" splitGroup="double" />
154-
<test testName="onedpl_test_uninitialized_fill" configFile="config/TEMPLATE_help_function_usm.xml" />
154+
<test testName="onedpl_test_uninitialized_fill" configFile="config/TEMPLATE_help_function_skip_usmnone.xml" />
155155
<test testName="onedpl_test_unique_by_key_copy" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
156156
<test testName="onedpl_test_unique_by_key" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />
157157
<test testName="onedpl_test_unique_count" configFile="config/TEMPLATE_help_function_skip_cuda_backend.xml" />

0 commit comments

Comments
 (0)