</testcase>
</set>
<set name="Gesture">
- <testcase purpose="Touch Test" type="functional_positive" status="approved" component="behavior" execution_type="manual" priority="P0" id="Touch">
+ <!--<testcase purpose="Touch Test" type="functional_positive" status="approved" component="behavior" execution_type="manual" priority="P0" id="Touch">
<description>
<pre_condition/>
<post_condition/>
</steps>
<test_script_entry test_script_expected_result="0"/>
</description>
- </testcase>
+ </testcase>-->
<testcase purpose="Drag and Drop Test" type="functional_positive" status="approved" component="behavior" execution_type="manual" priority="P0" id="DragandDrop">
<description>
<pre_condition/>
<test_script_entry test_script_expected_result="0"/>
</description>
</testcase>
- <testcase purpose="SystemSetting Screen Test" type="functional_positive" status="approved" component="behavior" execution_type="manual" priority="P0" id="SystemSettingScreen">
+ <!--<testcase purpose="SystemSetting Screen Test" type="functional_positive" status="approved" component="behavior" execution_type="manual" priority="P0" id="SystemSettingScreen">
<description>
<pre_condition/>
<post_condition/>
</steps>
<test_script_entry test_script_expected_result="0"/>
</description>
- </testcase>
+ </testcase>-->
<testcase purpose="SystemSetting IncomingCall Test" type="functional_positive" status="approved" component="behavior" execution_type="manual" priority="P0" id="SystemSettingIncomingCall">
<description>
<pre_condition/>
</testcase> -->
</set>
<set name="Gesture">
- <testcase component="behavior" execution_type="manual" id="Touch" purpose="Touch Test">
+ <!--<testcase component="behavior" execution_type="manual" id="Touch" purpose="Touch Test">
<description>
<pre_condition/>
<steps>
</steps>
<test_script_entry test_script_expected_result="0"/>
</description>
- </testcase>
+ </testcase>-->
<testcase component="behavior" execution_type="manual" id="DragandDrop" purpose="Drag and Drop Test">
<description>
<pre_condition/>
<test_script_entry test_script_expected_result="0"/>
</description>
</testcase>
- <testcase component="behavior" execution_type="manual" id="Viewport" purpose="Viewport Test">
+ <!--<testcase component="behavior" execution_type="manual" id="Viewport" purpose="Viewport Test">
<description>
<pre_condition/>
<steps>
</steps>
<test_script_entry test_script_expected_result="0"/>
</description>
- </testcase>
+ </testcase>-->
<testcase component="behavior" execution_type="manual" id="PageVisibility" purpose="Page Visibility Test">
<description>
<pre_condition/>
<test_script_entry test_script_expected_result="0"/>
</description>
</testcase>
- <testcase component="behavior" execution_type="manual" id="SystemSettingScreen" purpose="SystemSetting Screen Test">
+ <!--<testcase component="behavior" execution_type="manual" id="SystemSettingScreen" purpose="SystemSetting Screen Test">
<description>
<pre_condition/>
<steps>
<test_script_entry test_script_expected_result="0"/>
</description>
</testcase>
-<!-- <testcase component="behavior" execution_type="manual" id="SystemSettingIncomingCall" purpose="SystemSetting IncomingCall Test">
+ <testcase component="behavior" execution_type="manual" id="SystemSettingIncomingCall" purpose="SystemSetting IncomingCall Test">
<description>
<pre_condition/>
<steps>
if (arch == "armv7") {
packagePath = "wgt-package/tests/HybridApplication/res/armv7/";
+ } else if (arch == "aarch64") {
+ packagePath = "wgt-package/tests/HybridApplication/res/aarch64/";
} else if (arch == "x86") {
packagePath = "wgt-package/tests/HybridApplication/res/x86/";
} else {