[common][vibration][skip manual tcs in emulator] 71/147571/1
authorwei.ji <wei.ji@samsung.com>
Tue, 5 Sep 2017 03:10:29 +0000 (11:10 +0800)
committerwei.ji <wei.ji@samsung.com>
Tue, 5 Sep 2017 03:10:53 +0000 (11:10 +0800)
- skip manual tcs in emulator

Change-Id: If56fe43028386f19d6c227fecc42bf3376c99039
Signed-off-by: wei.ji <wei.ji@samsung.com>
common/tct-vibration-w3c-tests/tests.xml

index 972daa547454d649f19b4b9fdb4806d3c765817b..76e060049f09e73838a2f90d355cd6cd7459025a 100755 (executable)
           <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/vibrate_basic.html</test_script_entry>
         </description>
       </testcase>
+      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="manual" id="cancel-with-0" purpose="If pattern is 0, cancel the pre-existing instance of the processing vibration patterns algorithm">
+        <description>
+          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/cancel-with-0-manual.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="manual" id="cancel-with-empty-array-manual" purpose="To check if the device does not vibrate when the argument is []">
+        <description>
+          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/cancel-with-empty-array-manual.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="manual" id="cancel-with-new" purpose="Cancel the pre-existing instance of the processing vibration patterns algorithm, if any">
+        <description>
+          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/cancel-with-new-manual.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="manual" id="simple-array" purpose="To check if the device vibrates for 2 second when the argument is long[2000]">
+        <description>
+          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/simple-array-manual.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="manual" id="simple-scalar" purpose="To check if the device vibrates for 2 seconds when the argument is long 2000">
+        <description>
+          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/simple-scalar-manual.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="manual" id="pattern-array-extra" purpose="If the length of pattern is even, then remove the last entry in pattern">
+        <description>
+          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/pattern-array-extra-manual.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="manual" id="pattern-array" purpose="To check if the device will vibrate three times for one second, separated by one second intervals">
+        <description>
+          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/pattern-array-manual.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="manual" id="cancel-when-hidden-manual" purpose="Test checks that cancel ongoing vibrate() when hidden by switching tab/window">
+        <description>
+          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/cancel-when-hidden-manual.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="manual" id="cancel-with-array-0-manual" purpose="Test checks that cancel ongoing vibrate() with [0]">
+        <description>
+          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/cancel-with-array-0-manual.html</test_script_entry>
+        </description>
+      </testcase>
     </set>
     <set name="Vibration_64bit_target" type="js">
       <capabilities>
           <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/vibrate_basic.html</test_script_entry>
         </description>
       </testcase>
-    </set>
-    <set name="Vibration" type="js">
-      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="auto" id="api-is-present" purpose="Check that the vibrate() method is present">
-        <description>
-          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/api-is-present.html</test_script_entry>
-        </description>
-      </testcase>
       <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="manual" id="cancel-with-0" purpose="If pattern is 0, cancel the pre-existing instance of the processing vibration patterns algorithm">
         <description>
           <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/cancel-with-0-manual.html</test_script_entry>
           <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/pattern-array-manual.html</test_script_entry>
         </description>
       </testcase>
+      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="manual" id="cancel-when-hidden-manual" purpose="Test checks that cancel ongoing vibrate() when hidden by switching tab/window">
+        <description>
+          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/cancel-when-hidden-manual.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="manual" id="cancel-with-array-0-manual" purpose="Test checks that cancel ongoing vibrate() with [0]">
+        <description>
+          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/cancel-with-array-0-manual.html</test_script_entry>
+        </description>
+      </testcase>
+    </set>
+    <set name="Vibration" type="js">
+      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="auto" id="api-is-present" purpose="Check that the vibrate() method is present">
+        <description>
+          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/api-is-present.html</test_script_entry>
+        </description>
+      </testcase>
       <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="auto" id="silent-ignore" purpose="If the device does not provide a vibration mechanism, or it is disabled, the user agent must silently ignore any invocations of the vibrate() method">
         <description>
           <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/silent-ignore.html</test_script_entry>
           <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/invalid-values.html?total_num=8&amp;locator_key=id&amp;value=8</test_script_entry>
         </description>
       </testcase>
-      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="manual" id="cancel-when-hidden-manual" purpose="Test checks that cancel ongoing vibrate() when hidden by switching tab/window">
-        <description>
-          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/cancel-when-hidden-manual.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="W3C_HTML5 APIs/Device/Vibration API" execution_type="manual" id="cancel-with-array-0-manual" purpose="Test checks that cancel ongoing vibrate() with [0]">
-        <description>
-          <test_script_entry>/opt/tct-vibration-w3c-tests/vibration/w3c/cancel-with-array-0-manual.html</test_script_entry>
-        </description>
-      </testcase>
     </set>
   </suite>
 </test_definition>
\ No newline at end of file