Skip to content

Commit d726813

Browse files
committed
excluding usmnone in new xml
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
1 parent 3807bec commit d726813

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
</rules>
11+
</test>

help_function/help_function.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<test testName="onedpl_test_copy" configFile="config/TEMPLATE_help_function.xml" />
8888
<test testName="onedpl_test_copy_if" configFile="config/TEMPLATE_help_function.xml" />
8989
<test testName="onedpl_test_count_if" configFile="config/TEMPLATE_help_function.xml" />
90-
<test testName="onedpl_test_device_malloc_free" configFile="config/TEMPLATE_help_function_usm.xml" />
90+
<test testName="onedpl_test_device_malloc_free" configFile="config/TEMPLATE_help_function_skip_usmnone.xml" />
9191
<test testName="onedpl_test_discard_iterator" configFile="config/TEMPLATE_help_function.xml" />
9292
<test testName="onedpl_test_exclusive_scan" configFile="config/TEMPLATE_help_function.xml" />
9393
<test testName="onedpl_test_fill" configFile="config/TEMPLATE_help_function.xml" />
@@ -115,7 +115,7 @@
115115
<test testName="onedpl_test_tabulate" configFile="config/TEMPLATE_help_function.xml" />
116116
<test testName="onedpl_test_transform_if" configFile="config/TEMPLATE_help_function.xml" />
117117
<test testName="onedpl_test_transform_reduce" configFile="config/TEMPLATE_help_function_skip_double.xml" splitGroup="double" />
118-
<test testName="onedpl_test_uninitialized_fill" configFile="config/TEMPLATE_help_function_usm.xml" />
118+
<test testName="onedpl_test_uninitialized_fill" configFile="config/TEMPLATE_help_function_skip_usmnone.xml" />
119119
<test testName="onedpl_test_unique_by_key_copy" configFile="config/TEMPLATE_help_function.xml" />
120120
<test testName="onedpl_test_unique_by_key" configFile="config/TEMPLATE_help_function.xml" />
121121
<test testName="onedpl_test_unique" configFile="config/TEMPLATE_help_function.xml" />

0 commit comments

Comments
 (0)