Skip to content

Commit

Permalink
excluding usmnone in new xml
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <[email protected]>
  • Loading branch information
danhoeflinger committed Jun 29, 2023
1 parent 1587e0f commit dea1a1d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions help_function/config/TEMPLATE_help_function_skip_usmnone.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<test driverID="test_help" name="TEMPLATE">
<description>test help function cases with usm switch on </description>
<files>
<file path="src/${testName}.cpp" />
</files>
<rules>
<optlevelRule excludeOptlevelNameString="usmnone" />
</rules>
</test>
4 changes: 2 additions & 2 deletions help_function/help_function.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<test testName="onedpl_test_copy" configFile="config/TEMPLATE_help_function.xml" />
<test testName="onedpl_test_copy_if" configFile="config/TEMPLATE_help_function.xml" />
<test testName="onedpl_test_count_if" configFile="config/TEMPLATE_help_function.xml" />
<test testName="onedpl_test_device_malloc_free" configFile="config/TEMPLATE_help_function_usm.xml" />
<test testName="onedpl_test_device_malloc_free" configFile="config/TEMPLATE_help_function_skip_usmnone.xml" />
<test testName="onedpl_test_discard_iterator" configFile="config/TEMPLATE_help_function.xml" />
<test testName="onedpl_test_exclusive_scan" configFile="config/TEMPLATE_help_function.xml" />
<test testName="onedpl_test_fill" configFile="config/TEMPLATE_help_function.xml" />
Expand Down Expand Up @@ -123,7 +123,7 @@
<test testName="onedpl_test_transform_if" configFile="config/TEMPLATE_help_function.xml" />
<test testName="onedpl_test_transform_reduce" configFile="config/TEMPLATE_help_function_skip_double.xml" splitGroup="double" />
<test testName="onedpl_test_translate_key" configFile="config/TEMPLATE_help_function_skip_double.xml" splitGroup="double" />
<test testName="onedpl_test_uninitialized_fill" configFile="config/TEMPLATE_help_function_usm.xml" />
<test testName="onedpl_test_uninitialized_fill" configFile="config/TEMPLATE_help_function_skip_usmnone.xml" />
<test testName="onedpl_test_unique_by_key_copy" configFile="config/TEMPLATE_help_function.xml" />
<test testName="onedpl_test_unique_by_key" configFile="config/TEMPLATE_help_function.xml" />
<test testName="onedpl_test_unique" configFile="config/TEMPLATE_help_function.xml" />
Expand Down

0 comments on commit dea1a1d

Please sign in to comment.