[common][navigationtiming][DPTTIZEN-3035, remove 8 tcs as unprefix webkit] 54/178854/1
authorlin qunfang <qunfang.lin@samsung.com>
Mon, 14 May 2018 20:22:08 +0000 (04:22 +0800)
committerlin qunfang <qunfang.lin@samsung.com>
Mon, 14 May 2018 20:23:59 +0000 (04:23 +0800)
Change-Id: Ie9593353ebf365492287d6654899a3bb7eb4a60d
Signed-off-by: lin qunfang <qunfang.lin@samsung.com>
common/tct-navigationtiming-w3c-tests/tests.full.xml
common/tct-navigationtiming-w3c-tests/tests.xml

index d0fb1992550b89bf8bfba8e56dd98e42c6fb8015..48254a736c3965d401f453e6cb3d96a67b4b4d60 100755 (executable)
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if clearResourceTimings() method correctly clears resource timing buffer." type="compliance" status="approved" component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_clearResourceTimings">
+      <!--testcase purpose="Check if clearResourceTimings() method correctly clears resource timing buffer." type="compliance" status="approved" component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_clearResourceTimings">
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_clearResourceTimings.html</test_script_entry>
         </description>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>
+      </testcase-->
       <testcase purpose="Check if method clearResourceTimings() exists." type="compliance" status="approved" component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P0" id="Performance_clearResourceTimings_exist">
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_clearResourceTimings_exist.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getEntries() method correctly gets a list of PerformanceEntry object." type="compliance" status="approved" component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_getEntries">
+      <!--testcase purpose="Check if getEntries() method correctly gets a list of PerformanceEntry object." type="compliance" status="approved" component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_getEntries">
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_getEntries.html</test_script_entry>
         </description>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>
+      </testcase-->
       <testcase purpose="Check if getEntriesByName() method correctly gets a list of PerformanceEntry object by name." type="compliance" status="approved" component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_getEntriesByName">
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_getEntriesByName.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if attribute onwebkitresourcetimingbufferfull of Performance exists, has type function." type="compliance" status="approved" component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_onwebkitresourcetimingbufferfull_attribute">
+      <!--testcase purpose="Check if attribute onwebkitresourcetimingbufferfull of Performance exists, has type function." type="compliance" status="approved" component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_onwebkitresourcetimingbufferfull_attribute">
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_onwebkitresourcetimingbufferfull_attribute.html</test_script_entry>
         </description>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>
+      </testcase-->
       <!--      <testcase purpose="Check if setFrameTimingBufferSize() method correctly sets maximum size of frame timing buffer." type="compliance" status="approved" component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_setFrameTimingBufferSize">
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_setFrameTimingBufferSize.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if webkitClearResourceTimings() method correctly clears resource timing buffer." type="compliance" status="approved" component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_webkitClearResourceTimings">
+      <!--testcase purpose="Check if webkitClearResourceTimings() method correctly clears resource timing buffer." type="compliance" status="approved" component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_webkitClearResourceTimings">
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_webkitClearResourceTimings.html</test_script_entry>
         </description>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>
+      </testcase-->
       <testcase purpose="This test validates that the window.performance object exists in an object element. (But it does not validate the values are whether correct)" type="compliance" status="approved" component="W3C_HTML5 APIs/TBD/Navigation Timing" execution_type="auto" priority="P0" id="test_performance_attributes_exist_in_object">
         <description>
           <test_script_entry timeout="90" test_script_expected_result="0">/opt/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_performance_attributes_exist_in_object.htm</test_script_entry>
index 60c88a0ee65c834d02f63eacdfc7125fcd616751..d6c33154e3caf69fd706b9d12104cd3af5647d85 100755 (executable)
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_clearMeasures_with_measureName.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if clearResourceTimings() method correctly clears resource timing buffer." component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_clearResourceTimings">
+      <!--testcase purpose="Check if clearResourceTimings() method correctly clears resource timing buffer." component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_clearResourceTimings">
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_clearResourceTimings.html</test_script_entry>
         </description>
-      </testcase>
+      </testcase-->
       <testcase purpose="Check if method clearResourceTimings() exists." component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P0" id="Performance_clearResourceTimings_exist">
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_clearResourceTimings_exist.html</test_script_entry>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_clearResourceTimings_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getEntries() method correctly gets a list of PerformanceEntry object." component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_getEntries">
+      <!--testcase purpose="Check if getEntries() method correctly gets a list of PerformanceEntry object." component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_getEntries">
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_getEntries.html</test_script_entry>
         </description>
-      </testcase>
+      </testcase-->
       <testcase purpose="Check if getEntriesByName() method correctly gets a list of PerformanceEntry object by name." component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_getEntriesByName">
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_getEntriesByName.html</test_script_entry>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_onresourcetimingbufferfull_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if attribute onwebkitresourcetimingbufferfull of Performance exists, has type function." component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_onwebkitresourcetimingbufferfull_attribute">
+      <!--testcase purpose="Check if attribute onwebkitresourcetimingbufferfull of Performance exists, has type function." component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_onwebkitresourcetimingbufferfull_attribute">
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_onwebkitresourcetimingbufferfull_attribute.html</test_script_entry>
         </description>
-      </testcase>
+      </testcase-->
       <!--      <testcase purpose="Check if setFrameTimingBufferSize() method correctly sets maximum size of frame timing buffer." component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_setFrameTimingBufferSize">
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_setFrameTimingBufferSize.html</test_script_entry>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_timing_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if webkitClearResourceTimings() method correctly clears resource timing buffer." component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_webkitClearResourceTimings">
+      <!--testcase purpose="Check if webkitClearResourceTimings() method correctly clears resource timing buffer." component="W3C_HTML5 APIs/Performance/NavigationTiming" execution_type="auto" priority="P1" id="Performance_webkitClearResourceTimings">
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_webkitClearResourceTimings.html</test_script_entry>
         </description>
         <description>
           <test_script_entry>/opt/tct-navigationtiming-w3c-tests/navigationtiming/Performance_webkitSetResourceTimingBufferSize_exist.html</test_script_entry>
         </description>
-      </testcase>
+      </testcase-->
       <testcase component="W3C_HTML5 APIs/TBD/Navigation Timing" execution_type="auto" id="test_performance_attributes_exist_in_object" purpose="This test validates that the window.performance object exists in an object element. (But it does not validate the values are whether correct)">
         <description>
           <test_script_entry test_script_expected_result="0" timeout="90">/opt/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_performance_attributes_exist_in_object.htm</test_script_entry>