From: Nicolas Zingilé Date: Mon, 23 Jun 2014 15:22:11 +0000 (+0200) Subject: initial packaging X-Git-Tag: submit/tizen/20140623.152703^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ef1e86359724fe2dcb705f2d24f65eccd330378;p=test%2Fcommon%2Fcommon-crosswalk-suite.git initial packaging Change-Id: Id5944cecfedddad5ad84ef4f911df5102204199a Signed-off-by: Nicolas Zingilé --- 1ef1e86359724fe2dcb705f2d24f65eccd330378 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6d45519 --- /dev/null +++ b/LICENSE @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/00-tct-2dtransforms-css3-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/00-tct-2dtransforms-css3-tests/QAMETA.json new file mode 100644 index 0000000..223f069 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/00-tct-2dtransforms-css3-tests/QAMETA.json @@ -0,0 +1,886 @@ +[ + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_perspective-origin_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the perspective-origin property exists", + "description": "Check if the perspective-origin property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/2dtransform_property_exist.html?total_num=4&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_perspective_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the perspective property exists", + "description": "Check if the perspective property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/2dtransform_property_exist.html?total_num=4&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_transform-style_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the transform-style property exists", + "description": "Check if the transform-style property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/2dtransform_property_exist.html?total_num=4&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_backface-visibility_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the backface-visibility property exists", + "description": "Check if the backface-visibility property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/2dtransform_property_exist.html?total_num=4&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: none' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: none' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: scale(2) quasit' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: scale(2) quasit' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry7", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: scale(2) matrix()' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: scale(2) matrix()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry8", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'tRAnSFoRM: scale(2) translate()' set via CSSOM", + "description": "Check the computed value for 'tRAnSFoRM: scale(2) translate()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry9", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'transform: scale(2) translateX()' set via CSSOM", + "description": "Check the computed value for 'transform: scale(2) translateX()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry10", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: scale(2) translateY()' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: scale(2) translateY()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry11", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'tRAnSFoRM: scale(2) scale()' set via CSSOM", + "description": "Check the computed value for 'tRAnSFoRM: scale(2) scale()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=11", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry12", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'transform: scale(2) scaleX()' set via CSSOM", + "description": "Check the computed value for 'transform: scale(2) scaleX()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=12", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry13", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: scale(2) scaleY()' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: scale(2) scaleY()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=13", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry14", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'tRAnSFoRM: scale(2) rotate()' set via CSSOM", + "description": "Check the computed value for 'tRAnSFoRM: scale(2) rotate()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=14", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry15", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'transform: scale(2) skewX()' set via CSSOM", + "description": "Check the computed value for 'transform: scale(2) skewX()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=15", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry16", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: scale(2) skewY()' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: scale(2) skewY()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=16", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry17", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'tRAnSFoRM: scale(2) skew()' set via CSSOM", + "description": "Check the computed value for 'tRAnSFoRM: scale(2) skew()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=17", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry75", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: matrix(1,2,3,4,5,6)' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: matrix(1,2,3,4,5,6)' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=75", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry78", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: translate(1px)' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: translate(1px)' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=78", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry81", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: translatex(1pt)' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: translatex(1pt)' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=81", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry84", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: translatey(1in)' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: translatey(1in)' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=84", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry87", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: scale(2)' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: scale(2)' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=87", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry90", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: scalex(2)' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: scalex(2)' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=90", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry93", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: scaley(2)' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: scaley(2)' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=93", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry96", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: rotate(90deg)' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: rotate(90deg)' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=96", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry108", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: skewx(45deg)' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: skewx(45deg)' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=108", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry111", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: skewy(45deg)' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: skewy(45deg)' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=111", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry114", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: skew(45deg, 45deg)' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: skew(45deg, 45deg)' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=114", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry117", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the getComputedStyle(div).transform with no attributes set", + "description": "Check the getComputedStyle(div).transform with no attributes set", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=117", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry119", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "getComputedStyle(div).transform with 'transform: none', set via setAttribute()", + "description": "getComputedStyle(div).transform with 'transform: none', set via setAttribute()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=119", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry120", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Boundaries with 'transform: none', set via CSSOM; switch style 1", + "description": "Boundaries with 'transform: none', set via CSSOM; switch style 1", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=120", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry727", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "getComputedStyle(div).transform with 'transform: translate(-1px, 1em)', set via CSSOM", + "description": "getComputedStyle(div).transform with 'transform: translate(-1px, 1em)', set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=727", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry1774", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Boundaries with 'transform: skewY(45deg)', set via setAttribute(); switch style 0", + "description": "Boundaries with 'transform: skewY(45deg)', set via setAttribute(); switch style 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=1774", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_2Dtransforms_tests_entry2575", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the getComputedStyle(div).transformOrigin with 'transform: none; transform-origin: none' via setting setAttribute()", + "description": "Check the getComputedStyle(div).transformOrigin with 'transform: none; transform-origin: none' via setting setAttribute()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=2575", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/00-tct-2dtransforms-css3-tests/tct-2dtransforms-css3-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/00-tct-2dtransforms-css3-tests/tct-2dtransforms-css3-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..8d1e2f7 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/00-tct-2dtransforms-css3-tests/tct-2dtransforms-css3-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/01-tct-3dtransforms-css3-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/01-tct-3dtransforms-css3-tests/QAMETA.json new file mode 100644 index 0000000..0187e37 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/01-tct-3dtransforms-css3-tests/QAMETA.json @@ -0,0 +1,1146 @@ +[ + { + "launcher": "xwalk", + "name": "CSS33Dtransform_backface-visibility", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the element backface-visibility is 'visible'", + "description": "Check if the element backface-visibility is 'visible'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_backface-visibility.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS33Dtransform_perspective", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the element perspective is '200px'", + "description": "Check if the element perspective is '200px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_perspective.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS33Dtransform_perspective-origin", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the element perspective-origin is '50px 27px'", + "description": "Check if the element perspective-origin is '50px 27px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_perspective-origin.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS33Dtransform_transform", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the element transform is 'matrix(2, 0, 0, 2, 0, 0)'", + "description": "Check if the element transform is 'matrix(2, 0, 0, 2, 0, 0)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS33Dtransform_transform-origin", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the element transform-origin is 'left top'", + "description": "Check if the element transform-origin is 'left top'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform-origin.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS33Dtransform_transform-style", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the element transform-style is 'preserve-3d'", + "description": "Check if the element transform-style is 'preserve-3d'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform-style.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: scale(2) matrix3d()' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: scale(2) matrix3d()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'tRAnSFoRM: scale(2) translate3d()' set via CSSOM", + "description": "Check the computed value for 'tRAnSFoRM: scale(2) translate3d()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'transform: scale(2) translateZ()' set via CSSOM", + "description": "Check the computed value for 'transform: scale(2) translateZ()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: scale(2) scale3d()' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: scale(2) scale3d()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'tRAnSFoRM: scale(2) scaleZ()' set via CSSOM", + "description": "Check the computed value for 'tRAnSFoRM: scale(2) scaleZ()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry6", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'transform: scale(2) rotate3d()' set via CSSOM", + "description": "Check the computed value for 'transform: scale(2) rotate3d()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry7", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: scale(2) rotateX()' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: scale(2) rotateX()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry8", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'tRAnSFoRM: scale(2) rotateY()' set via CSSOM", + "description": "Check the computed value for 'tRAnSFoRM: scale(2) rotateY()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry9", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'transform: scale(2) rotateZ()' set via CSSOM", + "description": "Check the computed value for 'transform: scale(2) rotateZ()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry10", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the computed value for 'TRANSFORM: scale(2) perspective()' set via CSSOM", + "description": "Check the computed value for 'TRANSFORM: scale(2) perspective()' set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry117", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "getComputedStyle(div).transform with 'transform: matrix3d(-1.72, -3.57, 0.15, 0, -3.95, 2.29, -1.53, 0, -3.74, 4.89, 0.34, 0, -2, 0.95, 0.53, 1)', set via setAttribute()", + "description": "getComputedStyle(div).transform with 'transform: matrix3d(-1.72, -3.57, 0.15, 0, -3.95, 2.29, -1.53, 0, -3.74, 4.89, 0.34, 0, -2, 0.95, 0.53, 1)', set via setAttribute()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=117", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry122", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Boundaries with 'transform: matrix3d(27.51, 19.4, -45.68, 0, -37.24, -18.45, 41.11, 0, 24.12, -3.3, -46.37, 0, 32.76, -36.5, 18.25, 1); transform-origin: 0 0', set via CSSOM; switch style 7", + "description": "Boundaries with 'transform: matrix3d(27.51, 19.4, -45.68, 0, -37.24, -18.45, 41.11, 0, 24.12, -3.3, -46.37, 0, 32.76, -36.5, 18.25, 1); transform-origin: 0 0', set via CSSOM; switch style 7", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=122", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry1000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the boundaries are with 'transform: translate3d(1pt, -50%, 0.0px)', setting via CSSOM; switch style 2", + "description": "Check the boundaries are with 'transform: translate3d(1pt, -50%, 0.0px)', setting via CSSOM; switch style 2", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1000", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry1006", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Boundaries with 'transform: translateZ(1ex)', set via CSSOM; switch style 5", + "description": "Boundaries with 'transform: translateZ(1ex)', set via CSSOM; switch style 5", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1006", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry1081", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "getComputedStyle(div).transform with 'transform: scale3d(-0.12, 0, -2)', set via CSSOM", + "description": "getComputedStyle(div).transform with 'transform: scale3d(-0.12, 0, -2)', set via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1081", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry1442", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Boundaries with 'transform: rotate3d(1, -1, 0, 270deg)', set via CSSOM; switch style 4", + "description": "Boundaries with 'transform: rotate3d(1, -1, 0, 270deg)', set via CSSOM; switch style 4", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1442", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry1516", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Boundaries with 'transform: rotate3d(1, 0, 0, 6.28rad)', set via CSSOM; switch style 3", + "description": "Boundaries with 'transform: rotate3d(1, 0, 0, 6.28rad)', set via CSSOM; switch style 3", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1516", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry1574", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Boundaries with 'transform: perspective(1mm)', set via CSSOM; switch style 4", + "description": "Boundaries with 'transform: perspective(1mm)', set via CSSOM; switch style 4", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1574", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry1587", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the boundaries with 'transform: matrix3d(0.98, 1.06, 4.07, 3.29, 4.06, -1.82, -4.09, -3.69, 0.22, 4.42, 1.29, -1.76, -3.59, 4.05, 3.36, 2.47); transform-style: preserve-3d' are on test div's grandparent, 'transform: matrix3d(0.98, 1.06, 4.07, 3.29, 4.06, -1.82, -4.09, -3.69, 0.22, 4.42, 1.29, -1.76, -3.59, 4.05, 3.36, 2.47); transform-style: preserve-3d' are on test div's parent, 'transform: none' on test div, setting via CSSOM; switch style 1", + "description": "Check the boundaries with 'transform: matrix3d(0.98, 1.06, 4.07, 3.29, 4.06, -1.82, -4.09, -3.69, 0.22, 4.42, 1.29, -1.76, -3.59, 4.05, 3.36, 2.47); transform-style: preserve-3d' are on test div's grandparent, 'transform: matrix3d(0.98, 1.06, 4.07, 3.29, 4.06, -1.82, -4.09, -3.69, 0.22, 4.42, 1.29, -1.76, -3.59, 4.05, 3.36, 2.47); transform-style: preserve-3d' are on test div's parent, 'transform: none' on test div, setting via CSSOM; switch style 1", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1587", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry1674", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the boundaries with 'transform: matrix3d(0.98, 1.06, 4.07, 3.29, 4.06, -1.82, -4.09, -3.69, 0.22, 4.42, 1.29, -1.76, -3.59, 4.05, 3.36, 2.47); transform-style: preserve-3d' are on test div's grandparent, 'transform: rotate3d(0, 0.6, 0.8, 90deg); transform-style: preserve-3d' are on test div's parent, 'transform: matrix3d(0.98, 1.06, 4.07, 3.29, 4.06, -1.82, -4.09, -3.69, 0.22, 4.42, 1.29, -1.76, -3.59, 4.05, 3.36, 2.47)' are on test div, setting via CSSOM; switch style 3", + "description": "Check the boundaries with 'transform: matrix3d(0.98, 1.06, 4.07, 3.29, 4.06, -1.82, -4.09, -3.69, 0.22, 4.42, 1.29, -1.76, -3.59, 4.05, 3.36, 2.47); transform-style: preserve-3d' are on test div's grandparent, 'transform: rotate3d(0, 0.6, 0.8, 90deg); transform-style: preserve-3d' are on test div's parent, 'transform: matrix3d(0.98, 1.06, 4.07, 3.29, 4.06, -1.82, -4.09, -3.69, 0.22, 4.42, 1.29, -1.76, -3.59, 4.05, 3.36, 2.47)' are on test div, setting via CSSOM; switch style 3", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1674", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry1749", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Boundaries with 'transform: translate3d(0.23in, 17pt, -0.6em)' on test div's grandparent, 'transform: matrix3d(0.98, 1.06, 4.07, 3.29, 4.06, -1.82, -4.09, -3.69, 0.22, 4.42, 1.29, -1.76, -3.59, 4.05, 3.36, 2.47)' on test div's parent, 'transform: rotate3d(0, 0.6, 0.8, 90deg)' on test div, set via CSSOM; switch style 5", + "description": "Boundaries with 'transform: translate3d(0.23in, 17pt, -0.6em)' on test div's grandparent, 'transform: matrix3d(0.98, 1.06, 4.07, 3.29, 4.06, -1.82, -4.09, -3.69, 0.22, 4.42, 1.29, -1.76, -3.59, 4.05, 3.36, 2.47)' on test div's parent, 'transform: rotate3d(0, 0.6, 0.8, 90deg)' on test div, set via CSSOM; switch style 5", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1749", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry1752", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Boundaries with 'transform: translate3d(0.23in, 17pt, -0.6em); transform-style: preserve-3d' on test div's grandparent, 'transform: matrix3d(0.98, 1.06, 4.07, 3.29, 4.06, -1.82, -4.09, -3.69, 0.22, 4.42, 1.29, -1.76, -3.59, 4.05, 3.36, 2.47); transform-style: preserve-3d' on test div's parent, 'transform: perspective(200px)' on test div, set via setAttribute(); switch style 7", + "description": "Boundaries with 'transform: translate3d(0.23in, 17pt, -0.6em); transform-style: preserve-3d' on test div's grandparent, 'transform: matrix3d(0.98, 1.06, 4.07, 3.29, 4.06, -1.82, -4.09, -3.69, 0.22, 4.42, 1.29, -1.76, -3.59, 4.05, 3.36, 2.47); transform-style: preserve-3d' on test div's parent, 'transform: perspective(200px)' on test div, set via setAttribute(); switch style 7", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1752", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry2293", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the getComputedStyle(div).transformOrigin with 'transform: none; transform-origin: left top .0', setting via setAttribute()", + "description": "Check the getComputedStyle(div).transformOrigin with 'transform: none; transform-origin: left top .0', setting via setAttribute()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=2293", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry3736", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the getComputedStyle(div.parentNode).perspective with no attributes set", + "description": "Check the getComputedStyle(div.parentNode).perspective with no attributes set", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=3736", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry3738", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the getComputedStyle(div.parentNode).perspective with 'perspective: none' is on test div's parent, setting via CSSOM", + "description": "Check the getComputedStyle(div.parentNode).perspective with 'perspective: none' is on test div's parent, setting via CSSOM", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=3738", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_3Dtransforms_tests_entry3865", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Boundaries with 'perspective: 100mm' on test div's parent, 'transform: rotateX(45deg)' on test div, set via setAttribute(); switch style 1", + "description": "Boundaries with 'perspective: 100mm' on test div's parent, 'transform: rotateX(45deg)' on test div, set via setAttribute(); switch style 1", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=3865", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "perspective-origin-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'perspective-origin' property set 'center' computes to 50% for the vertical position", + "description": "Check if the 'perspective-origin' property set 'center' computes to 50% for the vertical position", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-001.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "perspective-origin-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'perspective-origin' property set 'center' computes to 50% for the horizontal position", + "description": "Check if the 'perspective-origin' property set 'center' computes to 50% for the horizontal position", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-002.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "perspective-origin-003", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'perspective-origin' property set 'bottom' computes to 100% for the vertical position", + "description": "Check if the 'perspective-origin' property set 'bottom' computes to 100% for the vertical position", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-003.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "perspective-origin-004", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'perspective-origin' property set 'top' computes to 0% for the vertical position", + "description": "Check if the 'perspective-origin' property set 'top' computes to 0% for the vertical position", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-004.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "perspective-origin-005", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'perspective-origin' property set 'left' computes to 0% for the horizontal position", + "description": "Check if the 'perspective-origin' property set 'left' computes to 0% for the horizontal position", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-005.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "perspective-origin-006", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'perspective-origin' property set 'right' computes to 100% for the horizontal position", + "description": "Check if the 'perspective-origin' property set 'right' computes to 100% for the horizontal position", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-006.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "transform-origin-007", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'transform-origin' property set 'bottom' computes to 100% for the vertical position", + "description": "Check if the 'transform-origin' property set 'bottom' computes to 100% for the vertical position", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-007.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "transform-origin-008", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'transform-origin' property set 'center' computes to 50%(left 50%) for the horizontal position", + "description": "Check if the 'transform-origin' property set 'center' computes to 50%(left 50%) for the horizontal position", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-008.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "transform-origin-009", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'transform-origin' property set 'center' computes to 50%(top 50%) for the vertical position", + "description": "Check if the 'transform-origin' property set 'center' computes to 50%(top 50%) for the vertical position", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-009.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "transform-origin-010", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'transform-origin' property set 'left' computes to 0% for the horizontal position", + "description": "Check if the 'transform-origin' property set 'left' computes to 0% for the horizontal position", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-010.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "transform-origin-011", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'transform-origin' property set 'right' computes to 100% for the horizontal position", + "description": "Check if the 'transform-origin' property set 'right' computes to 100% for the horizontal position", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-011.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "transform-origin-012", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'transform-origin' property set 'top' computes to 0% for the vertical position", + "description": "Check if the 'transform-origin' property set 'top' computes to 0% for the vertical position", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-012.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/01-tct-3dtransforms-css3-tests/tct-3dtransforms-css3-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/01-tct-3dtransforms-css3-tests/tct-3dtransforms-css3-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..0cf275f Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/01-tct-3dtransforms-css3-tests/tct-3dtransforms-css3-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/02-tct-animations-css3-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/02-tct-animations-css3-tests/QAMETA.json new file mode 100644 index 0000000..a194bc3 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/02-tct-animations-css3-tests/QAMETA.json @@ -0,0 +1,600 @@ +[ + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-duration_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-duration attribute exists", + "description": "Check if Animations.animation-duration attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-duration_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-iteration-count_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-iteration-count attribute exists", + "description": "Check if Animations.animation-iteration-count attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-iteration-count_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-direction_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-direction attribute exists", + "description": "Check if Animations.animation-direction attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-delay_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-delay attribute exists", + "description": "Check if Animations.animation-delay attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-delay_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if animation attribute exists", + "description": "Check if animation attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animationstart", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if animationstart event exists", + "description": "Check if animationstart event exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animationstart.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animationend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if animationend event exists", + "description": "Check if animationend event exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animationend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animationiteration", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if animationiteration event exists", + "description": "Check if animationiteration event exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animationiteration.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Animations_animation-play-state", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-play-state attribute exists", + "description": "Check if Animations.animation-play-state attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-play-state_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-fill-mode_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-fill-mode attribute exists", + "description": "Check if Animations.animation-fill-mode attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-delay_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-delay initial value is 0s", + "description": "Check if Animations.animation-delay initial value is 0s", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-delay_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-direction_alternate-reverse", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-direction has value alternate-reverse", + "description": "Check if Animations.animation-direction has value alternate-reverse", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_alternate-reverse.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-direction_reverse", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-direction has value reverse", + "description": "Check if Animations.animation-direction has value reverse", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_reverse.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-duration_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-duration initial value is 0s", + "description": "Check if Animations.animation-duration initial value is 0s", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-duration_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation_shorthand", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if animation shorthand property combines six of the animation properties into a single property", + "description": "Check if animation shorthand property combines six of the animation properties into a single property", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation_shorthand.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-fill-mode_backwards", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-fill-mode has value backwards", + "description": "Check if Animations.animation-fill-mode has value backwards", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_backwards.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-fill-mode_both", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-fill-mode has value both", + "description": "Check if Animations.animation-fill-mode has value both", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_both.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-fill-mode_forwards", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-fill-mode has value forwards", + "description": "Check if Animations.animation-fill-mode has value forwards", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_forwards.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-fill-mode_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-fill-mode initial value is none", + "description": "Check if Animations.animation-fill-mode initial value is none", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-timing-function_step-end", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-timing-function attribute has value step-end", + "description": "Check if Animations.animation-timing-function attribute has value step-end", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_step-end.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-timing-function_step-start", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-timing-function attribute has value step-start", + "description": "Check if Animations.animation-timing-function attribute has value step-start", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_step-start.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-timing-function_steps_end", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-timing-function attribute has value steps(end)", + "description": "Check if Animations.animation-timing-function attribute has value steps(end)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_steps_end.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Animations_animation-timing-function_steps_number", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Animations.animation-timing-function attribute has value steps(number)", + "description": "Check if Animations.animation-timing-function attribute has value steps(number)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_steps_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/02-tct-animations-css3-tests/tct-animations-css3-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/02-tct-animations-css3-tests/tct-animations-css3-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..35fa755 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/02-tct-animations-css3-tests/tct-animations-css3-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/03-tct-animationtiming-w3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/03-tct-animationtiming-w3c-tests/QAMETA.json new file mode 100644 index 0000000..f7b61dd --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/03-tct-animationtiming-w3c-tests/QAMETA.json @@ -0,0 +1,470 @@ +[ + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if window.cancelAnimationFrame is defined and not null.", + "description": "Check if window.cancelAnimationFrame is defined and not null.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_requestAnimationFrame_callback_03", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether window.requestAnimationFrame can return a valid callback handle.", + "description": "Check whether window.requestAnimationFrame can return a valid callback handle.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_validCallbackHandle.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_requestAnimationFrame_exist_01", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if window.requestAnimationFrame is defined and not null.", + "description": "Check if window.requestAnimationFrame is defined and not null.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_Callback_FrameRequestCallback_ignoreOptionalArgs", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if FrameRquestCallback ignores optional passed arguments", + "description": "check if FrameRquestCallback ignores optional passed arguments", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_ignoreOptionalArgs.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_requestAnimationFrame_invokeSecondCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether window.requestAnimationFrame can invoke second callback normally", + "description": "Check whether window.requestAnimationFrame can invoke second callback normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_invokeSecondCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_requestAnimationFrame_AcceptInlineScript", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether window.requestAnimationFrame accepts inline script", + "description": "Check whether window.requestAnimationFrame accepts inline script", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_AcceptInlineScript.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_Callback_FrameRequestCallback_validTimestamp", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether FrameRequestCallback contains a valid timestamp", + "description": "Check whether FrameRequestCallback contains a valid timestamp", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_validTimestamp.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_requestAnimationFrame_ignoreOptionalArgs", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if window.requestAnimationFrame performs callback when optional arguments are passed", + "description": "check if window.requestAnimationFrame performs callback when optional arguments are passed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_ignoreOptionalArgs.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_Callback_FrameRequestCallback_multipleCalls", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Multiple callback registrations occur.Callback 4 of 4", + "description": "Multiple callback registrations occur.Callback 4 of 4", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_multipleCalls.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_requestAnimationFrame_NeedParameter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether window.requestAnimationFrame expects parameter", + "description": "Check whether window.requestAnimationFrame expects parameter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_NeedParameter.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_boolean", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether window.cancelAnimationFrame can be used normally with invalid parameter boolean", + "description": "Check whether window.cancelAnimationFrame can be used normally with invalid parameter boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_boolean.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_string", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether window.cancelAnimationFrame can be used normally with invalid parameter string", + "description": "Check whether window.cancelAnimationFrame can be used normally with invalid parameter string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_undefined", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether window.cancelAnimationFrame can be used normally with invalid parameter undefined", + "description": "Check whether window.cancelAnimationFrame can be used normally with invalid parameter undefined", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_neg10", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether window.cancelAnimationFrame can be used normally with invalid parameter negative number", + "description": "Check whether window.cancelAnimationFrame can be used normally with invalid parameter negative number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_neg10.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_validhandle", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check window.cancelAnimationFrame can be called normally with the parameter returned by window.requestAnimationFrame", + "description": "Check window.cancelAnimationFrame can be called normally with the parameter returned by window.requestAnimationFrame", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_validhandle.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_requestAnimationFrame_cancelAnimationFrame", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if window.cancelAnimationFrame and window.requestAnimationFrame invoked sucessfully", + "description": "Check if window.cancelAnimationFrame and window.requestAnimationFrame invoked sucessfully", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_cancelAnimationFrame.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_requestAnimationFrame_singleAnimation", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if window.requestAnimationFrame only schedules a single animation", + "description": "check if window.requestAnimationFrame only schedules a single animation", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_singleAnimation.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AnimationTiming_WindowAnimationTiming_requestAnimationFrame_hidden", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document's hidden attribute is false, window.requestAnimationFrame invoked sucessfully", + "description": "Check if document's hidden attribute is false, window.requestAnimationFrame invoked sucessfully", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_hidden.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/03-tct-animationtiming-w3c-tests/tct-animationtiming-w3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/03-tct-animationtiming-w3c-tests/tct-animationtiming-w3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..2721964 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/03-tct-animationtiming-w3c-tests/tct-animationtiming-w3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/04-tct-appcache-html5-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/04-tct-appcache-html5-tests/QAMETA.json new file mode 100644 index 0000000..fee2938 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/04-tct-appcache-html5-tests/QAMETA.json @@ -0,0 +1,652 @@ +[ + { + "launcher": "xwalk", + "name": "appcache_abort_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the ApplicationCache.abort method exists", + "description": "Check if the ApplicationCache.abort method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_abort_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_CHECKING_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.CHECKING exists", + "description": "Check if ApplicationCache.CHECKING exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_CHECKING_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_DOWNLOADING_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.DOWNLOADING exists", + "description": "Check if ApplicationCache.DOWNLOADING exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_IDLE_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.IDLE exists", + "description": "Check if ApplicationCache.IDLE exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_IDLE_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_OBSOLETE_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.OBSOLETE exists", + "description": "Check if ApplicationCache.OBSOLETE exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_oncached_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.oncached method exists", + "description": "Check if ApplicationCache.oncached method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_oncached_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_onchecking_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.onchecking method exists", + "description": "Check if ApplicationCache.onchecking method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_onchecking_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_ondownloading_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.ondownloading method exists", + "description": "Check if ApplicationCache.ondownloading method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_ondownloading_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_onerror_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.onerror method exists", + "description": "Check if ApplicationCache.onerror method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_onerror_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_onnoupdate_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.onnoupdate method exists", + "description": "Check if ApplicationCache.onnoupdate method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_onnoupdate_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_onobsolete_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.onobsolete method exists", + "description": "Check if ApplicationCache.onobsolete method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_onobsolete_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_onprogress_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.onprogress method exists", + "description": "Check if ApplicationCache.onprogress method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_onprogress_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_onupdateready_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.onupdateready method exists", + "description": "Check if ApplicationCache.onupdateready method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_onupdateready_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_status_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.status attribute exists", + "description": "Check if ApplicationCache.status attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_status_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_swapCache_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.swapCache method exists", + "description": "Check if ApplicationCache.swapCache method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_swapCache_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_UNCACHED_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.UNCACHED exists", + "description": "Check if ApplicationCache.UNCACHED exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_UNCACHED_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_UPDATEREADY_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.UPDATEREADY exists", + "description": "Check if ApplicationCache.UPDATEREADY exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_update_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.update method exists", + "description": "Check if ApplicationCache.update method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_update_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_CHECKING_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if appcache.CHECKING const is of type number", + "description": "Check if appcache.CHECKING const is of type number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_CHECKING_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_DOWNLOADING_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if appcache.DOWNLOADING const is of type number", + "description": "Check if appcache.DOWNLOADING const is of type number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_IDLE_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if appcache.IDLE const is of type number", + "description": "Check if appcache.IDLE const is of type number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_IDLE_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_OBSOLETE_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if appcache.OBSOLETE const is of type number", + "description": "Check if appcache.OBSOLETE const is of type number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_status_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ApplicationCache.status is of type number", + "description": "Check if ApplicationCache.status is of type number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_status_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_UNCACHED_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if appcache.UNCACHED const is of type number", + "description": "Check if appcache.UNCACHED const is of type number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_UNCACHED_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "appcache_UPDATEREADY_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if appcache.UPDATEREADY const is of type number", + "description": "Check if appcache.UPDATEREADY const is of type number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/04-tct-appcache-html5-tests/tct-appcache-html5-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/04-tct-appcache-html5-tests/tct-appcache-html5-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..90f417c Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/04-tct-appcache-html5-tests/tct-appcache-html5-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/05-tct-audio-html5-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/05-tct-audio-html5-tests/QAMETA.json new file mode 100644 index 0000000..8e86c62 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/05-tct-audio-html5-tests/QAMETA.json @@ -0,0 +1,4500 @@ +[ + { + "launcher": "xwalk", + "name": "audio_event_loadedmetadata", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that loadedmetadata event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that loadedmetadata event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/event_loadedmetadata.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_networkstate_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.networkState is NETWORK_EMPTY", + "description": "Check that audio.networkState is NETWORK_EMPTY", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/networkState_initial.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_preload_property_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.preload property exists", + "description": "Check if audio.preload property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/preload_property_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "content_audio_src_reflects_attribute_not_source_elements", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.src reflects the content attribute of the same name", + "description": "Check that audio.src reflects the content attribute of the same name", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/src_reflects_attribute_not_source_elements.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_event_canplay", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that canplay event is triggered if autoplay attribute present and src attibute give right address of the media resource", + "description": "Check that canplay event is triggered if autoplay attribute present and src attibute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/event_canplay.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_error_property_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.error property exists", + "description": "Check if audio.error property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/error_property_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_canplaytype_ogg_supported_but_no_codecs_parameter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.canPlayType method supported ogg format codecs parameter", + "description": "Check that audio.canPlayType method supported ogg format codecs parameter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/canPlayType_supported_but_no_codecs_parameter_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_event_playing", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that playing event is triggered if autoplay attribute present and src attibute give right address of the media resource", + "description": "Check that playing event is triggered if autoplay attribute present and src attibute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/event_playing.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_event_progress", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that progress event is triggered if autoplay attribute present and src attibute give right address of the media resource", + "description": "Check that progress event is triggered if autoplay attribute present and src attibute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/event_progress.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "content_audio_readystate_during_canplay", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.readyState is greater than or equal to HAVE_FUTURE_DATA if canplay event is triggered", + "description": "Check that audio.readyState is greater than or equal to HAVE_FUTURE_DATA if canplay event is triggered", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/readyState_during_canplay.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_event_loadstart", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that loadstart event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that loadstart event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/event_loadstart.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_event_play", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that play event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that play event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/event_play.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_event_loadeddata", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that loadedata event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that loadedata event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/event_loadeddata.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_currentsrc_property_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.currentSrc property exists", + "description": "Check if the audio.currentSrc property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/currentSrc_property_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_readystate_property_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.readyState property exists", + "description": "Check if the audio.readyState property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/readyState_property_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_constructor", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if new Audio() returns a new audio element", + "description": "Check if new Audio() returns a new audio element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_constructor.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_load_method_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.load exists", + "description": "Check if the audio.load exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_load_method_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_buffered_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.MediaController.buffered exists", + "description": "Check if audio.MediaController.buffered exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_buffered_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_currentTime_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.MediaController.currentTime exists", + "description": "Check if audio.MediaController.currentTime exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_currentTime_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_defaultPlaybackRate_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.MediaController.defaultPlaybackRate exists", + "description": "Check if audio.MediaController.defaultPlaybackRate exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_defaultPlaybackRate_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_duration_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.MediaController.duration exists", + "description": "Check if audio.MediaController.duration exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_duration_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_muted_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.MediaController.muted exists", + "description": "Check if audio.MediaController.muted exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_muted_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_paused_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.MediaController.paused exists", + "description": "Check if audio.MediaController.paused exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_paused_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_pause_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.MediaController.pause exists", + "description": "Check if audio.MediaController.pause exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_pause_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_playbackRate_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.MediaController.playbackRate exists", + "description": "Check if audio.MediaController.playbackRate exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_playbackRate_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_played_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.MediaController.played exists", + "description": "Check if audio.MediaController.played exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_played_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_play_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.MediaController.play exists", + "description": "Check if audio.MediaController.play exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_play_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_seekable_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.MediaController.seekable exists", + "description": "Check if audio.MediaController.seekable exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_seekable_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_volume_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.MediaController.volume exists", + "description": "Check if audio.MediaController.volume exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_volume_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaError_code_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.error.code exists", + "description": "Check if audio.error.code exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaError_code_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaError_MEDIA_ERR_ABORTED_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.error.MEDIA_ERR_ABORTED exists", + "description": "Check if audio.error.MEDIA_ERR_ABORTED exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_ABORTED_constant_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaError_MEDIA_ERR_DECODE_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.error.MEDIA_ERR_DECODE exists", + "description": "Check if audio.error.MEDIA_ERR_DECODE exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_DECODE_constant_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaError_MEDIA_ERR_NETWORK_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.error.MEDIA_ERR_NETWORK exists", + "description": "Check if audio.error.MEDIA_ERR_NETWORK exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_NETWORK_constant_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.error.MEDIA_ERR_SRC_NOT_SUPPORTED exists", + "description": "Check if audio.error.MEDIA_ERR_SRC_NOT_SUPPORTED exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_pause_method_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.pause method exists", + "description": "Check if audio.pause method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_pause_method_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_play_method_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.play method exists", + "description": "Check if audio.play method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_play_method_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_TimeRanges_end_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.TimeRanges.end exists", + "description": "Check if audio.TimeRanges.end exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_TimeRanges_end_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_TimeRanges_length_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.TimeRanges.length exists", + "description": "Check if audio.TimeRanges.length exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_TimeRanges_length_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_TimeRanges_start_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.TimeRanges.start exists", + "description": "Check if audio.TimeRanges.start exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_TimeRanges_start_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_volume_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if user agent is able to set audio.volume with new value in the range 0.0 to 1.0 inclusive", + "description": "Check if user agent is able to set audio.volume with new value in the range 0.0 to 1.0 inclusive", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_volume_check.html?total_num=6&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_playbackState_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.MediaController.playbackState attribute exists", + "description": "Check if audio.MediaController.playbackState attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_playbackState_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_playbackState_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.MediaController.playbackState attribute is string", + "description": "Check if the type of audio.MediaController.playbackState attribute is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_playbackState_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_unpause_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.MediaController.unpause method exists", + "description": "Check if audio.MediaController.unpause method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_unpause_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_MediaController_unpause_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.MediaController.unpause method is function", + "description": "Check if the type of audio.MediaController.unpause method is function", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_MediaController_unpause_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_preload_reflects_none", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.preload reflects 'none' value", + "description": "Check that audio.preload reflects 'none' value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/preload_reflects_none.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_canplaytype_bogus_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.canPlayType method support marks-fantasmagorical-format", + "description": "Check that audio.canPlayType method support marks-fantasmagorical-format", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/canPlayType_bogus_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_preload_reflects_auto_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.preload reflects 'auto' value", + "description": "Check that audio.preload reflects 'auto' value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/preload_reflects_auto_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_src_reflects_no_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.src is empty if there is no source", + "description": "Check that audio.src is empty if there is no source", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/src_reflects_no_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_event_canplaythrough", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that canplaythrough event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that canplaythrough event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/event_canplaythrough.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "content_audio_readystate_during_playing", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.readyState is greater than or equal to HAVE_FUTURE_DATA if playing event is triggered", + "description": "Check that audio.readyState is greater than or equal to HAVE_FUTURE_DATA if playing event is triggered", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/readyState_during_playing.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "content_audio_readystate_during_loadeddata", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.readyState is greater than or equal to HAVE_CURRENT_DATA if loadeddata event is triggered", + "description": "Check that audio.readyState is greater than or equal to HAVE_CURRENT_DATA if loadeddata event is triggered", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/readyState_during_loadeddata.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "error_null_no_source", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the property of audio.error is null if no source", + "description": "Check that the property of audio.error is null if no source", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/error_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_preload_reflects_metadata", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.preload reflects 'metadata' value", + "description": "Check that audio.preload reflects 'metadata' value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/preload_reflects_metadata.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "canplaytype_application_octet_stream_with_codecs_vorbis", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.canPlayType method support vorbis format", + "description": "Check that audio.canPlayType method support vorbis format", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream_with_codecs_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "content_audio_readystate_during_canplaythrough", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.readyState is HAVE_ENOUGH_DATA if canplaythrough event is triggered", + "description": "Check that audio.readyState is HAVE_ENOUGH_DATA if canplaythrough event is triggered", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/readyState_during_canplaythrough.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_canplaytype_method_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.canPlayType method exists", + "description": "Check that audio.canPlayType method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/canPlayType_method_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_networkstate_property_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.networkState property exists", + "description": "Check that audio.networkState property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/networkState_property_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_currentsrc_nonempty_after_setting_src", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.currentSrc returns non-empty after setting src attribute", + "description": "Check that audio.currentSrc returns non-empty after setting src attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/currentSrc_nonempty_after_setting_src.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_preload_reflects_none_autoplay", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.preload reflects 'none' value even if autoplay attribute is present", + "description": "Check that audio.preload reflects 'none' value even if autoplay attribute is present", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/preload_reflects_none_autoplay.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "content_audio_readystate_during_loadedmetadata", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.readyState is greater than or equal to HAVE_METADATA_DATA if loadedMETAdata event is triggered", + "description": "Check that audio.readyState is greater than or equal to HAVE_METADATA_DATA if loadedMETAdata event is triggered", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/readyState_during_loadedmetadata.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_currentsrc_empty_if_no_src", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.currentSrc returns empty if there is no source", + "description": "Check that audio.currentSrc returns empty if there is no source", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/currentSrc_empty_if_no_src.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_src_removal_does_not_trigger_loadstart", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that removing audio.src attribute tiggers loadstart event", + "description": "Check that removing audio.src attribute tiggers loadstart event", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/src_removal_does_not_trigger_loadstart.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_currentsrc_nonempty_after_adding_source_child", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.currentSrc returns non-empty if add source element", + "description": "Check that audio.currentSrc returns non-empty if add source element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/currentSrc_nonempty_after_adding_source_child.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_canplaytype_mp4_supported_but_no_codecs_parameter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.canPlayType method supported mp4 format codecs parameter", + "description": "Check that audio.canPlayType method supported mp4 format codecs parameter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/canPlayType_supported_but_no_codecs_parameter_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "content_audio_readystate_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.readyState initial value is HAVE_NOTHING", + "description": "Check that audio.readyState initial value is HAVE_NOTHING", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/readyState_initial.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "canplaytype_application_octet_stream_with_codecs_mp4a", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.canPlayType method support mp4 format", + "description": "Check that audio.canPlayType method support mp4 format", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream_with_codecs_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_canplaytype_application_octet_stream", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.canPlayType method support octet-stream", + "description": "Check that audio.canPlayType method support octet-stream", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_controls_true_controls_present", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.controls returns true if the controls attribute is present in the audio element", + "description": "Check that audio.controls returns true if the controls attribute is present in the audio element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_controls_reflect.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_controls_reflects_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.controls returns false if the controls attribute is set to false", + "description": "Check that audio.controls returns false if the controls attribute is set to false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_controls_reflect.html?total_num=3&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_controls_reflects_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.controls returns true if the controls attribute is set to true", + "description": "Check that audio.controls returns true if the controls attribute is set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_controls_reflect.html?total_num=3&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_defaultMuted_true_muted_present", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.defaultMuted returns true if the muted attribute is present in the audio element", + "description": "Check that audio.defaultMuted returns true if the muted attribute is present in the audio element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_defaultMuted_reflect.html?total_num=4&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_defaultMuted_no_dynamic_effect_muted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that media.defaultMuted returns true if the muted attribute is set to false and the muted attribute is present in the audio element", + "description": "Check that media.defaultMuted returns true if the muted attribute is set to false and the muted attribute is present in the audio element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_defaultMuted_reflect.html?total_num=4&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_defaultMuted_false_muted_absent", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.defaultMuted returns false if the muted attribute is absent in the audio element", + "description": "Check that audio.defaultMuted returns false if the muted attribute is absent in the audio element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_defaultMuted_reflect.html?total_num=4&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_defaultMuted_no_dynamic_effect", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.defaultMuted returns false if the muted attribute is set to true and the muted attribute is asent in the audio element", + "description": "Check that audio.defaultMuted returns false if the muted attribute is set to true and the muted attribute is asent in the audio element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_defaultMuted_reflect.html?total_num=4&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_loop_base", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that seeking event is triggered more than once if audio.loop is set to true", + "description": "Check that seeking event is triggered more than once if audio.loop is set to true", + "onload_delay": "15", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_loop_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_loop_true_loop_present", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.loop returns true if the loop attribute is present in the audio element", + "description": "Check that audio.loop returns true if the loop attribute is present in the audio element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_loop_reflect.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_loop_reflects_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.loop can be set to false", + "description": "Check if audio.loop can be set to false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_loop_reflect.html?total_num=3&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_loop_reflects_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.loop can be set to true", + "description": "Check if audio.loop can be set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_loop_reflect.html?total_num=3&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_muted_true_muted_present", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.muted returns true if the muted attribute is present in the audio element", + "description": "Check that audio.muted returns true if the muted attribute is present in the audio element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_muted_check.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_muted_false_unmuted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.muted can be set to false", + "description": "Check if audio.muted can be set to false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_muted_check.html?total_num=3&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_muted_true_muted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.muted can be set to true", + "description": "Check if audio.muted can be set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_muted_check.html?total_num=3&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_muted_volumechange", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that volumechange event is triggered if audio.muted is changed", + "description": "Check that volumechange event is triggered if audio.muted is changed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_muted_volumechange.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_volume_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the intial value of the audio.volume is in the range 0.0 to 1.0 inclusive", + "description": "Check if the intial value of the audio.volume is in the range 0.0 to 1.0 inclusive", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_volume_check.html?total_num=6&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_volume_silent", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if user agent is able to set audio.volume with new value 0.0", + "description": "Check if user agent is able to set audio.volume with new value 0.0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_volume_check.html?total_num=6&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_volume_loudest", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if user agent is able to set audio.volume with new value 1.0", + "description": "Check if user agent is able to set audio.volume with new value 1.0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_volume_check.html?total_num=6&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_volume_exception_lower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that user agent is able to get an INDEX_SIZE_ERR exception if set audio.volume with new value less than 0.0", + "description": "Check that user agent is able to get an INDEX_SIZE_ERR exception if set audio.volume with new value less than 0.0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_volume_check.html?total_num=6&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_volume_exception_upper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that user agent is able to get an INDEX_SIZE_ERR exception if set audio.volume with new value more than 1.0", + "description": "Check that user agent is able to get an INDEX_SIZE_ERR exception if set audio.volume with new value more than 1.0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_volume_check.html?total_num=6&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_volume_volumechange", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that volumechange event is triggered if audio.volume is changed", + "description": "Check that volumechange event is triggered if audio.volume is changed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_volume_volumechange.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_event_order_canplay_playing", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that canplay event is triggered, then playing event triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that canplay event is triggered, then playing event triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/event_order_canplay_playing.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_paused_false_during_play", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.paused is false if play event is triggered", + "description": "Check that audio.paused is false if play event is triggered", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/paused_false_during_play.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_event_order_canplay_canplaythrough", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that canplay event is triggered, then canplaythrough event triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that canplay event is triggered, then canplaythrough event triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/event_order_canplay_canplaythrough.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_paused_true_during_pause", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that audio.paused is true if pause event is triggered", + "description": "Check that audio.paused is true if pause event is triggered", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/paused_true_during_pause.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_event_order_loadedmetadata_loadeddata", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that loadedmetadata event is triggered, then loadeddata event triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that loadedmetadata event is triggered, then loadeddata event triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/event_order_loadedmetadata_loadeddata.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_event_order_loadstart_progress", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that loadstart event is triggered, then progress event triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that loadstart event is triggered, then progress event triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/event_order_loadstart_progress.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_loop_current_media_controller", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio element has a current media controller that expecting the loop attribute has no effect", + "description": "Check if the audio element has a current media controller that expecting the loop attribute has no effect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_loop_current_media_controller.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_error_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.error is object", + "description": "Check if the type of audio.error is object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_src_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.src exists", + "description": "Check if audio.src exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_src_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.src is string", + "description": "Check if the type of audio.src is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_currentSrc_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.currentsrc is string", + "description": "Check if the type of audio.currentsrc is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_NETWORK_EMPTY_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.NETWORK_EMPTY exists", + "description": "Check if the audio.NETWORK_EMPTY exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_NETWORK_EMPTY_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.NETWORK_EMPTY is number", + "description": "Check if the type of audio.NETWORK_EMPTY is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_NETWORK_EMPTY_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.NETWORK_EMPTY const value is 0", + "description": "Check if audio.NETWORK_EMPTY const value is 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=11", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_NETWORK_IDLE_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.NETWORK_IDLE exists", + "description": "Check if the audio.NETWORK_IDLE exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=12", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_NETWORK_IDLE_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.NETWORK_IDLE is number", + "description": "Check if the type of audio.NETWORK_IDLE is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=13", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_NETWORK_IDLE_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.NETWORK_IDLE const value is 1", + "description": "Check if audio.NETWORK_IDLE const value is 1", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=14", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_NETWORK_LOADING_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.NETWORK_LOADING exists", + "description": "Check if the audio.NETWORK_LOADING exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=15", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_NETWORK_LOADING_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.NETWORK_LOADING is number", + "description": "Check if the type of audio.NETWORK_LOADING is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=16", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_NETWORK_LOADING_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.NETWORK_LOADING const value is 2", + "description": "Check if audio.NETWORK_LOADING const value is 2", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=17", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_NETWORK_NO_SOURCE_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.NETWORK_NO_SOURCE exists", + "description": "Check if the audio.NETWORK_NO_SOURCE exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=18", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_NETWORK_NO_SOURCE_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.NETWORK_NO_SOURCE is number", + "description": "Check if the type of audio.NETWORK_NO_SOURCE is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=19", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_NETWORK_NO_SOURCE_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.NETWORK_NO_SOURCE const value is 3", + "description": "Check if audio.NETWORK_NO_SOURCE const value is 3", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=20", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_networkState_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.networkState is number", + "description": "Check if the type of audio.networkState is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=22", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_preload_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.preload is string", + "description": "Check if the type of audio.preload is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=25", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_buffered_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.buffered attribute exists", + "description": "Check if the audio.buffered attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=26", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_buffered_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.buffered is object", + "description": "Check if the type of audio.buffered is object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=27", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_NOTHING_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.HAVE_NOTHING exists", + "description": "Check if the audio.HAVE_NOTHING exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=28", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_NOTHING_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.HAVE_NOTHING is number", + "description": "Check if the type of audio.HAVE_NOTHING is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=29", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_NOTHING_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constant value of audio.HAVE_NOTHING is 0", + "description": "Check if the constant value of audio.HAVE_NOTHING is 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=30", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_METADATA_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.HAVE_METADATA exists", + "description": "Check if the audio.HAVE_METADATA exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=31", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_METADATA_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.HAVE_METADATA is number", + "description": "Check if the type of audio.HAVE_METADATA is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=32", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_METADATA_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constant value of audio.HAVE_METADATA is 1", + "description": "Check if the constant value of audio.HAVE_METADATA is 1", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=33", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_CURRENT_DATA_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.HAVE_CURRENT_DATA exists", + "description": "Check if the audio.HAVE_CURRENT_DATA exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=34", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_CURRENT_DATA_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.HAVE_CURRENT_DATA is number", + "description": "Check if the type of audio.HAVE_CURRENT_DATA is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=35", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_CURRENT_DATA_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constant value of audio.HAVE_CURRENT_DATA is 2", + "description": "Check if the constant value of audio.HAVE_CURRENT_DATA is 2", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=36", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_FUTURE_DATA_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.HAVE_FUTURE_DATA exists", + "description": "Check if the audio.HAVE_FUTURE_DATA exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=37", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_FUTURE_DATA_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.HAVE_FUTURE_DATA is number", + "description": "Check if the type of audio.HAVE_FUTURE_DATA is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=38", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_FUTURE_DATA_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constant value of audio.HAVE_FUTURE_DATA is 3", + "description": "Check if the constant value of audio.HAVE_FUTURE_DATA is 3", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=39", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_ENOUGH_DATA_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.HAVE_ENOUGH_DATA exists", + "description": "Check if the audio.HAVE_ENOUGH_DATA exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=40", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_ENOUGH_DATA_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.HAVE_ENOUGH_DATA is number", + "description": "Check if the type of audio.HAVE_ENOUGH_DATA is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=41", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_HAVE_ENOUGH_DATA_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constant value of audio.HAVE_ENOUGH_DATA is 4", + "description": "Check if the constant value of audio.HAVE_ENOUGH_DATA is 4", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=42", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_readyState_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.readyState attribute is number", + "description": "Check if the type of audio.readyState attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=44", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_seeking_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.seeking attribute exists", + "description": "Check if the audio.seeking attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=46", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_seeking_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.seeking attribute is boolean", + "description": "Check if the type of audio.seeking attribute is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=47", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_seeking_default_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.seeking attribute must initially have the value false", + "description": "Check if the audio.seeking attribute must initially have the value false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=48", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_currentTime_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.currentTime attribute exists", + "description": "Check if the audio.currentTime attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=49", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_currentTime_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.currentTime attribute is number", + "description": "Check if the type of audio.currentTime attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=50", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_duration_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.duration attribute exists", + "description": "Check if the audio.duration attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=51", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_duration_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.duration attribute is number", + "description": "Check if the type of audio.duration attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=52", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_paused_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.paused attribute exists", + "description": "Check if the audio.paused attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=55", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_paused_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.paused attribute is boolean", + "description": "Check if the type of audio.paused attribute is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=56", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_paused_attribute_default_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.paused attribute must initially be true", + "description": "Check if the audio.paused attribute must initially be true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=57", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_defaultPlaybackRate_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.defaultPlaybackRate attribute exists", + "description": "Check if the audio.defaultPlaybackRate attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=58", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_defaultPlaybackRate_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.defaultPlaybackRate attribute is number", + "description": "Check if the type of audio.defaultPlaybackRate attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=59", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_playbackRate_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.playbackRate attribute exists", + "description": "Check if the audio.playbackRate attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=60", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_playbackRate_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.playbackRate attribute is number", + "description": "Check if the type of audio.playbackRate attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=61", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_played_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.played attribute is [object TimeRanges]", + "description": "Check if the type of audio.played attribute is [object TimeRanges]", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=62", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_played_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of attribute audio.played is object", + "description": "Check if the type of attribute audio.played is object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=63", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_seekable_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute audio.seekable attribute exists", + "description": "Check if attribute audio.seekable attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=64", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_seekable_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.seekable attribute is boolean", + "description": "Check if the type of audio.seekable attribute is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=65", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_ended_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.ended attribute exists", + "description": "Check if audio.ended attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=66", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_ended_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.ended is boolean", + "description": "Check if the type of audio.ended is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=67", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_ended_default_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the default value of attribute audio.ended is false", + "description": "Check if the default value of attribute audio.ended is false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=68", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_autoplay_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.autoplay attritbute exists", + "description": "Check if the audio.autoplay attritbute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=69", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_autoplay_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.autoplay attribute is boolean", + "description": "Check if the type of audio.autoplay attribute is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=70", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_autoplay_default_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.autoplay attribute default is false", + "description": "Check if audio.autoplay attribute default is false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=71", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_loop_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.loop attribute exists", + "description": "Check if audio.loop attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=72", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_loop_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.loop is boolean", + "description": "Check if the type of audio.loop is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=73", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_loop_attribute_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.loop initial value is false", + "description": "Check if audio.loop initial value is false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=74", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_mediaGroup_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.mediaGroup exists", + "description": "Check if audio.mediaGroup exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=75", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_mediaGroup_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.mediagroup is string", + "description": "Check if the type of audio.mediagroup is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=76", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_controller_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.controller exists", + "description": "Check if the audio.controller exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=77", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_controller_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.controller is object", + "description": "Check if the type of audio.controller is object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=78", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_controls_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.controls exists", + "description": "Check if the audio.controls exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=79", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_controls_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.controls is boolean", + "description": "Check if the type of audio.controls is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=80", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_volume_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.volume attribute exists", + "description": "Check if audio.volume attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=82", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_volume_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.volume attribute is number", + "description": "Check if the type of audio.volume attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=83", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_muted_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.muted exists", + "description": "Check if audio.muted exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=84", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_muted_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.muted is boolean", + "description": "Check if the type of audio.muted is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=85", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_muted_attribute_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.muted initial value is false", + "description": "Check if audio.muted initial value is false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=86", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_defaultMuted_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the audio.defaultMuted attribute exists", + "description": "Check if the audio.defaultMuted attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=87", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_defaultMuted_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of audio.defaultMuted is boolean", + "description": "Check if the type of audio.defaultMuted is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=88", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_defaultMuted_attribute_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if audio.defaultMuted initial value is false", + "description": "Check if audio.defaultMuted initial value is false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=89", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio_canPlayType_mp3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the browser really supports playing MP3s", + "description": "Check if the browser really supports playing MP3s", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-audio-html5-tests/audio/audio_canPlayType_mp3.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/05-tct-audio-html5-tests/tct-audio-html5-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/05-tct-audio-html5-tests/tct-audio-html5-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..6fa1ef3 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/05-tct-audio-html5-tests/tct-audio-html5-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0A-tct-capability-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0A-tct-capability-tests/QAMETA.json new file mode 100644 index 0000000..38fb248 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0A-tct-capability-tests/QAMETA.json @@ -0,0 +1,444 @@ +[ + { + "launcher": "xwalk", + "name": "caps_inputKeyboard", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if inputKeyboard is supported on the device.", + "description": "Check if inputKeyboard is supported on the device.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/caps_inputKeyboard.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "caps_multiTouchCount", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if multiTouchCount is supported on the device.", + "description": "Check if multiTouchCount is supported on the device.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/caps_multiTouchCount.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "caps_usbHost", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if usbHost is supported on the device.", + "description": "Check if usbHost is supported on the device.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/caps_usbHost.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "caps_screenSizeNormal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if screenSizeNormal is supported on the device.", + "description": "Check if screenSizeNormal is supported on the device.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/caps_screenSizeNormal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "caps_memorystorage", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that a mobile device must have at least 1GB of storage.", + "description": "Check that a mobile device must have at least 1GB of storage.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/caps_memorystorage.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "caps_networking", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the device supports at least one form of data networking capability to access to the Internet.", + "description": "Check if the device supports at least one form of data networking capability to access to the Internet.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/caps_networking.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "caps_displayresolution", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the device supports a display resolution of 480x800 (WVGA) or 720x1280 (HD), or a minimum resolution of 320x480 (HVGA).", + "description": "Check if the device supports a display resolution of 480x800 (WVGA) or 720x1280 (HD), or a minimum resolution of 320x480 (HVGA).", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/caps_displayresolution.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "unsupported_bluetooth", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that if Bluetooth API is not supported on the device, it returns 'undefined' when being accessed", + "description": "Check that if Bluetooth API is not supported on the device, it returns 'undefined' when being accessed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/unsupported_bluetooth.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "unsupported_nfc", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that if NFC API is not supported on the device, it returns 'undefined' when being accessed", + "description": "Check that if NFC API is not supported on the device, it returns 'undefined' when being accessed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/unsupported_nfc.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "unsupported_callhistory", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that if Callhistory API is not supported on the device, it returns 'undefined' when being accessed", + "description": "Check that if Callhistory API is not supported on the device, it returns 'undefined' when being accessed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/unsupported_callhistory.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "unsupported_networkbearerselection", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that if NetworkBearerSelection API is not supported on the device, it returns 'undefined' when being accessed", + "description": "Check that if NetworkBearerSelection API is not supported on the device, it returns 'undefined' when being accessed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/unsupported_networkbearerselection.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "unsupported_push", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that if Push API is not supported on the device, it returns 'undefined' when being accessed", + "description": "Check that if Push API is not supported on the device, it returns 'undefined' when being accessed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/unsupported_push.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "unsupported_secureelement", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that if SecureElement API is not supported on the device, it returns 'undefined' when being accessed", + "description": "Check that if SecureElement API is not supported on the device, it returns 'undefined' when being accessed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/unsupported_secureelement.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "unsupported_messaging_mms", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that if MMS is not supported on the device, it returns 'NotSupportedError' when being accessed", + "description": "Check that if MMS is not supported on the device, it returns 'NotSupportedError' when being accessed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/unsupported_messaging_mms.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "unsupported_messaging_sms", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that if SMS is not supported on the device, it returns 'NotSupportedError' when being accessed", + "description": "Check that if SMS is not supported on the device, it returns 'NotSupportedError' when being accessed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/unsupported_messaging_sms.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "unsupported_download_cellular", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that if telephony is not supported on the device, it returns 'NotSupportedError' when being requested", + "description": "Check that if telephony is not supported on the device, it returns 'NotSupportedError' when being requested", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/unsupported_download_cellular.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "unsupported_download_wifi", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that if WiFi is not supported on the device, it returns 'NotSupportedError' when being requested", + "description": "Check that if WiFi is not supported on the device, it returns 'NotSupportedError' when being requested", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-capability-tests/capability/unsupported_download_wifi.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0A-tct-capability-tests/tct-capability-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0A-tct-capability-tests/tct-capability-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..2d48791 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0A-tct-capability-tests/tct-capability-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0B-tct-colors-css3-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0B-tct-colors-css3-tests/QAMETA.json new file mode 100644 index 0000000..f04c2d9 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0B-tct-colors-css3-tests/QAMETA.json @@ -0,0 +1,1952 @@ +[ + { + "launcher": "xwalk", + "name": "CSS3Colors_color_0F0_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#0F0'", + "description": "Check if the color is set to 'color:#0F0'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_0F0_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_0f0_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#0f0'", + "description": "Check if the color is set to 'color:#0f0'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_0f0_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_00FF00", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#00FF00'", + "description": "Check if the color is set to 'color:#00FF00'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_00FF00.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_0_255_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(0,255,0)'", + "description": "Check if the color is set to 'color:rgb(0,255,0)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_255_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_0pct_100pct_0pct", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(0%,100%,0%)'", + "description": "Check if the color is set to 'color:rgb(0%,100%,0%)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_100pct_0pct.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_blue", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:blue'", + "description": "Check if the color is set to 'color:blue'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_blue.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_00F_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#00F'", + "description": "Check if the color is set to 'color:#00F'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_00F_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_00f_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#00f'", + "description": "Check if the color is set to 'color:#00f'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_00f_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_0000FF", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#0000FF'", + "description": "Check if the color is set to 'color:#0000FF'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_0000FF.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_0_0_255", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(0,0,255)'", + "description": "Check if the color is set to 'color:rgb(0,0,255)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_0_255.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_0pct_0pct_100pct", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(0%,0%,100%)'", + "description": "Check if the color is set to 'color:rgb(0%,0%,100%)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_0pct_100pct.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_00ffff_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#00ffff'", + "description": "Check if the color is set to 'color:#00ffff'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_00ffff_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_00FFFF_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#00FFFF'", + "description": "Check if the color is set to 'color:#00FFFF'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_00FFFF_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_0ff_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#0ff'", + "description": "Check if the color is set to 'color:#0ff'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_0ff_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_0FF_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#0FF'", + "description": "Check if the color is set to 'color:#0FF'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_0FF_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_0_255_255", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(0,255,255)'", + "description": "Check if the color is set to 'color:rgb(0,255,255)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_255_255.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_0pct_100pct_100pct", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(0%,100%,100%)'", + "description": "Check if the color is set to 'color:rgb(0%,100%,100%)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_100pct_100pct.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_CCFF00_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#CCFF00'", + "description": "Check if the color is set to 'color:#CCFF00'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_CCFF00_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_CF0_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#CF0'", + "description": "Check if the color is set to 'color:#CF0'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_CF0_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_cf0_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#cf0'", + "description": "Check if the color is set to 'color:#cf0'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_cf0_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_ccff00_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#ccff00'", + "description": "Check if the color is set to 'color:#ccff00'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_ccff00_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_204_255_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(204,255,0)'", + "description": "Check if the color is set to 'color:rgb(204,255,0)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_204_255_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_80pct_100pct_0pct", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(80%,100%,0%)'", + "description": "Check if the color is set to 'color:rgb(80%,100%,0%)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_80pct_100pct_0pct.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_CCCC33_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#CCCC33'", + "description": "Check if the color is set to 'color:#CCCC33'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_CCCC33_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_cccc33_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#cccc33'", + "description": "Check if the color is set to 'color:#cccc33'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_cccc33_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_c30_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#c30'", + "description": "Check if the color is set to 'color:#c30'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_c30_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_C30_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#C30'", + "description": "Check if the color is set to 'color:#C30'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_C30_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_204_204_51", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(204,204,51)'", + "description": "Check if the color is set to 'color:rgb(204,204,51)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_204_204_51.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_80pct_80pct_20pct", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(80%,80%,20%)'", + "description": "Check if the color is set to 'color:rgb(80%,80%,20%)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_80pct_80pct_20pct.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_FF00CC_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#FF00CC'", + "description": "Check if the color is set to 'color:#FF00CC'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_FF00CC_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_F0C_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#F0C'", + "description": "Check if the color is set to 'color:#F0C'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_F0C_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_ff00cc_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#ff00cc'", + "description": "Check if the color is set to 'color:#ff00cc'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_ff00cc_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_f0c_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#f0c'", + "description": "Check if the color is set to 'color:#f0c'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_f0c_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_255_0_204", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(255,0,204)'", + "description": "Check if the color is set to 'color:rgb(255,0,204)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_255_0_204.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_100pct_0pct_80pct", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(100%,0%,80%)'", + "description": "Check if the color is set to 'color:rgb(100%,0%,80%)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_100pct_0pct_80pct.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_red", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:red'", + "description": "Check if the color is set to 'color:red'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_red.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_FF0000_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#FF0000'", + "description": "Check if the color is set to 'color:#FF0000'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_FF0000_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_ff0000_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#ff0000'", + "description": "Check if the color is set to 'color:#ff0000'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_ff0000_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_255_0_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(255,0,0)'", + "description": "Check if the color is set to 'color:rgb(255,0,0)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_255_0_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_100pct_0pct_0pct", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(100%,0%,0%)'", + "description": "Check if the color is set to 'color:rgb(100%,0%,0%)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_100pct_0pct_0pct.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_F00_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#F00'", + "description": "Check if the color is set to 'color:#F00'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_F00_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_f00_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#f00'", + "description": "Check if the color is set to 'color:#f00'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_f00_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_black", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:black'", + "description": "Check if the color is set to 'color:black'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_black.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_000000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#000000'", + "description": "Check if the color is set to 'color:#000000'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_000000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_rgb_0_0_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:rgb(0,0,0)'", + "description": "Check if the color is set to 'color:rgb(0,0,0)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_0_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color is set to 'color:#000'", + "description": "Check if the color is set to 'color:#000'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry45", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that H values in hsl() colors was treated like angles, even if it is outside [0,360).", + "description": "Check that H values in hsl() colors was treated like angles, even if it is outside [0,360).", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t424-hsl-h-rotating-b.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry43", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the basic functioning of hsl() colors.", + "description": "Check the basic functioning of hsl() colors.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t424-hsl-basic-a.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry49", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the clipping of hsla() values when they are beyond the scope of device gamut.", + "description": "Check the clipping of hsla() values when they are beyond the scope of device gamut.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t425-hsla-clip-outside-device-gamut-b.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry50", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check H values in hsla() colors should be treated like angles, even if it is outside [0,360)", + "description": "Check H values in hsla() colors should be treated like angles, even if it is outside [0,360)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t425-hsla-h-rotating-b.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry32", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that alpha components of rgba() colors greater than 1 are treated to 1", + "description": "Check that alpha components of rgba() colors greater than 1 are treated to 1", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t422-rgba-clamping-a1.0-b.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry54", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the implementation of algorithm for converting hsla() colors to rgb() colors", + "description": "Check the implementation of algorithm for converting hsla() colors to rgb() colors", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t425-hsla-values-b.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry46", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the rules for parsing of hsl() colors.", + "description": "Check the rules for parsing of hsl() colors.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t424-hsl-parsing-f.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry31", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that alpha components of rgba() colors less than 0 are treated to 0", + "description": "Check that alpha components of rgba() colors less than 0 are treated to 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t422-rgba-clamping-a0.0-b.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry34", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that rgba() values produce correct colors", + "description": "Check that rgba() values produce correct colors", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t422-rgba-func-int-a.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry41", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the 'transparent' color keyword makes colors white transparent", + "description": "Check that the 'transparent' color keyword makes colors white transparent", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t423-transparent-1-a.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry37", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that whitespace is allowed within rgba() functions", + "description": "Check that whitespace is allowed within rgba() functions", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t422-rgba-func-whitespace-b.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry35", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that rgba() values are only accepted when all integers or all percentages", + "description": "Check that rgba() values are only accepted when all integers or all percentages", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t422-rgba-func-no-mixed-f.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry47", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the implementation of algorithm for converting hsl() colors to rgb() colors", + "description": "Check the implementation of algorithm for converting hsl() colors to rgb() colors", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t424-hsl-values-b.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry44", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that clipping of hsl() values are outside the device gamut", + "description": "Check that clipping of hsl() values are outside the device gamut", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t424-hsl-clip-outside-gamut-b.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry42", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the 'transparent' color keyword makes colors black transparent", + "description": "Check that the 'transparent' color keyword makes colors black transparent", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t423-transparent-2-a.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry53", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the rules for parsing of hsla() colors", + "description": "Check the rules for parsing of hsla() colors", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t425-hsla-parsing-f.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry33", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check clipping of rgba() values are outside the device gamut", + "description": "Check clipping of rgba() values are outside the device gamut", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t422-rgba-clip-outside-device-gamut-b.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_pseudo-classes", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the color effect in Pseudo-classes on test div", + "description": "Check the color effect in Pseudo-classes on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_pseudo-classes.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry16", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check that currentColor uses the color from the color property works at borders", + "description": "To check that currentColor uses the color from the color property works at borders", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t44-currentcolor-border-b.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry15", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check that currentColor uses the color from the color property works at boxes", + "description": "To check that currentColor uses the color from the color property works at boxes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t44-currentcolor-background-b.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry52", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check that hsla() does not behave like opacity", + "description": "To check that hsla() does not behave like opacity", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t425-hsla-onscreen-multiple-boxes-c.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry51", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check that hsla() does not behave like opacity and draw in an offscreen buffer", + "description": "To check that hsla() does not behave like opacity and draw in an offscreen buffer", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t425-hsla-onscreen-b.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry39", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check that rgba() does not behave like opacity", + "description": "To check that rgba() does not behave like opacity", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t422-rgba-onscreen-multiple-boxes-c.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry38", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check that rgba() does not behave like opacity and draw in an offscreen buffer", + "description": "To check that rgba() does not behave like opacity and draw in an offscreen buffer", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t422-rgba-onscreen-b.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry10", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check that opacity is group opacity over elements (not boxes)", + "description": "To check that opacity is group opacity over elements (not boxes)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-multiple-boxes-2-c.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_colors_tests_entry9", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check that opacity is group opacity into elements (not boxes)", + "description": "To check that opacity is group opacity into elements (not boxes)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-multiple-boxes-1-c.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_transprent_rgba_0_0_0_0", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the color keyword transparent and color value rgba(0,0,0,0) have same effect", + "description": "Check if the color keyword transparent and color value rgba(0,0,0,0) have same effect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_transprent_rgba_0_0_0_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_hsl_value_with_space", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if hsl() can has space", + "description": "Check if hsl() can has space", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_hsl_value_with_space.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Colors_color_hsl_hus_only_number", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if in hsl(), the hus only a number value can be given", + "description": "Check if in hsl(), the hus only a number value can be given", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-colors-css3-tests/colors/CSS3Colors_color_hsl_hus_only_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0B-tct-colors-css3-tests/tct-colors-css3-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0B-tct-colors-css3-tests/tct-colors-css3-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..76bb222 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0B-tct-colors-css3-tests/tct-colors-css3-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0F-tct-dnd-html5-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0F-tct-dnd-html5-tests/QAMETA.json new file mode 100644 index 0000000..b414a4a --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0F-tct-dnd-html5-tests/QAMETA.json @@ -0,0 +1,158 @@ +[ + { + "launcher": "xwalk", + "name": "dragdrop_dropzone", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the dropzone attribute exists", + "description": "Check if the dropzone attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-dnd-html5-tests/dnd/dragdrop_dropzone.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dragdrop_007", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check false state of draggable attribute", + "description": "Check false state of draggable attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-dnd-html5-tests/dnd/w3c/dragdrop_007.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dragdrop_008", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check true state of draggable attribute", + "description": "Check true state of draggable attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-dnd-html5-tests/dnd/w3c/dragdrop_008.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dragdrop_004", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check auto state of draggable attribute for 'a' element", + "description": "Check auto state of draggable attribute for 'a' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-dnd-html5-tests/dnd/w3c/dragdrop_004.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dragdrop_005", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check auto state of draggable attribute for div element", + "description": "Check auto state of draggable attribute for div element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-dnd-html5-tests/dnd/w3c/dragdrop_005.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dragdrop_006", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check auto state of draggable attribute for img element", + "description": "Check auto state of draggable attribute for img element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-dnd-html5-tests/dnd/w3c/dragdrop_006.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0F-tct-dnd-html5-tests/tct-dnd-html5-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0F-tct-dnd-html5-tests/tct-dnd-html5-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..48adb1d Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0F-tct-dnd-html5-tests/tct-dnd-html5-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0G-tct-extra-html5-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0G-tct-extra-html5-tests/QAMETA.json new file mode 100644 index 0000000..e32b3ae --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0G-tct-extra-html5-tests/QAMETA.json @@ -0,0 +1,15836 @@ +[ + { + "launcher": "xwalk", + "name": "anchor_href_relative_path", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a.href supports simple anchor with relative path", + "description": "Check if a.href supports simple anchor with relative path", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/attributes/w3c/anchor_href.htm?total_num=7&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "anchor_href_absolute_path", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a.href supports simple anchor with non-relative path", + "description": "Check if a.href supports simple anchor with non-relative path", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/attributes/w3c/anchor_href.htm?total_num=7&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "anchor_href_empty_string", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a.href supports simple anchor with empty string", + "description": "Check if a.href supports simple anchor with empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/attributes/w3c/anchor_href.htm?total_num=7&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "anchor_href_non_existent", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'A' element supports no href attribute", + "description": "Check if 'A' element supports no href attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/attributes/w3c/anchor_href.htm?total_num=7&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "a_element_download_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the a.download exist", + "description": "Check if the a.download exist", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/text-level-semantics/the-a-element/grouping-a.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "anchor_href_search_string", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a.href supports advanced anchor with non-relative path containing search string", + "description": "Check if a.href supports advanced anchor with non-relative path containing search string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/attributes/w3c/anchor_href.htm?total_num=7&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "anchor_href_username_password", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a.href supports advanced anchor with non-relative path containing search string, username and password", + "description": "Check if a.href supports advanced anchor with non-relative path containing search string, username and password", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/attributes/w3c/anchor_href.htm?total_num=7&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "anchor_href_uppercase_letters", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a.href supports advanced anchor with non-relative path containing some uppercase letters", + "description": "Check if a.href supports advanced anchor with non-relative path containing some uppercase letters", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/attributes/w3c/anchor_href.htm?total_num=7&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_length", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa.length is equal to the length of arguments", + "description": "Check if btoa.length is equal to the length of arguments", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_length", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob.length is equal to the length of arguments", + "description": "Check if atob.length is equal to the length of arguments", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_hebrew", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa() with non-ASCII character raises INVALID_CHARACTER_ERR exception", + "description": "Check if btoa() with non-ASCII character raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa('') returns empty string", + "description": "Check if btoa('') returns empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_a", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa('a') returns YQ==", + "description": "Check if btoa('a') returns YQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_ab", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa('ab') returns YWI=", + "description": "Check if btoa('ab') returns YWI=", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_abc", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa('abc') returns YWJj", + "description": "Check if btoa('abc') returns YWJj", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_abcd", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa('abcd') returns YWJjZA==", + "description": "Check if btoa('abcd') returns YWJjZA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_abcde", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa('abcde') returns YWJjZGU=", + "description": "Check if btoa('abcde') returns YWJjZGU=", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_xffxffxc0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa('xffxffxc0') returns ///A", + "description": "Check if btoa('xffxffxc0') returns ///A", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_backslash_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa('0') returns AA==", + "description": "Check if btoa('0') returns AA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=11", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_backslash_0a", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa('0a') returns AGE=", + "description": "Check if btoa('0a') returns AGE=", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=12", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_a_backslash_0b", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa('a0b') returns YQBi", + "description": "Check if btoa('a0b') returns YQBi", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=13", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa('undefined') returns dW5kZWZpbmVk", + "description": "Check if btoa('undefined') returns dW5kZWZpbmVk", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=14", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa('null') returns bnVsbA==", + "description": "Check if btoa('null') returns bnVsbA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=15", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_7", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(7) returns Nw==", + "description": "Check if btoa(7) returns Nw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=16", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_12", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(12) returns MTI=", + "description": "Check if btoa(12) returns MTI=", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=17", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_1.5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(1.5) returns MS41", + "description": "Check if btoa(1.5) returns MS41", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=18", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(true) returns dHJ1ZQ==", + "description": "Check if btoa(true) returns dHJ1ZQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=19", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(false) returns ZmFsc2U=", + "description": "Check if btoa(false) returns ZmFsc2U=", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=20", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_NaN", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(NaN) returns TmFO", + "description": "Check if btoa(NaN) returns TmFO", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=21", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_Infinity", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(Infinity) returns SW5maW5pdHk=", + "description": "Check if btoa(Infinity) returns SW5maW5pdHk=", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=22", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_minus_Infinity", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(-Infinity) returns LUluZmluaXR5", + "description": "Check if btoa(-Infinity) returns LUluZmluaXR5", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=23", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(0) returns MA==", + "description": "Check if btoa(0) returns MA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=24", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_minus_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(-0) returns MA==", + "description": "Check if btoa(-0) returns MA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=25", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_object_foo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(object 'foo') returns Zm9v", + "description": "Check if btoa(object 'foo') returns Zm9v", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=26", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(0)) returns AA==", + "description": "Check if btoa(String.fromCharCode(0)) returns AA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=27", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(1)) returns AQ==", + "description": "Check if btoa(String.fromCharCode(1)) returns AQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=28", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(2)) returns Ag==", + "description": "Check if btoa(String.fromCharCode(2)) returns Ag==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=29", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(3)) returns Aw==", + "description": "Check if btoa(String.fromCharCode(3)) returns Aw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=30", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(4)) returns BA==", + "description": "Check if btoa(String.fromCharCode(4)) returns BA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=31", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(5)) returns BQ==", + "description": "Check if btoa(String.fromCharCode(5)) returns BQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=32", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_6", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(6)) returns Bg==", + "description": "Check if btoa(String.fromCharCode(6)) returns Bg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=33", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_7", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(7)) returns Bw==", + "description": "Check if btoa(String.fromCharCode(7)) returns Bw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=34", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_8", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(8)) returns CA==", + "description": "Check if btoa(String.fromCharCode(8)) returns CA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=35", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_9", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(9)) returns CQ==", + "description": "Check if btoa(String.fromCharCode(9)) returns CQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=36", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_10", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(10)) returns Cg==", + "description": "Check if btoa(String.fromCharCode(10)) returns Cg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=37", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_11", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(11)) returns Cw==", + "description": "Check if btoa(String.fromCharCode(11)) returns Cw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=38", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_12", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(12)) returns DA==", + "description": "Check if btoa(String.fromCharCode(12)) returns DA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=39", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_13", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(13)) returns DQ==", + "description": "Check if btoa(String.fromCharCode(13)) returns DQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=40", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_14", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(14)) returns Dg==", + "description": "Check if btoa(String.fromCharCode(14)) returns Dg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=41", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_15", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(15)) returns Dw==", + "description": "Check if btoa(String.fromCharCode(15)) returns Dw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=42", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_16", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(16)) returns EA==", + "description": "Check if btoa(String.fromCharCode(16)) returns EA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=43", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_17", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(17)) returns EQ==", + "description": "Check if btoa(String.fromCharCode(17)) returns EQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=44", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_18", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(18)) returns Eg==", + "description": "Check if btoa(String.fromCharCode(18)) returns Eg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=45", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_19", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(19)) returns Ew==", + "description": "Check if btoa(String.fromCharCode(19)) returns Ew==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=46", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_20", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(20)) returns FA==", + "description": "Check if btoa(String.fromCharCode(20)) returns FA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=47", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_21", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(21)) returns FQ==", + "description": "Check if btoa(String.fromCharCode(21)) returns FQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=48", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_22", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(22)) returns Fg==", + "description": "Check if btoa(String.fromCharCode(22)) returns Fg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=49", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_23", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(23)) returns Fw==", + "description": "Check if btoa(String.fromCharCode(23)) returns Fw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=50", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_24", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(24)) returns GA==", + "description": "Check if btoa(String.fromCharCode(24)) returns GA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=51", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_25", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(25)) returns GQ==", + "description": "Check if btoa(String.fromCharCode(25)) returns GQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=52", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_26", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(26)) returns Gg==", + "description": "Check if btoa(String.fromCharCode(26)) returns Gg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=53", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_27", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(27)) returns Gw==", + "description": "Check if btoa(String.fromCharCode(27)) returns Gw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=54", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_28", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(28)) returns HA==", + "description": "Check if btoa(String.fromCharCode(28)) returns HA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=55", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_29", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(29)) returns HQ==", + "description": "Check if btoa(String.fromCharCode(29)) returns HQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=56", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_30", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(30)) returns Hg==", + "description": "Check if btoa(String.fromCharCode(30)) returns Hg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=57", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_31", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(31)) returns Hw==", + "description": "Check if btoa(String.fromCharCode(31)) returns Hw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=58", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_32", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(32)) returns IA==", + "description": "Check if btoa(String.fromCharCode(32)) returns IA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=59", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_33", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(33)) returns IQ==", + "description": "Check if btoa(String.fromCharCode(33)) returns IQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=60", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_34", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(34)) returns Ig==", + "description": "Check if btoa(String.fromCharCode(34)) returns Ig==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=61", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_35", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(35)) returns Iw==", + "description": "Check if btoa(String.fromCharCode(35)) returns Iw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=62", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_36", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(36)) returns JA==", + "description": "Check if btoa(String.fromCharCode(36)) returns JA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=63", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_37", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(37)) returns JQ==", + "description": "Check if btoa(String.fromCharCode(37)) returns JQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=64", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_38", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(38)) returns Jg==", + "description": "Check if btoa(String.fromCharCode(38)) returns Jg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=65", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_39", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(39)) returns Jw==", + "description": "Check if btoa(String.fromCharCode(39)) returns Jw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=66", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_40", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(40)) returns KA==", + "description": "Check if btoa(String.fromCharCode(40)) returns KA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=67", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_41", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(41)) returns KQ==", + "description": "Check if btoa(String.fromCharCode(41)) returns KQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=68", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_42", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(42)) returns Kg==", + "description": "Check if btoa(String.fromCharCode(42)) returns Kg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=69", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_43", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(43)) returns Kw==", + "description": "Check if btoa(String.fromCharCode(43)) returns Kw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=70", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_44", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(44)) returns LA==", + "description": "Check if btoa(String.fromCharCode(44)) returns LA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=71", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_45", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(45)) returns LQ==", + "description": "Check if btoa(String.fromCharCode(45)) returns LQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=72", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_46", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(46)) returns Lg==", + "description": "Check if btoa(String.fromCharCode(46)) returns Lg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=73", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_47", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(47)) returns Lw==", + "description": "Check if btoa(String.fromCharCode(47)) returns Lw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=74", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_48", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(48)) returns MA==", + "description": "Check if btoa(String.fromCharCode(48)) returns MA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=75", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_49", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(49)) returns MQ==", + "description": "Check if btoa(String.fromCharCode(49)) returns MQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=76", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_50", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(50)) returns Mg==", + "description": "Check if btoa(String.fromCharCode(50)) returns Mg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=77", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_51", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(51)) returns Mw==", + "description": "Check if btoa(String.fromCharCode(51)) returns Mw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=78", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_52", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(52)) returns NA==", + "description": "Check if btoa(String.fromCharCode(52)) returns NA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=79", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_53", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(53)) returns NQ==", + "description": "Check if btoa(String.fromCharCode(53)) returns NQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=80", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_54", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(54)) returns Ng==", + "description": "Check if btoa(String.fromCharCode(54)) returns Ng==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=81", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_55", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(55)) returns Nw==", + "description": "Check if btoa(String.fromCharCode(55)) returns Nw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=82", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_56", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(56)) returns OA==", + "description": "Check if btoa(String.fromCharCode(56)) returns OA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=83", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_57", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(57)) returns OQ==", + "description": "Check if btoa(String.fromCharCode(57)) returns OQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=84", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_58", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(58)) returns Og==", + "description": "Check if btoa(String.fromCharCode(58)) returns Og==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=85", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_59", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(59)) returns Ow==", + "description": "Check if btoa(String.fromCharCode(59)) returns Ow==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=86", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_60", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(60)) returns PA==", + "description": "Check if btoa(String.fromCharCode(60)) returns PA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=87", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_61", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(61)) returns PQ==", + "description": "Check if btoa(String.fromCharCode(61)) returns PQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=88", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_62", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(62)) returns Pg==", + "description": "Check if btoa(String.fromCharCode(62)) returns Pg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=89", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_63", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(63)) returns Pw==", + "description": "Check if btoa(String.fromCharCode(63)) returns Pw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=90", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_64", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(64)) returns QA==", + "description": "Check if btoa(String.fromCharCode(64)) returns QA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=91", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_65", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(65)) returns QQ==", + "description": "Check if btoa(String.fromCharCode(65)) returns QQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=92", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_66", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(66)) returns Qg==", + "description": "Check if btoa(String.fromCharCode(66)) returns Qg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=93", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_67", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(67)) returns Qw==", + "description": "Check if btoa(String.fromCharCode(67)) returns Qw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=94", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_68", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(68)) returns RA==", + "description": "Check if btoa(String.fromCharCode(68)) returns RA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=95", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_69", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(69)) returns RQ==", + "description": "Check if btoa(String.fromCharCode(69)) returns RQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=96", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_70", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(70)) returns Rg==", + "description": "Check if btoa(String.fromCharCode(70)) returns Rg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=97", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_71", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(71)) returns Rw==", + "description": "Check if btoa(String.fromCharCode(71)) returns Rw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=98", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_72", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(72)) returns SA==", + "description": "Check if btoa(String.fromCharCode(72)) returns SA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=99", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_73", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(73)) returns SQ==", + "description": "Check if btoa(String.fromCharCode(73)) returns SQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=100", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_74", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(74)) returns Sg==", + "description": "Check if btoa(String.fromCharCode(74)) returns Sg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=101", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_75", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(75)) returns Sw==", + "description": "Check if btoa(String.fromCharCode(75)) returns Sw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=102", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_76", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(76)) returns TA==", + "description": "Check if btoa(String.fromCharCode(76)) returns TA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=103", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_77", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(77)) returns TQ==", + "description": "Check if btoa(String.fromCharCode(77)) returns TQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=104", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_78", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(78)) returns Tg==", + "description": "Check if btoa(String.fromCharCode(78)) returns Tg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=105", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_79", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(79)) returns Tw==", + "description": "Check if btoa(String.fromCharCode(79)) returns Tw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=106", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_80", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(80)) returns UA==", + "description": "Check if btoa(String.fromCharCode(80)) returns UA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=107", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_81", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(81)) returns UQ==", + "description": "Check if btoa(String.fromCharCode(81)) returns UQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=108", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_82", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(82)) returns Ug==", + "description": "Check if btoa(String.fromCharCode(82)) returns Ug==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=109", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_83", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(83)) returns Uw==", + "description": "Check if btoa(String.fromCharCode(83)) returns Uw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=110", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_84", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(84)) returns VA==", + "description": "Check if btoa(String.fromCharCode(84)) returns VA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=111", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_85", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(85)) returns VQ==", + "description": "Check if btoa(String.fromCharCode(85)) returns VQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=112", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_86", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(86)) returns Vg==", + "description": "Check if btoa(String.fromCharCode(86)) returns Vg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=113", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_87", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(87)) returns Vw==", + "description": "Check if btoa(String.fromCharCode(87)) returns Vw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=114", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_88", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(88)) returns WA==", + "description": "Check if btoa(String.fromCharCode(88)) returns WA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=115", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_89", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(89)) returns WQ==", + "description": "Check if btoa(String.fromCharCode(89)) returns WQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=116", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_90", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(90)) returns Wg==", + "description": "Check if btoa(String.fromCharCode(90)) returns Wg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=117", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_91", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(91)) returns Ww==", + "description": "Check if btoa(String.fromCharCode(91)) returns Ww==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=118", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_92", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(92)) returns XA==", + "description": "Check if btoa(String.fromCharCode(92)) returns XA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=119", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_93", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(93)) returns XQ==", + "description": "Check if btoa(String.fromCharCode(93)) returns XQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=120", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_94", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(94)) returns Xg==", + "description": "Check if btoa(String.fromCharCode(94)) returns Xg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=121", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_95", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(95)) returns Xw==", + "description": "Check if btoa(String.fromCharCode(95)) returns Xw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=122", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_96", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(96)) returns YA==", + "description": "Check if btoa(String.fromCharCode(96)) returns YA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=123", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_97", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(97)) returns YQ==", + "description": "Check if btoa(String.fromCharCode(97)) returns YQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=124", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_98", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(98)) returns Yg==", + "description": "Check if btoa(String.fromCharCode(98)) returns Yg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=125", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_99", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(99)) returns Yw==", + "description": "Check if btoa(String.fromCharCode(99)) returns Yw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=126", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_100", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(100)) returns ZA==", + "description": "Check if btoa(String.fromCharCode(100)) returns ZA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=127", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_101", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(101)) returns ZQ==", + "description": "Check if btoa(String.fromCharCode(101)) returns ZQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=128", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_102", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(102)) returns Zg==", + "description": "Check if btoa(String.fromCharCode(102)) returns Zg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=129", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_103", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(103)) returns Zw==", + "description": "Check if btoa(String.fromCharCode(103)) returns Zw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=130", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_104", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(104)) returns aA==", + "description": "Check if btoa(String.fromCharCode(104)) returns aA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=131", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_105", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(105)) returns aQ==", + "description": "Check if btoa(String.fromCharCode(105)) returns aQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=132", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_106", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(106)) returns ag==", + "description": "Check if btoa(String.fromCharCode(106)) returns ag==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=133", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_107", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(107)) returns aw==", + "description": "Check if btoa(String.fromCharCode(107)) returns aw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=134", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_108", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(108)) returns bA==", + "description": "Check if btoa(String.fromCharCode(108)) returns bA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=135", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_109", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(109)) returns bQ==", + "description": "Check if btoa(String.fromCharCode(109)) returns bQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=136", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_110", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(110)) returns bg==", + "description": "Check if btoa(String.fromCharCode(110)) returns bg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=137", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_111", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(111)) returns bw==", + "description": "Check if btoa(String.fromCharCode(111)) returns bw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=138", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_112", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(112)) returns cA==", + "description": "Check if btoa(String.fromCharCode(112)) returns cA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=139", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_113", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(113)) returns cQ==", + "description": "Check if btoa(String.fromCharCode(113)) returns cQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=140", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_114", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(114)) returns cg==", + "description": "Check if btoa(String.fromCharCode(114)) returns cg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=141", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_115", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(115)) returns cw==", + "description": "Check if btoa(String.fromCharCode(115)) returns cw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=142", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_116", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(116)) returns dA==", + "description": "Check if btoa(String.fromCharCode(116)) returns dA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=143", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_117", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(117)) returns dQ==", + "description": "Check if btoa(String.fromCharCode(117)) returns dQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=144", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_118", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(118)) returns dg==", + "description": "Check if btoa(String.fromCharCode(118)) returns dg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=145", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_119", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(119)) returns dw==", + "description": "Check if btoa(String.fromCharCode(119)) returns dw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=146", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_120", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(120)) returns eA==", + "description": "Check if btoa(String.fromCharCode(120)) returns eA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=147", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_121", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(121)) returns eQ==", + "description": "Check if btoa(String.fromCharCode(121)) returns eQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=148", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_122", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(122)) returns eg==", + "description": "Check if btoa(String.fromCharCode(122)) returns eg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=149", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_123", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(123)) returns ew==", + "description": "Check if btoa(String.fromCharCode(123)) returns ew==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=150", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_124", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(124)) returns fA==", + "description": "Check if btoa(String.fromCharCode(124)) returns fA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=151", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_125", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(125)) returns fQ==", + "description": "Check if btoa(String.fromCharCode(125)) returns fQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=152", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_126", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(126)) returns fg==", + "description": "Check if btoa(String.fromCharCode(126)) returns fg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=153", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_127", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(127)) returns fw==", + "description": "Check if btoa(String.fromCharCode(127)) returns fw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=154", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_128", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(128)) returns gA==", + "description": "Check if btoa(String.fromCharCode(128)) returns gA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=155", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_129", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(129)) returns gQ==", + "description": "Check if btoa(String.fromCharCode(129)) returns gQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=156", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_130", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(130)) returns gg==", + "description": "Check if btoa(String.fromCharCode(130)) returns gg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=157", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_131", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(131)) returns gw==", + "description": "Check if btoa(String.fromCharCode(131)) returns gw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=158", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_132", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(132)) returns hA==", + "description": "Check if btoa(String.fromCharCode(132)) returns hA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=159", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_133", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(133)) returns hQ==", + "description": "Check if btoa(String.fromCharCode(133)) returns hQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=160", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_134", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(134)) returns hg==", + "description": "Check if btoa(String.fromCharCode(134)) returns hg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=161", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_135", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(135)) returns hw==", + "description": "Check if btoa(String.fromCharCode(135)) returns hw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=162", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_136", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(136)) returns iA==", + "description": "Check if btoa(String.fromCharCode(136)) returns iA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=163", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_137", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(137)) returns iQ==", + "description": "Check if btoa(String.fromCharCode(137)) returns iQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=164", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_138", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(138)) returns ig==", + "description": "Check if btoa(String.fromCharCode(138)) returns ig==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=165", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_139", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(139)) returns iw==", + "description": "Check if btoa(String.fromCharCode(139)) returns iw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=166", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_140", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(140)) returns jA==", + "description": "Check if btoa(String.fromCharCode(140)) returns jA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=167", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_141", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(141)) returns jQ==", + "description": "Check if btoa(String.fromCharCode(141)) returns jQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=168", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_142", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(142)) returns jg==", + "description": "Check if btoa(String.fromCharCode(142)) returns jg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=169", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_143", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(143)) returns jw==", + "description": "Check if btoa(String.fromCharCode(143)) returns jw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=170", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_144", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(144)) returns kA==", + "description": "Check if btoa(String.fromCharCode(144)) returns kA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=171", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_145", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(145)) returns kQ==", + "description": "Check if btoa(String.fromCharCode(145)) returns kQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=172", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_146", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(146)) returns kg==", + "description": "Check if btoa(String.fromCharCode(146)) returns kg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=173", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_147", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(147)) returns kw==", + "description": "Check if btoa(String.fromCharCode(147)) returns kw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=174", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_148", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(148)) returns lA==", + "description": "Check if btoa(String.fromCharCode(148)) returns lA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=175", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_149", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(149)) returns lQ==", + "description": "Check if btoa(String.fromCharCode(149)) returns lQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=176", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_150", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(150)) returns lg==", + "description": "Check if btoa(String.fromCharCode(150)) returns lg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=177", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_151", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(151)) returns lw==", + "description": "Check if btoa(String.fromCharCode(151)) returns lw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=178", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_152", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(152)) returns mA==", + "description": "Check if btoa(String.fromCharCode(152)) returns mA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=179", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_153", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(153)) returns mQ==", + "description": "Check if btoa(String.fromCharCode(153)) returns mQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=180", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_154", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(154)) returns mg==", + "description": "Check if btoa(String.fromCharCode(154)) returns mg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=181", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_155", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(155)) returns mw==", + "description": "Check if btoa(String.fromCharCode(155)) returns mw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=182", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_156", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(156)) returns nA==", + "description": "Check if btoa(String.fromCharCode(156)) returns nA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=183", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_157", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(157)) returns nQ==", + "description": "Check if btoa(String.fromCharCode(157)) returns nQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=184", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_158", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(158)) returns ng==", + "description": "Check if btoa(String.fromCharCode(158)) returns ng==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=185", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_159", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(159)) returns nw==", + "description": "Check if btoa(String.fromCharCode(159)) returns nw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=186", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_160", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(160)) returns oA==", + "description": "Check if btoa(String.fromCharCode(160)) returns oA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=187", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_161", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(161)) returns oQ==", + "description": "Check if btoa(String.fromCharCode(161)) returns oQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=188", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_162", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(162)) returns og==", + "description": "Check if btoa(String.fromCharCode(162)) returns og==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=189", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_163", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(163)) returns ow==", + "description": "Check if btoa(String.fromCharCode(163)) returns ow==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=190", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_164", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(164)) returns pA==", + "description": "Check if btoa(String.fromCharCode(164)) returns pA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=191", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_165", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(165)) returns pQ==", + "description": "Check if btoa(String.fromCharCode(165)) returns pQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=192", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_166", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(166)) returns pg==", + "description": "Check if btoa(String.fromCharCode(166)) returns pg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=193", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_167", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(167)) returns pw==", + "description": "Check if btoa(String.fromCharCode(167)) returns pw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=194", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_168", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(168)) returns qA==", + "description": "Check if btoa(String.fromCharCode(168)) returns qA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=195", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_169", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(169)) returns qQ==", + "description": "Check if btoa(String.fromCharCode(169)) returns qQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=196", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_170", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(170)) returns qg==", + "description": "Check if btoa(String.fromCharCode(170)) returns qg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=197", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_171", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(171)) returns qw==", + "description": "Check if btoa(String.fromCharCode(171)) returns qw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=198", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_172", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(172)) returns rA==", + "description": "Check if btoa(String.fromCharCode(172)) returns rA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=199", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_173", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(173)) returns rQ==", + "description": "Check if btoa(String.fromCharCode(173)) returns rQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=200", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_174", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(174)) returns rg==", + "description": "Check if btoa(String.fromCharCode(174)) returns rg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=201", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_175", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(175)) returns rw==", + "description": "Check if btoa(String.fromCharCode(175)) returns rw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=202", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_176", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(176)) returns sA==", + "description": "Check if btoa(String.fromCharCode(176)) returns sA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=203", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_177", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(177)) returns sQ==", + "description": "Check if btoa(String.fromCharCode(177)) returns sQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=204", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_178", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(178)) returns sg==", + "description": "Check if btoa(String.fromCharCode(178)) returns sg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=205", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_179", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(179)) returns sw==", + "description": "Check if btoa(String.fromCharCode(179)) returns sw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=206", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_180", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(180)) returns tA==", + "description": "Check if btoa(String.fromCharCode(180)) returns tA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=207", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_181", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(181)) returns tQ==", + "description": "Check if btoa(String.fromCharCode(181)) returns tQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=208", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_182", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(182)) returns tg==", + "description": "Check if btoa(String.fromCharCode(182)) returns tg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=209", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_183", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(183)) returns tw==", + "description": "Check if btoa(String.fromCharCode(183)) returns tw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=210", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_184", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(184)) returns uA==", + "description": "Check if btoa(String.fromCharCode(184)) returns uA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=211", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_185", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(185)) returns uQ==", + "description": "Check if btoa(String.fromCharCode(185)) returns uQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=212", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_186", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(186)) returns ug==", + "description": "Check if btoa(String.fromCharCode(186)) returns ug==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=213", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_187", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(187)) returns uw==", + "description": "Check if btoa(String.fromCharCode(187)) returns uw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=214", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_188", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(188)) returns vA==", + "description": "Check if btoa(String.fromCharCode(188)) returns vA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=215", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_189", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(189)) returns vQ==", + "description": "Check if btoa(String.fromCharCode(189)) returns vQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=216", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_190", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(190)) returns vg==", + "description": "Check if btoa(String.fromCharCode(190)) returns vg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=217", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_191", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(191)) returns vw==", + "description": "Check if btoa(String.fromCharCode(191)) returns vw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=218", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_192", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(192)) returns wA==", + "description": "Check if btoa(String.fromCharCode(192)) returns wA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=219", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_193", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(193)) returns wQ==", + "description": "Check if btoa(String.fromCharCode(193)) returns wQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=220", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_194", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(194)) returns wg==", + "description": "Check if btoa(String.fromCharCode(194)) returns wg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=221", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_195", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(195)) returns ww==", + "description": "Check if btoa(String.fromCharCode(195)) returns ww==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=222", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_196", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(196)) returns xA==", + "description": "Check if btoa(String.fromCharCode(196)) returns xA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=223", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_197", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(197)) returns xQ==", + "description": "Check if btoa(String.fromCharCode(197)) returns xQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=224", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_198", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(198)) returns xg==", + "description": "Check if btoa(String.fromCharCode(198)) returns xg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=225", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_199", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(199)) returns xw==", + "description": "Check if btoa(String.fromCharCode(199)) returns xw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=226", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_200", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(200)) returns yA==", + "description": "Check if btoa(String.fromCharCode(200)) returns yA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=227", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_201", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(201)) returns yQ==", + "description": "Check if btoa(String.fromCharCode(201)) returns yQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=228", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_202", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(202)) returns yg==", + "description": "Check if btoa(String.fromCharCode(202)) returns yg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=229", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_203", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(203)) returns yw==", + "description": "Check if btoa(String.fromCharCode(203)) returns yw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=230", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_204", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(204)) returns zA==", + "description": "Check if btoa(String.fromCharCode(204)) returns zA==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=231", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_205", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(205)) returns zQ==", + "description": "Check if btoa(String.fromCharCode(205)) returns zQ==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=232", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_206", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(206)) returns zg==", + "description": "Check if btoa(String.fromCharCode(206)) returns zg==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=233", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_207", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(207)) returns zw==", + "description": "Check if btoa(String.fromCharCode(207)) returns zw==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=234", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_208", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(208)) returns 0A==", + "description": "Check if btoa(String.fromCharCode(208)) returns 0A==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=235", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_209", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(209)) returns 0Q==", + "description": "Check if btoa(String.fromCharCode(209)) returns 0Q==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=236", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_210", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(210)) returns 0g==", + "description": "Check if btoa(String.fromCharCode(210)) returns 0g==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=237", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_211", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(211)) returns 0w==", + "description": "Check if btoa(String.fromCharCode(211)) returns 0w==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=238", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_212", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(212)) returns 1A==", + "description": "Check if btoa(String.fromCharCode(212)) returns 1A==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=239", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_213", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(213)) returns 1Q==", + "description": "Check if btoa(String.fromCharCode(213)) returns 1Q==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=240", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_214", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(214)) returns 1g==", + "description": "Check if btoa(String.fromCharCode(214)) returns 1g==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=241", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_215", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(215)) returns 1w==", + "description": "Check if btoa(String.fromCharCode(215)) returns 1w==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=242", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_216", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(216)) returns 2A==", + "description": "Check if btoa(String.fromCharCode(216)) returns 2A==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=243", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_217", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(217)) returns 2Q==", + "description": "Check if btoa(String.fromCharCode(217)) returns 2Q==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=244", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_218", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(218)) returns 2g==", + "description": "Check if btoa(String.fromCharCode(218)) returns 2g==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=245", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_219", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(219)) returns 2w==", + "description": "Check if btoa(String.fromCharCode(219)) returns 2w==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=246", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_220", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(220)) returns 3A==", + "description": "Check if btoa(String.fromCharCode(220)) returns 3A==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=247", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_221", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(221)) returns 3Q==", + "description": "Check if btoa(String.fromCharCode(221)) returns 3Q==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=248", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_222", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(222)) returns 3g==", + "description": "Check if btoa(String.fromCharCode(222)) returns 3g==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=249", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_223", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(223)) returns 3w==", + "description": "Check if btoa(String.fromCharCode(223)) returns 3w==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=250", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_224", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(224)) returns 4A==", + "description": "Check if btoa(String.fromCharCode(224)) returns 4A==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=251", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_225", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(225)) returns 4Q==", + "description": "Check if btoa(String.fromCharCode(225)) returns 4Q==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=252", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_226", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(226)) returns 4g==", + "description": "Check if btoa(String.fromCharCode(226)) returns 4g==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=253", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_227", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(227)) returns 4w==", + "description": "Check if btoa(String.fromCharCode(227)) returns 4w==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=254", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_228", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(228)) returns 5A==", + "description": "Check if btoa(String.fromCharCode(228)) returns 5A==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=255", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_229", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(229)) returns 5Q==", + "description": "Check if btoa(String.fromCharCode(229)) returns 5Q==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=256", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_230", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(230)) returns 5g==", + "description": "Check if btoa(String.fromCharCode(230)) returns 5g==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=257", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_231", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(231)) returns 5w==", + "description": "Check if btoa(String.fromCharCode(231)) returns 5w==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=258", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_232", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(232)) returns 6A==", + "description": "Check if btoa(String.fromCharCode(232)) returns 6A==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=259", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_233", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(233)) returns 6Q==", + "description": "Check if btoa(String.fromCharCode(233)) returns 6Q==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=260", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_234", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(234)) returns 6g==", + "description": "Check if btoa(String.fromCharCode(234)) returns 6g==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=261", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_235", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(235)) returns 6w==", + "description": "Check if btoa(String.fromCharCode(235)) returns 6w==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=262", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_236", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(236)) returns 7A==", + "description": "Check if btoa(String.fromCharCode(236)) returns 7A==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=263", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_237", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(237)) returns 7Q==", + "description": "Check if btoa(String.fromCharCode(237)) returns 7Q==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=264", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_238", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(238)) returns 7g==", + "description": "Check if btoa(String.fromCharCode(238)) returns 7g==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=265", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_239", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(239)) returns 7w==", + "description": "Check if btoa(String.fromCharCode(239)) returns 7w==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=266", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_240", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(240)) returns 8A==", + "description": "Check if btoa(String.fromCharCode(240)) returns 8A==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=267", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_241", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(241)) returns 8Q==", + "description": "Check if btoa(String.fromCharCode(241)) returns 8Q==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=268", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_242", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(242)) returns 8g==", + "description": "Check if btoa(String.fromCharCode(242)) returns 8g==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=269", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_243", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(243)) returns 8w==", + "description": "Check if btoa(String.fromCharCode(243)) returns 8w==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=270", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_244", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(244)) returns 9A==", + "description": "Check if btoa(String.fromCharCode(244)) returns 9A==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=271", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_245", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(245)) returns 9Q==", + "description": "Check if btoa(String.fromCharCode(245)) returns 9Q==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=272", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_246", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(246)) returns 9g==", + "description": "Check if btoa(String.fromCharCode(246)) returns 9g==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=273", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_247", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(247)) returns 9w==", + "description": "Check if btoa(String.fromCharCode(247)) returns 9w==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=274", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_248", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(248)) returns +A==", + "description": "Check if btoa(String.fromCharCode(248)) returns +A==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=275", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_249", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(249)) returns +Q==", + "description": "Check if btoa(String.fromCharCode(249)) returns +Q==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=276", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_250", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(250)) returns +g==", + "description": "Check if btoa(String.fromCharCode(250)) returns +g==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=277", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_251", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(251)) returns +w==", + "description": "Check if btoa(String.fromCharCode(251)) returns +w==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=278", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_252", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(252)) returns /A==", + "description": "Check if btoa(String.fromCharCode(252)) returns /A==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=279", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_253", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(253)) returns /Q==", + "description": "Check if btoa(String.fromCharCode(253)) returns /Q==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=280", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_254", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(254)) returns /g==", + "description": "Check if btoa(String.fromCharCode(254)) returns /g==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=281", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_255", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(255)) returns /w==", + "description": "Check if btoa(String.fromCharCode(255)) returns /w==", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=282", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_256", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(256)) raises INVALID_CHARACTER_ERR exception", + "description": "Check if btoa(String.fromCharCode(256)) raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=283", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_257", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(257)) raises INVALID_CHARACTER_ERR exception", + "description": "Check if btoa(String.fromCharCode(257)) raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=284", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_10000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(10000)) raises INVALID_CHARACTER_ERR exception", + "description": "Check if btoa(String.fromCharCode(10000)) raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=285", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_65534", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(65534)) raises INVALID_CHARACTER_ERR exception", + "description": "Check if btoa(String.fromCharCode(65534)) raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=286", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_65535", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(65535)) raises INVALID_CHARACTER_ERR exception", + "description": "Check if btoa(String.fromCharCode(65535)) raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=287", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_0xd800_0xdc00", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(0xd800, 0xdc00)) raises INVALID_CHARACTER_ERR exception", + "description": "Check if btoa(String.fromCharCode(0xd800, 0xdc00)) raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=288", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_btoa_fromCharCode_concatenated", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if btoa(String.fromCharCode(0) + ... + String.fromCharCode(255))) concatenates first 256 code points", + "description": "Check if btoa(String.fromCharCode(0) + ... + String.fromCharCode(255))) concatenates first 256 code points", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=289", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('') returns empty string", + "description": "Check if atob('') returns empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=290", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcd", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcd') returns non-ASCII string", + "description": "Check if atob('abcd') returns non-ASCII string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=291", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_space_abcd", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(' abcd') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob(' abcd') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=292", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcd_space", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcd ') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcd ') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=293", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcd===", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcd===') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcd===') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=294", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_space_abcd===", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(' abcd===') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob(' abcd===') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=295", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcd===_space", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcd=== ') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcd=== ') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=296", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcd ===", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcd ===') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcd ===') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=297", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_a", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('a') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('a') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=298", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_ab", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('ab') returns i", + "description": "Check if atob('ab') returns i", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=299", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abc", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abc') returns non-ASCII character", + "description": "Check if atob('abc') returns non-ASCII character", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=300", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcde", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcde') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcde') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=301", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_String.fromCharCode(0xd800, 0xdc00)", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(String.fromCharCode(0xd800, 0xdc00)) raises INVALID_CHARACTER_ERR", + "description": "Check if atob(String.fromCharCode(0xd800, 0xdc00)) raises INVALID_CHARACTER_ERR", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=302", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_=", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('=') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('=') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=303", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_==", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('==') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('==') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=304", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_===", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('===') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('===') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=305", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_====", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('====') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('====') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=306", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_=====", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('=====') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('=====') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=307", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_a=", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('a=') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('a=') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=308", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_a==", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('a==') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('a==') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=309", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_a===", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('a===') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('a===') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=310", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_a====", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('a====') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('a====') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=311", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_a=====", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('a=====') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('a=====') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=312", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_ab=", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('ab=') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('ab=') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=313", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_ab==", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('ab==') returns i", + "description": "Check if atob('ab==') returns i", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=314", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_ab===", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('ab===') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('ab===') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=315", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_ab====", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('ab====') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('ab====') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=316", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_ab=====", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('ab=====') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('ab=====') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=317", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abc=", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abc=') returns i dot", + "description": "Check if atob('abc=') returns i dot", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=318", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abc==", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abc==') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abc==') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=319", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abc===", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abc===') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abc===') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=320", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abc====", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abc====') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abc====') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=321", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abc=====", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abc=====') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abc=====') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=322", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcd=", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcd=') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcd=') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=323", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcd==", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcd==') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcd==') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=324", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcd===_second", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcd===_second') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcd===_second') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=325", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcd====", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcd====') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcd====') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=326", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcd=====", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcd=====') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcd=====') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=327", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcde=", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcde=') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcde=') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=328", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcde==", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcde==') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcde==') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=329", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcde===", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcde===') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcde===') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=330", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcde====", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcde====') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcde====') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=331", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcde=====", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcde=====') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcde=====') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=332", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_=a", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('=a') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('=a') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=333", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_=a=", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('=a=') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('=a=') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=334", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_a=b", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('a=b') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('a=b') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=335", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_a=b=", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('a=b=') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('a=b=') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=336", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_ab=c", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('ab=c') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('ab=c') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=337", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_ab=c=", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('ab=c=') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('ab=c=') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=338", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abc=d", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abc=d') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abc=d') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=339", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abc=d=", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abc=d=') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abc=d=') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=340", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_ab cd", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abncd') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abncd') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=341", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_A", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('A') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('A') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=342", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_/A", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('/A') returns non-ASCII character", + "description": "Check if atob('/A') returns non-ASCII character", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=343", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_//A", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('//A') returns non-ASCII string", + "description": "Check if atob('//A') returns non-ASCII string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=344", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_///A", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('///A') returns non-ASCII string", + "description": "Check if atob('///A') returns non-ASCII string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=345", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_////A", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('////A') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('////A') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=346", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_/", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('/') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('/') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=347", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_A/", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('A/') returns x03", + "description": "Check if atob('A/') returns x03", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=348", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_AA/", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('AA/') returns 0x0f", + "description": "Check if atob('AA/') returns 0x0f", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=349", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_AAAA/", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('AAAA/') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('AAAA/') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=350", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_AAA/", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('AAA/') returns non-ASCII character", + "description": "Check if atob('AAA/') returns non-ASCII character", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=351", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_\\0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('\\0') raises INVALID_CHARACTER_ERR", + "description": "Check if atob('\\0') raises INVALID_CHARACTER_ERR", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=352", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_\\0nonsense", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('\\0nonsense') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('\\0nonsense') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=353", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_abcd\\0nonsense", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob('abcd\\0nonsense') raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob('abcd\\0nonsense') raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=354", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(undefined) raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob(undefined) raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=355", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(null) returns non-ASCII character", + "description": "Check if atob(null) returns non-ASCII character", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=356", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_7", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(7) raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob(7) raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=357", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_12", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(12) returns non-ASCII character", + "description": "Check if atob(12) returns non-ASCII character", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=358", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_1.5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(1.5) raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob(1.5) raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=359", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(true) returns non-ASCII character", + "description": "Check if atob(true) returns non-ASCII character", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=360", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(false) raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob(false) raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=361", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_NaN", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(NaN) returns non-ASCII character", + "description": "Check if atob(NaN) returns non-ASCII character", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=362", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_Infinity", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(Infinity) returns non-ASCII character", + "description": "Check if atob(Infinity) returns non-ASCII character", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=363", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_-Infinity", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(-Infinity) raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob(-Infinity) raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=364", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(0) raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob(0) raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=365", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_-0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(-0) raises INVALID_CHARACTER_ERR exception", + "description": "Check if atob(-0) raises INVALID_CHARACTER_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=366", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_object_foo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(object 'foo') returns non-ASCII character", + "description": "Check if atob(object 'foo') returns non-ASCII character", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=367", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "base64_atob_object_abcd", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if atob(object 'abcd') returns non-ASCII character", + "description": "Check if atob(object 'abcd') returns non-ASCII character", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=368", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_delete_data-foo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the 'data-foo' attribute should be removed if element.dataset['foo'] is deleted", + "description": "Check that the 'data-foo' attribute should be removed if element.dataset['foo'] is deleted", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_delete_data-foo-bar", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the 'data-foo-bar' attribute should be removed if element.dataset['fooBar'] is deleted", + "description": "Check that the 'data-foo-bar' attribute should be removed if element.dataset['fooBar'] is deleted", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_delete_data--", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the 'data--' attribute should be removed if element.dataset['-'] is deleted", + "description": "Check that the 'data--' attribute should be removed if element.dataset['-'] is deleted", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_delete_data--foo_capitalized", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the 'data--foo' attribute should be removed if element.dataset['Foo'] is deleted", + "description": "Check that the 'data--foo' attribute should be removed if element.dataset['Foo'] is deleted", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_delete_data--foo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the 'data--foo' attribute should be removed if element.dataset['-foo'] is deleted", + "description": "Check that the 'data--foo' attribute should be removed if element.dataset['-foo'] is deleted", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_delete_data---foo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the 'data---foo' attribute should be removed if element.dataset['-Foo'] is deleted", + "description": "Check that the 'data---foo' attribute should be removed if element.dataset['-Foo'] is deleted", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_delete_data-", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the 'data-' attribute should be removed if element.dataset[''] is deleted", + "description": "Check that the 'data-' attribute should be removed if element.dataset[''] is deleted", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_delete_data-E0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the 'data-xE0' attribute should be removed if element.dataset['xE0'] is deleted", + "description": "Check that the 'data-xE0' attribute should be removed if element.dataset['xE0'] is deleted", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_delete_data-foo_noadd", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that an exception should not be thrown if element.dataset['foo'] is deleted even though there is no data-foo attribute in element", + "description": "Check that an exception should not be thrown if element.dataset['foo'] is deleted even though there is no data-foo attribute in element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_enumeration", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the dataset attribute of xhtml5 is enumaratable", + "description": "Check if the dataset attribute of xhtml5 is enumaratable", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-enumeration.html?total_num=2&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_enumeration_qualified", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the non-dataset attribute of xhtml5 is enumaratable", + "description": "Check if the non-dataset attribute of xhtml5 is enumaratable", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-enumeration.html?total_num=2&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_get_", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that dataFoo attribute does not make an entry in the dataset DOMStringMap", + "description": "Check that dataFoo attribute does not make an entry in the dataset DOMStringMap", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_get_data-foo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that element.dataset['foo'] should return the value of element.getAttribute('data-foo')", + "description": "Check that element.dataset['foo'] should return the value of element.getAttribute('data-foo')", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_get_data-foo-bar", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that element.dataset['fooBar'] should return the value of element.getAttribute('data-foo-bar')", + "description": "Check that element.dataset['fooBar'] should return the value of element.getAttribute('data-foo-bar')", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_get_data--", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that element.dataset['-'] should return the value of element.getAttribute('data--')", + "description": "Check that element.dataset['-'] should return the value of element.getAttribute('data--')", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_get_data--foo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that element.dataset['Foo'] should return the value of element.getAttribute('data--foo')", + "description": "Check that element.dataset['Foo'] should return the value of element.getAttribute('data--foo')", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_get_data---foo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that element.dataset['-Foo'] should return the value of element.getAttribute('data---foo')", + "description": "Check that element.dataset['-Foo'] should return the value of element.getAttribute('data---foo')", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_get_data-Foo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that element.dataset['foo'] should return the value of element.getAttribute('data-Foo')", + "description": "Check that element.dataset['foo'] should return the value of element.getAttribute('data-Foo')", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_get_data-", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that element.dataset[''] should return the value of element.getAttribute('data-')", + "description": "Check that element.dataset[''] should return the value of element.getAttribute('data-')", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_get_data-E0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that element.dataset['xE0'] should return the value of element.getAttribute('data-xE0')", + "description": "Check that element.dataset['xE0'] should return the value of element.getAttribute('data-xE0')", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_instanceof", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if an element's dataset property is an instance of a DOMStringMap", + "description": "Check if an element's dataset property is an instance of a DOMStringMap", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-instanceof.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_set_data-foo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the value of element.getAttribute('data-foo') should be changed if set element.dataset['foo']", + "description": "Check that the value of element.getAttribute('data-foo') should be changed if set element.dataset['foo']", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_set_data-foo-bar", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the value of element.getAttribute('data-foo-bar') should be changed if set element.dataset['fooBar']", + "description": "Check that the value of element.getAttribute('data-foo-bar') should be changed if set element.dataset['fooBar']", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_set_data--", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the value of element.getAttribute('data--') should be changed if set element.dataset['-']", + "description": "Check that the value of element.getAttribute('data--') should be changed if set element.dataset['-']", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_set_data--foo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the value of element.getAttribute('data--foo') should be changed if set element.dataset['Foo']", + "description": "Check that the value of element.getAttribute('data--foo') should be changed if set element.dataset['Foo']", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_set_data---foo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the value of element.getAttribute('data---foo') should be changed if set element.dataset['-Foo']", + "description": "Check that the value of element.getAttribute('data---foo') should be changed if set element.dataset['-Foo']", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_set_data-", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the value of element.getAttribute('data-') should be changed if set element.dataset['']", + "description": "Check that the value of element.getAttribute('data-') should be changed if set element.dataset['']", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_set_data-E0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the value of element.getAttribute('data-xE0') should be changed if set element.dataset['xE0']", + "description": "Check that the value of element.getAttribute('data-xE0') should be changed if set element.dataset['xE0']", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_set_-foo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that SYNTAX_ERR exception should be thrown if set element.dataset['-foo']", + "description": "Check that SYNTAX_ERR exception should be thrown if set element.dataset['-foo']", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_set_foo_20", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that INVALID_CHARACTER_ERR exception should be thrown if set element.dataset['foox20']", + "description": "Check that INVALID_CHARACTER_ERR exception should be thrown if set element.dataset['foox20']", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "dataset_set_foo_F900", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that INVALID_CHARACTER_ERR exception should be thrown if set element.dataset['foouF900']", + "description": "Check that INVALID_CHARACTER_ERR exception should be thrown if set element.dataset['foouF900']", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "math_parse_one_id_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if id attribute is recognised on math elements", + "description": "Check if id attribute is recognised on math elements", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "math_parse_one_node_name", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if node name is math", + "description": "Check if node name is math", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "math_parse_one_namespaceuri", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if math is in MathML Namespace", + "description": "Check if math is in MathML Namespace", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "math_parse_one_childnodes_length", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if math has 2 children (empty tag syntax)", + "description": "Check if math has 2 children (empty tag syntax)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "math_parse_one_nested_mrow", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if nested mrow elements is parsed correctly", + "description": "Check if nested mrow elements is parsed correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "math_parse_one_rang_lang_entity", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if html element supports rang and lang entity code points", + "description": "Check if html element supports rang and lang entity code points", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "math_parse_one_kopf_entity", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if html element supports Kopf (Plane 1) entity code point", + "description": "Check if html element supports Kopf (Plane 1) entity code point", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "math_parse_one_annotation-xml", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if empty element tags in annotation-xml is parsed as per XML", + "description": "Check if empty element tags in annotation-xml is parsed as per XML", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "math_parse_one_html_tags_in_annotation-xml", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if html tags are allowed in annotation-xml/@encoding='text/html'", + "description": "Check if html tags are allowed in annotation-xml/@encoding='text/html'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "area_noref", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if xhtml5 area element supports nohref attribute", + "description": "Check if xhtml5 area element supports nohref attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/xhtml5/w3c/area_noref.xhtml", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "body_link", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check xhtml5 body element supports link attribute", + "description": "Check xhtml5 body element supports link attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/xhtml5/w3c/body_link.xhtml", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "body_text_00ffff", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check xhtml5 body element supports text attribute in the RGB Hexadecimal color", + "description": "Check xhtml5 body element supports text attribute in the RGB Hexadecimal color", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/xhtml5/w3c/body_text_00ffff.xhtml", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "html_style_in_comment", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if xhtml5 supports css style in comment", + "description": "Check if xhtml5 supports css style in comment", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/xhtml5/w3c/html_style_in_comment.xhtml", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "img_border_percent", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if xhtml5 img element supports border attribute in percentage", + "description": "Check if xhtml5 img element supports border attribute in percentage", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/xhtml5/w3c/img_border_percent.xhtml", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "object_border_perc", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if xhtml5 object element supports border attribute in percentage", + "description": "Check if xhtml5 object element supports border attribute in percentage", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/xhtml5/w3c/object_border_perc.xhtml", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "object_border_pixel", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if xhtml5 object element supports border attribute in pixel", + "description": "Check if xhtml5 object element supports border attribute in pixel", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/xhtml5/w3c/object_border_pixel.xhtml", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_local_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the datetime-local type support on input 'datetime-local' element", + "description": "Check if the datetime-local type support on input 'datetime-local' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html?total_num=18&locator_key=id&value=12", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_local_min", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if min exists in input 'datetime-local' element", + "description": "Check if min exists in input 'datetime-local' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html?total_num=18&locator_key=id&value=13", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_local_max", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if max exists in input 'datetime-local' element", + "description": "Check if max exists in input 'datetime-local' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html?total_num=18&locator_key=id&value=14", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_local_step", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if step exists in input 'datetime-local' element", + "description": "Check if step exists in input 'datetime-local' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html?total_num=18&locator_key=id&value=15", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_local_stepUp", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if stepUp exists in input 'datetime-local' element", + "description": "Check if stepUp exists in input 'datetime-local' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html?total_num=18&locator_key=id&value=16", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_local_stepDown_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if stepDown exists in input 'datetime-local' element", + "description": "Check if stepDown exists in input 'datetime-local' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html?total_num=18&locator_key=id&value=17", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_local_valueAsNumber", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if valueAsNumber exists in input 'datetime-local' element", + "description": "Check if valueAsNumber exists in input 'datetime-local' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html?total_num=18&locator_key=id&value=18", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_19", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the datetime.valueAsNumber exists", + "description": "Check if the datetime.valueAsNumber exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=19", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_20", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the date.valueAsNumber exists", + "description": "Check if the date.valueAsNumber exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=20", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_21", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the month.valueAsNumber exists", + "description": "Check if the month.valueAsNumber exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=21", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_22", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the week.valueAsNumber exists", + "description": "Check if the week.valueAsNumber exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=22", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_23", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the time.valueAsNumber exists", + "description": "Check if the time.valueAsNumber exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=23", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_image_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the image type support on input 'image' element", + "description": "Check if the image type support on input 'image' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_image.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_image_width", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the width exist in input 'image' element", + "description": "Check if the width exist in input 'image' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_image.html?total_num=3&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_image_height", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the height exist in input 'image' element", + "description": "Check if the height exist in input 'image' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_image.html?total_num=3&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "valueMode_18", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if value IDL attribute of input type datetime-local with value attribute", + "description": "Check if value IDL attribute of input type datetime-local with value attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/valueMode.html?total_num=44&locator_key=id&value=18", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_15", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the datetime type support on input 'datetime' element", + "description": "Check if the datetime type support on input 'datetime' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=15", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_17", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the min attribute must have a value that is a valid global date and time string when type='datetime'", + "description": "Check if the min attribute must have a value that is a valid global date and time string when type='datetime'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=17", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_18", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the max attribute must have a value that is a valid global date and time string when type='datetime'", + "description": "Check if the max attribute must have a value that is a valid global date and time string when type='datetime'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=18", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_19", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the step attribute must be expressed in seconds when type='datetime'", + "description": "Check if the step attribute must be expressed in seconds when type='datetime'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=19", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_21", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the stepDown method support on input 'datetime' element", + "description": "Check if the stepDown method support on input 'datetime' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=21", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_20", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the stepUp method support on input 'datetime' element", + "description": "Check if the stepUp method support on input 'datetime' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=20", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_6", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the stepUp method support on input 'date' element", + "description": "Check if the stepUp method support on input 'date' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_29", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the week type support on input element", + "description": "Check if the week type support on input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=29", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_31", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the min attribute must have a value that is a valid global date and time string when type='week'", + "description": "Check if the min attribute must have a value that is a valid global date and time string when type='week'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=31", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_32", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the max attribute must have a value that is a valid global date and time string when type='week'", + "description": "Check if the max attribute must have a value that is a valid global date and time string when type='week'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=32", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_33", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the step attribute must be expressed in seconds when type='week'", + "description": "Check if the step attribute must be expressed in seconds when type='week'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=33", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_35", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the stepDown method support on input 'week' element", + "description": "Check if the stepDown method support on input 'week' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=35", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_34", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the stepUp method support on input 'week' element", + "description": "Check if the stepUp method support on input 'week' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=34", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "month_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the month type support on input element", + "description": "Check if the month type support on input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/month.html?total_num=10&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "month_9", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if when value is given invalid value to non-empty valid string, the value must be same as before when type='month'", + "description": "Check if when value is given invalid value to non-empty valid string, the value must be same as before when type='month'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/month.html?total_num=10&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "time_5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type attribute support on input element when type='time'", + "description": "Check if the type attribute support on input element when type='time'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html?total_num=32&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "time_32", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if set value on not time format value when type='time'", + "description": "Check if set value on not time format value when type='time'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html?total_num=32&locator_key=id&value=32", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "time_6", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the max attribute support on input element when type='time'", + "description": "Check if the max attribute support on input element when type='time'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html?total_num=32&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "time_7", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the min attribute support on input element when type='time'", + "description": "Check if the min attribute support on input element when type='time'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html?total_num=32&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "time_8", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the step attribute support on input element when type='time'", + "description": "Check if the step attribute support on input element when type='time'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html?total_num=32&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "time_9", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the stepUp function support on input Element when type='time'", + "description": "Check if the stepUp function support on input Element when type='time'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html?total_num=32&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "time_10", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the stepDown function support on input Element when type='time'", + "description": "Check if the stepDown function support on input Element when type='time'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html?total_num=32&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "range_20", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the stepDown function support on input Element when type='range'", + "description": "Check if the stepDown function support on input Element when type='range'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html?total_num=22&locator_key=id&value=20", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the date type support on input 'date' element", + "description": "Check if the date type support on input 'date' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the min attribute must have a value that is a valid global date and time string when type='date'", + "description": "Check if the min attribute must have a value that is a valid global date and time string when type='date'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the max attribute must have a value that is a valid global date and time string when type='date'", + "description": "Check if the max attribute must have a value that is a valid global date and time string when type='date'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the step attribute must be expressed in seconds type='date'", + "description": "Check if the step attribute must be expressed in seconds type='date'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_7", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the stepDown method support on input 'date' element", + "description": "Check if the stepDown method support on input 'date' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_26", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the step attribute must be expressed in seconds when type='month'", + "description": "Check if the step attribute must be expressed in seconds when type='month'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=26", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datetime_28", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the stepDown method support on input 'month' element", + "description": "Check if the stepDown method support on input 'month' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=28", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "range_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the range type support on input 'range' element", + "description": "Check if the range type support on input 'range' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html?total_num=22&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "range_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the min attribute support on input 'range' element", + "description": "Check if the min attribute support on input 'range' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html?total_num=22&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "range_3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the max attribute support on input 'range' element", + "description": "Check if the max attribute support on input 'range' element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html?total_num=22&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "range_19", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the stepUp function support on input Element when type='range'", + "description": "Check if the stepUp function support on input Element when type='range'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html?total_num=22&locator_key=id&value=19", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "search_input_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the input element type=search supported", + "description": "Check if the input element type=search supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/search_input.html?total_num=2&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "telephone_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the input element type=tel supported", + "description": "Check if the input element type=tel supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/telephone.html?total_num=13&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "track_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the track element supports", + "description": "Check if the track element supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html?total_num=28&locator_key=id&value=26", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "section_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the section element supports", + "description": "Check if the section element supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/headings-and-sections/heading_sections_check.html?total_num=6&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "nav_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the nav element supports", + "description": "Check if the nav element supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/the-nav-element/nav_element.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "article_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the article element supports", + "description": "Check if the article element supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/the-article-element/article_element.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "aside_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the aside element supports", + "description": "Check if the aside element supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/the-aside-element/aside_element.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "header_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the header element supports", + "description": "Check if the header element supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/the-header-element/header_element.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "footer_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the footer element supports", + "description": "Check if the footer element supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/the-footer-element/footer_element.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "figure_element_support", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the figure element visual effect", + "description": "Check the figure element visual effect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/grouping-content/the-figure-element/figure_element.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "figcaption_element_support", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the figcaption element visual effect", + "description": "Check the figcaption element visual effect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/grouping-content/the-figcaption-element/figcaption_element.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "mark_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the mark element supports", + "description": "Check if the mark element supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_element_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "rp_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if rp element supports", + "description": "Check if rp element supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/text-level-semantics/the-rp-element/rp_element.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "details_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the details element supports", + "description": "Check if the details element supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_created.html?total_num=2&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "contentEditable_attribute_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if contentEditable attribute supports", + "description": "check if contentEditable attribute supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html?total_num=7&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "designMode_attribute_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if designMode attribute supports", + "description": "Check if designMode attribute supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/editing/editing-0/making-entire-documents-editable-the-designmode-idl-attribute/user-interaction-editing-designMode.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "spellcheck_attribute_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the spellcheck attribute supports", + "description": "Check if the spellcheck attribute supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/editing/editing-0/spelling-and-grammar-checking/user-interaction-editing-spellcheck.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "compatMode_attribute_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the compatMode attribute support", + "description": "Check if the compatMode attribute support", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/dom/documents/resource-metadata-management/document-compatmode-01.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "iframe_supported", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the iframe tag supported", + "description": "Check if the iframe tag supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/embedded-content-0/the-iframe-element/iframe_supported.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "track_attributes_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the track.kind exists", + "description": "Check if the track.kind exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html?total_num=28&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "track_attributes_3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the track.src exists", + "description": "Check if the track.src exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html?total_num=28&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "track_attributes_5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the track.srclang exists", + "description": "Check if the track.srclang exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html?total_num=28&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "track_attributes_7", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the track.label exists", + "description": "Check if the track.label exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html?total_num=28&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "track_attributes_9", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the track.default exists", + "description": "Check if the track.default exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html?total_num=28&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_url_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of input type=url is valid", + "description": "Check if the value of input type=url is valid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_url_invalid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_email_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the input element type=email supported", + "description": "Check if the input element type=email supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_email_invalid.html?total_num=5&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_email_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of input type=email is valid", + "description": "Check if the value of input type=email is valid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_email_invalid.html?total_num=5&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "textarea_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the textarea element supported", + "description": "Check if the textarea element supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_element_attribute.html?total_num=13&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "select_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the select element supported", + "description": "Check if the select element supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_attribute.html?total_num=13&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "select_element_required_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the select required attribute exists", + "description": "Check the select required attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_required_check.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "select_element_inrange", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the select inrange attribute exists", + "description": "Check the select inrange attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_inrange.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "select_element_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the select readonly attribute exists", + "description": "Check the select readonly attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_readonlyorwrite.html?total_num=2&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "select_element_readwrite", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the select readwrite attribute exists", + "description": "Check the select readwrite attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_readonlyorwrite.html?total_num=2&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "select_element_valid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the select valid attribute exists", + "description": "Check the select valid attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_validorinvalid.html?total_num=2&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "select_element_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the select invalid attribute exists", + "description": "Check the select invalid attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_validorinvalid.html?total_num=2&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "fieldset_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the fieldset element supported", + "description": "Check if the fieldset element supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-fieldset-element/fieldset_idlharness.html?total_num=26&locator_key=id&value=14", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "fieldset_elements_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the fieldset elements attribute exists", + "description": "Check the fieldset elements attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-fieldset-element/fieldset_elements_check.html?total_num=2&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "datalist_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the datalist element supported", + "description": "Check if the datalist element supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-datalist-element/datalist_idlharness.html?total_num=7&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "output_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the output element supported", + "description": "Check if the output element supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-output-element/output_idlharness.html?total_num=30&locator_key=id&value=16", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "progress_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the progress element supported", + "description": "Check if the progress element supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-progress-element/progress_idlharness.html?total_num=13&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "meter_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the meter element supported", + "description": "Check if the meter element supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-meter-element/meter_idlharness.html?total_num=19&locator_key=id&value=11", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_pattern_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the Fields pattern attribute exists", + "description": "Check the Fields pattern attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_pattern.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_required_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the Fields required attribute exists", + "description": "Check the Fields required attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_required.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "textarea_element_maxLength", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the textarea maxlength attribute exists", + "description": "Check the textarea maxlength attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_element_maxLength.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "textarea_wrap_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the textarea wrap attribute exists", + "description": "Check the textarea wrap attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_wrap.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "onoffline_attribute_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if HTMLBodyElement.onoffline exists", + "description": "Check if HTMLBodyElement.onoffline exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/the-body-element/body_element_attribute.html?total_num=36&locator_key=id&value=19", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ononline_attribute_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if HTMLBodyElement.ononline exists", + "description": "Check if HTMLBodyElement.ononline exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/the-body-element/body_element_attribute.html?total_num=36&locator_key=id&value=21", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "abbr_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the abbr element supports", + "description": "Check if the abbr element supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/text-level-semantics/the-abbr-element/abbr_element_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video is HTMLElement", + "description": "Check if the type of video is HTMLElement", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/embedded-content-0/the-video-element/video_node_create.html?total_num=2&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_node_created", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video node created", + "description": "Check if the video node created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/embedded-content-0/the-video-element/video_node_create.html?total_num=2&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "details_open_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if details.open exists", + "description": "Check if details.open exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_attributes.html?total_num=2&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "mark_background_is_yellow", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the mark background is yellow", + "description": "Check if the mark background is yellow", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_element_base_usage.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "details_open_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if details open default value is false", + "description": "Check if details open default value is false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_open_check.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_number_6", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value only set number", + "description": "Check if the value only set number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_number.html?total_num=6&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_range_4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the step attribute default value is 1", + "description": "Check if the step attribute default value is 1", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_range.html?total_num=5&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "range_6", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the converting an illegal string to the default step when type='range'", + "description": "Check if the converting an illegal string to the default step when type='range'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html?total_num=22&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the datetime.valueAsDate exists", + "description": "Check if the datetime.valueAsDate exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the date.value is set invalid", + "description": "Check if the date.value is set invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the date.valueAsDate exists", + "description": "Check if the date.valueAsDate exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the month.min exists", + "description": "Check if the month.min exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the month.max exists", + "description": "Check if the month.max exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_6", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the month.valueAsDate exists", + "description": "Check if the month.valueAsDate exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_7", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the week.valueAsDate exists", + "description": "Check if the week.valueAsDate exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_8", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the time.valueAsDate exists", + "description": "Check if the time.valueAsDate exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_9", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the number type support on input element", + "description": "Check if the number type support on input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_10", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the number.validity exists", + "description": "Check if the number.validity exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_11", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the number.min exists", + "description": "Check if the number.min exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=11", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_12", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the number.max exists", + "description": "Check if the number.max exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=12", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_13", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "heck if the number.valueAsNumber exists", + "description": "heck if the number.valueAsNumber exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=13", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_14", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the number.stepDown exists", + "description": "Check if the number.stepDown exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=14", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_15", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the number.stepUp exists", + "description": "Check if the number.stepUp exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=15", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_16", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the range.valueAsNumber exists", + "description": "Check if the range.valueAsNumber exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=16", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_17", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the file type support on input element", + "description": "Check if the file type support on input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=17", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_type_attribute_18", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the file.files exists", + "description": "Check if the file.files exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=18", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "article_node_created", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if article node created", + "description": "Check if article node created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/the-article-element/article_node_created.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "aside_node_created", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if aside node created", + "description": "Check if aside node created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/the-aside-element/aside_node_created.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "figure_node_created", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if figure node created", + "description": "Check if figure node created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/grouping-content/the-figure-element/figure_node_created.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "main_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the main element support", + "description": "Check if the main element support", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/grouping-content/the-main-element/grouping-main.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "figcaption_node_created", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if figcaption node created", + "description": "Check if figcaption node created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/grouping-content/the-figcaption-element/figcaption_node_created.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "footer_node_created", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if footer node created", + "description": "Check if footer node created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/the-footer-element/footer_node_created.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "header_node_created", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if header node created", + "description": "Check if header node created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/the-header-element/header_node_created.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "nav_node_created", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if nav node created", + "description": "Check if nav node created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/the-nav-element/nav_node_created.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "section_node_created", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if section node created", + "description": "Check if section node created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/headings-and-sections/section_node_created.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "wbr_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the wbr element support", + "description": "Check if the wbr element support", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/text-level-semantics/the-wbr-element/grouping-wbr.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "abbr_node_created", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if abbr node created", + "description": "Check if abbr node created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/text-level-semantics/the-abbr-element/abbr_node_created.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "mark_node_created", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if mark node created", + "description": "Check if mark node created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_node_created.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "output_node_created", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if output node created", + "description": "Check if output node created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-output-element/output_node_created.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_url_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check input element type=url supported", + "description": "Check input element type=url supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_text_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check input element type=text supported", + "description": "Check input element type=text supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_list_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if list attribute in input element", + "description": "Check if list attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "label_control_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if control attribute in label element", + "description": "Check if control attribute in label element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_noValidate_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if noValidate attribute in form element", + "description": "Check if noValidate attribute in form element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_selectionDirection_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if selectionDirection attribute in input element", + "description": "Check if selectionDirection attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_form_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if form attribute in input element", + "description": "Check if form attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_formAction_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if formAction attribute in input element", + "description": "Check if formAction attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_formEnctype_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if formEnctype attribute in input element", + "description": "Check if formEnctype attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_formMethod_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if formMethod attribute in input element", + "description": "Check if formMethod attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_formNoValidate_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if formNoValidate attribute in input element", + "description": "Check if formNoValidate attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=11", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_formTarget_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if formTarget attribute in input element", + "description": "Check if formTarget attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=12", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_labels_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if labels attribute in input element", + "description": "Check if labels attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=13", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_autofocus_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if autofocus attribute in input element", + "description": "Check if autofocus attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=14", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_autocomplete_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if autocomplete attribute in input element", + "description": "Check if autocomplete attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=15", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_placeholder_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if placeholder attribute in input element", + "description": "Check if placeholder attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=16", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_dirName_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if dirName attribute in input element", + "description": "Check if dirName attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=17", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_checkValidity_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if checkValidity attribute in input element", + "description": "Check if checkValidity attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=18", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_max_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if max attribute in input element", + "description": "Check if max attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=19", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_maxlength_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if maxlength attribute in input element", + "description": "Check if maxlength attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=20", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_min_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if min attribute in input element", + "description": "Check if min attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=21", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "input_step_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if step attribute in input element", + "description": "Check if step attribute in input element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=22", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "body_onhashchange_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the onhashchange is TreatNonCallableAsNull", + "description": "Check if the onhashchange is TreatNonCallableAsNull", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/semantics/sections/the-body-element/body_onhashchange_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "reversed_on_ol_element", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the reversed attribute on ol element", + "description": "Check if the reversed attribute on ol element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/grouping-content/the-ol-element/reversed-1a.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "figure_element_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if figure element exists", + "description": "Check if figure element exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/grouping-content/the-figure-element/grouping-figure.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "figcaption_element_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if figcaption element exists", + "description": "Check if figcaption element exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/grouping-content/the-figcaption-element/grouping-figcaption.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "hidden_attribute_support", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the hidden attribute support", + "description": "Check if the hidden attribute support", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/editing/the-hidden-attribute/hidden-1a.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "interfaces", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the elements should implement its interfaces", + "description": "Check if the elements should implement its interfaces", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/semantics/interfaces.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "outerHTML", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if element.outerHTML to verify HTML fragment serialization algorithm", + "description": "Check if element.outerHTML to verify HTML fragment serialization algorithm", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/w3c/syntax/serializing-html-fragments/outerHTML.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "history_supported", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the history tag supported", + "description": "Check if the history tag supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/browsers/history/the-history-interface/history_supported.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_alert_base", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if pop the alert dialog", + "description": "Check if pop the alert dialog", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_alert_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_confirm_base", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if pop the confirm dialog", + "description": "Check if pop the confirm dialog", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_confirm_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_prompt_base", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if pop the prompt dialog", + "description": "Check if pop the prompt dialog", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_prompt_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_onerror_basic", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that window.onerror attribute exists", + "description": "Test checks that window.onerror attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_basic.html?total_num=2&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_external_AddSearchProvider_basic", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that window.external.AddSearchProvider method exists", + "description": "Test checks that window.external.AddSearchProvider method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_basic.html?total_num=2&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "document_oninput_event", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the document oninput event exists", + "description": "Check the document oninput event exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dom/documents/the-document-object/document_oninput_event.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "document_onchange_event", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the document onchange event exists", + "description": "Check the document onchange event exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dom/documents/the-document-object/document_onchange_event.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "document_oninvalid_event", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the document oninvalid event exists", + "description": "Check the document oninvalid event exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dom/documents/the-document-object/oninvalid_event_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "mutationobserver_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the MutationObserver interface exist", + "description": "Check if the MutationObserver interface exist", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dom/mutationobserver/mutationobserver.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "document_execCommand_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that document.execCommand method exists", + "description": "Test checks that document.execCommand method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html?total_num=7&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "document_queryCommandEnabled_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that document.queryCommandEnabled method exists", + "description": "Test checks that document.queryCommandEnabled method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html?total_num=7&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "document_queryCommandIndeterm_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that document.queryCommandIndeterm method exists", + "description": "Test checks that document.queryCommandIndeterm method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html?total_num=7&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "document_queryCommandState_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that document.queryCommandState method exists", + "description": "Test checks that document.queryCommandState method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html?total_num=7&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "document_queryCommandSupported_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that document.queryCommandSupported method exists", + "description": "Test checks that document.queryCommandSupported method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html?total_num=7&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "document_queryCommandValue_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that document.queryCommandValue method exists", + "description": "Test checks that document.queryCommandValue method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html?total_num=7&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "document_isContentEditable_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that HTML element isContentEditable attribute exists", + "description": "Test checks that HTML element isContentEditable attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html?total_num=7&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "htmlkeygenelement_element_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the keygen element supported", + "description": "Check if the keygen element supported", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/rendering/bindings/the-keygen-element-0/htmlkeygenelement_attributes.html?total_num=26&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "htmlkeygenelement_challenge_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the keygen challenge attribute exists", + "description": "Check the keygen challenge attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/rendering/bindings/the-keygen-element-0/htmlkeygenelement_attributes.html?total_num=26&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "htmlkeygenelement_keytype_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the keytype attribute exists", + "description": "Check the keytype attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-extra-html5-tests/rendering/bindings/the-keygen-element-0/htmlkeygenelement_attributes.html?total_num=26&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0G-tct-extra-html5-tests/tct-extra-html5-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0G-tct-extra-html5-tests/tct-extra-html5-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..ed11dc9 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0G-tct-extra-html5-tests/tct-extra-html5-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0H-tct-fileapi-w3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0H-tct-fileapi-w3c-tests/QAMETA.json new file mode 100644 index 0000000..529c5b8 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0H-tct-fileapi-w3c-tests/QAMETA.json @@ -0,0 +1,1666 @@ +[ + { + "launcher": "xwalk", + "name": "FileReader_readAsArrayBuffer_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.readAsArrayBuffer exists", + "description": "Check if FileReader.readAsArrayBuffer exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_readAsArrayBuffer_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_readAsText_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.readAsText exists", + "description": "Check if FileReader.readAsText exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_readAsDataURL_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.readAsDataURL exists", + "description": "Check if FileReader.readAsDataURL exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_readAsDataURL_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_abort_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.abort exists", + "description": "Check if FileReader.abort exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_abort_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_EMPTY_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constant FileReader.EMPTY exists", + "description": "Check if the constant FileReader.EMPTY exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_LOADING_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constant FileReader.LOADING exists", + "description": "Check if the constant FileReader.LOADING exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_DONE_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constant FileReader.DONE exists", + "description": "Check if the constant FileReader.DONE exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReaderSync_readAsArrayBuffer_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReaderSync.readAsArrayBuffer exists", + "description": "Check if FileReaderSync.readAsArrayBuffer exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReaderSync_readAsText_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReaderSync.readAsText exists", + "description": "Check if FileReaderSync.readAsText exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReaderSync_readAsDataURL_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReaderSync.readAsDataURL exists", + "description": "Check if FileReaderSync.readAsDataURL exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "URL_createObjectURL_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if URL.createObjectURL exists", + "description": "Check if URL.createObjectURL exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/URL_createObjectURL_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "URL_revokeObjectURL_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if URL.revokeObjectURL exists", + "description": "Check if URL.revokeObjectURL exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/URL_revokeObjectURL_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileList_item_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileList.item attribute exists", + "description": "Check if FileList.item attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileList_item_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileList_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileList.length attribute exists", + "description": "Check if FileList.length attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileList_length_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_error_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.error method exists", + "description": "Check if FileReader.error method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_error_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_onabort_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.onabort method exists", + "description": "Check if FileReader.onabort method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_onabort_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_onerror_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.onerror method exists", + "description": "Check if FileReader.onerror method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_onerror_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_onloadend_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.onloadend method exists", + "description": "Check if FileReader.onloadend method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_onloadend_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_onloadstart_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.onloadstart method exists", + "description": "Check if FileReader.onloadstart method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_onloadstart_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_onload_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.onload method exists", + "description": "Check if FileReader.onload method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_onload_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_onprogress_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.onprogress method exists", + "description": "Check if FileReader.onprogress method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_onprogress_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_readyState_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.readyState method exists", + "description": "Check if FileReader.readyState method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob_slice_overflow", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the value of Blob.slice when processing the slice call with user agent normalized from 1998 to 2999", + "description": "Check the value of Blob.slice when processing the slice call with user agent normalized from 1998 to 2999", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/Blob_slice_overflow.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob_size_type", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the attribute of the interface Blob size is number type", + "description": "Check the attribute of the interface Blob size is number type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/Blob_size_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob_size_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute of the interface Blob size is not null", + "description": "Check if the attribute of the interface Blob size is not null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/Blob_size_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob_type_type", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute type value of interface Blob is string type", + "description": "Check if the attribute type value of interface Blob is string type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/Blob_type_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob_type_normal", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute type value of interface Blob return the media type", + "description": "Check if the attribute type value of interface Blob return the media type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/Blob_type_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_constructor_base", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the user agent must return a new FileReader object when the FileReader() constructor is invoked", + "description": "Check if the user agent must return a new FileReader object when the FileReader() constructor is invoked", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_constructor_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_DONE_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constant FileReader.DONE is of type number", + "description": "Check if the constant FileReader.DONE is of type number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_EMPTY_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constant FileReader.EMPTY is of type number", + "description": "Check if the constant FileReader.EMPTY is of type number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_error_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.error is readonly", + "description": "Check if FileReader.error is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_error_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_LOADING_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constant FileReader.LOADING is of type number", + "description": "Check if the constant FileReader.LOADING is of type number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_readyState_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.readyState is of type number", + "description": "Check if FileReader.readyState is of type number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileReader_result_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileReader.result is readonly", + "description": "Check if FileReader.result is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/FileReader_result_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if window has a FileList property", + "description": "Check if window has a FileList property", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist.html?total_num=7&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the FileList length default is 0", + "description": "Check if the FileList length default is 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist.html?total_num=7&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if item is a instanceof Function", + "description": "Check if item is a instanceof Function", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist.html?total_num=7&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if item is a method of fileList", + "description": "Check if item is a method of fileList", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist.html?total_num=7&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the item method returns null when no file selected", + "description": "Check if the item method returns null when no file selected", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist.html?total_num=7&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_7", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the fileList length is 0 when no file selected", + "description": "Check if the fileList length is 0 when no file selected", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist.html?total_num=7&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_selected_1", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the fileList length is 1 when selected one file", + "description": "Check if the fileList length is 1 when selected one file", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist_selected_file-manual.html?total_num=5&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_selected_2", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the item method returns the File interface when selected one file", + "description": "Check if the item method returns the File interface when selected one file", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist_selected_file-manual.html?total_num=5&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_selected_3", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if item(0) is not null when selected one file", + "description": "Check if item(0) is not null when selected one file", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist_selected_file-manual.html?total_num=5&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_selected_4", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if item(1) is null when selected one file only", + "description": "Check if item(1) is null when selected one file only", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist_selected_file-manual.html?total_num=5&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_selected_5", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the file name string is the selected upload.txt", + "description": "Check if the file name string is the selected upload.txt", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist_selected_file-manual.html?total_num=5&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_multiple_selected_1", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the fileList length is 2 when selected two files", + "description": "Check if the fileList length is 2 when selected two files", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist_multiple_selected_files-manual.html?total_num=5&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_multiple_selected_2", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the item method returns the files interface when selected two files", + "description": "Check if the item method returns the files interface when selected two files", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist_multiple_selected_files-manual.html?total_num=5&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_multiple_selected_3", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if item(1) is not null when selected two files", + "description": "Check if item(1) is not null when selected two files", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist_multiple_selected_files-manual.html?total_num=5&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_multiple_selected_4", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if item(2) is null when selected two files", + "description": "Check if item(2) is null when selected two files", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist_multiple_selected_files-manual.html?total_num=5&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filelist_multiple_selected_5", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the file name string is the name of selected files upload.txt and upload.zip", + "description": "Check if the file name string is the name of selected files upload.txt and upload.zip", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist_multiple_selected_files-manual.html?total_num=5&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob-constructor_44", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Blob method slice 3 strings(foo bar baz) as blobParts slice(0,9) get foobarbaz", + "description": "Check if Blob method slice 3 strings(foo bar baz) as blobParts slice(0,9) get foobarbaz", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=44", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob-constructor_46", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Blob method slice 3 strings(foo bar baz) as blobParts slice(0,3) get foo", + "description": "Check if Blob method slice 3 strings(foo bar baz) as blobParts slice(0,3) get foo", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=46", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob-constructor_56", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Blob method slice 3 strings(foo bar baz) as blobParts slice(0,11) get foobarbaz", + "description": "Check if Blob method slice 3 strings(foo bar baz) as blobParts slice(0,11) get foobarbaz", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=56", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob-constructor_58", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Blob method slice 3 strings(foo bar baz) as blobParts slice(10,5) get null", + "description": "Check if Blob method slice 3 strings(foo bar baz) as blobParts slice(10,5) get null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=58", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob-constructor_62", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Blob method slice string(foo), Blob(squiggle), string(baz) as blobParts slice from(3,8) get squiggle", + "description": "Check if Blob method slice string(foo), Blob(squiggle), string(baz) as blobParts slice from(3,8) get squiggle", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=62", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob-constructor_64", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Blob method slice string(foo), Blob(squiggle), string(baz) as blobParts slice from(2,2) get os", + "description": "Check if Blob method slice string(foo), Blob(squiggle), string(baz) as blobParts slice from(2,2) get os", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=64", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob-constructor_92", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Blob method slice ArrayBufferView(A-P), Blob(squiggle), string(foo) as blobParts slice(8,10) get IJKLMNOPsq", + "description": "Check if Blob method slice ArrayBufferView(A-P), Blob(squiggle), string(foo) as blobParts slice(8,10) get IJKLMNOPsq", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=92", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob-constructor_98", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Blob method slice partial [ArrayBufferView(A-P),3,5], blob(squiggle), string(foo) as blobParts slice(0,8) get DEFGHsqu", + "description": "Check if Blob method slice partial [ArrayBufferView(A-P),3,5], blob(squiggle), string(foo) as blobParts slice(0,8) get DEFGHsqu", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=98", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob-constructor_100", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Blob method slice partial [ArrayBufferView(A-P),3,5], blob(squiggle), string(foo) as blobParts slice(8,10) get igglefoo", + "description": "Check if Blob method slice partial [ArrayBufferView(A-P),3,5], blob(squiggle), string(foo) as blobParts slice(8,10) get igglefoo", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=100", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob-constructor_102", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Blob method slice partial [ArrayBufferView(A-P),3,5], blob(squiggle), string(foo) as blobParts slice(4,8) get Hsquiggl", + "description": "Check if Blob method slice partial [ArrayBufferView(A-P),3,5], blob(squiggle), string(foo) as blobParts slice(4,8) get Hsquiggl", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=102", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob-constructor_104", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Blob method slice 3, int8View(A-P), string(foo) as blobParts slice(0,8) get 3ABCDEFG", + "description": "Check if Blob method slice 3, int8View(A-P), string(foo) as blobParts slice(0,8) get 3ABCDEFG", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=104", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob-constructor_106", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Blob method slice 3, int8View(A-P), string(foo) as blobParts slice(8,10) get HIJKLMNOPf", + "description": "Check if Blob method slice 3, int8View(A-P), string(foo) as blobParts slice(8,10) get HIJKLMNOPf", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=106", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob-constructor_108", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Blob method slice 3, int8View(A-P), string(foo) as blobParts slice(17,4) get foo", + "description": "Check if Blob method slice 3, int8View(A-P), string(foo) as blobParts slice(17,4) get foo", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=108", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Blob-constructor_110", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Blob method slice 3, int8View(A-P), string(foo) as blobParts slice(4,8) get foo", + "description": "Check if Blob method slice 3, int8View(A-P), string(foo) as blobParts slice(4,8) get foo", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=110", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0H-tct-fileapi-w3c-tests/tct-fileapi-w3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0H-tct-fileapi-w3c-tests/tct-fileapi-w3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..d8e0ffa Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0H-tct-fileapi-w3c-tests/tct-fileapi-w3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0K-tct-flexiblebox-css3-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0K-tct-flexiblebox-css3-tests/QAMETA.json new file mode 100644 index 0000000..6f9f07d --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0K-tct-flexiblebox-css3-tests/QAMETA.json @@ -0,0 +1,1458 @@ +[ + { + "launcher": "xwalk", + "name": "CSS3FlexBox_flex-direction", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'flex-direction' property exists", + "description": "Check if the 'flex-direction' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-direction.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3FlexBox_flex-flow", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'flex-flow' property exists", + "description": "Check if the 'flex-flow' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-flow.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3FlexBox_flex-wrap", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'flex-wrap' property exists", + "description": "Check if the 'flex-wrap' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-wrap.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3FlexBox_flex", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'flex' property exists", + "description": "Check if the 'flex' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3FlexBox_align-content", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'align-content' property exists", + "description": "Check if the 'align-content' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-content.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3FlexBox_align-items", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'align-items' property exists", + "description": "Check if the 'align-items' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-items.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3FlexBox_align-self", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'align-self' property exists", + "description": "Check if the 'align-self' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-self.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3FlexBox_flex-basis", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'flex-basis' property exists", + "description": "Check if the 'flex-basis' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-basis.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3FlexBox_flex-grow", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'flex-grow' property exists", + "description": "Check if the 'flex-grow' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-grow.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3FlexBox_flex-shrink", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'flex-shrink' property exists", + "description": "Check if the 'flex-shrink' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-shrink.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3FlexBox_justify-content", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'justify-content' property exists", + "description": "Check if the 'justify-content' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_justify-content.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3FlexBox_min-height", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'min-height' property exists", + "description": "Check if the 'min-height' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_min-height.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3FlexBox_min-width", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'min-width' property exists", + "description": "Check if the 'min-width' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_min-width.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3FlexBox_order", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'order' property exists", + "description": "Check if the 'order' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_order.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css-flexbox-row", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that when writing mode is vertical and flex-flow: row, the flex container is vertical", + "description": "Test checks that when writing mode is vertical and flex-flow: row, the flex container is vertical", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css-flexbox-row-reverse", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that when writing mode is vertical and flex-flow: row-reverse, the flex container is vertical", + "description": "Test checks that when writing mode is vertical and flex-flow: row-reverse, the flex container is vertical", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-reverse.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css-flexbox-row-reverse-wrap", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that when writing mode is vertical and flex-flow: row-reverse wrap, the flex container is vertical", + "description": "Test checks that when writing mode is vertical and flex-flow: row-reverse wrap, the flex container is vertical", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-reverse-wrap.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css-flexbox-row-reverse-wrap-reverse", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that when writing mode is vertical and flex-flow: row-reverse wrap-reverse, the flex container is vertical", + "description": "Test checks that when writing mode is vertical and flex-flow: row-reverse wrap-reverse, the flex container is vertical", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-reverse-wrap-reverse.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css-flexbox-row-wrap", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that when writing mode is vertical and flex-flow: row wrap, the flex container is vertical", + "description": "Test checks that when writing mode is vertical and flex-flow: row wrap, the flex container is vertical", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-wrap.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css-flexbox-row-wrap-reverse", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that when writing mode is vertical and flex-flow: row wrap-reverse, the flex container is vertical", + "description": "Test checks that when writing mode is vertical and flex-flow: row wrap-reverse, the flex container is vertical", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-wrap-reverse.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "flexbox-flex-direction-column", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that flex container's main axis has the same orientation as the block axis of the current writing mode, when flex-direction = column. This assumes writing-direction = horizontal-tb', and direction = 'ltr'.", + "description": "Test checks that flex container's main axis has the same orientation as the block axis of the current writing mode, when flex-direction = column. This assumes writing-direction = horizontal-tb', and direction = 'ltr'.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-column.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "flexbox-flex-direction-column-reverse", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that flex container's main axis has the same orientation as the block axis of the current writing mode, and main-start and main-end are swapped, when flex-direction = column-reverse. This assumes writing-direction = horizontal-tb', and direction = 'ltr'.", + "description": "Test checks that flex container's main axis has the same orientation as the block axis of the current writing mode, and main-start and main-end are swapped, when flex-direction = column-reverse. This assumes writing-direction = horizontal-tb', and direction = 'ltr'.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-column-reverse.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "flexbox-flex-direction-default", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that flex container's main axis has the same orientation as the inline axis of the current writing mode by default. This assumes writing-direction = horizontal-tb', and direction = 'ltr'.", + "description": "Test checks that flex container's main axis has the same orientation as the inline axis of the current writing mode by default. This assumes writing-direction = horizontal-tb', and direction = 'ltr'.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-default.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "flexbox-flex-direction-row", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that flex container's main axis has the same orientation as the inline axis of the current writing mode, when flex-direction = row. This assumes writing-direction = horizontal-tb', and direction = 'ltr'.", + "description": "Test checks that flex container's main axis has the same orientation as the inline axis of the current writing mode, when flex-direction = row. This assumes writing-direction = horizontal-tb', and direction = 'ltr'.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-row.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "flexbox-flex-direction-row-reverse", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that flex container's main axis has the opposite orientation as the inline axis of the current writing mode, when flex-direction = row-reverse. This assumes writing-direction = horizontal-tb', and direction = 'ltr'.", + "description": "Test checks that flex container's main axis has the opposite orientation as the inline axis of the current writing mode, when flex-direction = row-reverse. This assumes writing-direction = horizontal-tb', and direction = 'ltr'.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-row-reverse.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "flexbox-flex-wrap-default", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that flex elements default to flex-wrap: nowrap if flex-wrap is not set. With wrapping disabled, the .green flex item should extend outside the bounds of its container, as it is set to flex:none.", + "description": "Test checks that flex elements default to flex-wrap: nowrap if flex-wrap is not set. With wrapping disabled, the .green flex item should extend outside the bounds of its container, as it is set to flex:none.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-default.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "flexbox-flex-wrap-nowrap", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that flex elements set to flex-wrap: nowrap will not wrap their flex items. With wrapping disabled, the .green flex item should extend outside the bounds of its container, as it is set to flex:none.", + "description": "Test checks that flex elements set to flex-wrap: nowrap will not wrap their flex items. With wrapping disabled, the .green flex item should extend outside the bounds of its container, as it is set to flex:none.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-nowrap.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "flexbox-flex-wrap-wrap", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that flex elements wrap left-to-right within their flex container when flex-wrap = 'wrap', matching the writing direction. This assumes writing-direction = horizontal-tb', and direction = 'ltr'.", + "description": "Test checks that flex elements wrap left-to-right within their flex container when flex-wrap = 'wrap', matching the writing direction. This assumes writing-direction = horizontal-tb', and direction = 'ltr'.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-wrap.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "flexbox-flex-wrap-wrap-reverse", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that flex elements wrap left-to-right and bottom-to-top within their flex container when flex-wrap = 'wrap-reverse'. This assumes writing-direction = horizontal-tb', and direction = 'ltr'.", + "description": "Test checks that flex elements wrap left-to-right and bottom-to-top within their flex container when flex-wrap = 'wrap-reverse'. This assumes writing-direction = horizontal-tb', and direction = 'ltr'.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-wrap-reverse.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "multi-line-wrap-reverse-column-reverse", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test check that a flex container reverse-wraps blocks multiline in column-reverse direction.", + "description": "This test check that a flex container reverse-wraps blocks multiline in column-reverse direction.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-column-reverse.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "multi-line-wrap-reverse-row-reverse", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test check that a flex container reverse-wraps blocks multiline in row-reverse direction.", + "description": "This test check that a flex container reverse-wraps blocks multiline in row-reverse direction.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-row-reverse.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "multi-line-wrap-with-column-reverse", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test check that a flex container wraps blocks multiline in column-reverse direction.", + "description": "This test check that a flex container wraps blocks multiline in column-reverse direction.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-column-reverse.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "multi-line-wrap-with-row-reverse", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test check that a flex container wraps blocks multiline in row-reverse direction.", + "description": "This test check that a flex container wraps blocks multiline in row-reverse direction.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-row-reverse.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "align-content-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that a multi-line flex container with 'align-content: center' centers lines in the flex container", + "description": "This test checks that a multi-line flex container with 'align-content: center' centers lines in the flex container", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "align-content-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that a multi-line flex container with 'align-content: flex-start' packs lines toward the start of the flex container", + "description": "This test checks that a multi-line flex container with 'align-content: flex-start' packs lines toward the start of the flex container", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "align-content-003", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that a multi-line flex container with 'align-content: flex-end' packs lines toward the end of the flex container", + "description": "This test checks that a multi-line flex container with 'align-content: flex-end' packs lines toward the end of the flex container", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-003.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "align-content-004", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that a multi-line flex container with 'align-content: space-between' distributes lines evenly in the flex container", + "description": "This test checks that a multi-line flex container with 'align-content: space-between' distributes lines evenly in the flex container", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-004.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "align-content-005", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that a multi-line flex container with 'align-content: space-around' distributes lines evenly in the flex container with half-size spaces on either end", + "description": "This test checks that a multi-line flex container with 'align-content: space-around' distributes lines evenly in the flex container with half-size spaces on either end", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-005.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "align-content-006", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that a multi-line flex container with 'align-content: stretch' stretches lines to take up the remaining space", + "description": "This test checks that a multi-line flex container with 'align-content: stretch' stretches lines to take up the remaining space", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-006.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "align-items-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that the flex container with 'align-items: center' centers each flex item's margin box in the cross-axis of its line", + "description": "This test checks that the flex container with 'align-items: center' centers each flex item's margin box in the cross-axis of its line", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "align-items-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that the flex container with 'align-items: flex-start' places each flex item's margin box flush with the cross-start edge of line", + "description": "This test checks that the flex container with 'align-items: flex-start' places each flex item's margin box flush with the cross-start edge of line", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "align-items-003", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that the flex container with 'align-items: flex-end' places each flex item's margin box flush with the cross-end edge of line", + "description": "This test checks that the flex container with 'align-items: flex-end' places each flex item's margin box flush with the cross-end edge of line", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-003.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "align-items-004", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that the flex container with 'align-items: baseline' places each flex item's margin box so that their baselines align", + "description": "This test checks that the flex container with 'align-items: baseline' places each flex item's margin box so that their baselines align", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-004.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "align-items-005", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that the flex container with 'align-items: stretch' places each flex item's margin box so that its cross size is the same as the cross size of the line", + "description": "This test checks that the flex container with 'align-items: stretch' places each flex item's margin box so that its cross size is the same as the cross size of the line", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-005.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "display-flex-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that an element with 'display' property set to 'flex' establishes a new block-level flex container", + "description": "This test checks that an element with 'display' property set to 'flex' establishes a new block-level flex container", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/display-flex-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "flex-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that the flex grow factor determines the distribution of positive free space", + "description": "This test checks that the flex grow factor determines the distribution of positive free space", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "flex-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that the flex shrink factor is multiplied by the flex base size when distributing negative space", + "description": "This test checks that the flex shrink factor is multiplied by the flex base size when distributing negative space", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "flex-003", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that the flex items with a different flex grow factor have different flexibilities", + "description": "This test checks that the flex items with a different flex grow factor have different flexibilities", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-003.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "flex-004", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that the flex items with a different flex shrink factor have different flexibilities", + "description": "This test checks that the flex items with a different flex shrink factor have different flexibilities", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-004.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "justify-content-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that the flex container with 'justify-content: center' centers flex items in the main axis of each line", + "description": "This test checks that the flex container with 'justify-content: center' centers flex items in the main axis of each line", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "justify-content-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that the flex container with 'justify-content: flex-start' packs flex items toward the start of the main axis of each line", + "description": "This test checks that the flex container with 'justify-content: flex-start' packs flex items toward the start of the main axis of each line", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "justify-content-003", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that the flex container with 'justify-content: flex-end' packs flex items toward the end of the main axis of each line", + "description": "This test checks that the flex container with 'justify-content: flex-end' packs flex items toward the end of the main axis of each line", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-003.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "justify-content-004", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that the flex container with 'justify-content: space-between' evenly distributes flex items in the main axis of each line", + "description": "This test checks that the flex container with 'justify-content: space-between' evenly distributes flex items in the main axis of each line", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-004.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "justify-content-005", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test checks that the flex container with 'justify-content: space-around' evenly distributes flex items in the main axis of each line with half-size spaces on either end", + "description": "This test checks that the flex container with 'justify-content: space-around' evenly distributes flex items in the main axis of each line with half-size spaces on either end", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-005.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "order-with-column-reverse", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test check that a flex container layouts out its content starting with the lowest numbered ordinal group and going up with column-reverse direction", + "description": "This test check that a flex container layouts out its content starting with the lowest numbered ordinal group and going up with column-reverse direction", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-column-reverse.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "order-with-row-reverse", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "This test check that a flex container layouts out its content starting with the lowest numbered ordinal group and going up with row-reverse direction", + "description": "This test check that a flex container layouts out its content starting with the lowest numbered ordinal group and going up with row-reverse direction", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-row-reverse.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0K-tct-flexiblebox-css3-tests/tct-flexiblebox-css3-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0K-tct-flexiblebox-css3-tests/tct-flexiblebox-css3-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..ab5d77b Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0K-tct-flexiblebox-css3-tests/tct-flexiblebox-css3-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0L-tct-fonts-css3-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0L-tct-fonts-css3-tests/QAMETA.json new file mode 100644 index 0000000..5d9d495 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0L-tct-fonts-css3-tests/QAMETA.json @@ -0,0 +1,3512 @@ +[ + { + "launcher": "xwalk", + "name": "c523-font-style-000", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-style' property has correct visual rendering", + "description": "Check if the 'font-style' property has correct visual rendering", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "c524-font-var-000", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-variant' property has correct visual rendering", + "description": "Check if the 'font-variant' property has correct visual rendering", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "c525-font-wt-000", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-weight' property has correct visual rendering", + "description": "Check if the 'font-weight' property has correct visual rendering", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "c526-font-sz-000", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-size' property has correct visual rendering", + "description": "Check if the 'font-size' property has correct visual rendering", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3DF_font-family", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the element font-family exists", + "description": "Check if the element font-family exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/CSS3DF_font-family.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3DF_font-kerning_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-kerning can be given normal value", + "description": "Check if the font-kerning can be given normal value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/CSS3DF_font-kerning_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3DF_font-variant_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-variant can be given normal value", + "description": "Check if the font-variant can be given normal value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/CSS3DF_font-variant_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3DF_font-variant-ligatures_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-variant-ligatures can be given normal value", + "description": "Check if the font-variant-ligatures can be given normal value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/CSS3DF_font-variant-ligatures_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-style, font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-style, font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-003", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-variant, font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-variant, font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-003.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-004", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-weight, font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-weight, font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-004.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-006", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-style, font-weight, font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-style, font-weight, font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-006.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-007", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-variant, font-style, font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-variant, font-style, font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-007.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-008", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-variant, font-weight, font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-variant, font-weight, font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-008.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-009", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-weight, font-style, font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-weight, font-style, font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-009.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-010", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-weight, font-variant, font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-weight, font-variant, font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-010.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-011", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-011.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-012", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-style, font-weight, font-variant, font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-style, font-weight, font-variant, font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-012.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-013", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-variant, font-style, font-weight, font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-variant, font-style, font-weight, font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-013.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-014", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-style, font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-style, font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-014.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-015", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-weight, font-style, font-variant, font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-weight, font-style, font-variant, font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-015.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-016", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-weight, font-variant, font-style, font-size and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-weight, font-variant, font-style, font-size and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-016.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-017", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-size, line-height and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-size, line-height and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-017.xht", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-018", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-style, font-size, line-height and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-style, font-size, line-height and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-018.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-020", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-weight, font-size, line-height and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-weight, font-size, line-height and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-020.xht", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-022", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-style, font-weight, font-size, line-height and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-style, font-weight, font-size, line-height and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-022.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-023", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-variant, font-style, font-size, line-height and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-variant, font-style, font-size, line-height and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-023.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-024", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-variant, font-weight, font-size, line-height and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-variant, font-weight, font-size, line-height and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-024.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-025", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-weight, font-style, font-size, line-height and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-weight, font-style, font-size, line-height and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-025.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-026", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-weight, font-variant, font-size, line-height and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-weight, font-variant, font-size, line-height and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-026.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-027", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-size, line-height and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-size, line-height and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-027.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-028", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-style, font-weight, font-variant, font-size, line-height and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-style, font-weight, font-variant, font-size, line-height and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-028.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-029", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-variant, font-style, font-weight, font-size, line-height and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-variant, font-style, font-weight, font-size, line-height and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-029.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-030", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-style, font-size, line-height and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-style, font-size, line-height and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-030.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-031", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-weight, font-style, font-variant, font-size, line-height and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-weight, font-style, font-variant, font-size, line-height and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-031.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-032", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property accepts and sets font-weight, font-variant, font-style, font-size, line-height and font-family", + "description": "Check if the 'font' shorthand property accepts and sets font-weight, font-variant, font-style, font-size, line-height and font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-032.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-033", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' property set to 'caption' correctly uses the system setting", + "description": "Check if the 'font' property set to 'caption' correctly uses the system setting", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-033.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-034", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' property set to 'icon' correctly uses the system setting", + "description": "Check if the 'font' property set to 'icon' correctly uses the system setting", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-034.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-035", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' property set to 'menu' correctly uses the system setting", + "description": "Check if the 'font' property set to 'menu' correctly uses the system setting", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-035.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-036", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' property set to 'message-box' correctly uses the system setting", + "description": "Check if the 'font' property set to 'message-box' correctly uses the system setting", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-036.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-037", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' property set to 'small-caption' correctly uses the system setting", + "description": "Check if the 'font' property set to 'small-caption' correctly uses the system setting", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-037.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-038", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' property set to 'status-bar' correctly uses the system setting", + "description": "Check if the 'font' property set to 'status-bar' correctly uses the system setting", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-038.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-043", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property set to 'inherit' inherits the parent element's value 'italic small-caps bold 1in/1em Ahem'", + "description": "Check if the 'font' shorthand property set to 'inherit' inherits the parent element's value 'italic small-caps bold 1in/1em Ahem'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-043.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-044", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a system font sets all of the font subproperties at the same time; then font value is changed to 'message-box'", + "description": "Check if a system font sets all of the font subproperties at the same time; then font value is changed to 'message-box'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-044.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-applies-to-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' property applies to 'display: inline' elements", + "description": "Check if the 'font' property applies to 'display: inline' elements", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-applies-to-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' property applies to 'display: block' elements", + "description": "Check if the 'font' property applies to 'display: block' elements", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-applies-to-017", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' property applies to 'display: inherit' elements", + "description": "Check if the 'font' property applies to 'display: inherit' elements", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-family' property set to 'serif' correctly renders the user agent's serif font", + "description": "Check if the 'font-family' property set to 'serif' correctly renders the user agent's serif font", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-003", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-family' property set to 'sans-serif' correctly renders the user agent's sans-serif font", + "description": "Check if the 'font-family' property set to 'sans-serif' correctly renders the user agent's sans-serif font", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-003.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-004", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-family' property set to 'cursive' correctly renders the user agent's cursive font", + "description": "Check if the 'font-family' property set to 'cursive' correctly renders the user agent's cursive font", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-004.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-005", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-family' property set to 'fantasy' correctly renders the user agent's fantasy font", + "description": "Check if the 'font-family' property set to 'fantasy' correctly renders the user agent's fantasy font", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-005.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-006", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-family' property set to 'monospace' correctly renders the user agent's monospace font", + "description": "Check if the 'font-family' property set to 'monospace' correctly renders the user agent's monospace font", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-006.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-007", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-family' property set to 'inherit' inherits its value from the parent element's value", + "description": "Check if the 'font-family' property set to 'inherit' inherits its value from the parent element's value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-007.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-008", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-family names must not contain unescaped parentheses or unescaped curly braces", + "description": "Check if the font-family names must not contain unescaped parentheses or unescaped curly braces", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-008.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-009", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-family' property set the value 'Ahem'", + "description": "Check if the 'font-family' property set the value 'Ahem'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-009.xht", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-applies-to-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-family' property applies to 'display: inline' elements", + "description": "Check if the 'font-family' property applies to 'display: inline' elements", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-applies-to-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-family' property applies to 'display: block' elements", + "description": "Check if the 'font-family' property applies to 'display: block' elements", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-applies-to-016", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-family' property applies to 'display: none' elements", + "description": "Check if the 'font-family' property applies to 'display: none' elements", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-applies-to-017", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-family' property applies to 'display: inherit' elements", + "description": "Check if the 'font-family' property applies to 'display: inherit' elements", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-invalid-characters-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the invalid characters in font family names invalidate entire declaration", + "description": "Check if the invalid characters in font family names invalidate entire declaration", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-invalid-characters-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Invalid characters is in font family names", + "description": "Check if the Invalid characters is in font family names", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-rule-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the default font family varies and depends on user agent", + "description": "Check if the default font family varies and depends on user agent", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-rule-005", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if glyphs that are missing render as the missing glyph character and still report their initial character location, not the missing glyph location", + "description": "Check if glyphs that are missing render as the missing glyph character and still report their initial character location, not the missing glyph location", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-valid-characters-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-family' sets valid characters", + "description": "Check if the 'font-family' sets valid characters", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-family-valid-characters-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font family names must be identifiers", + "description": "Check if the font family names must be identifiers", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-matching-rule-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if font property match then use the font specified by font-family, if font property doesn't match, don't even try to match font-family", + "description": "Check if font property match then use the font specified by font-family, if font property doesn't match, don't even try to match font-family", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-matching-rule-006", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font contains definition of 'italic' or 'oblique' and italic or oblique is set by the style, then use that font", + "description": "Check if the font contains definition of 'italic' or 'oblique' and italic or oblique is set by the style, then use that font", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-matching-rule-009", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the invalid font weight values are set to the default weight of 400", + "description": "Check if the invalid font weight values are set to the default weight of 400", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-matching-rule-012", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size for scalable fonts are rounded to the nearest whole pixel", + "description": "Check if the font-size for scalable fonts are rounded to the nearest whole pixel", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-012.xht", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-size' property sets a minimum minus one length value in pixels is invalid, such 'font-size' declaration should be ignored, then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent)", + "description": "Check if the 'font-size' property sets a minimum minus one length value in pixels is invalid, such 'font-size' declaration should be ignored, then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-size' property sets a minimum length value in pixels", + "description": "Check if the 'font-size' property sets a minimum length value in pixels", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-003", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-size' property sets a minimum plus one length value in pixels", + "description": "Check if the 'font-size' property sets a minimum plus one length value in pixels", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-003.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-004", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-size' property sets a negative zero length value in pixels", + "description": "Check if the 'font-size' property sets a negative zero length value in pixels", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-004.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-005", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-size' property sets a positive zero length value in pixels", + "description": "Check if the 'font-size' property sets a positive zero length value in pixels", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-005.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-006", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-size' property sets a nominal length value in pixels", + "description": "Check if the 'font-size' property sets a nominal length value in pixels", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-006.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-007", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font-size' property sets a positive nominal length value in pixels", + "description": "Check if the 'font-size' property sets a positive nominal length value in pixels", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-007.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-089", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size is invalid and the value will be ignored in visual when the font-size property set as -1%", + "description": "Check if the font-size is invalid and the value will be ignored in visual when the font-size property set as -1%", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-089.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-090", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size can be set as 0%", + "description": "Check if the font-size can be set as 0%", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-090.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-091", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size is 1% in visual", + "description": "Check if the font-size is 1% in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-091.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-092", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size is 0 in visual when the font-size property set as -0%", + "description": "Check if the font-size is 0 in visual when the font-size property set as -0%", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-092.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-093", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size is 0 in visual when the font-size property set as +0%", + "description": "Check if the font-size is 0 in visual when the font-size property set as +0%", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-093.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-094", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size is 100% in visual", + "description": "Check if the font-size is 100% in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-094.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-095", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size is 100% in visual when the font-size property set as +100%", + "description": "Check if the font-size is 100% in visual when the font-size property set as +100%", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-095.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-100", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size is 0 in visual when the font-size property set as -0", + "description": "Check if the font-size is 0 in visual when the font-size property set as -0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-100.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-101", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size can be set as 0", + "description": "Check if the font-size can be set as 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-101.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-102", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size is 0 in visual when the font-size property set as +0", + "description": "Check if the font-size is 0 in visual when the font-size property set as +0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-102.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-112", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size inherits its value from its parent in visual when the font-size property set as the keyword inherit", + "description": "Check if the font-size inherits its value from its parent in visual when the font-size property set as the keyword inherit", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-112.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-116", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size have the right size in pixels unit in visual", + "description": "Check if the font-size have the right size in pixels unit in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-116.xht", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-120", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size inherits its value from its parent in visual", + "description": "Check if the font-size inherits its value from its parent in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-120.xht", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-applies-to-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size applies to 'display: inline' elements in visual", + "description": "Check if the font-size applies to 'display: inline' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-applies-to-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size applies to 'display: block' elements in visual", + "description": "Check if the font-size applies to 'display: block' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-applies-to-016", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size applies to 'display: none' elements in visual", + "description": "Check if the font-size applies to 'display: none' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-applies-to-017", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size applies to 'display: inherit' elements in visual", + "description": "Check if the font-size applies to 'display: inherit' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-rule-003", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the script is free to choose a font-size from the font size table or the closest font size in visual", + "description": "Check if the script is free to choose a font-size from the font size table or the closest font size in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-size-rule-004", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-size em unit value refers its parent in visual", + "description": "Check if the font-size em unit value refers its parent in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-size-rule-004.xht", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-style-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-style renders the characters as normal text in visual when the font-style property set to 'normal'", + "description": "Check if the font-style renders the characters as normal text in visual when the font-style property set to 'normal'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-style-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-style-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-style renders the characters as italic text in visual when the font-style property set to 'italic'", + "description": "Check if the font-style renders the characters as italic text in visual when the font-style property set to 'italic'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-style-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-style-003", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-style renders the characters as oblique text in visual when the font-style property set to 'oblique'", + "description": "Check if the font-style renders the characters as oblique text in visual when the font-style property set to 'oblique'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-style-003.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-style-004", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-style inherits its value from the parent element in visual when the font-style property set to 'inherit'", + "description": "Check if the font-style inherits its value from the parent element in visual when the font-style property set to 'inherit'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-style-004.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-style-applies-to-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-style applies to 'display: inline' elements in visual", + "description": "Check if the font-style applies to 'display: inline' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-style-applies-to-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-style applies to 'display: block' elements in visual", + "description": "Check if the font-style applies to 'display: block' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-style-applies-to-016", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-style applies to 'display: none' elements in visual", + "description": "Check if the font-style applies to 'display: none' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-style-applies-to-017", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-style applies to 'display: inherit' elements in visual", + "description": "Check if the font-style applies to 'display: inherit' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-systemfont-rule-004", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'font' shorthand property resets any property which not explicitly given a value by default", + "description": "Check if the 'font' shorthand property resets any property which not explicitly given a value by default", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-variant-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-variant renders the typical characters for text in visual when the font-variant property set to 'normal'", + "description": "Check if the font-variant renders the typical characters for text in visual when the font-variant property set to 'normal'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-variant-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-variant renders the small-caps version of characters for text in visual when the font-variant property set to 'normal'", + "description": "Check if the font-variant renders the small-caps version of characters for text in visual when the font-variant property set to 'normal'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-variant-003", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-variant inherits its value from the parent element in visual when the font-variant property set to 'inherit'", + "description": "Check if the font-variant inherits its value from the parent element in visual when the font-variant property set to 'inherit'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-003.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-variant-applies-to-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-variant applies to 'display: inline' elements in visual", + "description": "Check if the font-variant applies to 'display: inline' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-variant-applies-to-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-variant applies to 'display: block' elements in visual", + "description": "Check if the font-variant applies to 'display: block' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-variant-applies-to-016", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-variant applies to 'display: none' elements in visual", + "description": "Check if the font-variant applies to 'display: none' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-variant-applies-to-017", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-variant applies to 'display: inherit' elements in visual", + "description": "Check if the font-variant applies to 'display: inherit' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight renders the font to normal weight in visual when the font-weight property set to 'normal'", + "description": "Check if the font-weight renders the font to normal weight in visual when the font-weight property set to 'normal'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-008", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '400'", + "description": "Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '400'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-008.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-010", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '600'", + "description": "Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '600'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-010.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-011", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '700'", + "description": "Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '700'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-011.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-012", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '800'", + "description": "Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '800'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-012.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-013", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '900'", + "description": "Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '900'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-013.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-014", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight renders the font to bold in visual when the font-weight property set to the keyword 'inherit'", + "description": "Check if the font-weight renders the font to bold in visual when the font-weight property set to the keyword 'inherit'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-014.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-015", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight inherits its value from its parent in visual", + "description": "Check if the font-weight inherits its value from its parent in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-015.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-applies-to-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight applies to 'display: inline' elements in visual", + "description": "Check if the font-weight applies to 'display: inline' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-applies-to-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight applies to 'display: block' elements in visual", + "description": "Check if the font-weight applies to 'display: block' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-applies-to-016", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight applies to 'display: none' elements in visual", + "description": "Check if the font-weight applies to 'display: none' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-applies-to-017", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight applies to 'display: inherit' elements in visual", + "description": "Check if the font-weight applies to 'display: inherit' elements in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-rule-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight property of 'normal' corresponds to the weight value '400' in visual", + "description": "Check if the font-weight property of 'normal' corresponds to the weight value '400' in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-rule-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight value 100 to 900 indicates a weight that is either darker than or as dark as its predecessor in visual", + "description": "Check if the font-weight value 100 to 900 indicates a weight that is either darker than or as dark as its predecessor in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-rule-003", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight child elements inherit their parent's actual font weight in visual", + "description": "Check if the font-weight child elements inherit their parent's actual font weight in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-rule-004", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight value 'bolder' selects the next darker weight compared to its parent's weight in visual", + "description": "Check if the font-weight value 'bolder' selects the next darker weight compared to its parent's weight in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-rule-005", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight value 'bolder' does not increase the value of font weight in visual when the parent values is already set at 900", + "description": "Check if the font-weight value 'bolder' does not increase the value of font weight in visual when the parent values is already set at 900", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-rule-006", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight value 'lighter' selects the next lighter weight in visual", + "description": "Check if the font-weight value 'lighter' selects the next lighter weight in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-rule-007", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight value 'lighter' selects the next lighter weight compared to its parent's weight in visual", + "description": "Check if the font-weight value 'lighter' selects the next lighter weight compared to its parent's weight in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "font-weight-rule-008", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the font-weight property of 'bold' corresponds to the weight value '700' in visual", + "description": "Check if the font-weight property of 'bold' corresponds to the weight value '700' in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "fonts-010", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if font inherits the pre element in visual", + "description": "Check if font inherits the pre element in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/fonts-010.xht", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "fonts-011", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if font have correct bidirection in visual", + "description": "Check if font have correct bidirection in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/fonts-011.xht", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "fonts-012", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if font have not bidirection in visual", + "description": "Check if font have not bidirection in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fonts-css3-tests/fonts/csswg/fonts-012.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0L-tct-fonts-css3-tests/tct-fonts-css3-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0L-tct-fonts-css3-tests/tct-fonts-css3-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..4374125 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0L-tct-fonts-css3-tests/tct-fonts-css3-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0M-tct-forms-html5-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0M-tct-forms-html5-tests/QAMETA.json new file mode 100644 index 0000000..f36af4c --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0M-tct-forms-html5-tests/QAMETA.json @@ -0,0 +1,938 @@ +[ + { + "launcher": "xwalk", + "name": "fieldset_checkValidity_method_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the fieldset checkValidity API can return valid info normally", + "description": "Check if the fieldset checkValidity API can return valid info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/fieldset_checkValidity_method_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "fieldset_disabled_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the fieldSet disabled attr can show fieldSet disabled info normally", + "description": "Check if the fieldSet disabled attr can show fieldSet disabled info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/fieldset_disabled_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "fieldset_elements_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the fieldSet elements object can show all fieldSet controllers normally", + "description": "Check if the fieldSet elements object can show all fieldSet controllers normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/fieldset_elements_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "fieldset_form_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form attr can show fieldSet form elements info normally", + "description": "Check if the form attr can show fieldSet form elements info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/fieldset_form_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "fieldset_name_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the name attr can show the FieldSet name info accurately", + "description": "Check if the name attr can show the FieldSet name info accurately", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/fieldset_name_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "fieldset_setCustomValidity_method_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the setCustomValidity API can set the validity of fieldSet accurately", + "description": "Check if the setCustomValidity API can set the validity of fieldSet accurately", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/fieldset_setCustomValidity_method_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "fieldset_type_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type attr can show the fieldSet type accurately", + "description": "Check if the type attr can show the fieldSet type accurately", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/fieldset_type_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "fieldset_validationMessage_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the validationMessage attr can show validation message info accurately", + "description": "Check if the validationMessage attr can show validation message info accurately", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/fieldset_validationMessage_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "fieldset_validity_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the fieldSet validity attr can show valid info normally", + "description": "Check if the fieldSet validity attr can show valid info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/fieldset_validity_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "fieldset_willValidate_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Chekc if the willValidate attr can show valid info normally", + "description": "Chekc if the willValidate attr can show valid info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/fieldset_willValidate_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_acceptCharset_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form acceptCharset attr can show form info normally", + "description": "Check if the form acceptCharset attr can show form info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_acceptCharset_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_action_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form action attr can show form info normally", + "description": "Check if the form action attr can show form info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_action_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_autocomplete_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form autocomplete attr can show form info normally", + "description": "Check if the form autocomplete attr can show form info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_autocomplete_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_checkValidity_method_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form checkValidity API can return valid info normally", + "description": "Check if the form checkValidity API can return valid info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_checkValidity_method_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_elements_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form elements can show form controllers normally", + "description": "Check if the form elements can show form controllers normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_elements_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_encoding_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form encoding attr can show form info normally", + "description": "Check if the form encoding attr can show form info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_encoding_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_enctype_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form enctype attr can show form info normally.", + "description": "Check if the form enctype attr can show form info normally.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_enctype_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_getter_index_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getterIndex API can get the elements by index accurately", + "description": "Check if the getterIndex API can get the elements by index accurately", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_getter_index_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_getter_name_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getterName can get the elements by name accurately", + "description": "Check if the getterName can get the elements by name accurately", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_getter_name_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_length_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form length attr can show the form controllers'length normally", + "description": "Check if the form length attr can show the form controllers'length normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_length_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_method_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form method attr can show form info normally", + "description": "Check if the form method attr can show form info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_method_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_name_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form set the name attr can show form info normally", + "description": "Check if the form set the name attr can show form info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_name_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_noValidate_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form noValidate attr can show form info normally", + "description": "Check if the form noValidate attr can show form info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_noValidate_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_reset_method_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the reset the API can reset the form contents normally", + "description": "Check if the reset the API can reset the form contents normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_reset_method_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_submit_method_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form submit API can fire onsubmit event normally", + "description": "Check if the form submit API can fire onsubmit event normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_submit_method_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_target_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form target attr can show form info normally", + "description": "Check if the form target attr can show form info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/form_target_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "label_control_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Label control can show label controllers normally", + "description": "Check if the Label control can show label controllers normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/label_control_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "label_form_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Label form attr can show Lable form elements info normallly", + "description": "Check if the Label form attr can show Lable form elements info normallly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/label_form_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "label_htmlFor_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the label htmlFor attr can affect the target elements", + "description": "Check if the label htmlFor attr can affect the target elements", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/label_htmlFor_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "legend_form_attribute_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Legend form can show the form info normally", + "description": "Check if the Legend form can show the form info normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/legend_form_attribute_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_elements_interfaces_form", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the form element exists", + "description": "Check if the form element exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/w3c/form-elements-interfaces-01.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_elements_interfaces_HTMLCollection", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the HTMLCollection element implements the interface", + "description": "Check if the HTMLCollection element implements the interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/w3c/form-elements-interfaces-01.html?total_num=3&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_elements_matches_length", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the length of form elements is 0", + "description": "Check if the length of form elements is 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/w3c/form-elements-matches.html?total_num=2&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_elements_nameditem_return_RadioNodeList", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check form elements collection should return elements or RadioNodeLists", + "description": "Check form elements collection should return elements or RadioNodeLists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/w3c/form-elements-nameditem-01.html?total_num=3&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_elements_nameditem_fieldset", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check form elements collection should include fieldsets", + "description": "Check form elements collection should include fieldsets", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/w3c/form-elements-nameditem-01.html?total_num=3&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "form_elements_nameditem", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check form.elements should work correctly in the face of table syntax errors", + "description": "Check form.elements should work correctly in the face of table syntax errors", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-forms-html5-tests/forms/w3c/form-elements-nameditem-02.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0M-tct-forms-html5-tests/tct-forms-html5-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0M-tct-forms-html5-tests/tct-forms-html5-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..122320f Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0M-tct-forms-html5-tests/tct-forms-html5-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0N-tct-fullscreen-nonw3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0N-tct-fullscreen-nonw3c-tests/QAMETA.json new file mode 100644 index 0000000..ea4ca41 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0N-tct-fullscreen-nonw3c-tests/QAMETA.json @@ -0,0 +1,314 @@ +[ + { + "launcher": "xwalk", + "name": "FullScreen_cancelFullScreen_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FullScreen has cancelFullScreen method", + "description": "Check if FullScreen has cancelFullScreen method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_cancelFullScreen_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FullScreen_fullScreenEnabled_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document has fullScreenEnabled attribute", + "description": "Check if document has fullScreenEnabled attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenEnabled_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FullScreen_fullScreenKeyboardInputAllowed_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document has fullScreenKeyboardInputAllowed attribute", + "description": "Check if document has fullScreenKeyboardInputAllowed attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenKeyboardInputAllowed_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FullScreen_fullscreen_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document has fullScreen attribute", + "description": "Check if document has fullScreen attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullscreen_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FullScreen_onfullscreenchange_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Element has onfullscreenchange attribute", + "description": "Check if Element has onfullscreenchange attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_onfullscreenchange_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FullScreen_requestFullScreen_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Element has requestFullScreen method", + "description": "Check if Element has requestFullScreen method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_requestFullScreen_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FullScreen_fullScreenEnabled_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.fullScreenEnabled is readonly", + "description": "Check if document.fullScreenEnabled is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenEnabled_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FullScreen_fullScreenEnabled_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.fullScreenEnabled type is boolean", + "description": "Check if document.fullScreenEnabled type is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenEnabled_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FullScreen_fullScreenKeyboardInputAllowed_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.fullScreenKeyboardInputAllowed is readonly", + "description": "Check if document.fullScreenKeyboardInputAllowed is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenKeyboardInputAllowed_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FullScreen_fullScreenKeyboardInputAllowed_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of document.fullScreenKeyboardInputAllowed is boolean", + "description": "Check if the type of document.fullScreenKeyboardInputAllowed is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenKeyboardInputAllowed_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FullScreen_fullscreen_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.fullScreen is readonly", + "description": "Check if document.fullScreen is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullscreen_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FullScreen_fullScreen_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of FullScreen.fullScreen is boolean", + "description": "Check if the type of FullScreen.fullScreen is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreen_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0N-tct-fullscreen-nonw3c-tests/tct-fullscreen-nonw3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0N-tct-fullscreen-nonw3c-tests/tct-fullscreen-nonw3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..c4807f5 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0N-tct-fullscreen-nonw3c-tests/tct-fullscreen-nonw3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0O-tct-geoallow-w3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0O-tct-geoallow-w3c-tests/QAMETA.json new file mode 100644 index 0000000..230fa65 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0O-tct-geoallow-w3c-tests/QAMETA.json @@ -0,0 +1,5566 @@ +[ + { + "launcher": "xwalk", + "name": "Coordinates_accuracy", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the accuracy of interface Coordinates is comparison", + "description": "Check if the accuracy of interface Coordinates is comparison", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_accuracy_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the accuracy attribute of interface Coordinates exists", + "description": "Check if the accuracy attribute of interface Coordinates exists", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_accuracy_attribute_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the accuracy value of interface Coordinates is readonly", + "description": "Check if the accuracy value of interface Coordinates is readonly", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_accuracy_attribute_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the accuracy value of interface Coordinates is set to null", + "description": "Check if the accuracy value of interface Coordinates is set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_accuracy_attribute_value_default", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the accuracy value of interface Coordinates is set to empty string", + "description": "Check if the accuracy value of interface Coordinates is set to empty string", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_value_default.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_altitude_attribute_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the altitude value of interface Coordinates is set to empty string", + "description": "Check if the altitude value of interface Coordinates is set to empty string", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_altitude_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the altitude value of interface Coordinates exists", + "description": "Check if the altitude value of interface Coordinates exists", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_altitude_attribute_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the altitude value of interface Coordinates is readonly", + "description": "Check if the altitude value of interface Coordinates is readonly", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_altitude_attribute_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the altitude value of interface Coordinates is set to null", + "description": "Check if the altitude value of interface Coordinates is set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_altitudeAccuracy_attribute_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the altitudeAccuracy value of interface Coordinates is set to empty string", + "description": "Check if the altitudeAccuracy value of interface Coordinates is set to empty string", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_altitudeAccuracy_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the altitudeAccuracy value of interface Coordinates exists", + "description": "Check if the altitudeAccuracy value of interface Coordinates exists", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_altitudeAccuracy_attribute_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the altitudeAccuracy value of interface Coordinates is readonly", + "description": "Check if the altitudeAccuracy value of interface Coordinates is readonly", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_altitudeAccuracy_attribute_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the altitudeAccuracy value of interface Coordinates is set to null", + "description": "Check if the altitudeAccuracy value of interface Coordinates is set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_heading_attribute_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the heading value of interface Coordinates is set to empty string", + "description": "Check if the heading value of interface Coordinates is set to empty string", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_heading_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the heading value of interface Coordinates exists", + "description": "Check if the heading value of interface Coordinates exists", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_heading_attribute_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the heading value of interface Coordinates is readonly", + "description": "Check if the heading value of interface Coordinates is readonly", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_heading_attribute_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the heading value of interface Coordinates is set to null", + "description": "Check if the heading value of interface Coordinates is set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_latitude", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the latitude value of interface Coordinates is not NaN", + "description": "Check if the latitude value of interface Coordinates is not NaN", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_latitude_attribute_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the latitude value of interface Coordinates is set to empty string", + "description": "Check if the latitude value of interface Coordinates is set to empty string", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_latitude_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the latitude value of interface Coordinates exists", + "description": "Check if the latitude value of interface Coordinates exists", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_latitude_attribute_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the latitude value of interface Coordinates is readonly", + "description": "Check if the latitude value of interface Coordinates is readonly", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_latitude_attribute_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the latitude value of interface Coordinates is set to null", + "description": "Check if the latitude value of interface Coordinates is set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_longitude", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the longitude value of interface Coordinates is not NaN", + "description": "Check if the longitude value of interface Coordinates is not NaN", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_longitude_attribute_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the longitude value of interface Coordinates is set to empty string", + "description": "Check if the longitude value of interface Coordinates is set to empty string", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_longitude_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the longitude value of interface Coordinates exists", + "description": "Check if the longitude value of interface Coordinates exists", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_longitude_attribute_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the longitude value of interface Coordinates is readonly", + "description": "Check if the longitude value of interface Coordinates is readonly", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_longitude_attribute_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the longitude value of interface Coordinates is set to null", + "description": "Check if the longitude value of interface Coordinates is set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_longitude_return_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the return type of longitude of interface Coordinates", + "description": "Check the return type of longitude of interface Coordinates", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_return_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_speed", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the speed value of interface Coordinates is not NaN", + "description": "Check if the speed value of interface Coordinates is not NaN", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_speed.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_speed_attribute_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the speed value of interface Coordinates is set to empty string", + "description": "Check if the speed value of interface Coordinates is set to empty string", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_speed_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the speed value of interface Coordinates exists", + "description": "Check if the speed value of interface Coordinates exists", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_speed_attribute_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the speed value of interface Coordinates is readonly", + "description": "Check if the speed value of interface Coordinates is readonly", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_speed_attribute_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the speed value of interface Coordinates is set to null", + "description": "Check if the speed value of interface Coordinates is set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_clearWatch_watchId_empty", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.clearWatch() method of the first parameter can be set to empty", + "description": "Check if the geolocation.clearWatch() method of the first parameter can be set to empty", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_empty.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_clearWatch_watchId_no_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.clearWatch() method of the first parameter is not argument", + "description": "Check if the geolocation.clearWatch() method of the first parameter is not argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_no_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_clearWatch_watchId_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.clearWatch() method of the first parameter can be set to null", + "description": "Check if the geolocation.clearWatch() method of the first parameter can be set to null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_clearWatch_watchId_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method clearWatch value of interface Geolocation can be set to null", + "description": "Check if the method clearWatch value of interface Geolocation can be set to null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_clearWatch_watchId_set_zero", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method clearWatch value of interface Geolocation can be set to zero", + "description": "Check if the method clearWatch value of interface Geolocation can be set to zero", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_zero.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_clearWatch_watchId_with_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.clearWatch() method of the first parameter can be set to empty string", + "description": "Check if the geolocation.clearWatch() method of the first parameter can be set to empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_clearWatch_watchId_with_number", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.clearWatch() method of the first parameter can be set to number", + "description": "Check if the geolocation.clearWatch() method of the first parameter can be set to number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_clearWatch_watchId_with_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.clearWatch() method of the first parameter can be set to string", + "description": "Check if the geolocation.clearWatch() method of the first parameter can be set to string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_errorCallback_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.getCurrentPosition() method of the second parameter can be set to null", + "description": "Check if the geolocation.getCurrentPosition() method of the second parameter can be set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_errorCallback_null_options_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.getCurrentPosition() method of the second and third parameter can be set to null", + "description": "Check if the geolocation.getCurrentPosition() method of the second and third parameter can be set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null_options_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_enableHighAccuracy_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can be called if Geolocation,timeout is set to 0 and enableHighAccuracy is set to false", + "description": "Check that errorCallback can be called if Geolocation,timeout is set to 0 and enableHighAccuracy is set to false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_enableHighAccuracy_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can be called if Geolocation,timeout is set to 0 and enableHighAccuracy is set to true", + "description": "Check that errorCallback can be called if Geolocation,timeout is set to 0 and enableHighAccuracy is set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_maximumAge_0_enableHighAccuracy_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can be called if Geolocation,MaximumAge is set to 0,timeout is set to 0 and enableHighAccuracy is set to false", + "description": "Check that errorCallback can be called if Geolocation,MaximumAge is set to 0,timeout is set to 0 and enableHighAccuracy is set to false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_maximumAge_0_enableHighAccuracy_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_maximumAge_0_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can be called if Geolocation,MaximumAge is set to 0,timeout is set to 0 and enableHighAccuracy is set to true", + "description": "Check that errorCallback can be called if Geolocation,MaximumAge is set to 0,timeout is set to 0 and enableHighAccuracy is set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_maximumAge_0_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_timeout_60000_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can not be called if Geolocation,timeout is set to 60000 and enableHighAccuracy is set to true", + "description": "Check that errorCallback can not be called if Geolocation,timeout is set to 60000 and enableHighAccuracy is set to true", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_timeout_60000_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_errorCallback_enableHighAccuracy_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can not be called if Geolocation,MaximumAge is set to 0,timeout is set to 60000 and enableHighAccuracy is set to false", + "description": "Check that errorCallback can not be called if Geolocation,MaximumAge is set to 0,timeout is set to 60000 and enableHighAccuracy is set to false", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_enableHighAccuracy_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_errorCallback_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can not be called if Geolocation,MaximumAge is set to 0,timeout is set to 60000 and enableHighAccuracy is set to true", + "description": "Check that errorCallback can not be called if Geolocation,MaximumAge is set to 0,timeout is set to 60000 and enableHighAccuracy is set to true", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_method_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method getCurrentPosition value of interface Geolocation exists", + "description": "Check if the method getCurrentPosition value of interface Geolocation exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_method_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_options_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.getCurrentPosition() method of the third parameter can be set to null", + "description": "Check if the geolocation.getCurrentPosition() method of the third parameter can be set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_options_timeout_Neg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method getCurrentPosition of interface Geolocation,timeout can be set to Neg", + "description": "Check if the method getCurrentPosition of interface Geolocation,timeout can be set to Neg", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_timeout_Neg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_options_timeout_Neg_maximumAge_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the attribute code of interface PositionError's return value", + "description": "Check the attribute code of interface PositionError's return value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_timeout_Neg_maximumAge_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_Position_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute position of interface Geolocation returns successfully", + "description": "Check if the attribute position of interface Geolocation returns successfully", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_Position_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method getCurrentPosition value of interface Geolocation returns successfully", + "description": "Check if the method getCurrentPosition value of interface Geolocation returns successfully", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.getCurrentPosition() method of the first parameter can be set to empty string", + "description": "Check if the geolocation.getCurrentPosition() method of the first parameter can be set to empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_null_options_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.getCurrentPosition() method of the first third parameter can be set to null", + "description": "Check if the geolocation.getCurrentPosition() method of the first third parameter can be set to null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_null_options_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_maximumAge_2000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that successCallback can be called if Geolocation,MaximumAge is set to 2000,timeout is set to 60000", + "description": "Check that successCallback can be called if Geolocation,MaximumAge is set to 2000,timeout is set to 60000", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_2000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_enableHighAccuracy_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that successCallback can be called if Geolocation,and MaximumAge is set to 2000,timeout is set to 60000,enableHighAccuracy is set to false", + "description": "Check that successCallback can be called if Geolocation,and MaximumAge is set to 2000,timeout is set to 60000,enableHighAccuracy is set to false", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_enableHighAccuracy_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that successCallback can be called if Geolocation,MaximumAge is set to 2000,timeout is set to 60000,enableHighAccuracy is set to true", + "description": "Check that successCallback can be called if Geolocation,MaximumAge is set to 2000,timeout is set to 60000,enableHighAccuracy is set to true", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_maximumAge_200000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that successCallback can be called if Geolocation,MaximumAge is set to 200000", + "description": "Check that successCallback can be called if Geolocation,MaximumAge is set to 200000", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_200000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_maximumAge_600000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that successCallback can be called if Geolocation,MaximumAge is set to 600000", + "description": "Check that successCallback can be called if Geolocation,MaximumAge is set to 600000", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_600000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_timeout_zero", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that successCallback can not be called if Geolocation,MaximumAge is set to 600000, timeout is set to 0", + "description": "Check that successCallback can not be called if Geolocation,MaximumAge is set to 600000, timeout is set to 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_timeout_zero.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_maximumAge_700000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that successCallback can be called if Geolocation,MaximumAge is set to 700000", + "description": "Check that successCallback can be called if Geolocation,MaximumAge is set to 700000", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_700000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_maximumAge_700000_timeout_zero", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that successCallback can be called if Geolocation,MaximumAge is set to 700000, timeout is set to 0", + "description": "Check that successCallback can be called if Geolocation,MaximumAge is set to 700000, timeout is set to 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_maximumAge_700000_timeout_zero.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_maximumAge_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute maximumAge of interface PositionOptions can be set to empty string", + "description": "Check if the attribute maximumAge of interface PositionOptions can be set to empty string", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_maximumAge_Infinity", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute position of interface Geolocation does not return null", + "description": "Check if the attribute position of interface Geolocation does not return null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_Infinity.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_maximumAge_Infinity_timeout_zero", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that successCallback can not be called if Geolocation,MaximumAge is set to Infinity, timeout is set to 0", + "description": "Check that successCallback can not be called if Geolocation,MaximumAge is set to Infinity, timeout is set to 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_maximumAge_Infinity_timeout_zero.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_maximumAge_Neg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that successCallback can be called if Geolocation,MaximumAge is set to -2", + "description": "Check that successCallback can be called if Geolocation,MaximumAge is set to -2", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_Neg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute maximumAge of interface PositionOptions can be set to null", + "description": "Check if the attribute maximumAge of interface PositionOptions can be set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_number", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute maximumAge of interface PositionOptions can be set to number", + "description": "Check if the attribute maximumAge of interface PositionOptions can be set to number", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute maximumAge of interface PositionOptions can be set to string", + "description": "Check if the attribute maximumAge of interface PositionOptions can be set to string", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_maximumAge_zero", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute position of interface Geolocation is not null", + "description": "Check if the attribute position of interface Geolocation is not null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_zero.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_timeout_2000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition of interface Geolocation,timeout can be set to 2000", + "description": "Check if the method watchPosition of interface Geolocation,timeout can be set to 2000", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_2000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_timeout_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute timeout of interface PositionOptions can be set to empty string", + "description": "Check if the attribute timeout of interface PositionOptions can be set to empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_timeout_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute timeout of interface PositionOptions can be set to null", + "description": "Check if the attribute timeout of interface PositionOptions can be set to null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_timeout_set_number", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute timeout of interface PositionOptions can be set to number", + "description": "Check if the attribute timeout of interface PositionOptions can be set to number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_set_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_timeout_set_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute timeout of interface PositionOptions can be set to string", + "description": "Check if the attribute timeout of interface PositionOptions can be set to string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_set_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_with_enableHighAccuracy_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition of interface Geolocation,enableHighAccuracy can be set to false", + "description": "Check if the method watchPosition of interface Geolocation,enableHighAccuracy can be set to false", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_with_enableHighAccuracy_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_options_with_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition of interface Geolocation,enableHighAccuracy can be set to true", + "description": "Check if the method watchPosition of interface Geolocation,enableHighAccuracy can be set to true", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_with_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_position", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the successCallback of geolocation.getCurrentPosition() return position with correct argument.", + "description": "Check if the successCallback of geolocation.getCurrentPosition() return position with correct argument.", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_position_no_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if successCallback of geolocation.getCurrentPosition() can return position without passing argument to it.", + "description": "Check if successCallback of geolocation.getCurrentPosition() can return position without passing argument to it.", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_no_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_position_return_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the return type of successCallback of the geolocation.getCurrentPosition() method is object", + "description": "Check if the return type of successCallback of the geolocation.getCurrentPosition() method is object", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_return_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_set_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.getCurrentPosition() method of the first parameter is set to string", + "description": "Check if the geolocation.getCurrentPosition() method of the first parameter is set to string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_set_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_with_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method getCurrentPosition value of interface Geolocation,successCallback is set to empty", + "description": "Check if the method getCurrentPosition value of interface Geolocation,successCallback is set to empty", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_with_errorCallback_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method getCurrentPosition value of interface Geolocation,errorCallback is set to empty string", + "description": "Check if the method getCurrentPosition value of interface Geolocation,errorCallback is set to empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_with_errorCallback_no_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method getCurrentPosition value of interface Geolocation,errorCallback is set to no argument", + "description": "Check if the method getCurrentPosition value of interface Geolocation,errorCallback is set to no argument", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_no_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_with_errorCallback_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method getCurrentPosition value of interface Geolocation,errorCallback is set to null", + "description": "Check if the method getCurrentPosition value of interface Geolocation,errorCallback is set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_with_errorCallback_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method getCurrentPosition value of interface Geolocation,errorCallback is set to string", + "description": "Check if the method getCurrentPosition value of interface Geolocation,errorCallback is set to string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_with_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method getCurrentPosition value of interface Geolocation,successCallback is set to null", + "description": "Check if the method getCurrentPosition value of interface Geolocation,successCallback is set to null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_with_number", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method getCurrentPosition value of interface Geolocation,successCallback is set to number", + "description": "Check if the method getCurrentPosition value of interface Geolocation,successCallback is set to number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_successCallback_with_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method getCurrentPosition value of interface Geolocation,successCallback is set to string", + "description": "Check if the method getCurrentPosition value of interface Geolocation,successCallback is set to string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_PositionError_PERMISSION_DENIED_constExist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the const attribute PERMISSION_DENIED of interface PositionError is Exist ,timeout is set to 10,enableHighAccuracy is set to true", + "description": "Check if the const attribute PERMISSION_DENIED of interface PositionError is Exist ,timeout is set to 10,enableHighAccuracy is set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_PERMISSION_DENIED_constExist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_PositionError_POSITION_UNAVAILABLE_constExist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the const attribute POSITION_UNAVAILABLE of interface PositionError is Exist ,timeout is set to 10,enableHighAccuracy is set to true", + "description": "Check if the const attribute POSITION_UNAVAILABLE of interface PositionError is Exist ,timeout is set to 10,enableHighAccuracy is set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_POSITION_UNAVAILABLE_constExist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_PositionError_TIMEOUT_constExist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the PositionError.TIMEOUT exists", + "description": "Check if the PositionError.TIMEOUT exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_TIMEOUT_constExist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_errorCallback_error_return_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the return type of error value of interface PositionError is obejct", + "description": "Check if the return type of error value of interface PositionError is obejct", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_error_return_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_errorCallback_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.watchPosition() method of the second parameter can be set to null", + "description": "Check if the geolocation.watchPosition() method of the second parameter can be set to null", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_errorCallback_null_options_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.watchPosition() method of the second third parameter can be set to null", + "description": "Check if the geolocation.watchPosition() method of the second third parameter can be set to null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null_options_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_errorCallback_options_timeout_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can be called if Geolocation return timeout", + "description": "Check that errorCallback can be called if Geolocation return timeout", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_options_timeout_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_enableHighAccuracy_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that watchPosition errorCallback can be called if Geolocation,timeout is set to 0 and enableHighAccuracy is set to false", + "description": "Check that watchPosition errorCallback can be called if Geolocation,timeout is set to 0 and enableHighAccuracy is set to false", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_enableHighAccuracy_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that watchPosition errorCallback can be called if Geolocation,timeout is set to 0 and enableHighAccuracy is set to true", + "description": "Check that watchPosition errorCallback can be called if Geolocation,timeout is set to 0 and enableHighAccuracy is set to true", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_maximumAge_0_enableHighAccuracy_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can be called if Geolocation,MaximumAge is set to 0, timeout is set to 0 and enableHighAccuracy is set to false", + "description": "Check that errorCallback can be called if Geolocation,MaximumAge is set to 0, timeout is set to 0 and enableHighAccuracy is set to false", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_0_enableHighAccuracy_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_maximumAge_0_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can be called if Geolocation,MaximumAge is set to 0, timeout is set to 0 and enableHighAccuracy is set to true", + "description": "Check that errorCallback can be called if Geolocation,MaximumAge is set to 0, timeout is set to 0 and enableHighAccuracy is set to true", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_0_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_maximumAge_500_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can be called if watchPosition method set maximumAge to 500, timeout to 100 and enableHighSpeed to true", + "description": "Check that errorCallback can be called if watchPosition method set maximumAge to 500, timeout to 100 and enableHighSpeed to true", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_500_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_errorCallback_enableHighAccuracy_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can not be called if Geolocation,timeout is set to 60000, enableHighAccuracy is set to false", + "description": "Check that errorCallback can not be called if Geolocation,timeout is set to 60000, enableHighAccuracy is set to false", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_enableHighAccuracy_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_PositionOptions_timeout_60000_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can not be called if Geolocation,timeout is set to 60000, enableHighAccuracy is set to true", + "description": "Check that errorCallback can not be called if Geolocation,timeout is set to 60000, enableHighAccuracy is set to true", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_60000_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_errorCallback_maximumAge_0_enableHighAccuracy_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can not be called if Geolocation,MaximumAge is set to 0, timeout is set to 60000 and enableHighAccuracy is set to false", + "description": "Check that errorCallback can not be called if Geolocation,MaximumAge is set to 0, timeout is set to 60000 and enableHighAccuracy is set to false", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_maximumAge_0_enableHighAccuracy_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_errorCallback_maximumAge_0_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can not be called if Geolocation,MaximumAge is set to 0, timeout is set to 2000, and enableHighAccuracy is set to true", + "description": "Check that errorCallback can not be called if Geolocation,MaximumAge is set to 0, timeout is set to 2000, and enableHighAccuracy is set to true", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_maximumAge_0_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_errorCallback_maximumAge_2000_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can not be called if Geolocation,MaximumAge is set to 2000, timeout is set to 60000 and enableHighAccuracy is set to true", + "description": "Check that errorCallback can not be called if Geolocation,MaximumAge is set to 2000, timeout is set to 60000 and enableHighAccuracy is set to true", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_maximumAge_2000_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_maximumAge_500_enableHighAccuracy_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can be called if Geolocation,MaximumAge is set to 500, timeout is set to 500 and enableHighAccuracy is set to false", + "description": "Check that errorCallback can be called if Geolocation,MaximumAge is set to 500, timeout is set to 500 and enableHighAccuracy is set to false", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_500_enableHighAccuracy_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_method_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the watchPosition value of interface Geolocation exists", + "description": "Check if the watchPosition value of interface Geolocation exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_method_return_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the return type of method watchPosition of interface Geolocation ", + "description": "Check if the return type of method watchPosition of interface Geolocation ", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_return_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_options_maximumAge_2000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the maximumAge value of interface PositionOptions can be set to 2000", + "description": "Check if the maximumAge value of interface PositionOptions can be set to 2000", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_maximumAge_2000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_options_maximumAge_Neg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the maximumAge value of interface PositionOptions in method watchPosition can be set to Neg", + "description": "Check if the maximumAge value of interface PositionOptions in method watchPosition can be set to Neg", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_maximumAge_Neg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_options_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.watchPosition() method of the third parameter can be set to null", + "description": "Check if the geolocation.watchPosition() method of the third parameter can be set to null", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_options_timeout_Neg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the watchPosition of interface Geolocation,timeout can be set to -2", + "description": "Check if the watchPosition of interface Geolocation,timeout can be set to -2", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_timeout_Neg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_Position_options_enableHighAccuracy_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the enableHighAccuracy value of interface PositionOptions can be set to false", + "description": "Check if the enableHighAccuracy value of interface PositionOptions can be set to false", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_Position_options_enableHighAccuracy_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_Position_options_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the enableHighAccuracy value of interface PositionOptions can be set to true", + "description": "Check if the enableHighAccuracy value of interface PositionOptions can be set to true", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_Position_options_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_Position_options_timeout_60000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the watchPosition value of interface Geolocation can be set to 60000 for timeout", + "description": "Check if the watchPosition value of interface Geolocation can be set to 60000 for timeout", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_Position_options_timeout_60000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the watchPosition value of interface Geolocation return success", + "description": "Check if the watchPosition value of interface Geolocation return success", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.watchPosition() method with parameter of successCallback can be set to empty string", + "description": "Check if the geolocation.watchPosition() method with parameter of successCallback can be set to empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_null_options_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.watchPosition() method of the first third parameters parameter can be set to null", + "description": "Check if the geolocation.watchPosition() method of the first third parameters parameter can be set to null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_null_options_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_number", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition value of interface Geolocation,successCallback can be set to number", + "description": "Check if the method watchPosition value of interface Geolocation,successCallback can be set to number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_maximumAge_2000_timeout_60000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can not be called if Geolocation,MaximumAge is set to 2000 and timeout is set to 60000", + "description": "Check that errorCallback can not be called if Geolocation,MaximumAge is set to 2000 and timeout is set to 60000", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_maximumAge_2000_timeout_60000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_enableHighAccuracy_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can not be called if Geolocation,MaximumAge is set to 2000 and timeout is set to 60000,enableHighAccuracy is set to false", + "description": "Check that errorCallback can not be called if Geolocation,MaximumAge is set to 2000 and timeout is set to 60000,enableHighAccuracy is set to false", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_enableHighAccuracy_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that errorCallback can not be called if Geolocation,and MaximumAge is set to 2000 and timeout is set to 60000,enableHighAccuracy is set to true", + "description": "Check that errorCallback can not be called if Geolocation,and MaximumAge is set to 2000 and timeout is set to 60000,enableHighAccuracy is set to true", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_set_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.watchPosition() method of the first parameter set a", + "description": "Check if the geolocation.watchPosition() method of the first parameter set a", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_set_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition value of interface Geolocation,successCallback can be set to string", + "description": "Check if the method watchPosition value of interface Geolocation,successCallback can be set to string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_with_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.watchPosition() method of the first parameter set empty string", + "description": "Check if the geolocation.watchPosition() method of the first parameter set empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_with_errorCallback_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition value of interface Geolocation,errorCallback can be set to empty string", + "description": "Check if the method watchPosition value of interface Geolocation,errorCallback can be set to empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_with_errorCallback_no_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition value of interface Geolocation,errorCallback can be set to no argument", + "description": "Check if the method watchPosition value of interface Geolocation,errorCallback can be set to no argument", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_no_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_with_errorCallback_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition value of interface Geolocation,errorCallback can be set to null", + "description": "Check if the method watchPosition value of interface Geolocation,errorCallback can be set to null", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_with_errorCallback_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition value of interface Geolocation,errorCallback can be set to string", + "description": "Check if the method watchPosition value of interface Geolocation,errorCallback can be set to string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_with_first_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the geolocation.watchPosition() method of the first parameter can be set to null", + "description": "Check if the geolocation.watchPosition() method of the first parameter can be set to null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_first_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_successCallback_with_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition value of interface Geolocation,successCallback can be set to null", + "description": "Check if the method watchPosition value of interface Geolocation,successCallback can be set to null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_watchId_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition value of interface Geolocation can be set to empty string", + "description": "Check if the method watchPosition value of interface Geolocation can be set to empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_watchId_return_before_callbacks", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition value of interface Geolocation return watchId before any callbacks", + "description": "Check if the method watchPosition value of interface Geolocation return watchId before any callbacks", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_before_callbacks.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_watchId_return_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the return type of method watchPosition of interface Geolocation is object", + "description": "Check if the return type of method watchPosition of interface Geolocation is object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_watchId_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition value of interface Geolocation can be set to null", + "description": "Check if the method watchPosition value of interface Geolocation can be set to null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_watchId_set_number", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition value of interface Geolocation can be set to number", + "description": "Check if the method watchPosition value of interface Geolocation can be set to number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_watchId_set_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the method watchPosition value of interface Geolocation can be set to string", + "description": "Check if the method watchPosition value of interface Geolocation can be set to string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_with_timeout_0_maximumAge_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that watchPosition should be triggered if timeout is 0 and maximumAge is 0", + "description": "Check that watchPosition should be triggered if timeout is 0 and maximumAge is 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_with_timeout_0_maximumAge_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "navigator_geolocation", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the return type of geolocation of interface is NavigatorGeolocation object", + "description": "Check if the return type of geolocation of interface is NavigatorGeolocation object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/navigator_geolocation.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "navigator_geolocation_attribute_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute geolocation value of interface NavigatorGeolocation is empty string", + "description": "Check if the attribute geolocation value of interface NavigatorGeolocation is empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "navigator_geolocation_attribute_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute geolocation value of interface NavigatorGeolocation is readonly", + "description": "Check if the attribute geolocation value of interface NavigatorGeolocation is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "navigator_geolocation_attribute_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute geolocation value of interface NavigatorGeolocation is set to null", + "description": "Check if the attribute geolocation value of interface NavigatorGeolocation is set to null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Position_coords", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute coords of interface Position is comparison", + "description": "Check if the attribute coords of interface Position is comparison", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Position_coords.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Position_coords_attribute_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute coords value of interface Position is set to empty string", + "description": "Check if the attribute coords value of interface Position is set to empty string", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Position_coords_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute coords value of interface Position exists", + "description": "Check if the attribute coords value of interface Position exists", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Position_coords_attribute_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute coords value of interface Position is readonly", + "description": "Check if the attribute coords value of interface Position is readonly", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Position_coords_attribute_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute coords value of interface Position is set to null", + "description": "Check if the attribute coords value of interface Position is set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Position_coords_return_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the return type of coords of interface Position is object", + "description": "Check if the return type of coords of interface Position is object", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Position_coords_return_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Position_timestamp_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute timestamp value of interface Position exists", + "description": "Check if the attribute timestamp value of interface Position exists", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Position_timestamp_attribute_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute timestamp value of interface Position is readonly", + "description": "Check if the attribute timestamp value of interface Position is readonly", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Position_timestamp_attribute_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute timestamp value of interface Position is set to null", + "description": "Check if the attribute timestamp value of interface Position is set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_code_attribute_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute code value of interface PositionError is set to empty string", + "description": "Check if the attribute code value of interface PositionError is set to empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_code_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute code value of interface PositionError exists, timeout is set to 10, and enableHighAccuracy is set to true", + "description": "Check if the attribute code value of interface PositionError exists, timeout is set to 10, and enableHighAccuracy is set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_code_attribute_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute code value of interface PositionError is readonly, timeout is set to 10 and enableHighAccuracy is set to true", + "description": "Check if the attribute code value of interface PositionError is readonly, timeout is set to 10 and enableHighAccuracy is set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_code_attribute_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute code value of interface PositionError is set to null", + "description": "Check if the attribute code value of interface PositionError is set to null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_code_TIMEOUT", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute code of interface PositionError returns 3", + "description": "Check if the attribute code of interface PositionError returns 3", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_code_TIMEOUT.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute message of interface PositionError is comparison", + "description": "Check if the attribute message of interface PositionError is comparison", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message_attribute_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute message value of interface PositionError is set to empty string", + "description": "Check if the attribute message value of interface PositionError is set to empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute message value of interface PositionError exists, timeout is set to 10 and enableHighAccuracy is set to true", + "description": "Check if the attribute message value of interface PositionError exists, timeout is set to 10 and enableHighAccuracy is set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message_attribute_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute message value of interface PositionError is readonly, timeout is set to 10 and enableHighAccuracy is set to true", + "description": "Check if the attribute message value of interface PositionError is readonly, timeout is set to 10 and enableHighAccuracy is set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message_attribute_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute message value of interface PositionError is set to null", + "description": "Check if the attribute message value of interface PositionError is set to null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message_getCurrentPosition_Err", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getCurrentPosition returns message of error.", + "description": "Check if getCurrentPosition returns message of error.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_Err.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message_getCurrentPosition_timeOut0Age0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if message of timeout error is set to timeout to 0 and maxAge to 0", + "description": "Check if message of timeout error is set to timeout to 0 and maxAge to 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0Age0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message_getCurrentPosition_timeOut0AgeNeg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that message of timeout error raised if W3C geolocation set timeout to 0 and maxAge to -1, ", + "description": "Check that message of timeout error raised if W3C geolocation set timeout to 0 and maxAge to -1, ", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0AgeNeg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message_getCurrentPosition_timeOutNegAge0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that message of timeout error raised if W3C geolocation set timeout to -1 and maxAge to 0,", + "description": "Check that message of timeout error raised if W3C geolocation set timeout to -1 and maxAge to 0,", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOutNegAge0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message_return_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute message of interface PositionError return type,timeout is set to 10,enableHighAccuracy is set to true", + "description": "Check if the attribute message of interface PositionError return type,timeout is set to 10,enableHighAccuracy is set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_return_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message_watchPosition_Err", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if watchPosition returns message of error.", + "description": "Check if watchPosition returns message of error.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_Err.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message_watchPosition_timeOut0Age0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that message of timeout error raised(watchPosition) if W3C geolocation set timeout to 0 and maxAge to 0, ", + "description": "Check that message of timeout error raised(watchPosition) if W3C geolocation set timeout to 0 and maxAge to 0, ", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0Age0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message_watchPosition_timeOut0AgeNeg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that timeout error raised if W3C geolocation set timeout to 0 and maxAge to -1", + "description": "Check that timeout error raised if W3C geolocation set timeout to 0 and maxAge to -1", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0AgeNeg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message_watchPosition_timeOutNegAge0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that timeout error raised if W3C geolocation set timeout to -1 and maxAge to 0", + "description": "Check that timeout error raised if W3C geolocation set timeout to -1 and maxAge to 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOutNegAge0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_message_with_getCurrentPosition_timeOut0Age0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that message of timeout error raised(getCurrentPosition) if W3C geolocation set timeout to 0 and maxAge to 0", + "description": "Check that message of timeout error raised(getCurrentPosition) if W3C geolocation set timeout to 0 and maxAge to 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_with_getCurrentPosition_timeOut0Age0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_PERMISSION_DENIED_Default_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if default type of PositionError.PERMISSION_DENIED is number", + "description": "Check if default type of PositionError.PERMISSION_DENIED is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_Default_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_PERMISSION_DENIED_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if return type of PositionError.PERMISSION_DENIED is number", + "description": "Check if return type of PositionError.PERMISSION_DENIED is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_POSITION_UNAVAILABLE_Default_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if default value of PositionError.POSITION_UNAVAILABLE is number", + "description": "Check if default value of PositionError.POSITION_UNAVAILABLE is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_Default_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_POSITION_UNAVAILABLE_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if return type of PositionError.POSITION_UNAVAILABLE is number", + "description": "Check if return type of PositionError.POSITION_UNAVAILABLE is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_TIMEOUT_Default_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if default value of PositionError.TIMEOUT is three", + "description": "Check if default value of PositionError.TIMEOUT is three", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_Default_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionError_TIMEOUT_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if return type of PositionError.TIMEOUT is number", + "description": "Check if return type of PositionError.TIMEOUT is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_enableHighAccuracy_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute enableHighAccuracy of interface PositionOptions can be set to empty string", + "description": "Check if the attribute enableHighAccuracy of interface PositionOptions can be set to empty string", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_enableHighAccuracy_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute enableHighAccuracy of interface PositionOptions can be set to false", + "description": "Check if the attribute enableHighAccuracy of interface PositionOptions can be set to false", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_enableHighAccuracy_set_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute enableHighAccuracy of interface PositionOptions can be set to null", + "description": "Check if the attribute enableHighAccuracy of interface PositionOptions can be set to null", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_enableHighAccuracy_set_number", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute enableHighAccuracy of interface PositionOptions can be set to number", + "description": "Check if the attribute enableHighAccuracy of interface PositionOptions can be set to number", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_enableHighAccuracy_set_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute enableHighAccuracy of interface PositionOptions can be set to string", + "description": "Check if the attribute enableHighAccuracy of interface PositionOptions can be set to string", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_enableHighAccuracy_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute enableHighAccuracy of interface PositionOptions can be set to true", + "description": "Check if the attribute enableHighAccuracy of interface PositionOptions can be set to true", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_enableHighAccuracy_with_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute enableHighAccuracy of Navigator.PositionOptions.enableHighAccuracy can be set to null ", + "description": "Check if the attribute enableHighAccuracy of Navigator.PositionOptions.enableHighAccuracy can be set to null ", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_enableHighAccuracy_with_number", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute enableHighAccuracy of Navigator.PositionOptions.enableHighAccuracy can be set to number", + "description": "Check if the attribute enableHighAccuracy of Navigator.PositionOptions.enableHighAccuracy can be set to number", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_enableHighAccuracy_with_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute enableHighAccuracy of Navigator.PositionOptions.enableHighAccuracy can be set to string", + "description": "Check if the attribute enableHighAccuracy of Navigator.PositionOptions.enableHighAccuracy can be set to string", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Navigator.PositionOptions is set timeout to 0 and maximumAge to 0 in getCurrentPosition method", + "description": "Check if the Navigator.PositionOptions is set timeout to 0 and maximumAge to 0 in getCurrentPosition method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_1000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Navigator.PositionOptions is set timeout to 0 and maximumAge to 1000 in getCurrentPosition method", + "description": "Check if the Navigator.PositionOptions is set timeout to 0 and maximumAge to 1000 in getCurrentPosition method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_1000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_timeout_getCurrentPosition_timeout_60000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Navigator.PositionOptions is set timeout to 60000 in getCurrentPosition method", + "description": "Check if the Navigator.PositionOptions is set timeout to 60000 in getCurrentPosition method", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_60000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_timeout_watchPosition_timeout_0_maximumAge_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Navigator.PositionOptions is set timeout to 0 and maximumAge to 0 in watchPosition method", + "description": "Check if the Navigator.PositionOptions is set timeout to 0 and maximumAge to 0 in watchPosition method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_timeout_watchPosition_timeout_0_maximumAge_1000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Navigator.PositionOptions is set timeout to 0 and maximumAge to 1000 in watchPosition method", + "description": "Check if the Navigator.PositionOptions is set timeout to 0 and maximumAge to 1000 in watchPosition method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_1000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PositionOptions_timeout_watchPosition_timeout_60000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Navigator.PositionOptions is set timeout to 60000 in watchPosition method", + "description": "Check if the Navigator.PositionOptions is set timeout to 60000 in watchPosition method", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_60000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Position_timestamp_timeout_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that will get Position.timestamp value if set timeout to 0", + "description": "Check that will get Position.timestamp value if set timeout to 0", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Position_timestamp_timeout_100", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that will get Position.timestamp value if set timeout to 100", + "description": "Check that will get Position.timestamp value if set timeout to 100", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_100.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Position_timestamp_timeout_60000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that will get Position.timestamp value if set timeout to 60000", + "description": "Check that will get Position.timestamp value if set timeout to 60000", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_60000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_cached_position", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getCurrentPosition() supports cached position object", + "description": "Check if getCurrentPosition() supports cached position object", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_cached_position.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_example_one_short", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if example of a 'one-shot' position request works", + "description": "Check if example of a 'one-shot' position request works", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_example_one_short.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_operation_completed", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getCurrentPosition() invokes onPositionCallback() when the operation completes successfully before the timeout expires", + "description": "Check if getCurrentPosition() invokes onPositionCallback() when the operation completes successfully before the timeout expires", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_operation_completed.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_getCurrentPosition_timer_timeout", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getCurrentPosition() invokes onPositionErrorCallback() after timer fires TIMEOUT", + "description": "Check if getCurrentPosition() invokes onPositionErrorCallback() after timer fires TIMEOUT", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_timer_timeout.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_cached_position", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if watchPosition() supports cached position object", + "description": "Check if watchPosition() supports cached position object", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_cached_position.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_example_repeated_position", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if example of requesting repeated position updates works", + "description": "Check if example of requesting repeated position updates works", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_example_repeated_position.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_operation_completed", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if watchPosition() invokes onPositionCallback() when the operation completes successfully before the timeout expires", + "description": "Check if watchPosition() invokes onPositionCallback() when the operation completes successfully before the timeout expires", + "onload_delay": "24", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_operation_completed.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Geolocation_watchPosition_timer_timeout", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if watchPosition() invokes onPositionErrorCallback() after timer fires TIMEOUT", + "description": "Check if watchPosition() invokes onPositionErrorCallback() after timer fires TIMEOUT", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_timer_timeout.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_attribute_timeout_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if will get Coordinates attribute return value when set timeout to 0", + "description": "Check if will get Coordinates attribute return value when set timeout to 0", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_attribute_timeout_100", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if will get Coordinates attribute return value when set timeout to 100", + "description": "Check if will get Coordinates attribute return value when set timeout to 100", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_100.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Coordinates_attribute_timeout_60000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if will get Coordinates attribute return value when set timeout to 60000", + "description": "Check if will get Coordinates attribute return value when set timeout to 60000", + "onload_delay": "12", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_60000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "errorcallback_POSITION_UNAVAILABLE", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if success callback is called or error callback is called with correct code", + "description": "Check if success callback is called or error callback is called with correct code", + "onload_delay": "0", + "pre_condition": "enable GPS or connect to an available network", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/w3c/t.html?00002", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "getCurrentPosition_return_synchronously", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getCurrentPosition returns synchronously before any callbacks are invoked", + "description": "Check if getCurrentPosition returns synchronously before any callbacks are invoked", + "onload_delay": "0", + "pre_condition": "enable GPS or connect to an available network", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/w3c/t.html?00031", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "watchPosition_return_synchronously", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if watchPosition returns synchronously before any callbacks are invoked", + "description": "Check if watchPosition returns synchronously before any callbacks are invoked", + "onload_delay": "0", + "pre_condition": "enable GPS or connect to an available network", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-geoallow-w3c-tests/geoallow/w3c/t.html?00062", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0O-tct-geoallow-w3c-tests/tct-geoallow-w3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0O-tct-geoallow-w3c-tests/tct-geoallow-w3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..757299c Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0O-tct-geoallow-w3c-tests/tct-geoallow-w3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Q-tct-gumallow-w3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Q-tct-gumallow-w3c-tests/QAMETA.json new file mode 100644 index 0000000..be0b038 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Q-tct-gumallow-w3c-tests/QAMETA.json @@ -0,0 +1,704 @@ +[ + { + "launcher": "xwalk", + "name": "navigator_getusermedia_supported", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Navigator implements NavigatorUserMedia", + "description": "Check if Navigator implements NavigatorUserMedia", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/navigator_getusermedia_supported.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "navigator_audio_getting_datastream", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if we can access to the user's microphone by calling the API 'getUserMedia'", + "description": "Check if we can access to the user's microphone by calling the API 'getUserMedia'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/navigator_audio_getting_datastream.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "navigator_audio_video_getting_datastream", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if we can access to local devices (video cameras, microphones, Web cams) that can generate multimedia stream data by calling the API 'getUserMedia'", + "description": "Check if we can access to local devices (video cameras, microphones, Web cams) that can generate multimedia stream data by calling the API 'getUserMedia'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/navigator_audio_video_getting_datastream.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "navigator_audio_not_getting_datastream", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if we can not access to the user's microphone by calling the API 'getUserMedia'", + "description": "Check if we can not access to the user's microphone by calling the API 'getUserMedia'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/navigator_audio_not_getting_datastream.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "navigator_video_getting_datastream", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if we can access to the user's Web cams or video cameras by calling the API 'getUserMedia'", + "description": "Check if we can access to the user's Web cams or video cameras by calling the API 'getUserMedia'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/navigator_video_getting_datastream.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "navigator_video_not_getting_datastream", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if we can not access to the user's Web cams and video cameras by calling the API 'getUserMedia'", + "description": "Check if we can not access to the user's Web cams and video cameras by calling the API 'getUserMedia'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/navigator_video_not_getting_datastream.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video-assignment-manual", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that the MediaStream object returned by the success callback in getUserMedia can be properly assigned to a video element via the srcObject attribute", + "description": "Test checks that the MediaStream object returned by the success callback in getUserMedia can be properly assigned to a video element via the srcObject attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/mediastreams-as-media-elements/video-assignment-manual.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "api-present", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks for the presence of the navigator.getUserMedia method, taking vendor prefixes into account", + "description": "Test checks for the presence of the navigator.getUserMedia method, taking vendor prefixes into account", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/api-present.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "empty-option-param", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that getUserMedia with no value in the options parameter raises a NOT_SUPPORTED_ERR exception", + "description": "Test checks that getUserMedia with no value in the options parameter raises a NOT_SUPPORTED_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/empty-option-param.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "getusermedia-impossible-constraint", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that setting a trivial mandatory constraint (width >=0) in getUserMedia works", + "description": "Test checks that setting a trivial mandatory constraint (width >=0) in getUserMedia works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/getusermedia-impossible-constraint.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "getusermedia-optional-constraint", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that setting an optional constraint in getUserMedia is handled as optional", + "description": "Test checks that setting an optional constraint in getUserMedia is handled as optional", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/getusermedia-optional-constraint.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "getusermedia-trivial-constraint", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that setting a trivial mandatory constraint (width >=0) in getUserMedia works", + "description": "Test checks that setting a trivial mandatory constraint (width >=0) in getUserMedia works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/getusermedia-trivial-constraint.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "unknownkey-option-param", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that getUserMedia with an unknown value in the options parameter raises a NOT_SUPPORTED_ERR exception", + "description": "Test checks that getUserMedia with an unknown value in the options parameter raises a NOT_SUPPORTED_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/unknownkey-option-param.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "disabled-audio-silence", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that a disabled audio track in a MediaStream is rendered as silence", + "description": "Test checks that a disabled audio track in a MediaStream is rendered as silence", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/introduction/disabled-audio-silence.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "disabled-video-black", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that a disabled video track in a MediaStream is rendered as blackness", + "description": "Test checks that a disabled video track in a MediaStream is rendered as blackness", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/introduction/disabled-video-black.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "audio", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that the MediaStream object returned by the success callback in getUserMedia has exactly one audio track", + "description": "Test checks that the MediaStream object returned by the success callback in getUserMedia has exactly one audio track", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/audio.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "mediastream-addtrack", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that adding a track to a MediaStream works as expected", + "description": "Test checks that adding a track to a MediaStream works as expected", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-addtrack.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "mediastream-finished-add", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that adding a track to a finished MediaStream raises an INVALID_STATE_ERR exception", + "description": "Test checks that adding a track to a finished MediaStream raises an INVALID_STATE_ERR exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-finished-add.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "mediastream-gettrackid", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that MediaStream.getTrackById behaves as expected", + "description": "Test checks that MediaStream.getTrackById behaves as expected", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-gettrackid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "mediastream-idl", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that the MediaStream constructor follows the algorithm set in the spec", + "description": "Test checks that the MediaStream constructor follows the algorithm set in the spec", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-idl.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "mediastream-id-manual", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that the MediaStream object returned by the success callback in getUserMedia has a correct id", + "description": "Test checks that the MediaStream object returned by the success callback in getUserMedia has a correct id", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-id-manual.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "mediastream-removetrack", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that removinging a track from a MediaStream works as expected", + "description": "Test checks that removinging a track from a MediaStream works as expected", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-removetrack.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "stream-ended", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that the MediaStream object returned by the success callback in getUserMedia has a ended set to false at start, and triggers 'onended' when it is set to true", + "description": "Test checks that the MediaStream object returned by the success callback in getUserMedia has a ended set to false at start, and triggers 'onended' when it is set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/stream-ended.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that the MediaStream object returned by the success callback in getUserMedia has exactly one video track and no audio", + "description": "Test checks that the MediaStream object returned by the success callback in getUserMedia has exactly one video track and no audio", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/video.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "mediastreamtrack-end", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that the video and audio tracks of MediaStream object returned by the success callback in getUserMedia are correctly set into ended state when permission is revoked", + "description": "Test checks that the video and audio tracks of MediaStream object returned by the success callback in getUserMedia are correctly set into ended state when permission is revoked", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastreamtrack/mediastreamtrack-end.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "mediastreamtrack-id", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that distinct mediastream tracks have distinct ids", + "description": "Test checks that distinct mediastream tracks have distinct ids", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastreamtrack/mediastreamtrack-id.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "mediastreamtrack-init", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test checks that the video track of MediaStream object returned by the success callback in getUserMedia is correctly initialized", + "description": "Test checks that the video track of MediaStream object returned by the success callback in getUserMedia is correctly initialized", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastreamtrack/mediastreamtrack-init.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Q-tct-gumallow-w3c-tests/tct-gumallow-w3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Q-tct-gumallow-w3c-tests/tct-gumallow-w3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..851662f Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Q-tct-gumallow-w3c-tests/tct-gumallow-w3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0R-tct-indexeddb-w3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0R-tct-indexeddb-w3c-tests/QAMETA.json new file mode 100644 index 0000000..38829bd --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0R-tct-indexeddb-w3c-tests/QAMETA.json @@ -0,0 +1,3434 @@ +[ + { + "launcher": "xwalk", + "name": "IDBCursor_advance_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBCursor.advance method exists", + "description": "Check if IDBCursor.advance method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_advance_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBCursor_direction_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBCursor.direction method exists", + "description": "Check if IDBCursor.direction method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_direction_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBCursor_key_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBCursor.key method exists", + "description": "Check if IDBCursor.key method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_key_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBCursor_primaryKey_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBCursor.primaryKey attribute exists", + "description": "Check if IDBCursor.primaryKey attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_primaryKey_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBCursor_source_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBCursor.source attribute exists", + "description": "Check if IDBCursor.source attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_source_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBCursorWithValue_value_exist.html", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBCursorWithValue.value attribute exists", + "description": "Check if IDBCursorWithValue.value attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursorWithValue_value_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBDatabase_close_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBDatabase.close method exists", + "description": "Check if IDBDatabase.close method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_close_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBDatabase_createObjectStore_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBDatabaseSync.createObjectStore method exists", + "description": "Check if IDBDatabaseSync.createObjectStore method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_createObjectStore_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBDatabase_deleteObjectStore_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBDatabase.deleteObjectStore method exists", + "description": "Check if IDBDatabase.deleteObjectStore method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_deleteObjectStore_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBDatabase_name_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBDatabase.name attribute exists", + "description": "Check if IDBDatabase.name attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_name_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBDatabase_objectStoreNames_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBDatabase.objectStoreNames attribute exists", + "description": "Check if IDBDatabase.objectStoreNames attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_objectStoreNames_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBDatabase_onabort_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBDatabase.onabort attribute exists", + "description": "Check if IDBDatabase.onabort attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onabort_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBDatabase_onerror_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBDatabase.onerror attribute exists", + "description": "Check if IDBDatabase.onerror attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onerror_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBDatabase_onversionchange_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBDatabase.onversionchange attribute exists", + "description": "Check if IDBDatabase.onversionchange attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onversionchange_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBDatabase_transaction_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBDatabase.transaction method exists", + "description": "Check if IDBDatabase.transaction method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_transaction_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBDatabase_version_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBDatabase.version attribute exists", + "description": "Check if IDBDatabase.version attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_version_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBEnvironment_indexedDB_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBEnvironment.indexedDB attribute exists", + "description": "Check if IDBEnvironment.indexedDB attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBEnvironment_indexedDB_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBFactory_cmp_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBFactory.cmp method exists", + "description": "Check if IDBFactory.cmp method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_cmp_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBFactory_deleteDatabase_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBFactory.deleteDatabase method exists", + "description": "Check if IDBFactory.deleteDatabase method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_deleteDatabase_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBFactory_open_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBFactory.open method exists", + "description": "Check if IDBFactory.open method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_open_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBIndex_count_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBIndex.count method exists", + "description": "Check if IDBIndex.count method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_count_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBIndex_keyPath_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBIndex.keyPath attribute exists", + "description": "Check if IDBIndex.keyPath attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_keyPath_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBIndex_multientry_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBIndex.multientry attribute exists", + "description": "Check if IDBIndex.multientry attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_multientry_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBIndex_name_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBIndex.name attribute exists", + "description": "Check if IDBIndex.name attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_name_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBIndex_objectStore_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBIndex.objectStore attribute exists", + "description": "Check if IDBIndex.objectStore attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_objectStore_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBIndex_openCursor_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBIndex.openCursor method exists", + "description": "Check if IDBIndex.openCursor method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openCursor_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBIndex_openKeyCursor_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBIndex.openKeyCursor method exists", + "description": "Check if IDBIndex.openKeyCursor method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openKeyCursor_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBIndex_unique_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBIndex.unique attribute exists", + "description": "Check if IDBIndex.unique attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_unique_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBKeyRange_bound_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBKeyRange.bound method exists", + "description": "Check if IDBKeyRange.bound method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBKeyRange_lower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBKeyRange.lower attribute exists", + "description": "Check if IDBKeyRange.lower attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lower.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBKeyRange_lowerBound", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBKeyRange.lowerBound method exists", + "description": "Check if IDBKeyRange.lowerBound method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBKeyRange_lowerOpen_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBKeyRange.lowerOpen attribute exists", + "description": "Check if IDBKeyRange.lowerOpen attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerOpen_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBKeyRange_only_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBKeyRange.only method exists", + "description": "Check if IDBKeyRange.only method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBKeyRange_upper_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBKeyRange.upper attribute exists", + "description": "Check if IDBKeyRange.upper attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upper_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBKeyRange_upperBound_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBKeyRange.upperBound method exists", + "description": "Check if IDBKeyRange.upperBound method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBKeyRange_upperOpen_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBKeyRange.upperOpen attribute exists", + "description": "Check if IDBKeyRange.upperOpen attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperOpen_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBObjectStore_add_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBObjectStore.add method exists", + "description": "Check if IDBObjectStore.add method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_add_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBObjectStore_clear_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBObjectStore.clear method exists", + "description": "Check if IDBObjectStore.clear method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_clear_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBObjectStore_count_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBObjectStore.count method exists", + "description": "Check if IDBObjectStore.count method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_count_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBObjectStore_createIndex_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBObjectStore.createIndex method exists", + "description": "Check if IDBObjectStore.createIndex method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBObjectStore_delete_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBObjectStore.delete method exists", + "description": "Check if IDBObjectStore.delete method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_delete_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBObjectStore_deleteIndex_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBObjectStore.deleteIndex method exists", + "description": "Check if IDBObjectStore.deleteIndex method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_deleteIndex_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBObjectStore_get_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBObjectStore.get method exists", + "description": "Check if IDBObjectStore.get method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_get_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBObjectStore_index_exits", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBObjectStore.index method exists", + "description": "Check if IDBObjectStore.index method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_index_exits.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBObjectStore_indexNames_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBObjectStore.indexNames method exists", + "description": "Check if IDBObjectStore.indexNames method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_indexNames_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBObjectStore_keyPath_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBObjectStore.keyPath attribute exists", + "description": "Check if IDBObjectStore.keyPath attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_keyPath_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBObjectStore_name_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBObjectStore.name attribute exists", + "description": "Check if IDBObjectStore.name attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_name_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBObjectStore_openCursor_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBObjectStore.openCursor method exists", + "description": "Check if IDBObjectStore.openCursor method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_openCursor_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBObjectStore_put_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBObjectStore.put method exists", + "description": "Check if IDBObjectStore.put method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_put_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBObjectStore_transaction_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBObjectStore.transaction attribute exists", + "description": "Check if IDBObjectStore.transaction attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_transaction_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBOpenDBRequest_onblocked_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBOpenDBRequest.onblocked method exists", + "description": "Check if IDBOpenDBRequest.onblocked method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBOpenDBRequest_onblocked_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBOpenDBRequest_onupgradeneeded_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBOpenDBRequest.onupgradeneeded method exists", + "description": "Check if IDBOpenDBRequest.onupgradeneeded method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBOpenDBRequest_onupgradeneeded_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBRequest_error_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBRequest.error attribute exists", + "description": "Check if IDBRequest.error attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_error_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBRequest_onerror_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBRequest.onerror method exists", + "description": "Check if IDBRequest.onerror method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_onerror_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBRequest_onsuccess_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBRequest.onsuccess method exists", + "description": "Check if IDBRequest.onsuccess method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_onsuccess_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBRequest_readyState_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBRequest.readyState attribute exists", + "description": "Check if IDBRequest.readyState attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_readyState_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBRequest_result_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBRequest.result method exists", + "description": "Check if IDBRequest.result method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_result_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBRequest_source_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBRequest.source attribute exists", + "description": "Check if IDBRequest.source attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_source_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBRequest_transaction_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBRequest.transaction method exists", + "description": "Check if IDBRequest.transaction method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_transaction_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBTransaction_abort_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBTransaction.abort method exists", + "description": "Check if IDBTransaction.abort method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_abort_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBTransaction_db_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBTransaction.db attribute exists", + "description": "Check if IDBTransaction.db attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_db_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBTransaction_mode_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBTransaction.mode attribute exists", + "description": "Check if IDBTransaction.mode attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_mode_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBTransaction_objectStore_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBTransaction.objectStore attribute exists", + "description": "Check if IDBTransaction.objectStore attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_objectStore_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBTransaction_onabort_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBTransaction.onabort method exists", + "description": "Check if IDBTransaction.onabort method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_onabort_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBTransaction_oncomplete_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBTransaction.oncomplete method exists", + "description": "Check if IDBTransaction.oncomplete method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_oncomplete_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBTransaction_onerror_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBTransaction.onerror method exists", + "description": "Check if IDBTransaction.onerror method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_onerror_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBCursor_delete_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBCursor.delete method exists", + "description": "Check if IDBCursor.delete method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_delete_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "IDBCursor_update_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if IDBCursor.update method exists", + "description": "Check if IDBCursor.update method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_update_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbdatabase_transaction", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can open a database transaction with a invalid scope", + "description": "Check if can open a database transaction with a invalid scope", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_transaction.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_add13", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can add a record with an invalid out of line key", + "description": "Check if can add a record with an invalid out of line key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add13.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_add11", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can add a record with an invalid in line key", + "description": "Check if can add a record with an invalid in line key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add11.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_put12", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can put a record without define any keys", + "description": "Check if can put a record without define any keys", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put12.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_get3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the key is a Date", + "description": "Check if the key is a Date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get3.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbindex_get", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if get() method returns records", + "description": "Check if get() method returns records", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_get.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbcursor_delete_objectstore3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can remove a record in an inactive transaction by object store", + "description": "Check if can remove a record in an inactive transaction by object store", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_delete_objectstore3.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_put9", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can put a record with an invalid in line key", + "description": "Check if can put a record with an invalid in line key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put9.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbcursor_update_objectstore3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can modify a record in an inactive transaction by object store", + "description": "Check if can modify a record in an inactive transaction by object store", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_objectstore3.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbdatabase_deleteObjectStore", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the name of object store removed from database when deleteObjectStore() method invoked", + "description": "Check if the name of object store removed from database when deleteObjectStore() method invoked", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_deleteObjectStore.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_createIndex2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can create an index that the unique value is already exist on an object store ", + "description": "Check if can create an index that the unique value is already exist on an object store ", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_createIndex2.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbcursor_continue_objectstore4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can iterate to the next record when the direction is already set to the previous one on object store", + "description": "Check if can iterate to the next record when the direction is already set to the previous one on object store", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_objectstore4.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_deleteIndex", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can remove the index when the deleteIndex() method invoked", + "description": "Check if can remove the index when the deleteIndex() method invoked", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_deleteIndex.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_put7", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if object store uses autoIncrement and out-of-line keys on put() method", + "description": "Check if object store uses autoIncrement and out-of-line keys on put() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put7.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbdatabase_createObjectStore2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if create an object store with the correct 'name' and 'keyPath' properties", + "description": "Check if create an object store with the correct 'name' and 'keyPath' properties", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore2.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_add6", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if object store uses autoIncrement and inline keys on add() method", + "description": "Check if object store uses autoIncrement and inline keys on add() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add6.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbdatabase_createObjectStore6", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if create an object store with an invalid key path", + "description": "Check if create an object store with an invalid key path", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore6.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_put8", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if object store has properties of autoIncrement with true value and key path object on put() method", + "description": "Check if object store has properties of autoIncrement with true value and key path object on put() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put8.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbcursor_update_index2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can modify a record in a read-only transaction by index", + "description": "Check if can modify a record in a read-only transaction by index", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_index2.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbdatabase_deleteObjectStore3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can remove an object store which does not exist", + "description": "Check if can remove an object store which does not exist", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_deleteObjectStore3.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_add10", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can call 'add' without a key argument when the object store intend to use out-of-line keys", + "description": "Check if can call 'add' without a key argument when the object store intend to use out-of-line keys", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add10.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_put14", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can put a record with an invalid key in index", + "description": "Check if can put a record with an invalid key in index", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put14.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_get", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the key is a number", + "description": "Check if the key is a number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_clear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if clear() method works", + "description": "Check if clear() method works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_clear.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbdatabase_transaction2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if transaction() method has none mode argument", + "description": "Check if transaction() method has none mode argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_transaction2.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_put6", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if object store uses autoIncrement and inline keys on put() method", + "description": "Check if object store uses autoIncrement and inline keys on put() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put6.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_put5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the key path of object store is an object attribute on put() method", + "description": "Check if the key path of object store is an object attribute on put() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put5.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_get4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can retrieve a record that doesn't exist", + "description": "Check if can retrieve a record that doesn't exist", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get4.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_put4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if object store can still put when the 'unique: true' specified by index", + "description": "Check if object store can still put when the 'unique: true' specified by index", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put4.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbdatabase_createObjectStore5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the name of object store appears in database", + "description": "Check if the name of object store appears in database", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore5.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbdatabase_createObjectStore3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can create an object store outside of a version changed transaction", + "description": "Check if can create an object store outside of a version changed transaction", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore3.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbdatabase_transaction3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can open a transaction on closed database connection", + "description": "Check if can open a transaction on closed database connection", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_transaction3.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_put3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the record of object store already has the same key existed on put() method", + "description": "Check if the record of object store already has the same key existed on put() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put3.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_put2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if an object store uses out-of-line keys on put() method", + "description": "Check if an object store uses out-of-line keys on put() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put2.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_createIndex", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if createIndex() method works", + "description": "Check if createIndex() method works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_createIndex.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_get2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the key is a string", + "description": "Check if the key is a string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get2.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbdatabase_createObjectStore", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if createObjectStore() method works", + "description": "Check if createObjectStore() method works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_add4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if object store can still add when the 'unique: true' specified by index", + "description": "Check if object store can still add when the 'unique: true' specified by index", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add4.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbcursor_update_objectstore", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can modify a record in object store", + "description": "Check if can modify a record in object store", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_objectstore.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_add3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the record of object store already has the same key existed on add() method", + "description": "Check if the record of object store already has the same key existed on add() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add3.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_add8", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if object store has properties of autoIncrement with true value and key path object on add() method", + "description": "Check if object store has properties of autoIncrement with true value and key path object on add() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add8.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_delete2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the key dismatch any records on delete() method", + "description": "Check if the key dismatch any records on delete() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete2.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbcursor_update_objectstore2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can modify a record in a read-only transaction by object store", + "description": "Check if can modify a record in a read-only transaction by object store", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_objectstore2.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_clear2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if clear() method removes all records in an index", + "description": "Check if clear() method removes all records in an index", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_clear2.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_add5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the key path of object store is an object attribute on add() method", + "description": "Check if the key path of object store is an object attribute on add() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add5.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbdatabase_deleteObjectStore2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can remove the object store outside of a version changed transaction", + "description": "Check if can remove the object store outside of a version changed transaction", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_deleteObjectStore2.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_add12", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can call 'add' without in-line key defined ", + "description": "Check if can call 'add' without in-line key defined ", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add12.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_add", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if an object store uses in-line keys on add() method", + "description": "Check if an object store uses in-line keys on add() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_put13", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can put a record with an invalid out of line key", + "description": "Check if can put a record with an invalid out of line key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put13.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbindex_getKey", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getKey() method works", + "description": "Check if getKey() method works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_getKey.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_index", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if index() method works", + "description": "Check if index() method works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_index.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbcursor_update_index", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can modify a record in the object store by index", + "description": "Check if can modify a record in the object store by index", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_index.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_put10", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can call 'put' without an key argument when the object store intend to use out-of-line keys", + "description": "Check if can call 'put' without an key argument when the object store intend to use out-of-line keys", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put10.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_add2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if an object store uses out-of-line keys on add() method", + "description": "Check if an object store uses out-of-line keys on add() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add2.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_delete", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if delete() method removes record with inline keys", + "description": "Check if delete() method removes record with inline keys", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_delete4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if delete() method removes record with out-of-line keys", + "description": "Check if delete() method removes record with out-of-line keys", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete4.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_put", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if an object store uses in-line keys on put() method", + "description": "Check if an object store uses in-line keys on put() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_add14", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can add a record with an invalid key in index", + "description": "Check if can add a record with an invalid key in index", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add14.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbdatabase_createObjectStore4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can create an object store that already exists", + "description": "Check if can create an object store that already exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore4.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_put11", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can put a record with an invalid key", + "description": "Check if can put a record with an invalid key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put11.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbcursor_update_index3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can modify a record in an inactive transaction by index", + "description": "Check if can modify a record in an inactive transaction by index", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_index3.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_delete3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the key path of object store is an object attribute", + "description": "Check if the key path of object store is an object attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete3.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_add9", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can add a record with an invalid inline key", + "description": "Check if can add a record with an invalid inline key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add9.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "idbobjectstore_add7", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if object store uses autoIncrement and out-of-line keys on add() method", + "description": "Check if object store uses autoIncrement and out-of-line keys on add() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add7.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0R-tct-indexeddb-w3c-tests/tct-indexeddb-w3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0R-tct-indexeddb-w3c-tests/tct-indexeddb-w3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..0c8532b Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0R-tct-indexeddb-w3c-tests/tct-indexeddb-w3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0S-tct-jsenhance-html5-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0S-tct-jsenhance-html5-tests/QAMETA.json new file mode 100644 index 0000000..6a6ddee --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0S-tct-jsenhance-html5-tests/QAMETA.json @@ -0,0 +1,158 @@ +[ + { + "launcher": "xwalk", + "name": "document_getElementsByClassName_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the document object has getElementsByClassName method", + "description": "Check if the document object has getElementsByClassName method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-jsenhance-html5-tests/jsenhance/document_getElementsByClassName_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "element_classList_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Element has classList attribute", + "description": "Check if the Element has classList attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-jsenhance-html5-tests/jsenhance/element_classList_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "element_matchesSelector_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Element has matchesSelector attribute", + "description": "Check if the Element has matchesSelector attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-jsenhance-html5-tests/jsenhance/element_matchesSelector_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "script_async_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the script element has async attribute", + "description": "Check if the script element has async attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-jsenhance-html5-tests/jsenhance/script_async_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "script_defer_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the script element has defer attribute", + "description": "Check if the script element has defer attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-jsenhance-html5-tests/jsenhance/script_defer_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_hashchange_event_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the window has hashchange event", + "description": "Check if the window has hashchange event", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-jsenhance-html5-tests/jsenhance/window_hashchange_event_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0S-tct-jsenhance-html5-tests/tct-jsenhance-html5-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0S-tct-jsenhance-html5-tests/tct-jsenhance-html5-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..42b08c8 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0S-tct-jsenhance-html5-tests/tct-jsenhance-html5-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0T-tct-mediacapture-w3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0T-tct-mediacapture-w3c-tests/QAMETA.json new file mode 100644 index 0000000..6b6ba99 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0T-tct-mediacapture-w3c-tests/QAMETA.json @@ -0,0 +1,132 @@ +[ + { + "launcher": "xwalk", + "name": "HTMLInputElement_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the interface HTMLInputElement exists", + "description": "Check if the interface HTMLInputElement exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediacapture-w3c-tests/mediacapture/HTMLInputElement_attribute.html?total_num=4&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "HTMLInputElement_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of HTMLInputElement is object", + "description": "Check if the type of HTMLInputElement is object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediacapture-w3c-tests/mediacapture/HTMLInputElement_attribute.html?total_num=4&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "HTMLInputElement_capture_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the attribute capture exists", + "description": "Check if the attribute capture exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediacapture-w3c-tests/mediacapture/HTMLInputElement_attribute.html?total_num=4&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "HTMLInputElement_capture_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of HTMLInputElement.capture is boolean", + "description": "Check if the type of HTMLInputElement.capture is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediacapture-w3c-tests/mediacapture/HTMLInputElement_attribute.html?total_num=4&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "capture_video", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the input will accept an video when capture set to acmcorder", + "description": "Check if the input will accept an video when capture set to acmcorder", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediacapture-w3c-tests/mediacapture/capture_video.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0T-tct-mediacapture-w3c-tests/tct-mediacapture-w3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0T-tct-mediacapture-w3c-tests/tct-mediacapture-w3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..eccdf41 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0T-tct-mediacapture-w3c-tests/tct-mediacapture-w3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0U-tct-mediaqueries-css3-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0U-tct-mediaqueries-css3-tests/QAMETA.json new file mode 100644 index 0000000..2d507e3 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0U-tct-mediaqueries-css3-tests/QAMETA.json @@ -0,0 +1,1354 @@ +[ + { + "launcher": "xwalk", + "name": "CSS3MQ_width_min-width_positive_max-width_positive", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set '(min-width:400px) and (max-width:700px)' on CSS3 Media Queries width attribute, when the browser width is between 400px and 700px, the text will displays in red", + "description": "Set '(min-width:400px) and (max-width:700px)' on CSS3 Media Queries width attribute, when the browser width is between 400px and 700px, the text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_min-width_positive_max-width_positive.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_media_height", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "When the page is visible and the height is greater than 100px less than 500px, the Bank text is displayed in red.", + "description": "When the page is visible and the height is greater than 100px less than 500px, the Bank text is displayed in red.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_height.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_media_device_width", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "When your output device resolution width is set to 1024px, the Bank text is displayed in red", + "description": "When your output device resolution width is set to 1024px, the Bank text is displayed in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_device_width.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_media_device_height", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "When your output device resolution is set to more than 800px in height, the Bank text is displayed in red", + "description": "When your output device resolution is set to more than 800px in height, the Bank text is displayed in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_device_height.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_media_orientation", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "When the page is visible in the output device and the width is greater than height, the Bank text is displayed in red", + "description": "When the page is visible in the output device and the width is greater than height, the Bank text is displayed in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_orientation.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_media_aspect_ratio", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "When the page is visible in the output device and the ratio of width and height is less than or equal to 20:11, the Bank text is displayed in red", + "description": "When the page is visible in the output device and the ratio of width and height is less than or equal to 20:11, the Bank text is displayed in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_aspect_ratio.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_media_device_aspect_ratio", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "When the output device screen resolution is set to 16:10, the Bank text is displayed in red", + "description": "When the output device screen resolution is set to 16:10, the Bank text is displayed in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_device_aspect_ratio.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_media_color", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "When your output device is support for color, the Bank text is displayed in red", + "description": "When your output device is support for color, the Bank text is displayed in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_color.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_width_min_neg_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'min-width:-0' on the Media Queries width attribute, when the page is visible and the width is more than or equal to 0, this text will displays in red.", + "description": "Set 'min-width:-0' on the Media Queries width attribute, when the page is visible and the width is more than or equal to 0, this text will displays in red.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_min_neg_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_height_min_neg_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'min-height:-0' on the Media Queries height attribute, when the page is visible and the height is more than or equal to 0, this text will displays in red.", + "description": "Set 'min-height:-0' on the Media Queries height attribute, when the page is visible and the height is more than or equal to 0, this text will displays in red.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_min_neg_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_device-width_min_neg_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'min-device-width:-0;' on CSS3 Media Queries device-width attribute, When your output device resolution is set greater than or equal to 0px in width, this text will displays in red", + "description": "Set 'min-device-width:-0;' on CSS3 Media Queries device-width attribute, When your output device resolution is set greater than or equal to 0px in width, this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_min_neg_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_device-height_min_neg_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'min-device-height:-0;' on CSS3 Media Queries device-height attribute, When your output device resolution is set greater than or equal to 0px in height, this text will displays in red", + "description": "Set 'min-device-height:-0;' on CSS3 Media Queries device-height attribute, When your output device resolution is set greater than or equal to 0px in height, this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_min_neg_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_aspect-ratio_min_59virgule79", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'min-aspect-ratio:59/79' on CSS3 Media Queries aspect-ratio, When the page is visible in the output device and the ratio of the page width and height is more than or equal to 59/79, this text will displays in red", + "description": "Set 'min-aspect-ratio:59/79' on CSS3 Media Queries aspect-ratio, When the page is visible in the output device and the ratio of the page width and height is more than or equal to 59/79, this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_min_59virgule79.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_device-aspect-ratio_min_1280virgule1024", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'min-device-aspect-ratio:1280/1024'on CSS3 Media Queries device-aspect-ratio attribute, When the output device screen resolution is more than or equal to 1280:1024, this text will displays in red", + "description": "Set 'min-device-aspect-ratio:1280/1024'on CSS3 Media Queries device-aspect-ratio attribute, When the output device screen resolution is more than or equal to 1280:1024, this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_min_1280virgule1024.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_color_min_neg_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'min-color:-1' on the CSS3 Media color attribute, when your device is greater than -1 in color, this text will displays in red", + "description": "Set 'min-color:-1' on the CSS3 Media color attribute, when your device is greater than -1 in color, this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_min_neg_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_aspect-ratio_max_value_1virgule0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'screen; min-aspect-ratio:1/0' on CSS3 Media Queries aspect-ratio attribute, this text will not displays in red", + "description": "Set 'screen; min-aspect-ratio:1/0' on CSS3 Media Queries aspect-ratio attribute, this text will not displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_max_value_1virgule0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_aspect-ratio_max_value_1virgule1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'screen; max-aspect-ratio:1/1' on CSS3 Media Queries aspect-ratio attribute, When the page is visible in the output device and the page width and height ratio is less than or equal to 1/1, this text will displays in red", + "description": "Set 'screen; max-aspect-ratio:1/1' on CSS3 Media Queries aspect-ratio attribute, When the page is visible in the output device and the page width and height ratio is less than or equal to 1/1, this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_max_value_1virgule1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_aspect-ratio_min_value_0virgule1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'screen; min-aspect-ratio:0/1' on CSS3 Media Queries aspect-ratio attribute, When the page is visible in the output device and the page width and height ratio is more than or equal to 0/1,this text will displays in red", + "description": "Set 'screen; min-aspect-ratio:0/1' on CSS3 Media Queries aspect-ratio attribute, When the page is visible in the output device and the page width and height ratio is more than or equal to 0/1,this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_min_value_0virgule1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_aspect-ratio_value_59virgule80", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'screen; aspect-ratio:59/80' on CSS3 Media Queries, When the page is visible in the output device and the page width and height ratio is equal to 59/80, this text will displays in red", + "description": "Set 'screen; aspect-ratio:59/80' on CSS3 Media Queries, When the page is visible in the output device and the page width and height ratio is equal to 59/80, this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_value_59virgule80.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_device-aspect-ratio_max_value_1virgule0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'screen;max-device-aspect-ratio: 1/0' on the CSS3 Media Queries device-aspect-ratio attribute, this text will not displays in red", + "description": "Set 'screen;max-device-aspect-ratio: 1/0' on the CSS3 Media Queries device-aspect-ratio attribute, this text will not displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_max_value_1virgule0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_device-aspect-ratio_max_value_1281virgule1024", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'screen;max-device-aspect-ratio: 1281/1024' on the CSS3 Media Queries device-aspect-ratio attribute, When the output device screen resolution is less than or equal to 1281/1024, this text will displays in red", + "description": "Set 'screen;max-device-aspect-ratio: 1281/1024' on the CSS3 Media Queries device-aspect-ratio attribute, When the output device screen resolution is less than or equal to 1281/1024, this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_max_value_1281virgule1024.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_device-aspect-ratio_min_value_0virgule1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'screen; min-device-aspect-ratio: 0/1' on the CSS3 Media Queries device-aspect-ratio attribute, when the value of the device-aspect-ratio attribute of your the output device is greater than or equals to 0/1, this text will displays in red", + "description": "Set 'screen; min-device-aspect-ratio: 0/1' on the CSS3 Media Queries device-aspect-ratio attribute, when the value of the device-aspect-ratio attribute of your the output device is greater than or equals to 0/1, this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_min_value_0virgule1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_device-aspect-ratio_value_1280virgule1024", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'screen;device-aspect-ratio: 1280/1024;' on CSS3 Media Queries device-aspect-ratio attribute, When the output device screen resolution is 1280/1024 the text will become red", + "description": "Set 'screen;device-aspect-ratio: 1280/1024;' on CSS3 Media Queries device-aspect-ratio attribute, When the output device screen resolution is 1280/1024 the text will become red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_value_1280virgule1024.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_device-height_max_vaule_1300px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'max-device-height: 1300px' on CSS3 Media Queries device-height attribute, when your device is less than or equals to 1300px in height, this text will displays in red", + "description": "Set 'max-device-height: 1300px' on CSS3 Media Queries device-height attribute, when your device is less than or equals to 1300px in height, this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_max_vaule_1300px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_device-height_max_vaule_neg_1300px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'max-device-height: -1300px' on CSS3 Media Queries device-height attribute,this text will not displays in red", + "description": "Set 'max-device-height: -1300px' on CSS3 Media Queries device-height attribute,this text will not displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_max_vaule_neg_1300px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_device-height_value_1024px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'screen;device-height:1024px;' When your output device is 1024px in height, the text will displays in red", + "description": "Set 'screen;device-height:1024px;' When your output device is 1024px in height, the text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_value_1024px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_device-height_value_between_900px_and_1200px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'screen;max-device-height: 1200px;min-device-height: 900px' on CSS3 Media Queries device-height attribute, When your output device is between 900px and 1200px in height ,the text will displays in red", + "description": "Set 'screen;max-device-height: 1200px;min-device-height: 900px' on CSS3 Media Queries device-height attribute, When your output device is between 900px and 1200px in height ,the text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_value_between_900px_and_1200px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_device-width_max_positive", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'max-device-width: 960px;' on CSS3 Media Queries height attribute; When the browser width is less than 960px, the text will displays in orange", + "description": "Set 'max-device-width: 960px;' on CSS3 Media Queries height attribute; When the browser width is less than 960px, the text will displays in orange", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_max_positive.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_device-width_value_1280px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'screen;device-width:1280px;' When your output device is 1024px in width ,the text will displays in red", + "description": "Set 'screen;device-width:1280px;' When your output device is 1024px in width ,the text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_value_1280px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_device-width_value_between_900px_and_1200px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'screen;max-device-width: 1200px;min-device-width: 900px' on CSS3 Media Queries device-width attribute, When your output device is between 900px and 1200px in width ,the text will displays in red", + "description": "Set 'screen;max-device-width: 1200px;min-device-width: 900px' on CSS3 Media Queries device-width attribute, When your output device is between 900px and 1200px in width ,the text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_value_between_900px_and_1200px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_height_value_800px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'height: 800px' on CSS3 Media Queries height attribute, When the browser height is 800px, the text will displays in red", + "description": "Set 'height: 800px' on CSS3 Media Queries height attribute, When the browser height is 800px, the text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_800px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_height_value_between_900px_and_1200px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'max-height: 1200px;min-height: 900px' on the Media Queries height attribute; When your output device is between 900px and 1200px in height, the text will display in red", + "description": "Set 'max-height: 1200px;min-height: 900px' on the Media Queries height attribute; When your output device is between 900px and 1200px in height, the text will display in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_between_900px_and_1200px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_height_value_max_1300px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'max-height: 1300px' on CSS3 Media Queries width attribute; When the browser height is less than or equal to 1300px, the text will displays in red", + "description": "Set 'max-height: 1300px' on CSS3 Media Queries width attribute; When the browser height is less than or equal to 1300px, the text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_max_1300px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_height_value_max_neg_1300px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'max-height: -1300px' on CSS3 Media Queries width attribute, When the browser height is less than or equal to -1300px, the text will displays in red", + "description": "Set 'max-height: -1300px' on CSS3 Media Queries width attribute, When the browser height is less than or equal to -1300px, the text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_max_neg_1300px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_height_value_neg_800px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'height: -800px' on CSS3 Media Queries height attribute, the text will not displays in red", + "description": "Set 'height: -800px' on CSS3 Media Queries height attribute, the text will not displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_neg_800px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_orientation_value_all_landscape", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'all; orientation:landscape' on CSS3 Media Queries orientation attribute, When the orientation of your device is landscape, the text displays in red", + "description": "Set 'all; orientation:landscape' on CSS3 Media Queries orientation attribute, When the orientation of your device is landscape, the text displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_all_landscape.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_orientation_value_all_portrait", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'all; orientation:portrait' on CSS3 Media Queries orientation attribute, When the orientation of your device is portrait, the text will displays in red", + "description": "Set 'all; orientation:portrait' on CSS3 Media Queries orientation attribute, When the orientation of your device is portrait, the text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_all_portrait.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_orientation_value_screen_landscape", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'screen; orientation:landscape' on the Media Queries orientation attribute, When the Orientation of your device screen is landscape, the text will display in red.", + "description": "Set 'screen; orientation:landscape' on the Media Queries orientation attribute, When the Orientation of your device screen is landscape, the text will display in red.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_screen_landscape.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_orientation_value_screen_portrait", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'screen;orientation:portrait;' on the Media Queries orientation attribute; When the Orientation of your device screen is portrait, the text will display in red", + "description": "Set 'screen;orientation:portrait;' on the Media Queries orientation attribute; When the Orientation of your device screen is portrait, the text will display in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_screen_portrait.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_width_screen_positive", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'width: 800px' on CSS3 Media Queries width attribute, When the browser width is 800px, the text will displays in orange", + "description": "Set 'width: 800px' on CSS3 Media Queries width attribute, When the browser width is 800px, the text will displays in orange", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_screen_positive.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_width_value_between_900px_and_1200px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'max-width: 1200px;min-width: 900px' on the Media Queries width attribute; when the browser width is between 900px and 1200px, the text will display in red", + "description": "Set 'max-width: 1200px;min-width: 900px' on the Media Queries width attribute; when the browser width is between 900px and 1200px, the text will display in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_between_900px_and_1200px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_width_value_max_1300px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'max-width: 1300px;' on CSS3 Media Queries width attribute; When the browser width is less than 1300px the text will displays in red", + "description": "Set 'max-width: 1300px;' on CSS3 Media Queries width attribute; When the browser width is less than 1300px the text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_max_1300px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_width_value_max_neg_1300px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'max-width: -1300px;' on CSS3 Media Queries width attribute, When the browser width is less than -1300px, the text will displays in red", + "description": "Set 'max-width: -1300px;' on CSS3 Media Queries width attribute, When the browser width is less than -1300px, the text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_max_neg_1300px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_width_value_neg_800px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'width: -800px' on CSS3 Media Queries width attribute, When the browser width is equal to -800px,the text will displays in red", + "description": "Set 'width: -800px' on CSS3 Media Queries width attribute, When the browser width is equal to -800px,the text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_neg_800px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_color_max_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'max-color:0' on the CSS3 Media color attribute,when the device is not a color device, the value of color is zero, this text will displays in red", + "description": "Set 'max-color:0' on the CSS3 Media color attribute,when the device is not a color device, the value of color is zero, this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_max_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_color_max_255", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'max-color:255' on the CSS3 Media color attribute, when the number of bits per color component of your output device is less than or equals to 256, this text will displays in red", + "description": "Set 'max-color:255' on the CSS3 Media color attribute, when the number of bits per color component of your output device is less than or equals to 256, this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_max_255.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_color_max_neg_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "The values of the max-color property can not be negative. When set 'max-color:-1' on the CSS3 Media color attribute, this text will not displays in red", + "description": "The values of the max-color property can not be negative. When set 'max-color:-1' on the CSS3 Media color attribute, this text will not displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_max_neg_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_color_min_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'min-color:2' on the CSS3 Media color attribute, when the number of bits per color component of the output device is greater than or equals to 2, this text will displays in red", + "description": "Set 'min-color:2' on the CSS3 Media color attribute, when the number of bits per color component of the output device is greater than or equals to 2, this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_min_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_color_min_neg_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Set 'min-color:-0' on the CSS3 Media color attribute, when the number of bits per color component of the output device is greater than or equals to 0, this text will displays in red", + "description": "Set 'min-color:-0' on the CSS3 Media color attribute, when the number of bits per color component of the output device is greater than or equals to 0, this text will displays in red", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_min_neg_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_Mediaqueries_at_import", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that with 'media='screen and (color), projection and (color)'' mode to test the media queries syntax in HTML", + "description": "Check that with 'media='screen and (color), projection and (color)'' mode to test the media queries syntax in HTML", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_Mediaqueries_at_import.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_Mediaqueries_at_media", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that with '@media screen and (color), projection and (color) {\ufffd}' mode to test the media queries syntax", + "description": "Check that with '@media screen and (color), projection and (color) {\ufffd}' mode to test the media queries syntax", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_Mediaqueries_at_media.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3MQ_Mediaqueries_import-rule", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that with '@import url(example.css) screen and (color), projection and (color);' mode to test the media queries syntax", + "description": "Check that with '@import url(example.css) screen and (color), projection and (color);' mode to test the media queries syntax", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_Mediaqueries_import-rule.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0U-tct-mediaqueries-css3-tests/tct-mediaqueries-css3-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0U-tct-mediaqueries-css3-tests/tct-mediaqueries-css3-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..0889ba3 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0U-tct-mediaqueries-css3-tests/tct-mediaqueries-css3-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0V-tct-multicolumn-css3-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0V-tct-multicolumn-css3-tests/QAMETA.json new file mode 100644 index 0000000..31aca62 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0V-tct-multicolumn-css3-tests/QAMETA.json @@ -0,0 +1,4136 @@ +[ + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-width", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the content is divided into several columns,width of the border is 2px between each column", + "description": "Check if the content is divided into several columns,width of the border is 2px between each column", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-color", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the content is divided into several columns,the color is rgb(255, 192, 203) between columns", + "description": "Check if the content is divided into several columns,the color is rgb(255, 192, 203) between columns", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-inside", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the content is divided into several columns,this property describe page/column break behavior inside the generated box", + "description": "Check if the content is divided into several columns,this property describe page/column break behavior inside the generated box", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the content is divided into several columns, this property is to set the column width", + "description": "Check if the content is divided into several columns, this property is to set the column width", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-count", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the content is divided into several columns, this property is to set the column count", + "description": "Check if the content is divided into several columns, this property is to set the column count", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-after", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the content is divided into several columns,this property describe page/column break behavior after the generated box", + "description": "Check if the content is divided into several columns,this property describe page/column break behavior after the generated box", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-span", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the content is divided into several columns,this property describes the element spans across an entire column", + "description": "Check if the content is divided into several columns,this property describes the element spans across an entire column", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the content is divided into several columns and each column width is 100px", + "description": "Check if the content is divided into several columns and each column width is 100px", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-before", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the content is divided into several columns,this property describe page/column break behavior before the generated box", + "description": "Check if the content is divided into several columns,this property describe page/column break behavior before the generated box", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-style", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the content is divided into several columns,the style is dotted between columns", + "description": "Check if the content is divided into several columns,the style is dotted between columns", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-gap", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the content is divided into several columns,the pitch is 15px between columns", + "description": "Check if the content is divided into several columns,the pitch is 15px between columns", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the content is divided into several columns, this property is a shorthand for setting column-rule-width column-rule-style,and column-rule-color at the same place in the style sheet", + "description": "Check if the content is divided into several columns, this property is a shorthand for setting column-rule-width column-rule-style,and column-rule-color at the same place in the style sheet", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_auto", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-width' is set to 'auto' ", + "description": "Check if 'column-width' is set to 'auto' ", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_auto.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_10em", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-width' is set to '10em'", + "description": "Check if 'column-width' is set to '10em'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_10em.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial_value of column-width is 'auto'", + "description": "Check if the initial_value of column-width is 'auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_neg10cm", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-width' is set to '-10cm'", + "description": "Check if 'column-width' is set to '-10cm'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_neg10cm.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_neg10em", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-width' is set to '-10em'", + "description": "Check if 'column-width' is set to '-10em'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_neg10em.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_neg10px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-width' is set to '-10px'", + "description": "Check if 'column-width' is set to '-10px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_neg10px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_10cm", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-width' is set to '10cm'", + "description": "Check if 'column-width' is set to '10cm'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_10cm.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_100px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-width' is set to '100px'", + "description": "Check if 'column-width' is set to '100px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_100px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-count_auto", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-count' is set to 'auto'", + "description": "Check if 'column-count' is set to 'auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_auto.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-count_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial_value of column-count is 'auto'", + "description": "Check if the initial_value of column-count is 'auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-count_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-count' is set to '0'", + "description": "Check if 'column-count' is set to '0'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-count_neg3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-count' is set to '-3'", + "description": "Check if 'column-count' is set to '-3'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_neg3.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-count_3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-count' is set to '3'", + "description": "Check if 'column-count' is set to '3'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_3.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_auto_20px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is 'auto 20px'", + "description": "Check if columns property value is 'auto 20px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto_20px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is '2'", + "description": "Check if columns property value is '2'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_2_40", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is '2 40'", + "description": "Check if columns property value is '2 40'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2_40.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_4_20px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is '4 20px'", + "description": "Check if columns property value is '4 20px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_4_20px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_auto", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is 'auto'", + "description": "Check if columns property value is 'auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_auto_4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is 'auto 4'", + "description": "Check if columns property value is 'auto 4'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto_4.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_4_auto", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is '4 auto'", + "description": "Check if columns property value is '4 auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_4_auto.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is invalid", + "description": "Check if columns property value is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_invalid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_5_30px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is '5 30px'", + "description": "Check if columns property value is '5 30px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_5_30px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_20px_4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is '20px 4'", + "description": "Check if columns property value is '20px 4'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_20px_4.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_30point2px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is '30.2px'", + "description": "Check if columns property value is '30.2px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_30point2px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_2px_30px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is '2px 30px'", + "description": "Check if columns property value is '2px 30px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2px_30px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial_value of columns is 'auto'", + "description": "Check if the initial_value of columns is 'auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_auto_auto", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is 'auto auto'", + "description": "Check if columns property value is 'auto auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto_auto.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_neg3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is '-3'", + "description": "Check if columns property value is '-3'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_neg3.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_neg30px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is '-30px'", + "description": "Check if columns property value is '-30px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_neg30px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_2point2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is '2.2'", + "description": "Check if columns property value is '2.2'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2point2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_30px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is '30px'", + "description": "Check if columns property value is '30px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_30px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_40px_auto", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if columns property value is '40px auto'", + "description": "Check if columns property value is '40px auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_40px_auto.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-gap_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-gap' is set to 'normal'", + "description": "Check if 'column-gap' is set to 'normal'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-gap_1em", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-gap' is set to '1em'", + "description": "Check if 'column-gap' is set to '1em'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_1em.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-gap_1cm", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-gap' is set to '1cm'", + "description": "Check if 'column-gap' is set to '1cm'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_1cm.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-gap_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value of column-gap is set to 'normal'", + "description": "Check if the initial value of column-gap is set to 'normal'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-gap_neg15px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-gap' is set to '-15px'", + "description": "Check if 'column-gap' is set to '-15px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_neg15px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-gap_15px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-gap' is set to '15px'", + "description": "Check if 'column-gap' is set to '15px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_15px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-gap_0px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-gap' is set to '0px'", + "description": "Check if 'column-gap' is set to '0px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_0px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-color_rgb_60pct_0pct_0pct", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-color' is set to 'rgb(60%, 0%, 0%)'", + "description": "Check if 'column-rule-color' is set to 'rgb(60%, 0%, 0%)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_60pct_0pct_0pct.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-color_rgb_100pct_0pct_0pct", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-color' is set to 'rgb(100%, 0%, 0%)'", + "description": "Check if 'column-rule-color' is set to 'rgb(100%, 0%, 0%)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_100pct_0pct_0pct.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-color_rgb_110pct_0_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-color' is set to 'rgb(110%, 0,0)'", + "description": "Check if 'column-rule-color' is set to 'rgb(110%, 0,0)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_110pct_0_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-color_rgb_200pct_0pct_0pct", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-color' is set to 'rgb(200%, 0%, 0%)'", + "description": "Check if 'column-rule-color' is set to 'rgb(200%, 0%, 0%)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_200pct_0pct_0pct.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-color_rgb_120_0_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-color' is set to 'rgb(120, 0, 0)'", + "description": "Check if 'column-rule-color' is set to 'rgb(120, 0, 0)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_120_0_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-color_rgb_255_0_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-color' is set to 'rgb(255, 0, 0)'", + "description": "Check if 'column-rule-color' is set to 'rgb(255, 0, 0)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_255_0_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-color_rgb_500_0_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-color' is set to 'rgb(500, 0, 0)'", + "description": "Check if 'column-rule-color' is set to 'rgb(500, 0, 0)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_500_0_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-color_rgb_f00", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-color' is set to 'f00'", + "description": "Check if 'column-rule-color' is set to 'f00'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_f00.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-color_rgb_ff0000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-color' is set to 'ff0000'", + "description": "Check if 'column-rule-color' is set to 'ff0000'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_ff0000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-color_rgb_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value 0f column-rule-color is set to 'rgb(0, 0, 0)'", + "description": "Check if the initial value 0f column-rule-color is set to 'rgb(0, 0, 0)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-color_rgb_red", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-color' is set to 'red'", + "description": "Check if 'column-rule-color' is set to 'red'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_red.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-style_dashed", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-style' is set to 'dashed'", + "description": "Check if 'column-rule-style' is set to 'dashed'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_dashed.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-style_dotted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-style' is set to 'dotted'", + "description": "Check if 'column-rule-style' is set to 'dotted'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_dotted.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-style_double", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-style' is set to 'double'", + "description": "Check if 'column-rule-style' is set to 'double'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_double.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-style_groove", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-style' is set to 'groove'", + "description": "Check if 'column-rule-style' is set to 'groove'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_groove.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-style_hidden", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-style' is set to 'hidden'", + "description": "Check if 'column-rule-style' is set to 'hidden'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_hidden.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-style_inset", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-style' is set to 'inset'", + "description": "Check if 'column-rule-style' is set to 'inset'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_inset.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-style_none", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-style' is set to 'none'", + "description": "Check if 'column-rule-style' is set to 'none'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_none.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-style_outset", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-style' is set to 'outset'", + "description": "Check if 'column-rule-style' is set to 'outset'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_outset.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-style_ridge", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-style' is set to 'ridge'", + "description": "Check if 'column-rule-style' is set to 'ridge'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_ridge.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-style_solid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-style' is set to 'solid'", + "description": "Check if 'column-rule-style' is set to 'solid'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_solid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-style_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value of column-rule-style is set to 'none'", + "description": "Check if the initial value of column-rule-style is set to 'none'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-style_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-style' is set to 'undefined'", + "description": "Check if 'column-rule-style' is set to 'undefined'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-width_5px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-width' is set to '5px'", + "description": "Check if 'column-rule-width' is set to '5px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_5px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-width_medium", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-width' is set to 'medium'", + "description": "Check if 'column-rule-width' is set to 'medium'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_medium.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-width_neg5px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-width' is set to '-5px'", + "description": "Check if 'column-rule-width' is set to '-5px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_neg5px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-width_thick", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-width' is set to 'thick'", + "description": "Check if 'column-rule-width' is set to 'thick'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_thick.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-width_thin", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-width' is set to 'thin'", + "description": "Check if 'column-rule-width' is set to 'thin'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_thin.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-width_0point4cm", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-width' is set to '0.4cm'", + "description": "Check if 'column-rule-width' is set to '0.4cm'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0point4cm.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-width_0point5em", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-width' is set to '0.5em'", + "description": "Check if 'column-rule-width' is set to '0.5em'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0point5em.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-width_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value of column-rule-width is set to '3px'", + "description": "Check if the initial value of column-rule-width is set to '3px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-width_0px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-width' is set to '0px'", + "description": "Check if 'column-rule-width' is set to '0px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_2px", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to '2px'", + "description": "Check if 'column-rule' is set to '2px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_2px.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_4px_dashed", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to '4px dashed'", + "description": "Check if 'column-rule' is set to '4px dashed'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_4px_dashed.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_6px_green_solid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to '6px green solid'", + "description": "Check if 'column-rule' is set to '6px green solid'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_6px_green_solid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_8px_red", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to '8px red'", + "description": "Check if 'column-rule' is set to '8px red'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_8px_red.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_dashed", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'dashed'", + "description": "Check if 'column-rule' is set to 'dashed'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_dashed.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_dotted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'dotted'", + "description": "Check if 'column-rule' is set to 'dotted'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_dotted.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_double", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'double'", + "description": "Check if 'column-rule' is set to 'double'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_double.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value of column-rule is set to 'rgb(0, 0, 0) 0px none'", + "description": "Check if the initial value of column-rule is set to 'rgb(0, 0, 0) 0px none'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_green_inset", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'green inset'", + "description": "Check if 'column-rule' is set to 'green inset'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_green_inset.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_green_outset", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'green outset'", + "description": "Check if 'column-rule' is set to 'green outset'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_green_outset.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_green_solid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'green solid'", + "description": "Check if 'column-rule' is set to 'green solid'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_green_solid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_groove", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'groove'", + "description": "Check if 'column-rule' is set to 'groove'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_groove.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'invalid'", + "description": "Check if 'column-rule' is set to 'invalid'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_invalid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_medium_dotted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'medium dotted'", + "description": "Check if 'column-rule' is set to 'medium dotted'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_medium_dotted.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_medium_green_solid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'medium green solid'", + "description": "Check if 'column-rule' is set to 'medium green solid'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_medium_green_solid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_medium_outset", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'medium outset'", + "description": "Check if 'column-rule' is set to 'medium outset'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_medium_outset.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_none", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'none'", + "description": "Check if 'column-rule' is set to 'none'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_none.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_pink_ridge", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'pink ridge'", + "description": "Check if 'column-rule' is set to 'pink ridge'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_pink_ridge.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_solid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'solid'", + "description": "Check if 'column-rule' is set to 'solid'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_solid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_thick_pink_dashed", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'thick pink dashed'", + "description": "Check if 'column-rule' is set to 'thick pink dashed'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thick_pink_dashed.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_thick_pink_double", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'thick pink double'", + "description": "Check if 'column-rule' is set to 'thick pink double'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thick_pink_double.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_thin_pink_dashed", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'thin pink dashed'", + "description": "Check if 'column-rule' is set to 'thin pink dashed'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thin_pink_dashed.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_thin_pink_ridge", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to 'thin pink ridge'", + "description": "Check if 'column-rule' is set to 'thin pink ridge'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thin_pink_ridge.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-before_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value of break-before attribute is 'auto'", + "description": "Check if the initial value of break-before attribute is 'auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-before_always", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if break-before attribute value is 'always'", + "description": "Check if break-before attribute value is 'always'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_always.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-before_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if break-before attribute value is 'invalid'", + "description": "Check if break-before attribute value is 'invalid'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_invalid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-before_auto", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if break-before attribute value is 'auto'", + "description": "Check if break-before attribute value is 'auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_auto.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-before_avoid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'break-before' is set to 'avoid'", + "description": "Check if 'break-before' is set to 'avoid'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_avoid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-after_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if break-after attribute initial value is 'auto'", + "description": "Check if break-after attribute initial value is 'auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-after_always", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if break-after attribute value is 'always'", + "description": "Check if break-after attribute value is 'always'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_always.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-after_auto", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if break-after attribute value is 'auto'", + "description": "Check if break-after attribute value is 'auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_auto.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-after_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if break-after attribute value is 'invalid'", + "description": "Check if break-after attribute value is 'invalid'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_invalid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-after_avoid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if break-after attribute value is 'avoid'", + "description": "Check if break-after attribute value is 'avoid'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_avoid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-inside_auto", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'break-inside' is set to 'auto'", + "description": "Check if 'break-inside' is set to 'auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_auto.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-inside_avoid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'break-inside' is set to 'avoid'", + "description": "Check if 'break-inside' is set to 'avoid'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_avoid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-inside_illegal_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'break-inside' is set to 'error'", + "description": "Check if 'break-inside' is set to 'error'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_illegal_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_break-inside_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value of break-inside is 'auto'", + "description": "Check if the initial value of break-inside is 'auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-span_all", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-span' is set to 'all'", + "description": "Check if 'column-span' is set to 'all'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_all.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-span_illegal_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-span' is set to 'illegal'", + "description": "Check if 'column-span' is set to 'illegal'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_illegal_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-span_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value of column-span is 'none'", + "description": "Check if the initial value of column-span is 'none'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-span_none", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-span' is set to 'none'", + "description": "Check if 'column-span' is set to 'none'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_none.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_100px_p", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-width' is set to '100px' for p element", + "description": "Check if 'column-width' is set to '100px' for p element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_100px_p.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-count_3_p", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-count' is set to '3' for p element", + "description": "Check if 'column-count' is set to '3' for p element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_3_p.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_20px_4_p", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'columns' is set to '20px 4'", + "description": "Check if 'columns' is set to '20px 4'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_20px_4_p.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-gap_15px_p", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-gap' is set to '15px' for p element", + "description": "Check if 'column-gap' is set to '15px' for p element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_15px_p.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-color_rgb_500_0_0_p", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-color' is set to 'rgb(500, 0, 0)' for p element", + "description": "Check if 'column-rule-color' is set to 'rgb(500, 0, 0)' for p element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_500_0_0_p.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-style_dotted_p", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-style' is set to 'dotted' for p element", + "description": "Check if 'column-rule-style' is set to 'dotted' for p element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_dotted_p.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-width_5px_p", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule-width' is set to '5px' for p element", + "description": "Check if 'column-rule-width' is set to '5px' for p element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_5px_p.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_6px_green_solid_p", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-rule' is set to '6px green solid' for p element", + "description": "Check if 'column-rule' is set to '6px green solid' for p element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_6px_green_solid_p.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-span_all_pre", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'column-span' is set to 'all' on pre tag", + "description": "Check if 'column-span' is set to 'all' on pre tag", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_all_pre.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "multicol-basic-001", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if multicol column with integer display correctly in visual", + "description": "Check if multicol column with integer display correctly in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/csswg/multicol-basic-001.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "multicol-basic-002", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if multicol column-count with integer display correctly in visual", + "description": "Check if multicol column-count with integer display correctly in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/csswg/multicol-basic-002.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "multicol-basic-003", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if multicol column with width display correctly in visual", + "description": "Check if multicol column with width display correctly in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/csswg/multicol-basic-003.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "multicol-basic-004", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if multicol column-count with width display correctly in visual", + "description": "Check if multicol column-count with width display correctly in visual", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/csswg/multicol-basic-004.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_shorthand", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the element is set to have the number of columns,the width of columns,and both the number and width are set", + "description": "Check if the element is set to have the number of columns,the width of columns,and both the number and width are set", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_shorthand.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_shorthand", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the column-rule is a shorthand property and by the column-rule-width,column-rule-style,column-rule-color", + "description": "Check if the column-rule is a shorthand property and by the column-rule-width,column-rule-style,column-rule-color", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_shorthand.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_columns_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if all column properties have their initial value, the layout of an element will be identical to a multi-column layout with only one column", + "description": "Check if all column properties have their initial value, the layout of an element will be identical to a multi-column layout with only one column", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_initial.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if column width not set value automatically calculate the width of the column", + "description": "Check if column width not set value automatically calculate the width of the column", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_initial.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-count_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if column count not set value according to the column width automatically calculate the number of columns", + "description": "Check if column count not set value according to the column width automatically calculate the number of columns", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_initial.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if column rule property initial value", + "description": "Check if column rule property initial value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_initial.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-width_0px_none", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the column-rule-style value set none column-rule-width got value is 0px", + "description": "Check if the column-rule-style value set none column-rule-width got value is 0px", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0px_none.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule-width_0px_hidden", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the column-rule-style value set hidden column-rule-width got value is 0px", + "description": "Check if the column-rule-style value set hidden column-rule-width got value is 0px", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0px_hidden.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_same", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if all column boxes in a row have the same column width, and all column boxes in a row have the same column height", + "description": "Check if all column boxes in a row have the same column width, and all column boxes in a row have the same column height", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_same.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_image_custom_png", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the width of the image is set with these rules", + "description": "Check if the width of the image is set with these rules", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_image_custom_png.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_image_custom_png_float_right", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the width of the image is set float right", + "description": "Check if the width of the image is set float right", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_image_custom_png_float_right.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_no_available_space", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the available space is smaller than the specified column width and the actual column width will therefore be decreased", + "description": "Check if the available space is smaller than the specified column width and the actual column width will therefore be decreased", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_no_available_space.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-count_maximum_columns", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if both column-width and column-count have non-auto values, the integer value describes the maximum number of columns", + "description": "Check if both column-width and column-count have non-auto values, the integer value describes the maximum number of columns", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_maximum_columns.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_wider_than_gap", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a column rule is wider than its gap, the column rule will overlap adjacent column boxes, and possibly extend outside the box of the multicol element", + "description": "Check if a column rule is wider than its gap, the column rule will overlap adjacent column boxes, and possibly extend outside the box of the multicol element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_wider_than_gap.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-gap_width_same", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the column rule and the column gap have the same width", + "description": "Check if the column rule and the column gap have the same width", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_width_same.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_image_left_empty", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a tall image is moved to a column on the next page to find room when the column do not have enough space to place it", + "description": "Check if a tall image is moved to a column on the next page to find room when the column do not have enough space to place it", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_image_left_empty.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-span_all_background_silver", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if column-span to all, all content that appear before the h2 element is shown before the h2 element", + "description": "Check if column-span to all, all content that appear before the h2 element is shown before the h2 element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_all_background_silver.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-span_none_background_silver", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the H2 element appears in the overflow and there is not room to make the element spanning", + "description": "Check if the H2 element appears in the overflow and there is not room to make the element spanning", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_none_background_silver.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-gap_image_custom_png_clipped", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the image is wider than the column, and is therefore clipped", + "description": "Check if the image is wider than the column, and is therefore clipped", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_image_custom_png_clipped.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-count_max-height_overflow_visible", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the height of the multi-column element has been constrained to a maximum height", + "description": "Check if the height of the multi-column element has been constrained to a maximum height", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_max-height_overflow_visible.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-width_more_available_space", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if in order to fill the available space the actual column width will be increased", + "description": "Check if in order to fill the available space the actual column width will be increased", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_more_available_space.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Multicolumn_column-rule_same", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if all column rules in the same row are also equal,column rules only appear between columns that both have content", + "description": "Check if all column rules in the same row are also equal,column rules only appear between columns that both have content", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_same.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0V-tct-multicolumn-css3-tests/tct-multicolumn-css3-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0V-tct-multicolumn-css3-tests/tct-multicolumn-css3-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..1129e57 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0V-tct-multicolumn-css3-tests/tct-multicolumn-css3-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Y-tct-notification-w3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Y-tct-notification-w3c-tests/QAMETA.json new file mode 100644 index 0000000..1d00a01 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Y-tct-notification-w3c-tests/QAMETA.json @@ -0,0 +1,444 @@ +[ + { + "launcher": "xwalk", + "name": "notification_supports", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if notification supports", + "description": "Check if notification supports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_onclick_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if notification.onclick attribute exists", + "description": "Check if notification.onclick attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_onclick_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type notification.onclick attribute is object", + "description": "Check if the type notification.onclick attribute is object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_onshow_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if notification.onshow attribute exists", + "description": "Check if notification.onshow attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_onshow_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type notification.onshow attribute is object", + "description": "Check if the type notification.onshow attribute is object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_onerror_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if notification.onerror attribute exists", + "description": "Check if notification.onerror attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_onerror_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type notification.onerror attribute is object", + "description": "Check if the type notification.onerror attribute is object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_onclose_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if notification.onclose attribute exists", + "description": "Check if notification.onclose attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_onclose_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type notification.onclose attribute is object", + "description": "Check if the type notification.onclose attribute is object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_close_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if notification.close attribute exists", + "description": "Check if notification.close attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_close_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type notification.close attribute is function", + "description": "Check if the type notification.close attribute is function", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=11", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_requestPermission_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if notification.requestPermission method exists", + "description": "Check if notification.requestPermission method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_requestPermission.html?total_num=2&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_requestPermission_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type notification.requestPermission method is function", + "description": "Check if the type notification.requestPermission method is function", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_requestPermission.html?total_num=2&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_constructor", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Notification has all valid arguments that expecting an notification is to be created", + "description": "Check if Notification has all valid arguments that expecting an notification is to be created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_constructor.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_body", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the notification body show correct", + "description": "Check if the notification body show correct", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_body.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "notification_tag", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the notification tag can work", + "description": "Check if the notification tag can work", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/notification_tag.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "onshow_using", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the notification.onshow event can work", + "description": "Check if the notification.onshow event can work", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-w3c-tests/notification/onshow_using.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Y-tct-notification-w3c-tests/tct-notification-w3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Y-tct-notification-w3c-tests/tct-notification-w3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..3f2d2de Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Y-tct-notification-w3c-tests/tct-notification-w3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Z-tct-pagevisibility-w3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Z-tct-pagevisibility-w3c-tests/QAMETA.json new file mode 100644 index 0000000..63f17ba --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Z-tct-pagevisibility-w3c-tests/QAMETA.json @@ -0,0 +1,522 @@ +[ + { + "launcher": "xwalk", + "name": "test_attributes_exist_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.hidden is defined and not null", + "description": "Check if document.hidden is defined and not null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_attributes_exist.html?total_num=4&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_attributes_exist_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.visibilityState is defined and not null", + "description": "Check if document.visibilityState is defined and not null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_attributes_exist.html?total_num=4&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_child_document_4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.hidden is defined for frame with no style attribute", + "description": "Check if document.hidden is defined for frame with no style attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_child_document_5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.visibilityState is defined for frame with no style attribute", + "description": "Check if document.visibilityState is defined for frame with no style attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_child_document_6", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.visibilityState for frame with no style attribute that is equals to visible", + "description": "Check if document.visibilityState for frame with no style attribute that is equals to visible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_child_document_8", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.hidden is defined for frame with 'display:none' style", + "description": "Check if document.hidden is defined for frame with 'display:none' style", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_child_document_9", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.visibilityState is defined for frame with 'display:none' style", + "description": "Check if document.visibilityState is defined for frame with 'display:none' style", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_child_document_10", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.visibilityState for frame with 'display:none' style that is equals to visible", + "description": "Check if document.visibilityState for frame with 'display:none' style that is equals to visible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_child_document_12", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.hidden is defined for frame with 'visibility:hidden' style", + "description": "Check if document.hidden is defined for frame with 'visibility:hidden' style", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=12", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_child_document_13", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.visibilityState is defined for frame with 'visibility:hidden' style", + "description": "Check if document.visibilityState is defined for frame with 'visibility:hidden' style", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=13", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_child_document_14", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.visibilityState for frame with 'visibility:hidden' style that is equals to visible", + "description": "Check if document.visibilityState for frame with 'visibility:hidden' style that is equals to visible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=14", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_default_view_3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if windowless subdocument generated for test has a null default view", + "description": "Check if windowless subdocument generated for test has a null default view", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_default_view.html?total_num=7&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_default_view_4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.hidden is definedwindowless subdocument", + "description": "Check if document.hidden is definedwindowless subdocument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_default_view.html?total_num=7&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_default_view_5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.visibilityState is definedwindowless subdocument", + "description": "Check if document.visibilityState is definedwindowless subdocument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_default_view.html?total_num=7&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_default_view_6", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if hidden is equals to true for windowless subdocuments with a null default view", + "description": "Check if hidden is equals to true for windowless subdocuments with a null default view", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_default_view.html?total_num=7&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_default_view_7", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if visibilityState is equals to hidden for windowless subdocuments with a null default view", + "description": "Check if visibilityState is equals to hidden for windowless subdocuments with a null default view", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_default_view.html?total_num=7&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_read_only_3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.hidden is readonly", + "description": "Check if document.hidden is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_read_only.html?total_num=4&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "test_read_only_4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.visibilityState is readonly", + "description": "Check if document.visibilityState is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_read_only.html?total_num=4&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "pagevisibility_DocumentVisibility_Hidden_lockScreen", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if hidden attribute is false while the webpage from lock screen change to visible", + "description": "Check if hidden attribute is false while the webpage from lock screen change to visible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/pagevisibility_DocumentVisibility_hidden_lockScreen.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "pagevisibility_DocumentVisibility_Hidden_minimize", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if hidden attribute is false while the webpage from minimize change to visible", + "description": "Check if hidden attribute is false while the webpage from minimize change to visible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-pagevisibility-w3c-tests/pagevisibility/pagevisibility_DocumentVisibility_hidden_minimize.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Z-tct-pagevisibility-w3c-tests/tct-pagevisibility-w3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Z-tct-pagevisibility-w3c-tests/tct-pagevisibility-w3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..55b00cd Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/0Z-tct-pagevisibility-w3c-tests/tct-pagevisibility-w3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/17-tct-svg-html5-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/17-tct-svg-html5-tests/QAMETA.json new file mode 100644 index 0000000..c1df32b --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/17-tct-svg-html5-tests/QAMETA.json @@ -0,0 +1,314 @@ +[ + { + "launcher": "xwalk", + "name": "foreign_content_one_rect_svg_in_object", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SVG inside HTML OBJECT element is parsed correctly", + "description": "Check if SVG inside HTML OBJECT element is parsed correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-svg-html5-tests/svg/w3c/foreign_content_001.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "foreign_content_three_rect_svg_in_button", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SVG inside HTML BUTTON element is parsed correctly", + "description": "Check if SVG inside HTML BUTTON element is parsed correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-svg-html5-tests/svg/w3c/foreign_content_003.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "foreign_content_eight_rect_svg_in_body", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SVG inside HTML 'BODY' element is parsed correctly", + "description": "Check if SVG inside HTML 'BODY' element is parsed correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-svg-html5-tests/svg/w3c/foreign_content_008.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "foreign_content_ten_circle_rect_svg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SVG Self Closing tags (circle and rect in svg) is parsed properly", + "description": "Check if SVG Self Closing tags (circle and rect in svg) is parsed properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-svg-html5-tests/svg/w3c/foreign_content_010.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "foreign_content_four_rect_svg_in_caption", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SVG inside HTML CAPTION element is parsed correctly", + "description": "Check if SVG inside HTML CAPTION element is parsed correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-svg-html5-tests/svg/w3c/foreign_content_004.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "foreign_content_five_rect_svg_in_form", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SVG inside HTML FORM element is parsed correctly", + "description": "Check if SVG inside HTML FORM element is parsed correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-svg-html5-tests/svg/w3c/foreign_content_005.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "foreign_content_six_rect_svg_in_html", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SVG inside HTML 'HTML' element is parsed correctly", + "description": "Check if SVG inside HTML 'HTML' element is parsed correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-svg-html5-tests/svg/w3c/foreign_content_006.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "foreign_content_nine_circle_in_rect_svg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SVG Self Closing tags (circle in rect in svg) is parsed properly", + "description": "Check if SVG Self Closing tags (circle in rect in svg) is parsed properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-svg-html5-tests/svg/w3c/foreign_content_009.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "foreign_content_eleven_rect_svg_in_div_id_style", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SVG elements are styled using ID Selector", + "description": "Check if SVG elements are styled using ID Selector", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-svg-html5-tests/svg/w3c/foreign_content_011.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "foreign_content_thirteen_rect_svg_in_div_class_style", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SVG elements are styled using CLASS Selector", + "description": "Check if SVG elements are styled using CLASS Selector", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-svg-html5-tests/svg/w3c/foreign_content_013.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "svg_label_inline", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SVG inside HTML label element parses correctly", + "description": "Check if the SVG inside HTML label element parses correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-svg-html5-tests/svg/svg_label_inline.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "svg_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SVG suppports", + "description": "Check if SVG suppports", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-svg-html5-tests/svg/svg_support.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/17-tct-svg-html5-tests/tct-svg-html5-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/17-tct-svg-html5-tests/tct-svg-html5-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..eaa0772 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/17-tct-svg-html5-tests/tct-svg-html5-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/19-tct-text-css3-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/19-tct-text-css3-tests/QAMETA.json new file mode 100644 index 0000000..a94ecd4 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/19-tct-text-css3-tests/QAMETA.json @@ -0,0 +1,652 @@ +[ + { + "launcher": "xwalk", + "name": "CSS3TextEffects_text-transform_capitalize", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the text-transform value is capitalize", + "description": "Check if the text-transform value is capitalize", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_text-transform_capitalize.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_text-align_center", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the element text-align is expected 'center'", + "description": "To check if the element text-align is expected 'center'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_text-align_center.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_text-indent_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'text-indent' initial value is '0px'", + "description": "Check if the 'text-indent' initial value is '0px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_text-indent_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_text-indent_length", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the element text-indent is expected '40px'", + "description": "To check if the element text-indent is expected '40px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_text-indent_length.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_text-decoration_underline", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the element text-decoration is expected 'underline'", + "description": "To check if the element text-decoration is expected 'underline'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_text-decoration_underline.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_text-emphasis-color_color", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the element text-emphasis-color is expected 'yellow'", + "description": "To check if the element text-emphasis-color is expected 'yellow'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_text-emphasis-color_color.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_text-emphasis-style_none", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the element text-emphasis-style is expected 'none'", + "description": "To check if the element text-emphasis-style is expected 'none'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_text-emphasis-style_none.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_text-emphasis_color", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the element text-emphasis is expected 'none rgb(255,0,0)'", + "description": "To check if the element text-emphasis is expected 'none rgb(255,0,0)'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_text-emphasis_color.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_text-shadow_shadow", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the element text-shadow is expected 'blue 2px 2px, red -2px -2px'", + "description": "To check if the element text-shadow is expected 'blue 2px 2px, red -2px -2px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_text-shadow_shadow.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_TextEffects_tests_entry5", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the CSS white-space:nowrap and clear float are identical", + "description": "Check that the CSS white-space:nowrap and clear float are identical", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/webkit/nowrap-clear-float.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_TextEffects_tests_entry6", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check the CSS white-space:pre-wrap is rendered properly", + "description": "To check the CSS white-space:pre-wrap is rendered properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/webkit/pre-wrap-line-test.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_word-wrap_breakword", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the word-wrap value is break-word", + "description": "Check if the word-wrap value is break-word", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_word-wrap_breakword.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_word-spacing_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the element word-spacing test expected 'normal'", + "description": "To check if the element word-spacing test expected 'normal'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_word-spacing_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_word-spacing_spacinglimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the element word-spacing test expected '10px'", + "description": "To check if the element word-spacing test expected '10px'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_word-spacing_spacinglimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_hyphens_auto", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the element hyphens test expected 'auto'", + "description": "To check if the element hyphens test expected 'auto'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_hyphens_auto.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_letter-spacing_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'letter-spacing' initial value is 'normal'", + "description": "Check if the 'letter-spacing' initial value is 'normal'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_letter-spacing_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_line-break_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the element line-break test expected 'normal'", + "description": "To check if the element line-break test expected 'normal'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_line-break_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_overflow-wrap_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the element overflow-wrap test expected 'normal'", + "description": "To check if the element overflow-wrap test expected 'normal'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_overflow-wrap_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_tab-size_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the element tab-size test expected '8'", + "description": "To check if the element tab-size test expected '8'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_tab-size_initial.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_word-break_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the element word-break test expected 'normal'", + "description": "Check if the element word-break test expected 'normal'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_word-break_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_word-wrap_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value of word-wrap is 'normal' on test div", + "description": "Check if the initial value of word-wrap is 'normal' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_word-wrap_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_text-align_right", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the inline contents are aligned to the right edge of the line box", + "description": "Check if the inline contents are aligned to the right edge of the line box", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_text-align_right.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_text-transform_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value of text-transform is 'none' on test div", + "description": "Check if the initial value of text-transform is 'none' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_text-transform_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_text-align_justify", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the element text-align test expected 'justify'", + "description": "Check if the element text-align test expected 'justify'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_text-align_justify.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3TextEffects_text-indent_percentage", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the text-indent value is percentage", + "description": "Check if the text-indent value is percentage", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-text-css3-tests/text/CSS3TextEffects_text-indent_percentage.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/19-tct-text-css3-tests/tct-text-css3-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/19-tct-text-css3-tests/tct-text-css3-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..0ec3940 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/19-tct-text-css3-tests/tct-text-css3-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1A-tct-touchevent-w3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1A-tct-touchevent-w3c-tests/QAMETA.json new file mode 100644 index 0000000..7dcce53 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1A-tct-touchevent-w3c-tests/QAMETA.json @@ -0,0 +1,1120 @@ +[ + { + "launcher": "xwalk", + "name": "document_createTouch_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.createtouch method is defined.", + "description": "Check if document.createtouch method is defined.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/document_createTouch_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "document_createTouchList_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if document.createtouchlist method is defined.", + "description": "Check if document.createtouchlist method is defined.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/document_createTouchList_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TouchEvent_altKey_exist", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchEvent.altKey attribute is defined.", + "description": "Check if touchEvent.altKey attribute is defined.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/TouchEvent_altKey_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TouchEvent_ctrlKey_exist", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchEvent.ctrlKey attribute is defined.", + "description": "Check if touchEvent.ctrlKey attribute is defined.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/TouchEvent_ctrlKey_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TouchEvent_metaKey_exist", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchEvent.metaKey attribute is defined.", + "description": "Check if touchEvent.metaKey attribute is defined.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/TouchEvent_metaKey_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TouchEvent_shiftKey_exist", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchEvent.shiftKey attribute is defined.", + "description": "Check if touchEvent.shiftKey attribute is defined.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/TouchEvent_shiftKey_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Touch_identifier_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Touch.identifier attribute exists", + "description": "Check if the Touch.identifier attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Touch_target_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Touch.target attribute exists", + "description": "Check if the Touch.target attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Touch_screenX_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Touch.screenX attribute exists", + "description": "Check if the Touch.screenX attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Touch_screenY_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Touch.screenY attribute exists", + "description": "Check if the Touch.screenY attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Touch_clientX_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Touch.clientX attribute exists", + "description": "Check if the Touch.clientX attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Touch_clientY_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Touch.clientY attribute exists", + "description": "Check if the Touch.clientY attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Touch_pageX_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Touch.pageX attribute exists", + "description": "Check if the Touch.pageX attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Touch_pageY_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Touch.pageY attribute exists", + "description": "Check if the Touch.pageY attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TouchList_item_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the TouchList.item method exists", + "description": "Check if the TouchList.item method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/TouchList_attributes_exist.html?total_num=2&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TouchList_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the TouchList.length attribute exists", + "description": "Check if the TouchList.length attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/TouchList_attributes_exist.html?total_num=2&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "multitouch_mousedown_event", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchstart event is dispatched before any mouse event during multiple touches", + "description": "Check if touchstart event is dispatched before any mouse event during multiple touches", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/multi-touch.html?total_num=6&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "multitouch_touchend_event", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchend event is received during multiple touches", + "description": "Check if touchend event is received during multiple touches", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/multi-touch.html?total_num=6&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "multitouch_touchend_multiple_touch_objects", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if multiple touch objects are detected with touchend event during multiple touches", + "description": "Check if multiple touch objects are detected with touchend event during multiple touches", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/multi-touch.html?total_num=6&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "multitouch_touchmove_event", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchmove event is received during multiple touches", + "description": "Check if touchmove event is received during multiple touches", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/multi-touch.html?total_num=6&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "multitouch_touchstart_event", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchstart event is received during multiple touches", + "description": "Check if touchstart event is received during multiple touches", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/multi-touch.html?total_num=6&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "multitouch_touchstart_multiple_touch_objects", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if multiple touch objects are detected with touchstart event during multiple touches", + "description": "Check if multiple touch objects are detected with touchstart event during multiple touches", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/multi-touch.html?total_num=6&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_mousedown_event", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchstart event is dispatched before any mouse event", + "description": "Check if touchstart event is dispatched before any mouse event", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_touchend_event", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchend event is received", + "description": "Check if touchend event is received", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_touchend_identifier", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchend identifier matches", + "description": "Check if touchend identifier matches", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_touchend_location_attributes", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchend Touch location attributes are present", + "description": "Check if touchend Touch location attributes are present", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_touchend_modifier_key_attributes", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchend TouchEvent modifier key attributes are present", + "description": "Check if touchend TouchEvent modifier key attributes are present", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_touchend_touchlist_lengths", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchend TouchList lengths are correct", + "description": "Check if touchend TouchList lengths are correct", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_touchmove_event", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchmove event is received", + "description": "Check if touchmove event is received", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_touchmove_identifiers", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchmove identifier matches touchstart identifier", + "description": "Check if touchmove identifier matches touchstart identifier", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_touchmove_touchlist_lengths", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchmove TouchList lengths are correct", + "description": "Check if touchmove TouchList lengths are correct", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_touchstart_event", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchstart event is received", + "description": "Check if touchstart event is received", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=12", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_touchstart_identifiers", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchstart Touch identifiers are consistent", + "description": "Check if touchstart Touch identifiers are consistent", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=14", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_touchstart_location_attributes", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchstart Touch location attributes are present", + "description": "Check if touchstart Touch location attributes are present", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=15", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_touchstart_modifier_key_attributes", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchstart TouchEvent modifier key attributes are present", + "description": "Check if touchstart TouchEvent modifier key attributes are present", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=16", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_touchstart_touchlist_lengths", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchstart TouchList lengths are correct", + "description": "Check if touchstart TouchList lengths are correct", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=18", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "singletouch_touchstart_touch_names", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if touchstart TouchEvent interface names are correct", + "description": "Check if touchstart TouchEvent interface names are correct", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/single-touch.html?total_num=19&locator_key=id&value=19", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TouchEvent_type_touchstart", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the event type of touchstart get TouchEvent", + "description": "Check if the event type of touchstart get TouchEvent", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/submission/TouchEvent-001.html?total_num=9&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TouchEvent_touchstart_touches", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the touchstart event can get touches", + "description": "Check if the touchstart event can get touches", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/submission/TouchEvent-001.html?total_num=9&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TouchEvent_touch_attributes_value", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the touchstart event can get touch, and the attributes of touch get correct values", + "description": "Check if the touchstart event can get touch, and the attributes of touch get correct values", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/submission/TouchEvent-001.html?total_num=9&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TouchEvent_type_touchmove", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the event type of touchmove get TouchEvent", + "description": "Check if the event type of touchmove get TouchEvent", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/submission/TouchEvent-001.html?total_num=9&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TouchEvent_touchstart_changedTouches", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the touchstart event can get changedTouches", + "description": "Check if the touchstart event can get changedTouches", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/submission/TouchEvent-001.html?total_num=9&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TouchEvent_type_touchend", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the event type of touchend get TouchEvent", + "description": "Check if the event type of touchend get TouchEvent", + "onload_delay": "0", + "pre_condition": "Test device supports touch.", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-touchevent-w3c-tests/touchevent/w3c/submission/TouchEvent-001.html?total_num=9&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1A-tct-touchevent-w3c-tests/tct-touchevent-w3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1A-tct-touchevent-w3c-tests/tct-touchevent-w3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..9d7bd8b Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1A-tct-touchevent-w3c-tests/tct-touchevent-w3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1B-tct-transitions-css3-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1B-tct-transitions-css3-tests/QAMETA.json new file mode 100644 index 0000000..f99d0e6 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1B-tct-transitions-css3-tests/QAMETA.json @@ -0,0 +1,340 @@ +[ + { + "launcher": "xwalk", + "name": "CSS3Transitions_transition-timing-function", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if css.transition-timing-function exists", + "description": "To check if css.transition-timing-function exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-timing-function.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_transition_tests_entry14", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if border-bottom-width can implement transition function normally", + "description": "To check if border-bottom-width can implement transition function normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-transitions-css3-tests/transitions/webkit/shorthand-border-transitions.html?total_num=10&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_transition_tests_entry18", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if shorthand properties padding-top can implement transition-property function normally", + "description": "To check if shorthand properties padding-top can implement transition-property function normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-transitions-css3-tests/transitions/webkit/shorthand-transitions.html?total_num=6&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_transition_tests_entry19", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if shorthand properties margin-top can implement transition-property function normally", + "description": "To check if shorthand properties margin-top can implement transition-property function normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-transitions-css3-tests/transitions/webkit/shorthand-transitions.html?total_num=6&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_transition_tests_entry23", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if shorthand properties transform-origin can implement transition-property function normally", + "description": "To check if shorthand properties transform-origin can implement transition-property function normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-transitions-css3-tests/transitions/webkit/shorthand-transitions.html?total_num=6&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "css3_transition_tests_entry7", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if transition: left 4s linear 1s can implement transition-property function normally", + "description": "To check if transition: left 4s linear 1s can implement transition-property function normally", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-transitions-css3-tests/transitions/webkit/delay.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Transitions_transition_4s_1s", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the first value that can be parsed as a time is assigned to the transition-duration,the second is transition-delay", + "description": "Check if the first value that can be parsed as a time is assigned to the transition-duration,the second is transition-delay", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition_4s_1s.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Transitions_transition-delay_0s", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the transition-delay value is 0s", + "description": "Check if the transition-delay value is 0s", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-delay_0s.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Transitions_transition-delay_4s_1s", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the transition-delay value is 4s and 1s", + "description": "Check if the transition-delay value is 4s and 1s", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-delay_4s_1s.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Transitions_transition-delay_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the transition-delay initial value is 0s", + "description": "Check if the transition-delay initial value is 0s", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-delay_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Transitions_transition-duration_4s", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the transition-duration value is 4s", + "description": "Check if the transition-duration value is 4s", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-duration_4s.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Transitions_transition-duration_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the transition-duration initial value is 0s", + "description": "Check if the transition-duration initial value is 0s", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-duration_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3Transitions_transition-property_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the transition-property initial value is all", + "description": "Check if the transition-property initial value is all", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-property_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1B-tct-transitions-css3-tests/tct-transitions-css3-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1B-tct-transitions-css3-tests/tct-transitions-css3-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..8a698fc Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1B-tct-transitions-css3-tests/tct-transitions-css3-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1C-tct-typedarrays-nonw3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1C-tct-typedarrays-nonw3c-tests/QAMETA.json new file mode 100644 index 0000000..4f59951 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1C-tct-typedarrays-nonw3c-tests/QAMETA.json @@ -0,0 +1,4266 @@ +[ + { + "launcher": "xwalk", + "name": "ArrayBuffer_byteLength_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the ArrayBuffer.byteLength exists", + "description": "Check if the ArrayBuffer.byteLength exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/ArrayBuffer_byteLength_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_getFloat32_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.getFloat32 exists", + "description": "Check if the DataView.getFloat32 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat32_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_getFloat64_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.getFloat64 exists", + "description": "Check if the DataView.getFloat64 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat64_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_getInt16_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.getInt16 exists", + "description": "Check if the DataView.getInt16 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt16_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_getInt32_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.getInt32 exists", + "description": "Check if the DataView.getInt32 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt32_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_getInt8_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.getInt8 exists", + "description": "Check if the DataView.getInt8 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt8_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_getUint16_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.getUint16 exists", + "description": "Check if the DataView.getUint16 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint16_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_getUint32_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.getUint32 exists", + "description": "Check if the DataView.getUint32 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint32_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_getUint8_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.getUint8 exists", + "description": "Check if the DataView.getUint8 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint8_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_setFloat32_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.setFloat32 exists", + "description": "Check if the DataView.setFloat32 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat32_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_setFloat64_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.setFloat64 exists", + "description": "Check if the DataView.setFloat64 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat64_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_setInt16_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.setInt16 exists", + "description": "Check if the DataView.setInt16 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt16_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_setInt32_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.setInt32 exists", + "description": "Check if the DataView.setInt32 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt32_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_setInt8_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.setInt8 exists", + "description": "Check if the DataView.setInt8 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt8_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_setUint16_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.setUint16 exists", + "description": "Check if the DataView.setUint16 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint16_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_setUint32_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.setUint32 exists", + "description": "Check if the DataView.setUint32 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint32_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DataView_setUint8_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.setUint8 exists", + "description": "Check if the DataView.setUint8 exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint8_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float32Array_buffer_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DataView.buffer exists", + "description": "Check if the DataView.buffer exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_buffer_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float32Array_byteLength_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Float32Array.byteLength exists", + "description": "Check if the Float32Array.byteLength exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteLength_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float32Array_byteOffset_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Float32Array.byteOffset exists", + "description": "Check if the Float32Array.byteOffset exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteOffset_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float32Array_BYTES_PER_ELEMENT_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Float32Array.BYTES_PER_ELEMENT exists", + "description": "Check if the Float32Array.BYTES_PER_ELEMENT exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_BYTES_PER_ELEMENT_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float32Array_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Float32Array.length exists", + "description": "Check if the Float32Array.length exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_length_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float32Array_set_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Float32Array.set exists", + "description": "Check if the Float32Array.set exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_set_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float32Array_subarray_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Float32Array.subarray exists", + "description": "Check if the Float32Array.subarray exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_subarray_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float64Array_buffer_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Float64Array.buffer exists", + "description": "Check if the Float64Array.buffer exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_buffer_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float64Array_byteLength_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Float64Array.byteLength exists", + "description": "Check if the Float64Array.byteLength exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteLength_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float64Array_byteOffset_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Float64Array.byteOffset exists", + "description": "Check if the Float64Array.byteOffset exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteOffset_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float64Array_BYTES_PER_ELEMENT_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Float64Array.BYTES_PER_ELEMENT exists", + "description": "Check if the Float64Array.BYTES_PER_ELEMENT exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_BYTES_PER_ELEMENT_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float64Array_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Float64Array.length exists", + "description": "Check if the Float64Array.length exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_length_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float64Array_set_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Float64Array.set exists", + "description": "Check if the Float64Array.set exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_set_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float64Array_subarray_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Float64Array.subarray exists", + "description": "Check if the Float64Array.subarray exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_subarray_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int16Array_buffer_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int16Array.buffer exists", + "description": "Check if the Int16Array.buffer exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_buffer_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int16Array_byteLength_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int16Array.byteLength exists", + "description": "Check if the Int16Array.byteLength exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteLength_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int16Array_byteOffset_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int16Array.byteOffset exists", + "description": "Check if the Int16Array.byteOffset exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteOffset_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int16Array_BYTES_PER_ELEMENT_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int16Array.BYTES_PER_ELEMENT exists", + "description": "Check if the Int16Array.BYTES_PER_ELEMENT exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_BYTES_PER_ELEMENT_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int16Array_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int16Array.length exists", + "description": "Check if the Int16Array.length exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_length_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int16Array_set_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int16Array.set exists", + "description": "Check if the Int16Array.set exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_set_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int16Array_subarray_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int16Array.subarray exists", + "description": "Check if the Int16Array.subarray exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_subarray_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int32Array_buffer_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int32Array.buffer exists", + "description": "Check if the Int32Array.buffer exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_buffer_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int32Array_byteLength_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int32Array.byteLength exists", + "description": "Check if the Int32Array.byteLength exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteLength_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int32Array_byteOffset_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int32Array.byteOffset exists", + "description": "Check if the Int32Array.byteOffset exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteOffset_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int32Array_BYTES_PER_ELEMENT_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int32Array.BYTES_PER_ELEMENT exists", + "description": "Check if the Int32Array.BYTES_PER_ELEMENT exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_BYTES_PER_ELEMENT_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int32Array_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int32Array.length exists", + "description": "Check if the Int32Array.length exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_length_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int32Array_set_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int32Array.set exists", + "description": "Check if the Int32Array.set exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_set_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int32Array_subarray_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int32Array.subarray exists", + "description": "Check if the Int32Array.subarray exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_subarray_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int8Array_buffer_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int8Array.buffer exists", + "description": "Check if the Int8Array.buffer exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_buffer_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int8Array_byteLength_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int8Array.byteLength exists", + "description": "Check if the Int8Array.byteLength exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteLength_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int8Array_byteOffset_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int8Array.byteOffset exists", + "description": "Check if the Int8Array.byteOffset exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteOffset_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int8Array_BYTES_PER_ELEMENT_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int8Array.BYTES_PER_ELEMENT exists", + "description": "Check if the Int8Array.BYTES_PER_ELEMENT exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_BYTES_PER_ELEMENT_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int8Array_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int8Array.length exists", + "description": "Check if the Int8Array.length exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_length_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int8Array_set_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int8Arrayset exists", + "description": "Check if the Int8Arrayset exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_set_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int8Array_subarray_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Int8Array.subarray exists", + "description": "Check if the Int8Array.subarray exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_subarray_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint16Array_buffer_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint16Array.buffer exists", + "description": "Check if the Uint16Array.buffer exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_buffer_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint16Array_byteLength_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint16Array.byteLength exists", + "description": "Check if the Uint16Array.byteLength exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteLength_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint16Array_byteOffset_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint16Array.byteOffset exists", + "description": "Check if the Uint16Array.byteOffset exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteOffset_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint16Array_BYTES_PER_ELEMENT_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint16Array.BYTES_PER_ELEMENT exists", + "description": "Check if the Uint16Array.BYTES_PER_ELEMENT exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_BYTES_PER_ELEMENT_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint16Array_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint16Array.length exists", + "description": "Check if the Uint16Array.length exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_length_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint16Array_set_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint16Array.set exists", + "description": "Check if the Uint16Array.set exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_set_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint16Array_subarray_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint16Array.subarray exists", + "description": "Check if the Uint16Array.subarray exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_subarray_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint32Array_buffer_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint32Array.buffer exists", + "description": "Check if the Uint32Array.buffer exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_buffer_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint32Array_byteLength_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint32Array.byteLength exists", + "description": "Check if the Uint32Array.byteLength exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteLength_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint32Array_byteOffset_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint32Array.byteOffset exists", + "description": "Check if the Uint32Array.byteOffset exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteOffset_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint32Array_BYTES_PER_ELEMENT_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint32Array.BYTES_PER_ELEMENT exists", + "description": "Check if the Uint32Array.BYTES_PER_ELEMENT exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_BYTES_PER_ELEMENT_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint32Array_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint32Array.length exists", + "description": "Check if the Uint32Array.length exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_length_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint32Array_set_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint32Array.set exists", + "description": "Check if the Uint32Array.set exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_set_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint32Array_subarray_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint32Array.subarray exists", + "description": "Check if the Uint32Array.subarray exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_subarray_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8Array_buffer_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8Array.buffer exists", + "description": "Check if the Uint8Array.buffer exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_buffer_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8Array_byteLength_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8Array.byteLength exists", + "description": "Check if the Uint8Array.byteLength exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteLength_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8Array_byteOffset_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8Array.byteOffset exists", + "description": "Check if the Uint8Array.byteOffset exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteOffset_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8Array_BYTES_PER_ELEMENT_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8Array.BYTES_PER_ELEMENT exists", + "description": "Check if the Uint8Array.BYTES_PER_ELEMENT exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_BYTES_PER_ELEMENT_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8Array_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8Array.length exists", + "description": "Check if the Uint8Array.length exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_length_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8Array_set_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8Array.set exists", + "description": "Check if the Uint8Array.set exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_set_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8Array_subarray_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8Array.subarray exists", + "description": "Check if the Uint8Array.subarray exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_subarray_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_buffer_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8ClampedArray.buffer exists", + "description": "Check if the Uint8ClampedArray.buffer exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_buffer_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_byteLength_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8ClampedArray.byteLength exists", + "description": "Check if the Uint8ClampedArray.byteLength exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_byteLength_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_byteOffset_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8ClampedArray.byteOffset exists", + "description": "Check if the Uint8ClampedArray.byteOffset exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_byteOffset_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_BYTES_PER_ELEMENT_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8ClampedArray.BYTES_PER_ELEMENT exists", + "description": "Check if the Uint8ClampedArray.BYTES_PER_ELEMENT exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_BYTES_PER_ELEMENT_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8ClampedArray.length of exists", + "description": "Check if the Uint8ClampedArray.length of exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_length_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_set_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8ClampedArray.set exists", + "description": "Check if the Uint8ClampedArray.set exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_set_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_subarray_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8ClampedArray.subarray exists", + "description": "Check if the Uint8ClampedArray.subarray exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_subarray_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int8Array_constructor_16", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 0 should be interpreted as 0 for interface Int8Array", + "description": "Check if construtor the argument 0 should be interpreted as 0 for interface Int8Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=16", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int8Array_constructor_18", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument -0.4 should be interpreted as 0 for interface Int8Array", + "description": "Check if construtor the argument -0.4 should be interpreted as 0 for interface Int8Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=18", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int8Array_constructor_20", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 1.1 should be interpreted as 1 for interface Int8Array", + "description": "Check if construtor the argument 1.1 should be interpreted as 1 for interface Int8Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=20", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int8Array_constructor_22", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 1 should be interpreted as 1 for interface Int8Array", + "description": "Check if construtor the argument 1 should be interpreted as 1 for interface Int8Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=22", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int8Array_constructor_24", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument string 1 should be interpreted as 1 for interface Int8Array", + "description": "Check if construtor the argument string 1 should be interpreted as 1 for interface Int8Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=24", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int8Array_constructor_25", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 1e2 should be interpreted as 100 for interface Int8Array", + "description": "Check if construtor the argument 1e2 should be interpreted as 100 for interface Int8Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=25", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int8Array_constructor_26", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument undefined should be interpreted as 0 for interface Int8Array", + "description": "Check if construtor the argument undefined should be interpreted as 0 for interface Int8Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=26", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8Array_constructor_36", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 0 should be interpreted as 0 for interface Uint8Array", + "description": "Check if construtor the argument 0 should be interpreted as 0 for interface Uint8Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=36", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8Array_constructor_42", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 1 should be interpreted as 1 for interface Uint8Array", + "description": "Check if construtor the argument 1 should be interpreted as 1 for interface Uint8Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=42", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8Array_constructor_44", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument string 1 should be interpreted as 1 for interface Uint8Array", + "description": "Check if construtor the argument string 1 should be interpreted as 1 for interface Uint8Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=44", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int16Array_constructor_76", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 0 should be interpreted as 0 for interface Int16Array", + "description": "Check if construtor the argument 0 should be interpreted as 0 for interface Int16Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=76", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int16Array_constructor_82", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 1 should be interpreted as 1 for interface Int16Array", + "description": "Check if construtor the argument 1 should be interpreted as 1 for interface Int16Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=82", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int16Array_constructor_84", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument string 1 should be interpreted as 1 for interface Int16Array", + "description": "Check if construtor the argument string 1 should be interpreted as 1 for interface Int16Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=84", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint16Array_constructor_96", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 0 should be interpreted as 0 for interface Uint16Array", + "description": "Check if construtor the argument 0 should be interpreted as 0 for interface Uint16Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=96", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint16Array_constructor_102", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 1 should be interpreted as 1 for interface Uint16Array", + "description": "Check if construtor the argument 1 should be interpreted as 1 for interface Uint16Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=102", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint16Array_constructor_104", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument string 1 should be interpreted as 1 for interface Uint16Array", + "description": "Check if construtor the argument string 1 should be interpreted as 1 for interface Uint16Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=104", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int32Array_constructor_116", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 0 should be interpreted as 0 for interface Int32Array", + "description": "Check if construtor the argument 0 should be interpreted as 0 for interface Int32Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=116", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int32Array_constructor_122", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 1 should be interpreted as 1 for interface Int32Array", + "description": "Check if construtor the argument 1 should be interpreted as 1 for interface Int32Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=122", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Int32Array_constructor_124", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument string 1 should be interpreted as 1 for interface Int32Array", + "description": "Check if construtor the argument string 1 should be interpreted as 1 for interface Int32Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=124", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint32Array_constructor_136", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 0 should be interpreted as 0 for interface Uint32Array", + "description": "Check if construtor the argument 0 should be interpreted as 0 for interface Uint32Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=136", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint32Array_constructor_142", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 1 should be interpreted as 1 for interface Uint32Array", + "description": "Check if construtor the argument 1 should be interpreted as 1 for interface Uint32Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=142", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint32Array_constructor_144", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument string 1 should be interpreted as 1 for interface Uint32Array", + "description": "Check if construtor the argument string 1 should be interpreted as 1 for interface Uint32Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=144", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float32Array_constructor_156", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 0 should be interpreted as 0 for interface Float32Array", + "description": "Check if construtor the argument 0 should be interpreted as 0 for interface Float32Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=156", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float32Array_constructor_162", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 1 should be interpreted as 1 for interface Float32Array", + "description": "Check if construtor the argument 1 should be interpreted as 1 for interface Float32Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=162", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float32Array_constructor_164", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument string 1 should be interpreted as 1 for interface Float32Array", + "description": "Check if construtor the argument string 1 should be interpreted as 1 for interface Float32Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=164", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float64Array_constructor_176", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 0 should be interpreted as 0 for interface Float64Array", + "description": "Check if construtor the argument 0 should be interpreted as 0 for interface Float64Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=176", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float64Array_constructor_182", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument 1 should be interpreted as 1 for interface Float64Array", + "description": "Check if construtor the argument 1 should be interpreted as 1 for interface Float64Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=182", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Float64Array_constructor_184", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if construtor the argument string 1 should be interpreted as 1 for interface Float64Array", + "description": "Check if construtor the argument string 1 should be interpreted as 1 for interface Float64Array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=184", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_001", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument NaN should be interpreted as 0 for ArrayBuffer constructor", + "description": "Check if the argument NaN should be interpreted as 0 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_002", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument Infinity should be interpreted as 0 for ArrayBuffer constructor", + "description": "Check if the argument Infinity should be interpreted as 0 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_003", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument -Infinity should be interpreted as 0 for ArrayBuffer constructor", + "description": "Check if the argument -Infinity should be interpreted as 0 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_004", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument 0 should be interpreted as 0 for ArrayBuffer constructor", + "description": "Check if the argument 0 should be interpreted as 0 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_005", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument -0 should be interpreted as 0 for ArrayBuffer constructor", + "description": "Check if the argument -0 should be interpreted as 0 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_006", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument -0.4 should be interpreted as 0 for ArrayBuffer constructor", + "description": "Check if the argument -0.4 should be interpreted as 0 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_007", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument -0.9 should be interpreted as 0 for ArrayBuffer constructor", + "description": "Check if the argument -0.9 should be interpreted as 0 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_008", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument 1.1 should be interpreted as 1 for ArrayBuffer constructor", + "description": "Check if the argument 1.1 should be interpreted as 1 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_009", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument 2.9 should be interpreted as 2 for ArrayBuffer constructor", + "description": "Check if the argument 2.9 should be interpreted as 2 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_010", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument 1 should be interpreted as 1 for ArrayBuffer constructor", + "description": "Check if the argument 1 should be interpreted as 1 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_011", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument -4043309056 should be interpreted as 251658240 for ArrayBuffer constructor", + "description": "Check if the argument -4043309056 should be interpreted as 251658240 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=11", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_012", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument '1' should be interpreted as 1 for ArrayBuffer constructor", + "description": "Check if the argument '1' should be interpreted as 1 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=12", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_013", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument '1e2' should be interpreted as 100 for ArrayBuffer constructor", + "description": "Check if the argument '1e2' should be interpreted as 100 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=13", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_014", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument undefined should be interpreted as 0 for ArrayBuffer constructor", + "description": "Check if the argument undefined should be interpreted as 0 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=14", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_015", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument null should be interpreted as 0 for ArrayBuffer constructor", + "description": "Check if the argument null should be interpreted as 0 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=15", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_016", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument false should be interpreted as 0 for ArrayBuffer constructor", + "description": "Check if the argument false should be interpreted as 0 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=16", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_constructor_017", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument true should be interpreted as 1 for ArrayBuffer constructor", + "description": "Check if the argument true should be interpreted as 1 for ArrayBuffer constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=17", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_properties_002", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the byteLength is fixed at construction time and readonly", + "description": "Check if the byteLength is fixed at construction time and readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_properties_003", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the new ArrayBuffer contains all bytes from begin to the end of this ArrayBuffer when the end is unspecified", + "description": "Check if the new ArrayBuffer contains all bytes from begin to the end of this ArrayBuffer when the end is unspecified", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_properties_004", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the new ArrayBuffer contains the bytes from begin to the end of this ArrayBuffer when the end is specified", + "description": "Check if the new ArrayBuffer contains the bytes from begin to the end of this ArrayBuffer when the end is specified", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_properties_005", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the slice range specified by the begin and end values is clamped to the valid index range for the current array", + "description": "Check if the slice range specified by the begin and end values is clamped to the valid index range for the current array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_properties_006", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if it refers to an index from the end of the array when either begin or end is negative", + "description": "Check if it refers to an index from the end of the array when either begin or end is negative", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_properties_007", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the length is clamped to zero when the computed length of the new ArrayBuffer is negative", + "description": "Check if the length is clamped to zero when the computed length of the new ArrayBuffer is negative", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_properties_008", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the isView returns true when the value is an object implementing the ArrayBufferView interface", + "description": "Check if the isView returns true when the value is an object implementing the ArrayBufferView interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ArrayBuffer_properties_009", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the isView returns false when the value is an object not implementing the ArrayBufferView interface", + "description": "Check if the isView returns false when the value is an object not implementing the ArrayBufferView interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_constructor_001", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constructor(Uint8ClampedArray) create new Uint8ClampedArray", + "description": "Check if the constructor(Uint8ClampedArray) create new Uint8ClampedArray", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_constructor.html?total_num=4&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_constructor_002", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constructor(ArrayBuffer) create new Uint8ClampedArray", + "description": "Check if the constructor(ArrayBuffer) create new Uint8ClampedArray", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_constructor.html?total_num=4&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_constructor_003", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constructor(ArrayBuffer byteOffset) create new Uint8ClampedArray", + "description": "Check if the constructor(ArrayBuffer byteOffset) create new Uint8ClampedArray", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_constructor.html?total_num=4&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_constructor_004", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constructor(ArrayBuffer byteOffset length) create new Uint8ClampedArray", + "description": "Check if the constructor(ArrayBuffer byteOffset length) create new Uint8ClampedArray", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_constructor.html?total_num=4&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_length_002", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8ClampedArray.length should be the value given by constructor", + "description": "Check if the Uint8ClampedArray.length should be the value given by constructor", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_length.html?total_num=3&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_length_003", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8ClampedArray.length is readonly", + "description": "Check if the Uint8ClampedArray.length is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_length.html?total_num=3&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_001", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getter can get 1 after set 1 by the setter", + "description": "Check if the getter can get 1 after set 1 by the setter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_002", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getter can get 255 after set 257 by the setter", + "description": "Check if the getter can get 255 after set 257 by the setter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_003", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getter can get 3 after set 3.2 by the setter", + "description": "Check if the getter can get 3 after set 3.2 by the setter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_004", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getter can get 0 after set -3.8 by the setter", + "description": "Check if the getter can get 0 after set -3.8 by the setter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_005", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getter can get 0 after set 0 by the setter", + "description": "Check if the getter can get 0 after set 0 by the setter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_006", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getter can get 0 after set -0 by the setter", + "description": "Check if the getter can get 0 after set -0 by the setter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_007", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getter can get 1 after set '1' by the setter", + "description": "Check if the getter can get 1 after set '1' by the setter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_008", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getter can get 0 after set false by the setter", + "description": "Check if the getter can get 0 after set false by the setter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_009", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getter can get 1 after set true by the setter", + "description": "Check if the getter can get 1 after set true by the setter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_010", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getter can get 0 after set undefined by the setter", + "description": "Check if the getter can get 0 after set undefined by the setter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_011", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getter can get 0 after set null by the setter", + "description": "Check if the getter can get 0 after set null by the setter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=11", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_012", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getter can get 0 after set NaN by the setter", + "description": "Check if the getter can get 0 after set NaN by the setter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=12", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_013", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getter can get 255 after set Infinity by the setter", + "description": "Check if the getter can get 255 after set Infinity by the setter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=13", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_014", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getter can get 0 after set -Infinity by the setter", + "description": "Check if the getter can get 0 after set -Infinity by the setter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=14", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_015", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the parameter of Uint8ClampedArray.set() accept octet[]", + "description": "Check if the parameter of Uint8ClampedArray.set() accept octet[]", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=15", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_016", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the parameter of Uint8ClampedArray.set() accept octet[] and offset", + "description": "Check if the parameter of Uint8ClampedArray.set() accept octet[] and offset", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=16", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_017", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the parameter of Uint8ClampedArray.set() accept Uint8ClampedArray", + "description": "Check if the parameter of Uint8ClampedArray.set() accept Uint8ClampedArray", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=17", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_018", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the parameter of Uint8ClampedArray.set() accept Uint8ClampedArray and offset", + "description": "Check if the parameter of Uint8ClampedArray.set() accept Uint8ClampedArray and offset", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=18", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_setter_getter_019", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if an exception is raised when the offset plus the length of the given array is out of range for the current array", + "description": "Check if an exception is raised when the offset plus the length of the given array is out of range for the current array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=19", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_subarray_002", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a new Uint8ClampedArray is returned for the Uint8ClampedArray, referencing the elements at begin", + "description": "Check if a new Uint8ClampedArray is returned for the Uint8ClampedArray, referencing the elements at begin", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_subarray.html?total_num=6&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_subarray_003", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a new Uint8ClampedArray is returned for the Uint8ClampedArray, referencing the elements at begin to end", + "description": "Check if a new Uint8ClampedArray is returned for the Uint8ClampedArray, referencing the elements at begin to end", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_subarray.html?total_num=6&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_subarray_004", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the subarray range specified by the begin and end values is clamped to the valid index range for the current array", + "description": "Check if the subarray range specified by the begin and end values is clamped to the valid index range for the current array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_subarray.html?total_num=6&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_subarray_005", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if it refers to an index from the end of the array when either begin or end is negative", + "description": "Check if it refers to an index from the end of the array when either begin or end is negative", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_subarray.html?total_num=6&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_subarray_006", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the length is clamped to zero when the computed length of the new Uint8ClampedArray is negative", + "description": "Check if the length is clamped to zero when the computed length of the new Uint8ClampedArray is negative", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_subarray.html?total_num=6&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Uint8ClampedArray_idlharness", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Uint8ClampedArray idlharness tests", + "description": "Check if the Uint8ClampedArray idlharness tests", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_idlharness.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1C-tct-typedarrays-nonw3c-tests/tct-typedarrays-nonw3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1C-tct-typedarrays-nonw3c-tests/tct-typedarrays-nonw3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..747a8bb Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1C-tct-typedarrays-nonw3c-tests/tct-typedarrays-nonw3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1D-tct-ui-css3-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1D-tct-ui-css3-tests/QAMETA.json new file mode 100644 index 0000000..be7d801 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1D-tct-ui-css3-tests/QAMETA.json @@ -0,0 +1,1068 @@ +[ + { + "launcher": "xwalk", + "name": "CSS3UI_content", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'content' property exists", + "description": "Check if the 'content' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_content.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'outline' property exists", + "description": "Check if the 'outline' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_box-sizing", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'box-sizing' property exists", + "description": "Check if the 'box-sizing' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_box-sizing.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-width", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'outline-width' property exists", + "description": "Check if the 'outline-width' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-width.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-style", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'outline-style' property exists", + "description": "Check if the 'outline-style' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-style.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-color", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'outline-color' property exists", + "description": "Check if the 'outline-color' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-color.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-offset", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'outline-offset' property exists", + "description": "Check if the 'outline-offset' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-offset.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_resize", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'resize' property exists", + "description": "Check if the 'resize' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_resize_both.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_text-overflow_ellipsis", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'text-overflow' is set to 'ellipsis'", + "description": "Check if the 'text-overflow' is set to 'ellipsis'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_text-overflow_ellipsis.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_text-overflow", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'text-overflow' property exists", + "description": "Check if the 'text-overflow' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_text-overflow_initial.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_cursor", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the 'cursor' property exists", + "description": "Check if the 'cursor' property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_cursor.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_pseudo-classes_required", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if form element required property value is required", + "description": "Check if form element required property value is required", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_pseudo-classes_required.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_box-sizing_border-box", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'box-sizing:border-box' on test div", + "description": "Check if 'box-sizing:border-box' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_box-sizing_border-box.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_box-sizing_content-box", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'box-sizing:content-box' on test div", + "description": "Check if 'box-sizing:content-box' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_box-sizing_content-box.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_box-sizing_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the box-sizing initial value on test div", + "description": "Check the box-sizing initial value on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_box-sizing_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_cursor_auto", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'cursor:auto' on test div", + "description": "Check if 'cursor:auto' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_auto.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_cursor_cell", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'cursor:cell' on test div", + "description": "Check if 'cursor:cell' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_cell.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_cursor_copy", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'cursor:copy' on test div", + "description": "Check if 'cursor:copy' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_copy.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_cursor_default", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'cursor:default' on test div", + "description": "Check if 'cursor:default' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_default.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_cursor_ew-resize", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'cursor:ew-resize' on test div", + "description": "Check if 'cursor:ew-resize' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_ew-resize.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_cursor_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'cursor' attribute initial value on test div", + "description": "Check if 'cursor' attribute initial value on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_initial.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_cursor_none", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'cursor:none' on test div", + "description": "Check if 'cursor:none' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_none.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-color_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the 'outline-color' initial value on test div", + "description": "Check the 'outline-color' initial value on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-color_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-color_red", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'outline-width:5px;outline-style:inset;outline-color:red' on test div", + "description": "Check if 'outline-width:5px;outline-style:inset;outline-color:red' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-color_red.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the 'outline' initial value on test div", + "description": "Check the 'outline' initial value on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-offset_10px_dashed_FF0000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'outline-offset:10px;outline-style:dashed;outline-color:#FF0000' on test div", + "description": "Check if 'outline-offset:10px;outline-style:dashed;outline-color:#FF0000' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-offset_10px_dashed_FF0000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-offset_30px_dashed_FF0000", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'outline-offset:30px;outline-style:dashed;outline-color:#FF0000' on test div", + "description": "Check if 'outline-offset:30px;outline-style:dashed;outline-color:#FF0000' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_dashed_FF0000.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-offset_30px_inset_ffc", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'outline-offset:30px;outline-style:inset;outline-color:#ffc' on test div", + "description": "Check if 'outline-offset:30px;outline-style:inset;outline-color:#ffc' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_inset_ffc.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-style_dashed", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'outline-style:dashed' on test div", + "description": "Check if 'outline-style:dashed' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_dashed.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-style_dotted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'outline-style:dotted' on test div", + "description": "Check if 'outline-style:dotted' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_dotted.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-style_groove", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'outline-style:groove' on test div", + "description": "Check if 'outline-style:groove' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_groove.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-style_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the 'outline-style' initial value", + "description": "Check the 'outline-style' initial value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-style_inset", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'outline-style:inset' on test div", + "description": "Check if 'outline-style:inset' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_inset.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-width_20px_dashed", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'outline-width:20px;outline-style:dashed' on test div", + "description": "Check if 'outline-width:20px;outline-style:dashed' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-width_20px_dashed.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_outline-width_30px_dotted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'outline-width:30px;outline-style:dotted' on test div", + "description": "Check if 'outline-width:30px;outline-style:dotted' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_outline-width_30px_dotted.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_resize_horizontal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'resize:horizontal;width:100px;overflow:auto;border:2px' on test div", + "description": "Check if 'resize:horizontal;width:100px;overflow:auto;border:2px' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_resize_horizontal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_resize_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'resize' initial value on test div", + "description": "Check if 'resize' initial value on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_resize_initial.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_resize_vertical", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'resize:vertical;width:100px;overflow:auto;border:2px' on test div", + "description": "Check if 'resize:vertical;width:100px;overflow:auto;border:2px' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_resize_vertical.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_text-overflow_clip_auto_nowrap_border-box", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'text-overflow:clip;overflow:auto;background-color:#0000FF;white-space:nowrap;box-sizing:border-box' on test div", + "description": "Check if 'text-overflow:clip;overflow:auto;background-color:#0000FF;white-space:nowrap;box-sizing:border-box' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_text-overflow_clip_auto_nowrap_border-box.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_cursor_context-menu", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'cursor:context-menu' on test div", + "description": "Check if 'cursor:context-menu' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_context-menu.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CSS3UI_cursor_nesw-resize", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if 'cursor:nesw-resize' on test div", + "description": "Check if 'cursor:nesw-resize' on test div", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-ui-css3-tests/ui/CSS3UI_cursor_nesw-resize.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1D-tct-ui-css3-tests/tct-ui-css3-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1D-tct-ui-css3-tests/tct-ui-css3-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..c7c559a Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1D-tct-ui-css3-tests/tct-ui-css3-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1E-tct-vibration-w3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1E-tct-vibration-w3c-tests/QAMETA.json new file mode 100644 index 0000000..56e441a --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1E-tct-vibration-w3c-tests/QAMETA.json @@ -0,0 +1,236 @@ +[ + { + "launcher": "xwalk", + "name": "api-is-present", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the vibrate() method is present", + "description": "Check that the vibrate() method is present", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-vibration-w3c-tests/vibration/w3c/api-is-present.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "cancel-with-0", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "If pattern is 0, cancel the pre-existing instance of the processing vibration patterns algorithm", + "description": "If pattern is 0, cancel the pre-existing instance of the processing vibration patterns algorithm", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-vibration-w3c-tests/vibration/w3c/cancel-with-0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "cancel-with-[]", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the device does not vibrate when the argument is []", + "description": "To check if the device does not vibrate when the argument is []", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-vibration-w3c-tests/vibration/w3c/cancel-with-[].html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "cancel-with-new", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Cancel the pre-existing instance of the processing vibration patterns algorithm, if any", + "description": "Cancel the pre-existing instance of the processing vibration patterns algorithm, if any", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-vibration-w3c-tests/vibration/w3c/cancel-with-new.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "simple-array", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the device vibrates for 2 second when the argument is long[2000]", + "description": "To check if the device vibrates for 2 second when the argument is long[2000]", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-vibration-w3c-tests/vibration/w3c/simple-array.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "simple-scalar", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the device vibrates for 2 seconds when the argument is long 2000", + "description": "To check if the device vibrates for 2 seconds when the argument is long 2000", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-vibration-w3c-tests/vibration/w3c/simple-scalar.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "pattern-array-extra", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "If the length of pattern is even, then remove the last entry in pattern", + "description": "If the length of pattern is even, then remove the last entry in pattern", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-vibration-w3c-tests/vibration/w3c/pattern-array-extra.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "pattern-array", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "To check if the device will vibrate three times for one second, separated by one second intervals", + "description": "To check if the device will vibrate three times for one second, separated by one second intervals", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-vibration-w3c-tests/vibration/w3c/pattern-array.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "silent-ignore", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "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": "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", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-vibration-w3c-tests/vibration/w3c/silent-ignore.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1E-tct-vibration-w3c-tests/tct-vibration-w3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1E-tct-vibration-w3c-tests/tct-vibration-w3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..985364a Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1E-tct-vibration-w3c-tests/tct-vibration-w3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1F-tct-video-html5-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1F-tct-video-html5-tests/QAMETA.json new file mode 100644 index 0000000..fd6c311 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1F-tct-video-html5-tests/QAMETA.json @@ -0,0 +1,5904 @@ +[ + { + "launcher": "xwalk", + "name": "video_addTextTrack_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the vedio.addTextTrack method exists", + "description": "Check if the vedio.addTextTrack method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_addTextTrack_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_textTracks_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the vedio.textTracks attribute exists", + "description": "Check if the vedio.textTracks attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_textTracks_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_textTracks_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the vedio.textTracks attribute is readonly", + "description": "Check if the vedio.textTracks attribute is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_textTracks_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_textTracks_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of vedio.textTracks attribute is object", + "description": "Check if the type of vedio.textTracks attribute is object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_textTracks_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_textTracks_valid_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the textTracks attribute of media elements must return an array host object for objects of type TextTrack", + "description": "Check if the textTracks attribute of media elements must return an array host object for objects of type TextTrack", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_textTracks_valid_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "canplaytype_codecs_order_theora_vorbis", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType supports video/webm after ordered the codecs's parameter(theora, vorbis)", + "description": "Check if the video.canPlayType supports video/webm after ordered the codecs's parameter(theora, vorbis)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_codecs_order_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_currentsrc_property_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.currentSrc property exists", + "description": "Check if the video.currentSrc property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/currentSrc_property_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_preload_reflects_auto_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if video.preload reflects 'auto' value", + "description": "Check if video.preload reflects 'auto' value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/preload_reflects_auto_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_src_reflects_attribute_not_source_elements", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if video.src reflect src attribute, not source child elements", + "description": "Check if video.src reflect src attribute, not source child elements", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/src_reflects_attribute_not_source_elements.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_event_play", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that play event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that play event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "10", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/event_play.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_load_method_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.load attribute exists", + "description": "Check if the video.load attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_load_method_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_buffered_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.MediaController.buffered exists", + "description": "Check if the video.MediaController.buffered exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_buffered_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_currentTime_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.MediaController.currentTime exists", + "description": "Check if the video.MediaController.currentTime exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_currentTime_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_defaultPlaybackRate_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.MediaController.defaultPlaybackRate exists", + "description": "Check if the video.MediaController.defaultPlaybackRate exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_defaultPlaybackRate_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_duration_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.MediaController.duration exists", + "description": "Check if the video.MediaController.duration exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_duration_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_muted_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.MediaController.muted exists", + "description": "Check if the video.MediaController.muted exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_muted_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_paused_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.MediaController.paused exists", + "description": "Check if the video.MediaController.paused exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_paused_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_pause_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.MediaController.pause exists", + "description": "Check if the video.MediaController.pause exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_pause_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_playbackRate_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.MediaController.playbackRate exists", + "description": "Check if the video.MediaController.playbackRate exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_playbackRate_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_played_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.MediaController.played exists", + "description": "Check if the video.MediaController.played exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_played_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_play_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.MediaController.play exists", + "description": "Check if the video.MediaController.play exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_play_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_seekable_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.MediaController.seekable exists", + "description": "Check if the video.MediaController.seekable exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_seekable_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_volume_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.MediaController.volume exists", + "description": "Check if the video.MediaController.volume exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_volume_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaError_code_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.error.code exists", + "description": "Check if the video.error.code exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaError_code_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaError_MEDIA_ERR_ABORTED_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.error.MEDIA_ERR_ABORTED exists", + "description": "Check if the video.error.MEDIA_ERR_ABORTED exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_ABORTED_constant_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaError_MEDIA_ERR_DECODE_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.error.MEDIA_ERR_DECODE exists", + "description": "Check if the video.error.MEDIA_ERR_DECODE exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_DECODE_constant_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaError_MEDIA_ERR_NETWORK_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.error.MEDIA_ERR_NETWORK exists", + "description": "Check if the video.error.MEDIA_ERR_NETWORK exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_NETWORK_constant_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.error.MEDIA_ERR_SRC_NOT_SUPPORTED exists", + "description": "Check if the video.error.MEDIA_ERR_SRC_NOT_SUPPORTED exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_event_canplaythrough", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the canplaythrough event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that the canplaythrough event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/event_canplaythrough.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_currentsrc_empty_if_no_src", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.currentSrc returns empty if there is no source", + "description": "Check that the video.currentSrc returns empty if there is no source", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/currentSrc_empty_if_no_src.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_src_removal_does_not_trigger_loadstart", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the loadstart event isnot triggered if remove video.src attribute source", + "description": "Check that the loadstart event isnot triggered if remove video.src attribute source", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/src_removal_does_not_trigger_loadstart.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_currentsrc_nonempty_after_setting_src", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.currentSrc returns non-empty if src attribute give right address of the media resource", + "description": "Check that the video.currentSrc returns non-empty if src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/currentSrc_nonempty_after_setting_src.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_currentsrc_nonempty_after_adding_source_child", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.currentSrc returns non-empty if add source element", + "description": "Check that the video.currentSrc returns non-empty if add source element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/currentSrc_nonempty_after_adding_source_child.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_event_playing", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the playing event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that the playing event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/event_playing.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_readystate_during_canplaythrough", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.readyState is HAVE_FUTURE_DATA if canplaythrough event is triggered", + "description": "Check that the video.readyState is HAVE_FUTURE_DATA if canplaythrough event is triggered", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/readyState_during_canplaythrough.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_readystate_property_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.readyState property exists", + "description": "Check if the video.readyState property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/readyState_property_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_event_canplay", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the canplay event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that the canplay event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/event_canplay.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_readystate_during_playing", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that video.readyState is greater than or equal to HAVE_FUTURE_DATA if playing event is triggered", + "description": "Check that video.readyState is greater than or equal to HAVE_FUTURE_DATA if playing event is triggered", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/readyState_during_playing.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "canplaytype_two_codecs_vp8_vorbis_implies_one_vp8", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType has ability to play two codecs(vp8, vorbis) implies the ability to play one(vp8)", + "description": "Check if the video.canPlayType has ability to play two codecs(vp8, vorbis) implies the ability to play one(vp8)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_canplaytype_bogus_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType supports bogus type", + "description": "Check if the video.canPlayType supports bogus type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_bogus_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_loop_base", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the seeking event is triggered more than once if the video.loop is set to true", + "description": "Check that the seeking event is triggered more than once if the video.loop is set to true", + "onload_delay": "15", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_loop_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_muted_volumechange", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the volumechange event is triggered at the media element if the video.muted is changed", + "description": "Check that the volumechange event is triggered at the media element if the video.muted is changed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_muted_volumechange.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_volume_volumechange", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the volumechange event is triggered at the media element if video.volume is changed", + "description": "Check that the volumechange event is triggered at the media element if video.volume is changed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_volume_volumechange.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_000", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that a video loads but is not playing, since the default state is paused", + "description": "Check that a video loads but is not playing, since the default state is paused", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_000.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_007", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Seeking to a value less than 'startTime' seeks to 'startTime'", + "description": "Seeking to a value less than 'startTime' seeks to 'startTime'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_007.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_011", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "The 'src' IDL attribute of media elements reflects the content attribute (relative URI)", + "description": "The 'src' IDL attribute of media elements reflects the content attribute (relative URI)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_011.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_loop_current_media_controller", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video element has a current media controller that expecting the loop attribute has no effect", + "description": "Check if the video element has a current media controller that expecting the loop attribute has no effect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_loop_current_media_controller.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_pause_method_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.pause method exists", + "description": "Check if the video.pause method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_pause_method_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_play_method_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.play method exists", + "description": "Check if the video.play method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_play_method_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_TimeRanges_end_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.TimeRanges.end attribute exists", + "description": "Check if the video.TimeRanges.end attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_TimeRanges_end_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_TimeRanges_length_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.TimeRanges.length attribute exists", + "description": "Check if the video.TimeRanges.length attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_TimeRanges_length_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_TimeRanges_start_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.TimeRanges.start method exists", + "description": "Check if the video.TimeRanges.start method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_TimeRanges_start_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_playbackState_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.MediaController.playbackState attribute exists", + "description": "Check if the video.MediaController.playbackState attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_playbackState_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_playbackState_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.MediaController.playbackState attribute is string", + "description": "Check if the type of video.MediaController.playbackState attribute is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_playbackState_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_unpause_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.MediaController.unpause method exists", + "description": "Check if the video.MediaController.unpause method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_unpause_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_MediaController_unpause_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.MediaController.unpause method is function", + "description": "Check if the type of video.MediaController.unpause method is function", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_MediaController_unpause_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_event_order_canplay_playing", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the canplay event is triggered before the playing event if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that the canplay event is triggered before the playing event if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/event_order_canplay_playing.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_paused_false_during_play", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that video.paused is false if play event is triggered", + "description": "Check that video.paused is false if play event is triggered", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/paused_false_during_play.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_event_order_loadstart_progress", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the loadstart event triggered before the progress event if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that the loadstart event triggered before the progress event if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/event_order_loadstart_progress.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_event_order_loadedmetadata_loadeddata", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the loadedmetadata event is triggered before the loadeddata event if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that the loadedmetadata event is triggered before the loadeddata event if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/event_order_loadedmetadata_loadeddata.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_paused_true_during_pause", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that video.paused is true if pause event is triggered", + "description": "Check that video.paused is true if pause event is triggered", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/paused_true_during_pause.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_event_order_canplay_canplaythrough", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the canplay event is triggered before the canplaythrough event if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that the canplay event is triggered before the canplaythrough event if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/event_order_canplay_canplaythrough.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "canplaytype_two_codecs_theora_vorbis_implies_one_theora", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType has ability to play two codecs(theora, vorbis) implies the ability to play one(theora)", + "description": "Check if the video.canPlayType has ability to play two codecs(theora, vorbis) implies the ability to play one(theora)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_3.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "canplaytype_codecs_order_avc_mp4a", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType supports video/webm after ordered the codecs's parameter(avc1.42E01E, mp4a.40.2)", + "description": "Check if the video.canPlayType supports video/webm after ordered the codecs's parameter(avc1.42E01E, mp4a.40.2)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_codecs_order_3.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_canplaytype_mp4_supported_but_no_codecs_parameter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType supports video mp4", + "description": "Check if the video.canPlayType supports video mp4", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_supported_but_no_codecs_parameter_3.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "canplaytype_codecs_order_vp8_vorbis", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType supports video/webm after ordered the codecs's parameter(vp8, vorbis)", + "description": "Check if the video.canPlayType supports video/webm after ordered the codecs's parameter(vp8, vorbis)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_codecs_order_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_canplaytype_application_octet_stream", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType supports application/octet-stream", + "description": "Check if the video.canPlayType supports application/octet-stream", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_event_progress", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the progress event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that the progress event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/event_progress.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_preload_property_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.preload property exists", + "description": "Check if the video.preload property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/preload_property_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "error_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.error return null if there is no source", + "description": "Check that the video.error return null if there is no source", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/error_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_canplaytype_ogg_supported_but_no_codecs_parameter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType supports video ogg", + "description": "Check if the video.canPlayType supports video ogg", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_supported_but_no_codecs_parameter_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_preload_reflects_none_autoplay", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that video.preload reflects 'none' value even if autoplay attribute is present", + "description": "Check that video.preload reflects 'none' value even if autoplay attribute is present", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/preload_reflects_none_autoplay.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_event_loadeddata", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the loadeddata event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that the loadeddata event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "10", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/event_loadeddata.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_event_loadstart", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the loadstart event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that the loadstart event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/event_loadstart.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "canplaytype_two_codecs_theora_vorbis_implies_one_vorbis", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType has ability to play two codecs(theora, vorbis) implies the ability to play one(vorbis)", + "description": "Check if the video.canPlayType has ability to play two codecs(theora, vorbis) implies the ability to play one(vorbis)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_4.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_preload_reflects_none", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.preload reflects 'none' value", + "description": "Check if the video.preload reflects 'none' value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/preload_reflects_none.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_preload_reflects_metadata", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.preload reflects 'metadata' value", + "description": "Check if the video.preload reflects 'metadata' value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/preload_reflects_metadata.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_readystate_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the default video.readyState begins with HAVE_NOTHING", + "description": "Check if the default video.readyState begins with HAVE_NOTHING", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/readyState_initial.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_readystate_during_loadedmetadata", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.readyState is greater than or equal to HAVE_FUTURE_DATA if loadedmetadata event is triggered", + "description": "Check that the video.readyState is greater than or equal to HAVE_FUTURE_DATA if loadedmetadata event is triggered", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/readyState_during_loadedmetadata.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_readystate_during_canplay", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.readyState is greater than or equal to HAVE_FUTURE_DATA if canplay event is triggered", + "description": "Check that the video.readyState is greater than or equal to HAVE_FUTURE_DATA if canplay event is triggered", + "onload_delay": "10", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/readyState_during_canplay.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "canplaytype_application_octet_stream_with_codecs_vp8_vorbis", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if video.canPlayType supports application/octet-stream with codecs='vp8, vorbis'", + "description": "Check if video.canPlayType supports application/octet-stream with codecs='vp8, vorbis'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream_with_codecs_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_networkstate_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the default value of video.networState is NETWORK_EMPTY", + "description": "Check if the default value of video.networState is NETWORK_EMPTY", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/networkState_initial.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "canplaytype_application_octet_stream_with_codecs_avc_mp4a", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType supports application/octet-stream with codecs='avc1.42E01E, mp4a.40.2'", + "description": "Check if the video.canPlayType supports application/octet-stream with codecs='avc1.42E01E, mp4a.40.2'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream_with_codecs_3.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "canplaytype_application_octet_stream_with_codecs_theora_vorbis", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType supports application/octet-stream with codecs='theora, vorbis'", + "description": "Check if the video.canPlayType supports application/octet-stream with codecs='theora, vorbis'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream_with_codecs_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "canplaytype_two_codecs_vp8_vorbis_implies_one_vorbis", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType has ability to play two codecs(vp8, vorbis) implies the ability to play one(vorbis)", + "description": "Check if the video.canPlayType has ability to play two codecs(vp8, vorbis) implies the ability to play one(vorbis)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "canplaytype_webm_supported_but_no_codecs_parameter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType supports video webm", + "description": "Check if the video.canPlayType supports video webm", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_supported_but_no_codecs_parameter_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_readystate_during_loadeddata", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that video.readyState is greater than or equal to HAVE_FUTURE_DATA if the loadeddata event is triggered", + "description": "Check that video.readyState is greater than or equal to HAVE_FUTURE_DATA if the loadeddata event is triggered", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/readyState_during_loadeddata.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_canplaytype_method_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType supports existence of canPlayType method", + "description": "Check if the video.canPlayType supports existence of canPlayType method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/canPlayType_method_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_error_property_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.error property exists", + "description": "Check if the video.error property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/error_property_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_networkstate_property_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.networkState property exists", + "description": "Check if the video.networkState property exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/networkState_property_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_src_reflects_no_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.src is empty if there is no source", + "description": "Check that the video.src is empty if there is no source", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/src_reflects_no_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_event_loadedmetadata", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the loadedmetadata event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "description": "Check that the loadedmetadata event is triggered if autoplay attribute present and src attribute give right address of the media resource", + "onload_delay": "10", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/event_loadedmetadata.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_canPlayType_codecs_mp4-avc-mp4a", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType supports video/mp4 of codecs's parameter(avc1.42E01E, mp4a.40.8)", + "description": "Check if the video.canPlayType supports video/mp4 of codecs's parameter(avc1.42E01E, mp4a.40.8)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_canPlayType_codecs.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_canPlayType_codecs_mp4-avc", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType supports video/mp4 of codecs's parameter(avc1.42E01E)", + "description": "Check if the video.canPlayType supports video/mp4 of codecs's parameter(avc1.42E01E)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_canPlayType_codecs.html?total_num=3&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_canPlayType_codecs_mp4-avc-mp4v", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.canPlayType supports video/mp4 of codecs's parameter(avc1.42E01E, mp4v.20.8)", + "description": "Check if the video.canPlayType supports video/mp4 of codecs's parameter(avc1.42E01E, mp4v.20.8)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/video_canPlayType_codecs.html?total_num=3&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_error_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.error is object", + "description": "Check if the type of video.error is object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_src_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.src attribute exists", + "description": "Check if the video.src attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_src_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.src is string", + "description": "Check if the type of video.src is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_currentSrc_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.currentSrc is string", + "description": "Check if the type of video.currentSrc is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_NETWORK_EMPTY_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.NETWORK_EMPTY exists", + "description": "Check if the video.NETWORK_EMPTY exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_NETWORK_EMPTY_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.NETWORK_EMPTY is number", + "description": "Check if the type of video.NETWORK_EMPTY is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_NETWORK_EMPTY_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.NETWORK_EMPTY const value is 0", + "description": "Check if the video.NETWORK_EMPTY const value is 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=11", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_NETWORK_IDLE_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.NETWORK_IDLE exists", + "description": "Check if the video.NETWORK_IDLE exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=12", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_NETWORK_IDLE_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.NETWORK_IDLE is number", + "description": "Check if the type of video.NETWORK_IDLE is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=13", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_NETWORK_IDLE_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of video.NETWORK_IDLE const is 1", + "description": "Check if the value of video.NETWORK_IDLE const is 1", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=14", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_NETWORK_LOADING_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.NETWORK_LOADING exists", + "description": "Check if the video.NETWORK_LOADING exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=15", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_NETWORK_LOADING_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.NETWORK_LOADING is number", + "description": "Check if the type of video.NETWORK_LOADING is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=16", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_NETWORK_LOADING_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of video.NETWORK_LOADING const is 2", + "description": "Check if the value of video.NETWORK_LOADING const is 2", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=17", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_NETWORK_NO_SOURCE_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.NETWORK_NO_SOURCE exists", + "description": "Check if the video.NETWORK_NO_SOURCE exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=18", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_NETWORK_NO_SOURCE_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.NETWORK_NO_SOURCE is number", + "description": "Check if the type of video.NETWORK_NO_SOURCE is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=19", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_NETWORK_NO_SOURCE_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of video.NETWORK_NO_SOURCE const is 3", + "description": "Check if the value of video.NETWORK_NO_SOURCE const is 3", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=20", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_networkState_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.networkState is number", + "description": "Check if the type of video.networkState is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=22", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_preload_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.preload is string", + "description": "Check if the type of video.preload is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=25", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_buffered_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.buffered attribute exists", + "description": "Check if the video.buffered attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=26", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_buffered_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.buffered is a TimeRanges object", + "description": "Check if the type of video.buffered is a TimeRanges object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=27", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_NOTHING_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.HAVE_NOTHING exists", + "description": "Check if the video.HAVE_NOTHING exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=28", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_NOTHING_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.HAVE_NOTHING is number", + "description": "Check if the type of video.HAVE_NOTHING is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=29", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_NOTHING_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the constant value of video.HAVE_NOTHING is 0", + "description": "Check if the constant value of video.HAVE_NOTHING is 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=30", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_METADATA_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.HAVE_METADATA exists", + "description": "Check if the video.HAVE_METADATA exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=31", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_METADATA_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.HAVE_METADATA is number", + "description": "Check if the type of video.HAVE_METADATA is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=32", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_METADATA_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of video.HAVE_METADATA is 1", + "description": "Check if the value of video.HAVE_METADATA is 1", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=33", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_CURRENT_DATA_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.HAVE_CURRENT_DATA exists", + "description": "Check if the video.HAVE_CURRENT_DATA exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=34", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_CURRENT_DATA_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.HAVE_CURRENT_DATA is number", + "description": "Check if the type of video.HAVE_CURRENT_DATA is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=35", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_CURRENT_DATA_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of video.HAVE_CURRENT_DATA is 2", + "description": "Check if the value of video.HAVE_CURRENT_DATA is 2", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=36", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_FUTURE_DATA_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.HAVE_FUTURE_DATA exists", + "description": "Check if the video.HAVE_FUTURE_DATA exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=37", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_FUTURE_DATA_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.HAVE_FUTURE_DATA is number", + "description": "Check if the type of video.HAVE_FUTURE_DATA is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=38", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_FUTURE_DATA_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of video.HAVE_FUTURE_DATA is 3", + "description": "Check if the value of video.HAVE_FUTURE_DATA is 3", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=39", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_ENOUGH_DATA_constant_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.HAVE_ENOUGH_DATA exists", + "description": "Check if the video.HAVE_ENOUGH_DATA exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=40", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_ENOUGH_DATA_constant_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.HAVE_ENOUGH_DATA is number", + "description": "Check if the type of video.HAVE_ENOUGH_DATA is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=41", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_HAVE_ENOUGH_DATA_constant_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of video.HAVE_ENOUGH_DATA is 4", + "description": "Check if the value of video.HAVE_ENOUGH_DATA is 4", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=42", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_readyState_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.readyState attribute is number", + "description": "Check if the type of video.readyState attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=44", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_seeking_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.seeking attribute exists", + "description": "Check if the video.seeking attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=46", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_seeking_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.seeking attribute is boolean", + "description": "Check if the type of video.seeking attribute is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=47", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_seeking_default_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.seeking attribute must initially have the value false", + "description": "Check if the video.seeking attribute must initially have the value false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=48", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_currentTime_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.currentTime attribute exists", + "description": "Check if the video.currentTime attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=49", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_currentTime_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.currentTime attribute is number", + "description": "Check if the type of video.currentTime attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=50", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_duration_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.duration attribute exists", + "description": "Check if the video.duration attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=51", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_duration_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.duration attribute is number", + "description": "Check if the type of video.duration attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=52", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_paused_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.paused attribute exists", + "description": "Check if the video.paused attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=55", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_paused_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.paused attribute is boolean", + "description": "Check if the type of video.paused attribute is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=56", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_paused_attribute_default_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.paused attribute must initially be true", + "description": "Check if the video.paused attribute must initially be true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=57", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_defaultPlaybackRate_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.defaultPlaybackRate attribute exists", + "description": "Check if the video.defaultPlaybackRate attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=58", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_defaultPlaybackRate_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.defaultPlaybackRate attribute is number", + "description": "Check if the type of video.defaultPlaybackRate attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=59", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_playbackRate_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.playbackRate attribute exists", + "description": "Check if the video.playbackRate attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=60", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_playbackRate_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.playbackRate attribute is number", + "description": "Check if the type of video.playbackRate attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=61", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_played_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.played attribute is [object TimeRanges]", + "description": "Check if the type of video.played attribute is [object TimeRanges]", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=62", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_played_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of attribute video.played is object", + "description": "Check if the type of attribute video.played is object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=63", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_seekable_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.seekable attribute exists", + "description": "Check if the video.seekable attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=64", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_seekable_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.seekable attribute is TimeRanges object", + "description": "Check if the type of video.seekable attribute is TimeRanges object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=65", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_ended_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.ended attribute exists", + "description": "Check if the video.ended attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=66", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_ended_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.ended is boolean", + "description": "Check if the type of video.ended is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=67", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_ended_default_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the default value of attribute video.ended is false", + "description": "Check if the default value of attribute video.ended is false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=68", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_autoplay_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.autoplay attritbute exists", + "description": "Check if the video.autoplay attritbute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=69", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_autoplay_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.autoplay attribute is boolean", + "description": "Check if the type of video.autoplay attribute is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=70", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_autoplay_default_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.autoplay attribute default is false", + "description": "Check if the video.autoplay attribute default is false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=71", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_loop_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.loop attribute exists", + "description": "Check if the video.loop attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=72", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_loop_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.loop is boolean", + "description": "Check if the type of video.loop is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=73", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_loop_attribute_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.loop initial value is false", + "description": "Check if the video.loop initial value is false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=74", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_mediaGroup_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.mediaGroup exists", + "description": "Check if the video.mediaGroup exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=75", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_mediaGroup_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.mediaGroup is string", + "description": "Check if the type of video.mediaGroup is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=76", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_controller_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.controller attribute exists", + "description": "Check if the video.controller attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=77", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_controller_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.controller is object", + "description": "Check if the type of video.controller is object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=78", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_controls_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.controls attribute exists", + "description": "Check if the video.controls attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=79", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_controls_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.controls is boolean", + "description": "Check if the type of video.controls is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=80", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_volume_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.volume attribute exists", + "description": "Check if the video.volume attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=82", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_volume_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.volume attribute is number", + "description": "Check if the type of video.volume attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=83", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_muted_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.muted exists", + "description": "Check if the video.muted exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=84", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_muted_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.muted is boolean", + "description": "Check if the type of video.muted is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=85", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_muted_attribute_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.muted initial value is false", + "description": "Check if the video.muted initial value is false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=86", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_defaultMuted_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.defaultMuted attribute exists", + "description": "Check if the video.defaultMuted attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=87", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_defaultMuted_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.defaultMuted is boolean", + "description": "Check if the type of video.defaultMuted is boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=88", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_defaultMuted_attribute_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.defaultMuted initial value is false", + "description": "Check if the video.defaultMuted initial value is false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=89", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_width_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.width attribute exists", + "description": "Check if the video.width attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=90", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_width_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.width is number", + "description": "Check if the type of video.width is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=91", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_width_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.width intial value is a valid non-negative integer in the range 0 to 2147483647 inclusive", + "description": "Check if the video.width intial value is a valid non-negative integer in the range 0 to 2147483647 inclusive", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=92", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_height_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.height attribute exists", + "description": "Check if the video.height attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=93", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_height_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.height is number", + "description": "Check if the type of video.height is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=94", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_height_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.height intial value is a valid non-negative integer in the range 0 to 2147483647 inclusive", + "description": "Check if the video.height intial value is a valid non-negative integer in the range 0 to 2147483647 inclusive", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=95", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_videoWidth_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.videoWidth attribute exists", + "description": "Check if the video.videoWidth attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=96", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_videoWidth_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.videoWidth is number", + "description": "Check if the type of video.videoWidth is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=97", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_videoWidth_default_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the default value of video.videoWidth is 0", + "description": "Check if the default value of video.videoWidth is 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=98", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_videoHeight_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.videoHeight attribute exists", + "description": "Check if the video.videoHeight attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=99", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_videoHeight_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.videoHihgt is number", + "description": "Check if the type of video.videoHihgt is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=100", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_videoHeight_default_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the default value of video.videoHeight is 0", + "description": "Check if the default value of video.videoHeight is 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=101", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_poster_attribute_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.poster exists", + "description": "Check if the video.poster exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=102", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_poster_attribute_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of video.poster is string", + "description": "Check if the type of video.poster is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=103", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_controls_true_controls_present", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.controls returns true if the controls attribute is present in the video element", + "description": "Check that the video.controls returns true if the controls attribute is present in the video element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_controls_reflect.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_controls_reflects_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.controls can be set to false", + "description": "Check if the video.controls can be set to false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_controls_reflect.html?total_num=3&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_controls_reflects_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.controls can be set to true", + "description": "Check if the video.controls can be set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_controls_reflect.html?total_num=3&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_defaultMuted_true_muted_present", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.defaultMuted returns true if the muted attribute is present in the video element", + "description": "Check that the video.defaultMuted returns true if the muted attribute is present in the video element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_defaultMuted_reflect.html?total_num=4&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_defaultMuted_no_dynamic_effect_muted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the media.defaultMuted returns true if the muted attribute is set to false and the muted attribute is present in the video element", + "description": "Check that the media.defaultMuted returns true if the muted attribute is set to false and the muted attribute is present in the video element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_defaultMuted_reflect.html?total_num=4&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_defaultMuted_false_muted_absent", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.defaultMuted returns false if the muted attribute is absent in the video element", + "description": "Check that the video.defaultMuted returns false if the muted attribute is absent in the video element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_defaultMuted_reflect.html?total_num=4&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_defaultMuted_no_dynamic_effect", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.defaultMuted returns false if the muted attribute is set to true and the muted attribute is asent in the video element", + "description": "Check that the video.defaultMuted returns false if the muted attribute is set to true and the muted attribute is asent in the video element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_defaultMuted_reflect.html?total_num=4&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_height_reflects_zero", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.height returns zero if the height attribute is set to zero", + "description": "Check that the video.height returns zero if the height attribute is set to zero", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_height_reflect.html?total_num=8&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_height_reflects_max", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.height returns maximum non-negative integer if the height attribute is set to the maximum non-negative integer", + "description": "Check that the video.height returns maximum non-negative integer if the height attribute is set to the maximum non-negative integer", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_height_reflect.html?total_num=8&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_height_reflects_integer", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.height returns the integer number if the height attribute is set to a valid non-negative integer in the range 0 to 2147483647", + "description": "Check that the video.height returns the integer number if the height attribute is set to a valid non-negative integer in the range 0 to 2147483647", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_height_reflect.html?total_num=8&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_height_reflects_float", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.height returns a shortest integer number if the height attribute is set to a floating-point number", + "description": "Check that the video.height returns a shortest integer number if the height attribute is set to a floating-point number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_height_reflect.html?total_num=8&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_height_reflects_upper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.height returns zero if the height attribute is set to a number greater than the maximum non-negative integer", + "description": "Check that the video.height returns zero if the height attribute is set to a number greater than the maximum non-negative integer", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_height_reflect.html?total_num=8&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_height_reflects_negative", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.height returns zero if the height attribute is set to a negative integer", + "description": "Check that the video.height returns zero if the height attribute is set to a negative integer", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_height_reflect.html?total_num=8&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_height_reflects_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.height returns zero if the height attribute is set to an invlid non-negative integer", + "description": "Check that the video.height returns zero if the height attribute is set to an invlid non-negative integer", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_height_reflect.html?total_num=8&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_loop_true_loop_present", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.loop returns true if the loop attribute is present in the video element", + "description": "Check that the video.loop returns true if the loop attribute is present in the video element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_loop_reflect.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_loop_reflects_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.loop can be set to false", + "description": "Check if the video.loop can be set to false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_loop_reflect.html?total_num=3&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_loop_reflects_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.loop can be set to true", + "description": "Check if the video.loop can be set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_loop_reflect.html?total_num=3&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_muted_true_muted_present", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that video.muted returns true if the muted attribute is present in the video element", + "description": "Check that video.muted returns true if the muted attribute is present in the video element", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_muted_check.html?total_num=3&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_muted_false_unmuted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.muted can be set to false", + "description": "Check if the video.muted can be set to false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_muted_check.html?total_num=3&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_muted_true_muted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.muted can be set to true", + "description": "Check if the video.muted can be set to true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_muted_check.html?total_num=3&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_volume_initial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the intial value of the video.volume is in the range 0.0 to 1.0 inclusive", + "description": "Check if the intial value of the video.volume is in the range 0.0 to 1.0 inclusive", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_volume_check.html?total_num=6&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_volume_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if user agent is able to set video.volume with new value in the range 0.0 to 1.0 inclusive", + "description": "Check if user agent is able to set video.volume with new value in the range 0.0 to 1.0 inclusive", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_volume_check.html?total_num=6&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_volume_silent", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if user agent is able to set video.volume with new value 0.0", + "description": "Check if user agent is able to set video.volume with new value 0.0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_volume_check.html?total_num=6&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_volume_loudest", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if user agent is able to set video.volume with new value 1.0", + "description": "Check if user agent is able to set video.volume with new value 1.0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_volume_check.html?total_num=6&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_volume_exception_lower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that user agent is able to get an INDEX_SIZE_ERR exception if set video.volume with new value less than 0.0", + "description": "Check that user agent is able to get an INDEX_SIZE_ERR exception if set video.volume with new value less than 0.0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_volume_check.html?total_num=6&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_volume_exception_upper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that user agent is able to get an INDEX_SIZE_ERR exception if set video.volume with new value more than 1.0", + "description": "Check that user agent is able to get an INDEX_SIZE_ERR exception if set video.volume with new value more than 1.0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_volume_check.html?total_num=6&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_width_reflects_zero", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.width returns zero if the width attribute is set to zero", + "description": "Check that the video.width returns zero if the width attribute is set to zero", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_width_reflect.html?total_num=8&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_width_reflects_max", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.width returns maximum non-negative integer if the width attribute is set to the maximum non-negative integer", + "description": "Check that the video.width returns maximum non-negative integer if the width attribute is set to the maximum non-negative integer", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_width_reflect.html?total_num=8&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_width_reflects_integer", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.width returns the integer number if the width attribute is set to a valid non-negative integer in the range 0 to 2147483647", + "description": "Check that the video.width returns the integer number if the width attribute is set to a valid non-negative integer in the range 0 to 2147483647", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_width_reflect.html?total_num=8&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_width_reflects_float", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.width returns a shortest integer number if the width attribute is set to a floating-point number", + "description": "Check that the video.width returns a shortest integer number if the width attribute is set to a floating-point number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_width_reflect.html?total_num=8&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_width_reflects_upper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.width returns zero if the width attribute is set to a number greater than the maximum non-negative integer", + "description": "Check that the video.width returns zero if the width attribute is set to a number greater than the maximum non-negative integer", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_width_reflect.html?total_num=8&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_width_reflects_negative", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.width returns zero if the width attribute is set to a negative integer", + "description": "Check that the video.width returns zero if the width attribute is set to a negative integer", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_width_reflect.html?total_num=8&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_width_reflects_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check that the video.width returns zero if the width attribute is set to an invlid non-negative integer", + "description": "Check that the video.width returns zero if the width attribute is set to an invlid non-negative integer", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/video_width_reflect.html?total_num=8&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_addTextTrack_subtitles", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.addTextTrack invoked successfully when the first arg is subtitles", + "description": "Check if the video.addTextTrack invoked successfully when the first arg is subtitles", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/addTextTrack.html?total_num=11&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_addTextTrack_captions", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.addTextTrack invoked successfully when the first arg is captions", + "description": "Check if the video.addTextTrack invoked successfully when the first arg is captions", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/addTextTrack.html?total_num=11&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_addTextTrack_descriptions", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.addTextTrack invoked successfully when the first arg is descriptions", + "description": "Check if the video.addTextTrack invoked successfully when the first arg is descriptions", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/addTextTrack.html?total_num=11&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_addTextTrack_chapters", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.addTextTrack invoked successfully when the first arg is chapters", + "description": "Check if the video.addTextTrack invoked successfully when the first arg is chapters", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/addTextTrack.html?total_num=11&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_addTextTrack_metadata", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.addTextTrack invoked successfully when the first arg is metadata", + "description": "Check if the video.addTextTrack invoked successfully when the first arg is metadata", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/addTextTrack.html?total_num=11&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_addTextTrack_three_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.addTextTrack invoked successfully when it has three argument", + "description": "Check if the video.addTextTrack invoked successfully when it has three argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/addTextTrack.html?total_num=11&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_addTextTrack_two_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.addTextTrack invoked successfully when the third arg is ommited", + "description": "Check if the video.addTextTrack invoked successfully when the third arg is ommited", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/addTextTrack.html?total_num=11&locator_key=id&value=11", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "video_textTracks", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the video.textTracks attribute is valid", + "description": "Check if the video.textTracks attribute is valid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-video-html5-tests/video/w3c/textTracks.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1F-tct-video-html5-tests/tct-video-html5-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1F-tct-video-html5-tests/tct-video-html5-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..90815de Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1F-tct-video-html5-tests/tct-video-html5-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1H-tct-webdatabase-w3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1H-tct-webdatabase-w3c-tests/QAMETA.json new file mode 100644 index 0000000..10faafe --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1H-tct-webdatabase-w3c-tests/QAMETA.json @@ -0,0 +1,1302 @@ +[ + { + "launcher": "xwalk", + "name": "DatabaseCallback_handleEvent_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DatabaseCallback.handleEvent attribute exists", + "description": "Check if the DatabaseCallback.handleEvent attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/DatabaseCallback_handleEvent_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DatabaseSync_changeVersion_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DatabaseSync.changeVersion method exists", + "description": "Check if the DatabaseSync.changeVersion method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DatabaseSync_readTransaction_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DatabaseSync.readtransaction method exists", + "description": "Check if the DatabaseSync.readtransaction method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DatabaseSync_transaction_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DatabaseSync.transaction method exists", + "description": "Check if the DatabaseSync.transaction method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DatabaseSync_version_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DatabaseSync.version attribute exists", + "description": "Check if the DatabaseSync.version attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DatabaseSync_version_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DatabaseSync.version returns the normal value of sync database's version", + "description": "Check if the DatabaseSync.version returns the normal value of sync database's version", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "DatabaseSync_version_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the DatabaseSync.version is readonly", + "description": "Check if the DatabaseSync.version is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Database_changeVersion_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Database.changeVersion method exists", + "description": "Check if the Database.changeVersion method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Database_readTransaction_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Database.readTransaction method exists", + "description": "Check if the Database.readTransaction method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Database_transaction_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Database.transaction method exists", + "description": "Check if the Database.transaction method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Database_version_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Database.version attribute exists", + "description": "Check if the Database.version attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/Database_version_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLError_code_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLError.code attribute exists", + "description": "Check if the SQLError.code attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_code_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLError_CONSTRAINT_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLError.CONSTRAINT_ERR constant exists", + "description": "Check if the SQLError.CONSTRAINT_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_CONSTRAINT_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLError_CONSTRAINT_ERR_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of constant SQLError.CONSTRAINT_ERR is number", + "description": "Check if the type of constant SQLError.CONSTRAINT_ERR is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_CONSTRAINT_ERR_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLError_DATABASE_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLError.DATABASE_ERR constant exists", + "description": "Check if the SQLError.DATABASE_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_DATABASE_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLError_DATABASE_ERR_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of constant SQLError.DATABASE_ERR is number", + "description": "Check if the type of constant SQLError.DATABASE_ERR is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_DATABASE_ERR_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLError_message_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLError.message attribute exists", + "description": "Check if the SQLError.message attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_message_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLError_QUOTA_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLError.QUOTA_ERR constant exists", + "description": "Check if the SQLError.QUOTA_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_QUOTA_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLError_SYNTAX_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLError.SYNTAX_ERR constant exists", + "description": "Check if the SQLError.SYNTAX_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_SYNTAX_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLError_TIMEOUT_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLError.TIMEOUT_ERR constant exists", + "description": "Check if the SQLError.TIMEOUT_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_TIMEOUT_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLError_TOO_LARGE_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLError.TOO_LARGE_ERR constant exists", + "description": "Check if the SQLError.TOO_LARGE_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_TOO_LARGE_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLError_UNKNOWN_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLError.UNKNOWN_ERR constant exists", + "description": "Check if the SQLError.UNKNOWN_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_UNKNOWN_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLError_VERSION_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLError.VERSION_ERR constant exists", + "description": "Check if the SQLError.VERSION_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_VERSION_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLException_code_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLException.code attribute exists", + "description": "Check if the SQLException.code attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLException_code_support_check", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the Exception Code definition is in webruntime", + "description": "Check if the Exception Code definition is in webruntime", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_support_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLException_CONSTRAINT_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLException.CONSTRAINT_ERR constant exists", + "description": "Check if the SQLException.CONSTRAINT_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_CONSTRAINT_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLException_DATABASE_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLException.DATABASE_ERR constant exists", + "description": "Check if the SQLException.DATABASE_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_DATABASE_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLException_message_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLException.message attribute exists", + "description": "Check if the SQLException.message attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_message_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLException_QUOTA_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLException.QUOTA_ERR constant exists", + "description": "Check if the SQLException.QUOTA_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_QUOTA_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLException_SYNTAX_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLException.SYNTAX_ERR constant exists", + "description": "Check if the SQLException.SYNTAX_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_SYNTAX_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLException_TIMEOUT_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLException.TIMEOUT_ERR constant exists", + "description": "Check if the SQLException.TIMEOUT_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_TIMEOUT_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLException_TOO_LARGE_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLException.TOO_LARGE_ERR constant exists", + "description": "Check if the SQLException.TOO_LARGE_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_TOO_LARGE_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLException_UNKNOWN_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLException.UNKNOWN_ERR constant exists", + "description": "Check if the SQLException.UNKNOWN_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_UNKNOWN_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLException_VERSION_ERR_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLException.VERSION_ERR constant exists", + "description": "Check if the SQLException.VERSION_ERR constant exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_VERSION_ERR_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLResultSetRowList_item_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLResultSetRowList.item method exists", + "description": "Check if the SQLResultSetRowList.item method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_item_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLResultSetRowList_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLResultSetRowList.length attribute exists", + "description": "Check if the SQLResultSetRowList.length attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_length_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLResultSet_insertId_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLResultSet.insertId attribute exists", + "description": "Check if the SQLResultSet.insertId attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLResultSet_rowsAffected_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLResultSet.rowsAffected attribute exists", + "description": "Check if the SQLResultSet.rowsAffected attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rowsAffected_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLResultSet_rows_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLResultSet.rows attribute exists", + "description": "Check if the SQLResultSet.rows attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rows_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLStatementCallback_handleEvent_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLStatementCallback.handleEvent method exists", + "description": "Check if the SQLStatementCallback.handleEvent method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLStatementCallback_handleEvent_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLStatementErrorCallback_handleEvent_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLStatementErrorCallback.handleEvent method exists", + "description": "Check if the SQLStatementErrorCallback.handleEvent method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLStatementErrorCallback_handleEvent_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLTransactionCallback_handleEvent_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLTransactionCallback.handleEvent method exists", + "description": "Check if the SQLTransactionCallback.handleEvent method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionCallback_handleEvent_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLTransactionErrorCallback_handleEvent_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLTransactionErrorCallback.handleEvent method exists", + "description": "Check if the SQLTransactionErrorCallback.handleEvent method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionErrorCallback_handleEvent_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLTransactionSyncCallback_handleEvent_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLTransactionSyncCallback.handleEvent method exists", + "description": "Check if the SQLTransactionSyncCallback.handleEvent method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSyncCallback_handleEvent_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLTransactionSync_executeSql_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLTransactionSync.executeSql method exists", + "description": "Check if the SQLTransactionSync.executeSql method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLTransaction_executeSql_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLTransaction.executeSql method exists", + "description": "Check if the SQLTransaction.executeSql method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SQLVoidCallback_handleEvent_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the SQLVoidCallback.handleEvent method exists", + "description": "Check if the SQLVoidCallback.handleEvent method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/SQLVoidCallback_handleEvent_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_openDatabase_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the window.openDatabase method exists", + "description": "Check if the window.openDatabase method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerUtils_openDatabaseSync_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the WorkerUtils.openDatabaseSync method exists", + "description": "Check if the WorkerUtils.openDatabaseSync method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerUtils_openDatabase_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the WorkerUtils.openDatabase method exists", + "description": "Check if the WorkerUtils.openDatabase method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1H-tct-webdatabase-w3c-tests/tct-webdatabase-w3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1H-tct-webdatabase-w3c-tests/tct-webdatabase-w3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..b9e53e1 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1H-tct-webdatabase-w3c-tests/tct-webdatabase-w3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1L-tct-webstorage-w3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1L-tct-webstorage-w3c-tests/QAMETA.json new file mode 100644 index 0000000..ff5440e --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1L-tct-webstorage-w3c-tests/QAMETA.json @@ -0,0 +1,5072 @@ +[ + { + "launcher": "xwalk", + "name": "Storage_getItem_base", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the current value associated with the given key returned when Storage.getItem has a valid argument", + "description": "Check if the current value associated with the given key returned when Storage.getItem has a valid argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_getItem_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_getItem_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getItem method exists in storage interface", + "description": "Check if the getItem method exists in storage interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/storage_getItem_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_getItem_key_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the current value associated with the given key returned when Storage.getItem has null argument", + "description": "Check if the current value associated with the given key returned when Storage.getItem has null argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_getItem_key_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_getItem_key_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the current value associated with the given key returned when Storage.getItem has undefined argument", + "description": "Check if the current value associated with the given key returned when Storage.getItem has undefined argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_getItem_key_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_getItem_no_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if an exception thrown when Storage.getItem has no argument", + "description": "Check if an exception thrown when Storage.getItem has no argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_getItem_no_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_getItem_unexisted_key", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can call 'getItem' with unexisted key", + "description": "Check if can call 'getItem' with unexisted key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/storage_getItem_unexisted_key.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_getItem_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getItem method exists in localStorage interface", + "description": "Check if the getItem method exists in localStorage interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_getItem_key_nonexisted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if localStorage.getItem returns null when the given key nonexisted", + "description": "Check if localStorage.getItem returns null when the given key nonexisted", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_key_nonexisted.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_getItem_key_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the current value associated with the given key returned when localStorage.getItem has null argument", + "description": "Check if the current value associated with the given key returned when localStorage.getItem has null argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_key_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_getItem_key_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the current value associated with the given key returned when localStorage.getItem has undefined argument", + "description": "Check if the current value associated with the given key returned when localStorage.getItem has undefined argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_key_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_getItem_no_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if an exception thrown when localStorage.getItem has no argument", + "description": "Check if an exception thrown when localStorage.getItem has no argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_no_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_getItem_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the getItem method exists in sessionStorage interface", + "description": "Check if the getItem method exists in sessionStorage interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_getItem_key_nonexisted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if sessionStorage.getItem returns null when the given key nonexisted", + "description": "Check if sessionStorage.getItem returns null when the given key nonexisted", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_key_nonexisted.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_getItem_key_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the current value associated with the given key returned when sessionStorage.getItem has null argument", + "description": "Check if the current value associated with the given key returned when sessionStorage.getItem has null argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_key_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_getItem_key_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the current value associated with the given key returned when sessionStorage.getItem has undefined argument", + "description": "Check if the current value associated with the given key returned when sessionStorage.getItem has undefined argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_key_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_getItem_no_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if an exception thrown when sessionStorage.getItem has no argument", + "description": "Check if an exception thrown when sessionStorage.getItem has no argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_no_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_key_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.key is empty string", + "description": "Check if the value of StorageEvent.key is empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_key_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.key exists", + "description": "Check if StorageEvent.key exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_key_normal_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.key is normal value", + "description": "Check if the value of StorageEvent.key is normal value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_normal_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_key_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.key is readonly", + "description": "Check if StorageEvent.key is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_key_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of StorageEvent.key is string", + "description": "Check if the type of StorageEvent.key is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_keys_numeric", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can use numbers as keys", + "description": "Check if can use numbers as keys", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_keys_numeric.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_key_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can set/get item key as empty string", + "description": "Check if can set/get item key as empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_key_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_key_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the key attibute exists in storage interface", + "description": "Check if the key attibute exists in storage interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_key_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_key_index_equals_length", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a null key returned when index is equal to the number of key/value pairs in the object", + "description": "Check if a null key returned when index is equal to the number of key/value pairs in the object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_key_index_equals_length.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_key_index_greater_length", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a null key returned when index is greater than the number of key/value pairs in the object", + "description": "Check if a null key returned when index is greater than the number of key/value pairs in the object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_key_index_greater_length.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_key_index_nonascii", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can use non-ascii character in keys", + "description": "Check if can use non-ascii character in keys", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_key_index_nonascii.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_key_index_nonexisted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Storage.key returns null when the index is non-existed", + "description": "Check if Storage.key returns null when the index is non-existed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_key_index_nonexisted.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_key_index_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the name of the key returned when Storage.key has a undefined argument ", + "description": "Check if the name of the key returned when Storage.key has a undefined argument ", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_key_index_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_key_index_zero", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the zero index of Storage.key", + "description": "Check the zero index of Storage.key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_key_index_zero.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_key_invalid_parameter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can use invalid argument in key()", + "description": "Check if can use invalid argument in key()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/storage_key_invalid_parameter.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_key_no_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if an exception thrown when Storage.key has no argument ", + "description": "Check if an exception thrown when Storage.key has no argument ", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_key_no_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_key_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can set key as undefined", + "description": "Check if can set key as undefined", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_key_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_key_zero", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the value of localStorage.key(0) ", + "description": "Check the value of localStorage.key(0) ", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_key_zero.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_key_zero", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check the value of sessionStorage.key(0)", + "description": "Check the value of sessionStorage.key(0)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_key_zero.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the length attibute exists in storage interface", + "description": "Check if the length attibute exists in storage interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_length_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_length_normal_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Storage.length has a normal value", + "description": "Check if Storage.length has a normal value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_length_normal_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_length_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Storage.length attribute is readonly", + "description": "Check if Storage.length attribute is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_length_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_length_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of Storage.length attribute is number", + "description": "Check if the type of Storage.length attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_length_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_length_zero", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of Storage.length attribute is zero", + "description": "Check if the value of Storage.length attribute is zero", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_length_zero.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the length attibute exists in localStorage interface", + "description": "Check if the length attibute exists in localStorage interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_length_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_length_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if localStorage.length attribute is readonly", + "description": "Check if localStorage.length attribute is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_length_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_length_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of localStorage.length attribute is number", + "description": "Check if the type of localStorage.length attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_length_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_length_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if length attibute exists in sessionStorage interface", + "description": "Check if length attibute exists in sessionStorage interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_length_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_length_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if sessionStorage.length attribute is readonly", + "description": "Check if sessionStorage.length attribute is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_length_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_length_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of sessionStorage.length attribute is number", + "description": "Check if the type of sessionStorage.length attribute is number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_length_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if localStorage attribute exists", + "description": "Check if localStorage attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if window.localStorage is readonly", + "description": "Check if window.localStorage is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of window.localStorage is Storage", + "description": "Check if the type of window.localStorage is Storage", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_newValue_empty_string.html", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.newValue is empty string", + "description": "Check if the value of StorageEvent.newValue is empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_empty_string.html.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_newValue_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.newValue exists", + "description": "Check if StorageEvent.newValue exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_newValue_normal_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.newValue has a normal value", + "description": "Check if StorageEvent.newValue has a normal value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_normal_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_newValue_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.newValue is readonly", + "description": "Check if StorageEvent.newValue is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_newValue_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of StorageEvent.newValue is string", + "description": "Check if the type of StorageEvent.newValue is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_oldValue_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.oldValue is empty string", + "description": "Check if the value of StorageEvent.oldValue is empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_oldValue_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.oldValue exists", + "description": "Check if StorageEvent.oldValue exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_oldValue_normal_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.oldValue has a normal value", + "description": "Check if StorageEvent.oldValue has a normal value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_normal_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_oldValue_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.oldValue is readonly", + "description": "Check if StorageEvent.oldValue is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_oldValue_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of StorageEvent.oldValue is string", + "description": "Check if the type of StorageEvent.oldValue is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_removeItem_base", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the current value associated with the given key removed when Storage.removeItem has normal argument", + "description": "Check if the current value associated with the given key removed when Storage.removeItem has normal argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_removeItem_key_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if localStorage.length attribute value equals to 0.", + "description": "Check if localStorage.length attribute value equals to 0.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_key_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_removeItem_key_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the current value associated with the given key removed Storage.removeItem has undefined argument", + "description": "Check if the current value associated with the given key removed Storage.removeItem has undefined argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_key_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_removeItem_nonexisted_item", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the function will do nothing when removeItem has a nonexisted key", + "description": "Check if the function will do nothing when removeItem has a nonexisted key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_nonexisted_item.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_removeItem_no_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if an exception thrown when Storage.removeItem has no argument", + "description": "Check if an exception thrown when Storage.removeItem has no argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_no_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if sessionStorage attribute exists", + "description": "Check if sessionStorage attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if window.sessionStorage is readonly", + "description": "Check if window.sessionStorage is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of window.sessionStorage is Storage", + "description": "Check if the type of window.sessionStorage is Storage", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_setItem_base", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a key/value pair added to the list when Storage.setItem has two valid arguments", + "description": "Check if a key/value pair added to the list when Storage.setItem has two valid arguments", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_setItem_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the setItem method exists in storage interface", + "description": "Check if the setItem method exists in storage interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_setItem_key_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a new key/value pair is added to the list when the 'key' argument of the Storage.setItem is null", + "description": "Check if a new key/value pair is added to the list when the 'key' argument of the Storage.setItem is null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_key_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_setItem_key_null_value_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a new key/value pair is added to the list when the arguments of the Storage.setItem are all null", + "description": "Check if a new key/value pair is added to the list when the arguments of the Storage.setItem are all null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_key_null_value_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_setItem_key_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a key/value pair is added to the list when Storage.setItem has a undefined argument", + "description": "Check if a key/value pair is added to the list when Storage.setItem has a undefined argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_key_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_setItem_no_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if an exception is thrown when Storage.setItem has no argument", + "description": "Check if an exception is thrown when Storage.setItem has no argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_no_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_setItem_update_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the setItem can update value", + "description": "Check if the setItem can update value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_update_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_setItem_value_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a new key/value pair is added to the list when the 'value' argument of the Storage.setItem is null", + "description": "Check if a new key/value pair is added to the list when the 'value' argument of the Storage.setItem is null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_value_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_setItem_value_same", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Storage.setItem can add a new key/value pair with same value to the list", + "description": "Check if Storage.setItem can add a new key/value pair with same value to the list", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_value_same.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_setItem_base", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if localStorage.setItem add a key/value pair with the given key in the list associated with the object", + "description": "Check if localStorage.setItem add a key/value pair with the given key in the list associated with the object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_setItem_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the setItem method exists in localStorage interface", + "description": "Check if the setItem method exists in localStorage interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_setItem_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of localStorage.setItem is empty string", + "description": "Check if the value of localStorage.setItem is empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_setItem_no_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the localStorage.setItem has no argument", + "description": "Check if the localStorage.setItem has no argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_no_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_setItem_no_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the localStorage.setItem haven't any value", + "description": "Check if the localStorage.setItem haven't any value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_no_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_setItem_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of localStorage.setItem is null", + "description": "Check if the value of localStorage.setItem is null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_setItem_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of localStorage.setItem is undefined", + "description": "Check if the value of localStorage.setItem is undefined", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_setItem_update_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the localStorage.setItem updates value", + "description": "Check if the localStorage.setItem updates value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_update_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_set_value_with_enumerate_way", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if localStorage can set values with 'localStorage.key = value'", + "description": "Check if localStorage can set values with 'localStorage.key = value'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_set_value_with_enumerate_way.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_setItem_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the setItem method exists in sessionStorage interface", + "description": "Check if the setItem method exists in sessionStorage interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_setItem_base", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the sessionStorage.setItem add a key/value pair with the given key in the list associated with the object", + "description": "Check if the sessionStorage.setItem add a key/value pair with the given key in the list associated with the object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_setItem_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of sessionStorage.setItem is empty string", + "description": "Check if the value of sessionStorage.setItem is empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_setItem_no_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the sessionStorage.setItem has no argument", + "description": "Check if the sessionStorage.setItem has no argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_no_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_setItem_no_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the sessionStorage.setItem haven't any value", + "description": "Check if the sessionStorage.setItem haven't any value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_no_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_setItem_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of sessionStorage.setItem is null", + "description": "Check if the value of sessionStorage.setItem is null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_setItem_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of sessionStorage.setItem is undefined", + "description": "Check if the value of sessionStorage.setItem is undefined", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_setItem_update_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the sessionStorage.setItem updates value", + "description": "Check if the sessionStorage.setItem updates value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_update_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_set_value_with_enumerate_way", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if sessionStorage can set values with 'sessionStorage.key = value'", + "description": "Check if sessionStorage can set values with 'sessionStorage.key = value'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_set_value_with_enumerate_way.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_storageArea_clear_base", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.storageArea.clear can clear the key/value pair from the list", + "description": "Check if StorageEvent.storageArea.clear can clear the key/value pair from the list", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_clear_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_storageArea_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.storageArea exists", + "description": "Check if StorageEvent.storageArea exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_storageArea_getItem_base", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.storageArea.getItem returns the current value associated with the given key", + "description": "Check if StorageEvent.storageArea.getItem returns the current value associated with the given key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_getItem_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_storageArea_key_base", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.storageArea.key returns the name of the nth key in the list", + "description": "Check if StorageEvent.storageArea.key returns the name of the nth key in the list", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_key_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_storageArea_length_normal_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.storageArea.length has a normal value", + "description": "Check if StorageEvent.storageArea.length has a normal value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_length_normal_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_storageArea_localStorage", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.storageArea is localStorage object", + "description": "Check if the value of StorageEvent.storageArea is localStorage object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_localStorage.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_storageArea_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.storageArea is readonly", + "description": "Check if StorageEvent.storageArea is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_storageArea_removeItem_base", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.storageArea.removeItem can remove the key/value pair from the list", + "description": "Check if StorageEvent.storageArea.removeItem can remove the key/value pair from the list", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_removeItem_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_storageArea_sessionStorage", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.storageArea is sessionStorage object", + "description": "Check if the value of StorageEvent.storageArea is sessionStorage object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_sessionStorage.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_storageArea_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of StorageEvent.storageArea is Storage", + "description": "Check if the type of StorageEvent.storageArea is Storage", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_url_empty_string", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.url is empty string", + "description": "Check if the value of StorageEvent.url is empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_empty_string.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_url_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.url exists", + "description": "Check if StorageEvent.url exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_url_normal_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.url has a normal value", + "description": "Check if StorageEvent.url has a normal value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_normal_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_url_readonly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent.url is readonly", + "description": "Check if StorageEvent.url is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_readonly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_url_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the type of StorageEvent.url is string", + "description": "Check if the type of StorageEvent.url is string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_type.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Idlharness_13", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if window.localStorage can be stringify", + "description": "Check if window.localStorage can be stringify", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/idlharness.html?total_num=32&locator_key=id&value=13", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Idlharness_15", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if window.localStorage inherit property \"key\" with the proper type", + "description": "Check if window.localStorage inherit property \"key\" with the proper type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/idlharness.html?total_num=32&locator_key=id&value=15", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Idlharness_17", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if window.localStorage inherit property \"getItem\" with the proper type", + "description": "Check if window.localStorage inherit property \"getItem\" with the proper type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/idlharness.html?total_num=32&locator_key=id&value=17", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Idlharness_19", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if window.localStorage inherit property \"setItem\" with the proper type", + "description": "Check if window.localStorage inherit property \"setItem\" with the proper type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/idlharness.html?total_num=32&locator_key=id&value=19", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Idlharness_21", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if window.localStorage inherit property \"removeItem\" with the proper type", + "description": "Check if window.localStorage inherit property \"removeItem\" with the proper type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/idlharness.html?total_num=32&locator_key=id&value=21", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Idlharness_23", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if window.localStorage inherit property \"clear\" with the proper type", + "description": "Check if window.localStorage inherit property \"clear\" with the proper type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/idlharness.html?total_num=32&locator_key=id&value=23", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "missing_arguments_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if throw TypeError when calling function localStorage.key()", + "description": "Check if throw TypeError when calling function localStorage.key()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "missing_arguments_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if throw TypeError when calling function localStorage.getItem()", + "description": "Check if throw TypeError when calling function localStorage.getItem()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "missing_arguments_3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if throw TypeError when calling function localStorage.setItem()", + "description": "Check if throw TypeError when calling function localStorage.setItem()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "missing_arguments_4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if throw TypeError when calling function localStorage.setItem('a')", + "description": "Check if throw TypeError when calling function localStorage.setItem('a')", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "missing_arguments_5", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if throw TypeError when calling function localStorage.removeItem()", + "description": "Check if throw TypeError when calling function localStorage.removeItem()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=5", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "missing_arguments_6", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if throw TypeError when calling function sessionStorage.key()", + "description": "Check if throw TypeError when calling function sessionStorage.key()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=6", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "missing_arguments_7", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if throw TypeError when calling function sessionStorage.getItem()", + "description": "Check if throw TypeError when calling function sessionStorage.getItem()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=7", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "missing_arguments_8", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if throw TypeError when calling function sessionStorage.setItem()", + "description": "Check if throw TypeError when calling function sessionStorage.setItem()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=8", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "missing_arguments_9", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if throw TypeError when calling function sessionStorage.setItem('a')", + "description": "Check if throw TypeError when calling function sessionStorage.setItem('a')", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=9", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "missing_arguments_10", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if throw TypeError when calling function sessionStorage.removeItem()", + "description": "Check if throw TypeError when calling function sessionStorage.removeItem()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=10", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_local_in_js_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a attribute is in localStorage when the attribute added by localStorage index", + "description": "Check if a attribute is in localStorage when the attribute added by localStorage index", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_in_js.html?total_num=2&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_local_in_js_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a attribute is in localStorage when the attribute added by localStorage.setItem", + "description": "Check if a attribute is in localStorage when the attribute added by localStorage.setItem", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_in_js.html?total_num=2&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_local_index_js_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if enable localStorage interface", + "description": "Check if enable localStorage interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_index_js.html?total_num=4&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_local_index_js_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can get localStorage attributes from numeric index", + "description": "Check if can get localStorage attributes from numeric index", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_index_js.html?total_num=4&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_local_index_js_3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can get localStorage attributes from index string", + "description": "Check if can get localStorage attributes from index string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_index_js.html?total_num=4&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_local_index_js_4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can get localStorage attributes from the key", + "description": "Check if can get localStorage attributes from the key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_index_js.html?total_num=4&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_session_in_js_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a attribute is in localStorage when the attribute added by sessionStorage index", + "description": "Check if a attribute is in localStorage when the attribute added by sessionStorage index", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_in_js.html?total_num=2&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_session_in_js_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if a attribute is in localStorage when the attribute added by sessionStorage.setItem", + "description": "Check if a attribute is in localStorage when the attribute added by sessionStorage.setItem", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_in_js.html?total_num=2&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_session_index_js_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if enable sessionStorage interface", + "description": "Check if enable sessionStorage interface", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_index_js.html?total_num=4&locator_key=id&value=1", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_session_index_js_2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can get sessionStorage attributes from numeric index", + "description": "Check if can get sessionStorage attributes from numeric index", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_index_js.html?total_num=4&locator_key=id&value=2", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_session_index_js_3", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can get sessionStorage attributes from index string", + "description": "Check if can get sessionStorage attributes from index string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_index_js.html?total_num=4&locator_key=id&value=3", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_session_index_js_4", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if can get sessionStorage attributes from the key", + "description": "Check if can get sessionStorage attributes from the key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_index_js.html?total_num=4&locator_key=id&value=4", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_constructor_base", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StorageEvent's constructor has two valid arguments that expecting StorageEvent object is to be created", + "description": "Check if StorageEvent's constructor has two valid arguments that expecting StorageEvent object is to be created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_base.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_constructor_key_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.key is 'null' when set it null", + "description": "Check if the value of StorageEvent.key is 'null' when set it null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_key_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_constructor_key_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.key is 'undefined' when set it undefined", + "description": "Check if the value of StorageEvent.key is 'undefined' when set it undefined", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_key_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_constructor_newValue_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.newValue is 'null' when set it null", + "description": "Check if the value of StorageEvent.newValue is 'null' when set it null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_newValue_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_constructor_newValue_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.newValue is 'undefined' when set it undefined", + "description": "Check if the value of StorageEvent.newValue is 'undefined' when set it undefined", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_newValue_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_constructor_no_key", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.key is empty string when StorageEvent's constructor no key", + "description": "Check if the value of StorageEvent.key is empty string when StorageEvent's constructor no key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_key.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_constructor_no_newValue", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.newValue is null when StorageEvent's constructor no newValue", + "description": "Check if the value of StorageEvent.newValue is null when StorageEvent's constructor no newValue", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_newValue.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_constructor_no_oldValue", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.oldValue is null when StorageEvent's contructor no oldValue", + "description": "Check if the value of StorageEvent.oldValue is null when StorageEvent's contructor no oldValue", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_oldValue.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_constructor_no_url", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.url is empty string when StorageEvent's constructor no url", + "description": "Check if the value of StorageEvent.url is empty string when StorageEvent's constructor no url", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_url.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_constructor_oldValue_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.oldValue is 'null' when set it null", + "description": "Check if the value of StorageEvent.oldValue is 'null' when set it null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_oldValue_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_constructor_oldValue_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.oldValue is 'undefined' when set it undefined", + "description": "Check if the value of StorageEvent.oldValue is 'undefined' when set it undefined", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_oldValue_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_constructor_type_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument 'type' of the StorageEvent's constructor is null that expecting StorageEvent object is to be created", + "description": "Check if the argument 'type' of the StorageEvent's constructor is null that expecting StorageEvent object is to be created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_type_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_constructor_url_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.url is 'null' when set it null", + "description": "Check if the value of StorageEvent.url is 'null' when set it null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_url_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_constructor_url_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the value of StorageEvent.url is 'undefined' when set it undefined", + "description": "Check if the value of StorageEvent.url is 'undefined' when set it undefined", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_url_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_key_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value of StorageEvent.key is empty string", + "description": "Check if the initial value of StorageEvent.key is empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_newValue_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value of StorageEvent.newValue is null", + "description": "Check if the initial value of StorageEvent.newValue is null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_oldValue_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value of StorageEvent.oldValue is null", + "description": "Check if the initial value of StorageEvent.oldValue is null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_storageArea_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value of StorageEvent.storageArea is null", + "description": "Check if the initial value of StorageEvent.storageArea is null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StorageEvent_url_initial_value", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial value of StorageEvent.url is empty string", + "description": "Check if the initial value of StorageEvent.url is empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_initial_value.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_clear_empty_storage", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if clear empty storage", + "description": "Check if clear empty storage", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_clear_empty_storage.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_example_insurance_on_trip", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the user had been insurance on this trip", + "description": "Check if the user had been insurance on this trip", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_example_insurance_on_trip.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_example_load_page_times", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the page can display a count of how many times the user has loaded it", + "description": "Check if the page can display a count of how many times the user has loaded it", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_example_load_page_times.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_keys_case_sensitive", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if storage key is case sensitive or not", + "description": "Check if storage key is case sensitive or not", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_keys_case_sensitive.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_key_override_length", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if set key name as 'length', to override storage attribute length", + "description": "Check if set key name as 'length', to override storage attribute length", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_key_override_length.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Storage_removeItem_change_order", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Storage.removeItem can change the order of keys", + "description": "Check if Storage.removeItem can change the order of keys", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_change_order.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_enumerate_storage", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if that can enumerate a Storage object with the way localStorage.key and get the values", + "description": "Check if that can enumerate a Storage object with the way localStorage.key and get the values", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_enumerate_storage.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_iframe_item", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if localStorage access to the API for pages from other domains running in iframes", + "description": "Check if localStorage access to the API for pages from other domains running in iframes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_iframe_item.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_localStorage_store_nonstrings", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if localStorage can only stores strings", + "description": "Check if localStorage can only stores strings", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_store_nonstrings.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_enumerate_storage", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if that can enumerate a Storage object with the way sessionStorage.key and get the values", + "description": "Check if that can enumerate a Storage object with the way sessionStorage.key and get the values", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_enumerate_storage.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_iframe_item", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if sessionStorage access to the API for pages from other domains running in iframes", + "description": "Check if sessionStorage access to the API for pages from other domains running in iframes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_iframe_item.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "window_sessionStorage_store_nonstrings", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if sessionStorage can only stores strings", + "description": "Check if sessionStorage can only stores strings", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_store_nonstrings.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "event_constructor", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the argument eventInitDict of the StorageEvent's constructor that expecting StorageEvent object is to be created", + "description": "Check if the argument eventInitDict of the StorageEvent's constructor that expecting StorageEvent object is to be created", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/event_constructor.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "event_local_key", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if key add of local event can be listener", + "description": "Check if key add of local event can be listener", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/event_local_key.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "event_local_newvalue", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if newValue change of local event can be listener", + "description": "Check if newValue change of local event can be listener", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/event_local_newvalue.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "event_local_oldvalue", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if oldValue change of local event can be listener", + "description": "Check if oldValue change of local event can be listener", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/event_local_oldvalue.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "event_local_storagearea", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if storageArea change of local event can be listener", + "description": "Check if storageArea change of local event can be listener", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/event_local_storagearea.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "event_local_storageeventinit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial of local StorageEvent.storageArea to be initial", + "description": "Check if the initial of local StorageEvent.storageArea to be initial", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/event_local_storageeventinit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "event_local_url", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if url change of local event can be listener", + "description": "Check if url change of local event can be listener", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/event_local_url.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "event_session_key", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if key add of session event can be listener", + "description": "Check if key add of session event can be listener", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/event_session_key.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "event_session_newvalue", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if newvalue change of session event can be listener", + "description": "Check if newvalue change of session event can be listener", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/event_session_newvalue.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "event_session_oldvalue", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if oldvalue change of session event can be listener", + "description": "Check if oldvalue change of session event can be listener", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/event_session_oldvalue.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "event_session_storagearea", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if storageArea change of session event can be listener", + "description": "Check if storageArea change of session event can be listener", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/event_session_storagearea.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "event_session_storageeventinit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the initial of session storageeventinit test to be inital", + "description": "Check if the initial of session storageeventinit test to be inital", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/event_session_storageeventinit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "event_session_url", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if url change of session event can be listener", + "description": "Check if url change of session event can be listener", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/event_session_url.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_local_clear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if localStorage.clear removes all the key/value pairs associated with the object", + "description": "Check if localStorage.clear removes all the key/value pairs associated with the object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_clear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_local_getitem", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if localStorage.getItem returns the current value associated with the given key", + "description": "Check if localStorage.getItem returns the current value associated with the given key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_getitem.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_local_key", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if localStorage.key(n) should return the right thing", + "description": "Check if localStorage.key(n) should return the right thing", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_key.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_local_length", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if localStorage.length attribute can returns the number of key/value pairs associated with the object", + "description": "Check if localStorage.length attribute can returns the number of key/value pairs associated with the object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_length.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_local_removeitem", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if localStorage.removeItem can removes the key/value pair associated with the object", + "description": "Check if localStorage.removeItem can removes the key/value pair associated with the object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_removeitem.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_local_setitem", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if localStorage.setItem can add a key/value pair", + "description": "Check if localStorage.setItem can add a key/value pair", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_setitem.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_session_clear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if sessionStorage.clear can removes all the key/value pairs associated with the object", + "description": "Check if sessionStorage.clear can removes all the key/value pairs associated with the object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_clear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_session_getitem", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if sessionStorage.getItem can returns the current value associated with the given key", + "description": "Check if sessionStorage.getItem can returns the current value associated with the given key", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_getitem.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_session_key", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if sessionStorage.key(n) can returns the name of the nth key in the list", + "description": "Check if sessionStorage.key(n) can returns the name of the nth key in the list", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_key.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_session_length", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if sessionStorage.length attribute can returns the number of key/value pairs associated with the object", + "description": "Check if sessionStorage.length attribute can returns the number of key/value pairs associated with the object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_length.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_session_removeitem", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if sessionStorage.removeItem can removes the key/value pair associated with the object", + "description": "Check if sessionStorage.removeItem can removes the key/value pair associated with the object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_removeitem.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_session_setitem", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the sessionStorage.setItem can add a key/value pair", + "description": "Check if the sessionStorage.setItem can add a key/value pair", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_setitem.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_local_index_js", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the localStorage key(index) get the value", + "description": "Check if the localStorage key(index) get the value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_index_js.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "storage_session_index_js", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the sessionStorage key(index) get the value", + "description": "Check if the sessionStorage key(index) get the value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_index_js.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1L-tct-webstorage-w3c-tests/tct-webstorage-w3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1L-tct-webstorage-w3c-tests/tct-webstorage-w3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..d8cb235 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1L-tct-webstorage-w3c-tests/tct-webstorage-w3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1R-tct-workers-w3c-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1R-tct-workers-w3c-tests/QAMETA.json new file mode 100644 index 0000000..77494ac --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1R-tct-workers-w3c-tests/QAMETA.json @@ -0,0 +1,2238 @@ +[ + { + "launcher": "xwalk", + "name": "WebWorker_WorkerLocation_pathname_decompose", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerLocation URL can decompose IDL attribute: pathname.", + "description": "Check if SharedWorkerLocation URL can decompose IDL attribute: pathname.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/WebWorker_WorkerLocation_pathname_decompose.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebWorker_DedicatedWorkerGlobalScope_postMessage_binary", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerGlobalScope method: postMessage can send binary data.", + "description": "Check if WorkerGlobalScope method: postMessage can send binary data.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_postMessage_binary.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebWorker_DedicatedWorkerGlobalScope_postMessage_structure", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerGlobalScope method: postMessage can send structured data.", + "description": "Check if WorkerGlobalScope method: postMessage can send structured data.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_postMessage_structure.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebWorker_DedicatedWorkerGlobalScope_onMessage_binary", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerGlobalScope method: onMessage can receive binary data.", + "description": "Check if WorkerGlobalScope method: onMessage can receive binary data.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_onMessage_binary.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebWorker_DedicatedWorkerGlobalScope_onMessage_structure", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerGlobalScope method: onMessage can receive structure data.", + "description": "Check if WorkerGlobalScope method: onMessage can receive structure data.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_onMessage_structure.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebWorker_WorkerGlobalScope_importScripts_unsupport", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerGlobalScope API: importScripts() can throw exception when importing an existent but unsupported format file.", + "description": "Check if WorkerGlobalScope API: importScripts() can throw exception when importing an existent but unsupported format file.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/WebWorker_WorkerGlobalScope_importScripts_unsupport.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebWorker_SharedWorker_constructor_name", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if shared worker object can be constructed with name.", + "description": "Check if shared worker object can be constructed with name.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/WebWorker_SharedWorker_constructor_name.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebWorker_SharedWorker_constructor_invalidURL", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if shared worker can throw exception when constructing object with an invalid URL.", + "description": "Check if shared worker can throw exception when constructing object with an invalid URL.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/WebWorker_SharedWorker_constructor_invalidURL.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerNavigator_platform", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerNavigator.platform can return the name of the platform.", + "description": "Check if WorkerNavigator.platform can return the name of the platform.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_platform.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerLocation_search", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerLocation URL can decomposition IDL attribute: search.", + "description": "Check if SharedWorkerLocation URL can decomposition IDL attribute: search.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_search.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerNavigator_appName", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerNavigator appName can return the name of the browser.", + "description": "Check if SharedWorkerNavigator appName can return the name of the browser.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerNavigator_appName.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerNavigator_platform", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerNavigator.platform can return the name of the platform.", + "description": "Check if SharedWorkerNavigator.platform can return the name of the platform.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerNavigator_platform.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerLoadError", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if onerror method of shared worker can be invoked when the JS file that is used to construct the shared worker object doesn't exist.", + "description": "Check if onerror method of shared worker can be invoked when the JS file that is used to construct the shared worker object doesn't exist.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerLoadError.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerGlobalScope_importScripts", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerGlobalScope API: importScripts() can work correctly.", + "description": "Check if WorkerGlobalScope API: importScripts() can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_importScripts.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerLocation_hash", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerLocation URL can decompose IDL attribute: hash.", + "description": "Check if WorkerLocation URL can decompose IDL attribute: hash.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerLocation_hostname", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerLocation URL can decompose IDL attribute: hostname.", + "description": "Check if SharedWorkerLocation URL can decompose IDL attribute: hostname.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_hostname.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerEventListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if addEventListener method of shared worker can work correctly.", + "description": "Check if addEventListener method of shared worker can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerEventListener.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "postMessage_target_source", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the postMessage() method can work correctly when the target port is entangled with source port.", + "description": "Check if the postMessage() method can work correctly when the target port is entangled with source port.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/postMessage_target_source.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerSimple", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if shared worker can work correctly.", + "description": "Check if shared worker can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerSimple.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "postMessage_ports_readonly_array", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ports is read-only.", + "description": "Check if ports is read-only.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/postMessage_ports_readonly_array.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerLocation", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerLocation object can return the absolute URL set when it is created.", + "description": "Check if SharedWorkerLocation object can return the absolute URL set when it is created.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerLocation.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerShared_distinct", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if shared worker objects created by different names are distinct instances.", + "description": "Check if shared worker objects created by different names are distinct instances.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerShared_distinct.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerLocation_protocol", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerLocation URL can decompose IDL attribute: protocol.", + "description": "Check if WorkerLocation URL can decompose IDL attribute: protocol.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_protocol.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerGlobalScope_setInterval", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerGlobalScope API: setInterval() can work correctly.", + "description": "Check if WorkerGlobalScope API: setInterval() can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_setInterval.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Worker_script_mimetype", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Worker always assumes the resource file to be JavaScript, regardless of the MIME type.", + "description": "Check if Worker always assumes the resource file to be JavaScript, regardless of the MIME type.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/Worker_script_mimetype.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerLocation_port", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerLocation URL can decompose IDL attribute: port.", + "description": "Check if WorkerLocation URL can decompose IDL attribute: port.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_port.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Worker_terminate_event_queue", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AbstractWorker terminate() can clear the event queue.", + "description": "Check if AbstractWorker terminate() can clear the event queue.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/Worker_terminate_event_queue.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerLocation_href", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerLocation href attribute can return the absolute URL that the WorkerLocation object represents.", + "description": "Check if SharedWorkerLocation href attribute can return the absolute URL that the WorkerLocation object represents.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_href.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Worker_ErrorEvent_message", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ErrorEvent message attribute can represent the error message.", + "description": "Check if ErrorEvent message attribute can represent the error message.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/Worker_ErrorEvent_message.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Worker_ErrorEvent_type", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AbstractWorker ErrorEvent.type can represent the error type.", + "description": "Check if AbstractWorker ErrorEvent.type can represent the error type.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/Worker_ErrorEvent_type.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerLocation_hash", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerLocation URL can decompose IDL attribute: hash.", + "description": "Check if SharedWorkerLocation URL can decompose IDL attribute: hash.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_hash.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerNavigator_appName", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerNavigator appName can return the name of the browser.", + "description": "Check if WorkerNavigator appName can return the name of the browser.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_appName.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerLocation_search", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerLocation URL can decompose IDL attribute: search.", + "description": "Check if WorkerLocation URL can decompose IDL attribute: search.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerNavigator_userAgent", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerNavigator.userAgent can return the complete User-Agent header.", + "description": "Check if SharedWorkerNavigator.userAgent can return the complete User-Agent header.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerNavigator_userAgent.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerLocation_search_empty", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerLocation.search can work correctly with empty fragment.", + "description": "Check if WorkerLocation.search can work correctly with empty fragment.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_empty.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerLocation_search_fragment", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerLocation.search can work correctly with fragment.", + "description": "Check if SharedWorkerLocation.search can work correctly with fragment.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_search_fragment.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerLocation_hostname", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerLocation URL can decompose IDL attribute: hostname.", + "description": "Check if WorkerLocation URL can decompose IDL attribute: hostname.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hostname.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "postMessage_clone_port", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if postMessage(): clone can clone a port correctly.", + "description": "Check if postMessage(): clone can clone a port correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/postMessage_clone_port.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerConstructor", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if shared worker object can be constructed correctly.", + "description": "Check if shared worker object can be constructed correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerConstructor.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerLocation_search_nonexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerLocation.search can work correctly with no query component.", + "description": "Check if WorkerLocation.search can work correctly with no query component.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_nonexist.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerNavigator_userAgent", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerNavigator.userAgent can return the complete User-Agent header.", + "description": "Check if WorkerNavigator.userAgent can return the complete User-Agent header.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_userAgent.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerNavigator_onLine", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerNavigator.onLine can represent whether the browser is online.", + "description": "Check if WorkerNavigator.onLine can represent whether the browser is online.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_onLine.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerLocation_host", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerLocation URL can decompose IDL attribute: host.", + "description": "Check if WorkerLocation URL can decompose IDL attribute: host.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_host.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerNavigator_appVersion", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerNavigator appVersion can return the version of the browser.", + "description": "Check if SharedWorkerNavigator appVersion can return the version of the browser.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerNavigator_appVersion.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerLocation_href", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerLocation href attribute can return the absolute URL that the WorkerLocation object represents.", + "description": "Check if WorkerLocation href attribute can return the absolute URL that the WorkerLocation object represents.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_href.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerLocation_host", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerLocation URL can decompose IDL attribute: host.", + "description": "Check if SharedWorkerLocation URL can decompose IDL attribute: host.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_host.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerLocation_search_fragment", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerLocation.search can work correctly with fragment.", + "description": "Check if WorkerLocation.search can work correctly with fragment.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_fragment.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerLocation_hash_nonexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerLocation.hash can work correctly with no fragment.", + "description": "Check if WorkerLocation.hash can work correctly with no fragment.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash_nonexist.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerGlobalScope_ErrorEvent_message", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerGlobalScope ErrorEvent.message can work correctly.", + "description": "Check if WorkerGlobalScope ErrorEvent.message can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_ErrorEvent_message.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerLocation_hash_nonexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerLocation.hash can work correctly with no fragment.", + "description": "Check if SharedWorkerLocation.hash can work correctly with no fragment.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_hash_nonexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerNavigator_online", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerNavigator.onLine can work correctly.", + "description": "Check if SharedWorkerNavigator.onLine can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerNavigator_online.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerLocation_hash_encoding", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerLocation.hash can work correctly with url encoding string.", + "description": "Check if SharedWorkerLocation.hash can work correctly with url encoding string.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_hash_encoding.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerLocation_portocol", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerLocation URL can decompose IDL attribute: protocol.", + "description": "Check if SharedWorkerLocation URL can decompose IDL attribute: protocol.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_portocol.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Worker_basic", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if basic function of Web Workers can work correctly.", + "description": "Check if basic function of Web Workers can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/Worker_basic.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerName", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if basic usage of worker name can work correctly.", + "description": "Check if basic usage of worker name can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerName.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "postMessage_event_properties", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if postMessage MessageEvent can work correctly.", + "description": "Check if postMessage MessageEvent can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/postMessage_event_properties.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerLocation_pathname", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerLocation URL can decompose IDL attribute: pathname.", + "description": "Check if WorkerLocation URL can decompose IDL attribute: pathname.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_pathname.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerLocation_search_nonexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerLocation.search can work correctly with no component.", + "description": "Check if SharedWorkerLocation.search can work correctly with no component.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_search_nonexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerLocation_hash_encoding", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerLocation.hash can work correctly with url encoding string.", + "description": "Check if WorkerLocation.hash can work correctly with url encoding string.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash_encoding.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerLocation_port", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerLocation URL can decompose IDL attribute: port.", + "description": "Check if SharedWorkerLocation URL can decompose IDL attribute: port.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_port.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerGlobalScope_close", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerGlobalScope Close() can clear events queue.", + "description": "Check if WorkerGlobalScope Close() can clear events queue.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_close.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerNavigator_appVersion", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerNavigator appVersion can return the version of the browser.", + "description": "Check if WorkerNavigator appVersion can return the version of the browser.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_appVersion.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerGlobalScope_setTimeout", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerGlobalScope_setTimeout can work correctly.", + "description": "Check if WorkerGlobalScope_setTimeout can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_setTimeout.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerGlobalScope_navigator", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerGlobalScope attribute navigator can work correctly.", + "description": "Check if WorkerGlobalScope attribute navigator can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/WorkerGlobalScope_navigator.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Worker_constructor", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Worker constructor can work correctly.", + "description": "Check if Worker constructor can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/Worker_constructor.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerGlobalScope_onMessage", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerGlobalScope method: onmessage can work correctly.", + "description": "Check if WorkerGlobalScope method: onmessage can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/WorkerGlobalScope_onMessage.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerGlobalScope_postMessage", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerGlobalScope method: postMessage can work correctly.", + "description": "Check if WorkerGlobalScope method: postMessage can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/WorkerGlobalScope_postMessage.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerGlobalScope_name", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerGlobalScope attribute: name can return the worker name.", + "description": "Check if SharedWorkerGlobalScope attribute: name can return the worker name.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerGlobalScope_name.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerGlobalScope_self", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WorkerGlobalScope attribute: self can return WorkerGlobalScope object itself.", + "description": "Check if WorkerGlobalScope attribute: self can return WorkerGlobalScope object itself.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/WorkerGlobalScope_self.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerGlobalScope_onconnect", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SharedWorkerGlobalScope method: onconnect can work correctly.", + "description": "Check if SharedWorkerGlobalScope method: onconnect can work correctly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerGlobalScope_onconnect.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebWorker_Blob_url_support", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Web Worker support Blob url", + "description": "Check if Web Worker support Blob url", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/WebWorker_Blob_url_support.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerShared_name_except", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if throw exception when creating SharedWorker with different URLs but same name", + "description": "check if throw exception when creating SharedWorker with different URLs but same name", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerShared_name_except.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerGlobalScope_XMLHttpRequest", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if WorkerGlobalScope XMLHttpRequest support", + "description": "check if WorkerGlobalScope XMLHttpRequest support", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_XMLHttpRequest.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "postMessage_DataCloneErr", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if postMessage() with WorkerNavigator raises DATA_CLONE_ERR", + "description": "check if postMessage() with WorkerNavigator raises DATA_CLONE_ERR", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/postMessage_DataCloneErr.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerShared_simultaneously", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if Access simultaneously-loaded instance of shared worker.", + "description": "check if Access simultaneously-loaded instance of shared worker.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerShared_simultaneously.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePort_onmessage_start", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if MessageChannel port.onmessage enables message queue", + "description": "check if MessageChannel port.onmessage enables message queue", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/MessagePort_onmessage_start.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerException", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if shared worker exception Tests", + "description": "check if shared worker exception Tests", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerException.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorker_in_iframe", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if shared worker in iframe Tests", + "description": "check if shared worker in iframe Tests", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorker_in_iframe.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerLocation", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if WorkerLocation object", + "description": "check if WorkerLocation object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerScriptError", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if shared worker script error Tests", + "description": "check if shared worker script error Tests", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerScriptError.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerGlobalScope_EventTarget", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if WorkerGlobalScope implements EventTarget", + "description": "check if WorkerGlobalScope implements EventTarget", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_EventTarget.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerGlobalScope_importScripts_NetworkErr", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if importScripts() with non-existent script file raises NETWORK_ERR", + "description": "check if importScripts() with non-existent script file raises NETWORK_ERR", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_importScripts_NetworkErr.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SharedWorkerShared_loaded", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if shared worker shared Tests", + "description": "check if shared worker shared Tests", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/SharedWorkerShared_loaded.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePort_initial_disabled", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if MessageChannel: port message queue is initially disabled", + "description": "check if MessageChannel: port message queue is initially disabled", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/MessagePort_initial_disabled.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerGlobalScope_removeEventListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if WorkerGlobalScope API: removeEventListener()", + "description": "check if WorkerGlobalScope API: removeEventListener()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_removeEventListener.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WorkerGlobalScope_addEventListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "check if WorkerGlobalScope API: addEventListener()", + "description": "check if WorkerGlobalScope API: addEventListener()", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_addEventListener.htm", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:19 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1R-tct-workers-w3c-tests/tct-workers-w3c-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1R-tct-workers-w3c-tests/tct-workers-w3c-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..cb93f4c Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/00-commonapi/1R-tct-workers-w3c-tests/tct-workers-w3c-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/01-tct-appcontrol-tizen-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/01-tct-appcontrol-tizen-tests/QAMETA.json new file mode 100644 index 0000000..ef5d0bf --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/01-tct-appcontrol-tizen-tests/QAMETA.json @@ -0,0 +1,132 @@ +[ + { + "launcher": "xwalk", + "name": "AppControl_browse_webpage", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if application for browsing webpage is available (file, http and https)", + "description": "Check if application for browsing webpage is available (file, http and https)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AppControl_play_sound", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if application for playing a sound is available (aac, amr, mid, mp3, wac)", + "description": "Check if application for playing a sound is available (aac, amr, mid, mp3, wac)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_sound.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AppControl_play_video", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if application for playing a video is available (mp4)", + "description": "Check if application for playing a video is available (mp4)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_video.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AppControl_select_file", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if application for selecting a file is available", + "description": "Check if application for selecting a file is available", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_select_file.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AppControl_view_image_file", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if application for viewing an image file is available (bmp, gif, jpeg, png)", + "description": "Check if application for viewing an image file is available (bmp, gif, jpeg, png)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_view_image_file.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/01-tct-appcontrol-tizen-tests/tct-appcontrol-tizen-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/01-tct-appcontrol-tizen-tests/tct-appcontrol-tizen-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..4e96afc Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/01-tct-appcontrol-tizen-tests/tct-appcontrol-tizen-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/04-tct-bookmark-tizen-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/04-tct-bookmark-tizen-tests/QAMETA.json new file mode 100644 index 0000000..16e81f3 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/04-tct-bookmark-tizen-tests/QAMETA.json @@ -0,0 +1,938 @@ +[ + { + "launcher": "xwalk", + "name": "BookmarkFolder_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if BookmarkFolder exists", + "description": "Check if BookmarkFolder exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkFolder_parent_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute parent of BookmarkFolder exists, has type BookmarkFolder and is readonly", + "description": "Check if attribute parent of BookmarkFolder exists, has type BookmarkFolder and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_parent_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkFolder_title_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute title of BookmarkFolder exists, has type DOMString and is readonly", + "description": "Check if attribute title of BookmarkFolder exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_title_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkItem_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if BookmarkItem exists", + "description": "Check if BookmarkItem exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkItem_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkItem_parent_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute parent of BookmarkItem exists, has type BookmarkFolder and is readonly", + "description": "Check if attribute parent of BookmarkItem exists, has type BookmarkFolder and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkItem_parent_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkItem_title_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute title of BookmarkItem exists, has type DOMString and is readonly", + "description": "Check if attribute title of BookmarkItem exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkItem_title_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkItem_url_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute url of BookmarkItem exists, has type DOMString and is readonly", + "description": "Check if attribute url of BookmarkItem exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkItem_url_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManagerObject_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface BookmarkManagerObject exists, it should not", + "description": "Check if interface BookmarkManagerObject exists, it should not", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManagerObject_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_add_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method add of BookmarkManager exists", + "description": "Check if method add of BookmarkManager exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_get_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method get of BookmarkManager exists", + "description": "Check if method get of BookmarkManager exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface BookmarkManager exists, it should not", + "description": "Check if interface BookmarkManager exists, it should not", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_remove_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method remove of BookmarkManager exists", + "description": "Check if method remove of BookmarkManager exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Tizen_bookmark_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Tizen implements interface BookmarkManagerObject and has attribute bookmark", + "description": "Check if Tizen implements interface BookmarkManagerObject and has attribute bookmark", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/Tizen_bookmark_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_get", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if BookmarkManager get method works properly", + "description": "Check if BookmarkManager get method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_add", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if BookmarkManager add method works properly", + "description": "Check if BookmarkManager add method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_remove", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if BookmarkManager remove method works properly", + "description": "Check if BookmarkManager remove method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_add_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if add method with missing non-optional argument works", + "description": "Check if add method with missing non-optional argument works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_add_with_parentFolder", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if BookmarkManager add method with optional parentFolder attribute works properly", + "description": "Check if BookmarkManager add method with optional parentFolder attribute works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_with_parentFolder.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_get_with_parentFolder", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if BookmarkManager get method with optional parentFolder argument works properly", + "description": "Check if BookmarkManager get method with optional parentFolder argument works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_parentFolder.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_get_with_recursive", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if BookmarkManager get method with optional recursive argument works properly", + "description": "Check if BookmarkManager get method with optional recursive argument works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_recursive.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_get_parentFolder_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check argument parentFolder conversions exception", + "description": "Check argument parentFolder conversions exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_get_parentFolder_invalid_obj", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the parameter parentFolder which is in get method is invalid", + "description": "Check if the parameter parentFolder which is in get method is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_invalid_obj.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_add_bookmark_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check argument bookmark conversions exception in add method", + "description": "Check argument bookmark conversions exception in add method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_bookmark_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_add_parentFolder_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check argument parentFolder conversions exception in add method", + "description": "Check argument parentFolder conversions exception in add method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_add_parentFolder_invalid_obj", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the parameter parentFolder which is in add method is invalid", + "description": "Check if the parameter parentFolder which is in add method is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_invalid_obj.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_remove_with_bookmark", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if BookmarkManager remove method with optional bookmark attribute works properly", + "description": "Check if BookmarkManager remove method with optional bookmark attribute works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_with_bookmark.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_remove_bookmark_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check argument bookmark conversions exception in remove method", + "description": "Check argument bookmark conversions exception in remove method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmark_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_in_tizen", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if bookmark exists in tizen", + "description": "Check if bookmark exists in tizen", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_in_tizen.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether the BookmarkManager object can have new attribute added", + "description": "Test whether the BookmarkManager object can have new attribute added", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkItem_constructor", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the values of the attributes are equal to the arguments passed", + "description": "Check if the values of the attributes are equal to the arguments passed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkItem_constructor.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkFolder_constructor", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the values of the attributes are equal to the arguments passed for BookmarkFolder", + "description": "Check if the values of the attributes are equal to the arguments passed for BookmarkFolder", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_constructor.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkItem_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether the BookmarkItem object can have new attribute added", + "description": "Test whether the BookmarkItem object can have new attribute added", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkItem_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkFolder_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether the BookmarkFolder object can have new attribute added", + "description": "Test whether the BookmarkFolder object can have new attribute added", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_add_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if BookmarkManager add method reports error given wrong bookmarks", + "description": "Check if BookmarkManager add method reports error given wrong bookmarks", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_invalid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_get_parentFolder_NotFound", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if BookmarkManager::get() method throws exception when called with non-existing folder", + "description": "Check if BookmarkManager::get() method throws exception when called with non-existing folder", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_NotFound.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "BookmarkManager_remove_bookmarkFolder", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if BookmarkManager::remove() method throws InvalidValuesError and NotFoundError", + "description": "Check if BookmarkManager::remove() method throws InvalidValuesError and NotFoundError", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmarkFolder.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/04-tct-bookmark-tizen-tests/tct-bookmark-tizen-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/04-tct-bookmark-tizen-tests/tct-bookmark-tizen-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..d810868 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/04-tct-bookmark-tizen-tests/tct-bookmark-tizen-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/06-tct-callhistory-tizen-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/06-tct-callhistory-tizen-tests/QAMETA.json new file mode 100644 index 0000000..c9fe807 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/06-tct-callhistory-tizen-tests/QAMETA.json @@ -0,0 +1,2758 @@ +[ + { + "launcher": "xwalk", + "name": "CallHistory_find_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find method exists", + "description": "Check if find method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if fetch call history items", + "description": "Check if fetch call history items", + "onload_delay": "0", + "pre_condition": "Make an existence call history (at least one entry)", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_remove_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if remove method exists", + "description": "Check if remove method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_remove", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if delete a call history entry synchronously", + "description": "Check if delete a call history entry synchronously", + "onload_delay": "0", + "pre_condition": "Make an existence call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_remove.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeBatch method exists", + "description": "Check if removeBatch method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if delete a list of call history entries asynchronously", + "description": "Check if delete a list of call history entries asynchronously", + "onload_delay": "0", + "pre_condition": "Make some existence call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeAll_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeAll method exists", + "description": "Check if removeAll method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeAll", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeAll called without arguments works", + "description": "Check if removeAll called without arguments works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_addChangeListener_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if addChangeListener method exists", + "description": "Check if addChangeListener method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_addChangeListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if addChangeListener method works properly", + "description": "Check if addChangeListener method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeChangeListener_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeChangeListener method exists", + "description": "Check if removeChangeListener method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeChangeListener_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeChangeListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if unregister a previously registered listener", + "description": "Check if unregister a previously registered listener", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeChangeListener.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_limit_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if no limit the query result", + "description": "Check if no limit the query result", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_limit_2", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if limit the query result", + "description": "Check if limit the query result", + "onload_delay": "0", + "pre_condition": "Make at least 3 existence call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_findByDirection", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find call history items by REJECTED and then delete them from call history entries", + "description": "Check if find call history items by REJECTED and then delete them from call history entries", + "onload_delay": "0", + "pre_condition": "Make at least 1 REJECTED call", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_findByDirection.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_remove_findBySortMode", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find call history items by startTime desc and then delete the first call history entry", + "description": "Check if find call history items by startTime desc and then delete the first call history entry", + "onload_delay": "0", + "pre_condition": "Make some existence call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_findBySortMode.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_findByType", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find call history entries by TEL and then delete all of them from call history entries", + "description": "Check if find call history entries by TEL and then delete all of them from call history entries", + "onload_delay": "0", + "pre_condition": "Make some existence PHONE NUMBER ADDRESSING call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_findByType.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryEntry_type_TEL", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute type value is TEL", + "description": "Check if attribute type value is TEL", + "onload_delay": "0", + "pre_condition": "Make some existence PHONE NUMBER ADDRESSING call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_type_TEL.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryEntry_features_VOICECALL", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if features value is VOICECALL for voice-only calls", + "description": "Check if features value is VOICECALL for voice-only calls", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_features_VOICECALL.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryEntry_direction_DIALED", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if direction value is DIALED when user dialed a call", + "description": "Check if direction value is DIALED when user dialed a call", + "onload_delay": "0", + "pre_condition": "Make a call", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_DIALED.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryEntry_direction_MISSED", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if direction value is MISSED when user missed calls", + "description": "Check if direction value is MISSED when user missed calls", + "onload_delay": "0", + "pre_condition": "Make at least one MISSED call, which was seen", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_MISSED.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryEntry_direction_MISSEDNEW", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if direction value is MISSEDNEW when user missed call which is not seen", + "description": "Check if direction value is MISSEDNEW when user missed call which is not seen", + "onload_delay": "0", + "pre_condition": "Make at least one MISSED call which is NOT SEEN", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_MISSEDNEW.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryEntry_direction_RECEIVED", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if direction value is RECEIVED when user received a call", + "description": "Check if direction value is RECEIVED when user received a call", + "onload_delay": "0", + "pre_condition": "Make a RECEIVED call", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_RECEIVED.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryEntry_direction_REJECTED", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if direction value is REJECTED when user rejected a call", + "description": "Check if direction value is REJECTED when user rejected a call", + "onload_delay": "0", + "pre_condition": "Make a REJECTED call", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_REJECTED.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_nullableArgs_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if callhistory.find performs successCallback when all optional arguments are null", + "description": "Check if callhistory.find performs successCallback when all optional arguments are null", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_nullableArgs_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_addChangeListener_observer_onadded_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether addChangeListener() registers listener with null onadded argument", + "description": "Check whether addChangeListener() registers listener with null onadded argument", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onadded_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_addChangeListener_observer_onadded_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether addChangeListener() registers listener with undefined onadded argument", + "description": "Check whether addChangeListener() registers listener with undefined onadded argument", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onadded_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_addChangeListener_observer_onchanged_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether addChangeListener() registers listener with null onchanged argument", + "description": "Check whether addChangeListener() registers listener with null onchanged argument", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onchanged_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_addChangeListener_observer_onchanged_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether addChangeListener() registers listener with undefined onchanged argument", + "description": "Check whether addChangeListener() registers listener with undefined onchanged argument", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onchanged_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_errorCallback_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with null errorCallback lists CallHistory items", + "description": "Check whether find() method called with null errorCallback lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_filter_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with null filter lists CallHistory items", + "description": "Check whether find() method called with null filter lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_sortMode_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with null filter and sortMode lists CallHistory items", + "description": "Check whether find() method called with null filter and sortMode lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_limit_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with null filter, sortMode and limit lists CallHistory items", + "description": "Check whether find() method called with null filter, sortMode and limit lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_offset_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with null filter, sortMode, limit and offset lists CallHistory items", + "description": "Check whether find() method called with null filter, sortMode, limit and offset lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_offset_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_successCallback_null", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether removeBatch() method called with null successCallback deletes two entries from call history", + "description": "Check whether removeBatch() method called with null successCallback deletes two entries from call history", + "onload_delay": "0", + "pre_condition": "Make at least 3 existence call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_errorCallback_null", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether removeBatch() method called with null errorCallback deletes two entries from call history entries", + "description": "Check whether removeBatch() method called with null errorCallback deletes two entries from call history entries", + "onload_delay": "0", + "pre_condition": "Make at least 3 existence call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method called with missing non-optional argument throws an exception", + "description": "Check if method called with missing non-optional argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_with_errorCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find called with optional errorCallback works as expected", + "description": "Check if find called with optional errorCallback works as expected", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_errorCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_with_filter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find called with optional filter works as expected", + "description": "Check if find called with optional filter works as expected", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_filter.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_with_sortMode", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find called with optional sortMode works as expected", + "description": "Check if find called with optional sortMode works as expected", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_sortMode.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_with_limit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find called with optional limit works as expected", + "description": "Check if find called with optional limit works as expected", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_limit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_with_offset", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find called with optional offset works as expected", + "description": "Check if find called with optional offset works as expected", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_offset.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_errorCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when error callback is incorrect", + "description": "Check if find throws exception when error callback is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_errorCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when errorCallback is incorrect", + "description": "Check if find throws exception when errorCallback is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_successCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when successCallback is incorrect", + "description": "Check if find throws exception when successCallback is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_successCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_successCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when success callback is incorrect", + "description": "Check if find throws exception when success callback is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_successCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_filter_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when filter is incorrect", + "description": "Check if find throws exception when filter is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_sortMode_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when sortMode is incorrect", + "description": "Check if find throws exception when sortMode is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_filter_invalid_obj", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when filter is a simple object", + "description": "Check if find throws exception when filter is a simple object", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_invalid_obj.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_sortMode_invalid_obj", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when sortMode is a simple object", + "description": "Check if find throws exception when sortMode is a simple object", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_invalid_obj.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_remove_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if remove called with missing non-optional argument throws an exception", + "description": "Check if remove called with missing non-optional argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_remove_entry_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if remove throws exception when entry is incorrect", + "description": "Check if remove throws exception when entry is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_entry_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeBatch called with missing non-optional argument throws an exception", + "description": "Check if removeBatch called with missing non-optional argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CallHistory cannot be called in new expression and as a function or in new expression", + "description": "Check if CallHistory cannot be called in new expression and as a function or in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if callhistory object can have new properties added", + "description": "Check if callhistory object can have new properties added", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_with_successCallback", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeBatch called with optional successCallback works as expected", + "description": "Check if removeBatch called with optional successCallback works as expected", + "onload_delay": "0", + "pre_condition": "Make an existence call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_with_successCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_with_errorCallback", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeBatch called with optional errorCallback works as expected", + "description": "Check if removeBatch called with optional errorCallback works as expected", + "onload_delay": "0", + "pre_condition": "Make an existence call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_with_errorCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_entries_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeBatch throws exception when entries is incorrect", + "description": "Check if removeBatch throws exception when entries is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_entries_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_successCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeBatch throws exception when success callback is incorrect", + "description": "Check if removeBatch throws exception when success callback is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_errorCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeBatch throws exception when error callback is incorrect", + "description": "Check if removeBatch throws exception when error callback is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_successCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeBatch throws exception when successCallback is invalid", + "description": "Check if removeBatch throws exception when successCallback is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_errorCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeBatch throws exception when errorCallback is invalid", + "description": "Check if removeBatch throws exception when errorCallback is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeAll_with_successCallback", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeAll called with optional successCallback works as expected - delete all call history", + "description": "Check if removeAll called with optional successCallback works as expected - delete all call history", + "onload_delay": "0", + "pre_condition": "Make some existence call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_with_successCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeAll_with_errorCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeAll called with optional errorCallback works as expected", + "description": "Check if removeAll called with optional errorCallback works as expected", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_with_errorCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeAll_successCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeAll throws exception when successCallback is incorrect", + "description": "Check if removeAll throws exception when successCallback is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_successCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeAll_errorCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeAll throws exception when errorCallback is incorrect", + "description": "Check if removeAll throws exception when errorCallback is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_errorCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeAll_successCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeAll throws exception when successCallback is invalid", + "description": "Check if removeAll throws exception when successCallback is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_successCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeAll_errorCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if removeAll throws exception when errorCallback is invalid", + "description": "Check if removeAll throws exception when errorCallback is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_errorCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryChangeCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CallHistoryChangeCallback cannot be called in new expression and as a function", + "description": "Check if CallHistoryChangeCallback cannot be called in new expression and as a function", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryChangeCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryChangeCallback_onadded", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CallHistoryChangeCallback onadded is called and if its arguments have proper type", + "description": "Check if CallHistoryChangeCallback onadded is called and if its arguments have proper type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryChangeCallback_onadded.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryChangeCallback_onchanged", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CallHistoryChangeCallback onchanged is called properly", + "description": "Check if CallHistoryChangeCallback onchanged is called properly", + "onload_delay": "0", + "pre_condition": "Make an untouched MISSED call", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryChangeCallback_onchanged.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryEntryArraySuccessCallback_onsuccess", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CallHistoryEntryArraySuccessCallback onsuccess is called properly", + "description": "Check if CallHistoryEntryArraySuccessCallback onsuccess is called properly", + "onload_delay": "0", + "pre_condition": "Make an existence call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntryArraySuccessCallback_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryEntry_direction_attribute", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CallHistoryEntry have direction attribute with proper type, not null", + "description": "Check if CallHistoryEntry have direction attribute with proper type, not null", + "onload_delay": "0", + "pre_condition": "Make an existence call history with one new missed call which was not seen", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryEntry_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CallHistoryEntry cannot be called in new expression and as a function or in new expression", + "description": "Check if CallHistoryEntry cannot be called in new expression and as a function or in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "RemoteParty_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if RemoteParty cannot be called in new expression and as a function or in new expression", + "description": "Check if RemoteParty cannot be called in new expression and as a function or in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/RemoteParty_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_in_tizen", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CallHistory exists and implements methods", + "description": "Check if CallHistory exists and implements methods", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_in_tizen.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryEntryArraySuccessCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CallHistoryEntryArraySuccessCallback cannot be called in new expression and as a function", + "description": "Check if CallHistoryEntryArraySuccessCallback cannot be called in new expression and as a function", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntryArraySuccessCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_addChangeListener_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if addChangeListener called with missing non-optional argument throws an exception", + "description": "Check if addChangeListener called with missing non-optional argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_addChangeListener_observer_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if addChangeListener throws exception when observer is incorrect", + "description": "Check if addChangeListener throws exception when observer is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_addChangeListener_observer_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if addChangeListener throws exception when observer is invalid", + "description": "Check if addChangeListener throws exception when observer is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_errorCallback_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with undefined errorCallback lists CallHistory items", + "description": "Check whether find() method called with undefined errorCallback lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_successCallback_undefined", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether removeBatch() method called with undefined successCallback throws exception", + "description": "Check whether removeBatch() method called with undefined successCallback throws exception", + "onload_delay": "0", + "pre_condition": "Make at least 3 existence call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_removeBatch_errorCallback_undefined", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether removeBatch() method called with undefined errorCallback throws exception", + "description": "Check whether removeBatch() method called with undefined errorCallback throws exception", + "onload_delay": "0", + "pre_condition": "Make at least 3 existence call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_sortMode_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with null filter and undefined sortMode lists CallHistory items", + "description": "Check whether find() method called with null filter and undefined sortMode lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_filter_undefined", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with undefined filter lists CallHistory items", + "description": "Check whether find() method called with undefined filter lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_undefined.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryChangeCallback_onremoved", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CallHistoryChangeCallback onremoved is called properly", + "description": "Check if CallHistoryChangeCallback onremoved is called properly", + "onload_delay": "0", + "pre_condition": "Make a call", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryChangeCallback_onremoved.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_without_errorCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find() method calls successCallback function properly", + "description": "Check if find() method calls successCallback function properly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_without_errorCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_filter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CallHistory items matching the supplied filter are found properly", + "description": "Check if CallHistory items matching the supplied filter are found properly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_sortMode", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with successCallback, errorCallback, filter and sortMode lists CallHistory items", + "description": "Check whether find() method called with successCallback, errorCallback, filter and sortMode lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_limit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with successCallback, errorCallback, filter, sortMode and limit lists CallHistory items", + "description": "Check whether find() method called with successCallback, errorCallback, filter, sortMode and limit lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_offset", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with successCallback, errorCallback, filter, sortMode limit and offset lists CallHistory items", + "description": "Check whether find() method called with successCallback, errorCallback, filter, sortMode limit and offset lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_offset.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_offset_0", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find() method calls successCallback function properly for offset equal 0", + "description": "Check if find() method calls successCallback function properly for offset equal 0", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_offset_0.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_errorCallback_null_filter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with null errorCallback and specified filter lists CallHistory items", + "description": "Check whether find() method called with null errorCallback and specified filter lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_null_filter.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_filter_null_sortMode", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with null filter and specified sortMode lists CallHistory items", + "description": "Check whether find() method called with null filter and specified sortMode lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_null_sortMode.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_filter_sortMode_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with null filter, null sortMode and specified limit lists CallHistory items", + "description": "Check whether find() method called with null filter, null sortMode and specified limit lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_sortMode_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_filter_compositeFilters", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method lists CallHistory items for various composite filters", + "description": "Check whether find() method lists CallHistory items for various composite filters", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_compositeFilters.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_filter_rangeFilters", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method lists CallHistory items for various range filters", + "description": "Check whether find() method lists CallHistory items for various range filters", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_rangeFilters.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_filter_sortMode_limit_null_offset", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with null filter, sortMode, limit and specified offset lists CallHistory items", + "description": "Check whether find() method called with null filter, sortMode, limit and specified offset lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_sortMode_limit_null_offset.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_filter_various", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method lists CallHistory items for various filters", + "description": "Check whether find() method lists CallHistory items for various filters", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_various.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_find_limit_1", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether find() method called with additional arguments lists CallHistory items", + "description": "Check whether find() method called with additional arguments lists CallHistory items", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_1.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_addChangeListener_onadded", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether addChangeListener() registers listener with onadded argument", + "description": "Check whether addChangeListener() registers listener with onadded argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_onadded.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_addChangeListener_onchanged", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether addChangeListener() registers listener with onchanged argument", + "description": "Check whether addChangeListener() registers listener with onchanged argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_onchanged.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_addChangeListener_observer_onadded_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether invoking 'addChangeListener' method with incorect onadded argument throws exception properly", + "description": "Check whether invoking 'addChangeListener' method with incorect onadded argument throws exception properly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onadded_invalid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistory_addChangeListener_observer_onchanged_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether invoking 'addChangeListener' method with incorect onchanged argument throws exception properly", + "description": "Check whether invoking 'addChangeListener' method with incorect onchanged argument throws exception properly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onchanged_invalid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryObject_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CallHistoryObject not exist", + "description": "Check if CallHistoryObject not exist", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryObject_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CallHistoryEntry", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check CallHistoryEntry attributes and functions", + "description": "Check CallHistoryEntry attributes and functions", + "onload_delay": "0", + "pre_condition": "Make an existence call history", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:17 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/06-tct-callhistory-tizen-tests/tct-callhistory-tizen-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/06-tct-callhistory-tizen-tests/tct-callhistory-tizen-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..4eec176 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/06-tct-callhistory-tizen-tests/tct-callhistory-tizen-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/08-tct-content-tizen-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/08-tct-content-tizen-tests/QAMETA.json new file mode 100644 index 0000000..fea8319 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/08-tct-content-tizen-tests/QAMETA.json @@ -0,0 +1,3512 @@ +[ + { + "launcher": "xwalk", + "name": "ContentManagerObject_content_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if content attribute exists", + "description": "Check if content attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManagerObject_content_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch exists", + "description": "Check if updateBatch exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_update_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if update exists", + "description": "Check if update exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_update_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_getDirectories_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getDirectories method exists", + "description": "Check if getDirectories method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_getDirectories_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find exists", + "description": "Check if find exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentManager find method with optional error callback is invoked properly", + "description": "Check if ContentManager find method with optional error callback is invoked properly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_getDirectories", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentManager getDirectories method with only non-optional arguments is invoked properly", + "description": "Check if ContentManager getDirectories method with only non-optional arguments is invoked properly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_getDirectories.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_update", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if update() method works properly", + "description": "Check if update() method works properly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_update.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch() method works properly", + "description": "Check if updateBatch() method works properly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_type_AUDIO", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content type value is AUDIO for find method with filter AUDIO", + "description": "Check if Content type value is AUDIO for find method with filter AUDIO", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_type_AUDIO.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_update_description", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if update() properly updates description attribute of first found item", + "description": "Check if update() properly updates description attribute of first found item", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_update_description.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_description", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch() method updates properly description of found content", + "description": "Check if updateBatch() method updates properly description of found content", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_description.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_type_IMAGE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content type value is IMAGE for find method with filter IMAGE", + "description": "Check if Content type value is IMAGE for find method with filter IMAGE", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_type_IMAGE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_type_VIDEO", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content type value is VIDEO for find method with filter VIDEO", + "description": "Check if Content type value is VIDEO for find method with filter VIDEO", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_type_VIDEO.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_nullableArgs", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content find method performs successCallback when all optional arguments are null", + "description": "Check if Content find method performs successCallback when all optional arguments are null", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_nullableArgs.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "VideoContent_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if VideoContent cannot be called in new expression and as a function or in new expression", + "description": "Check if VideoContent cannot be called in new expression and as a function or in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/VideoContent_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content cannot be called in new expression and as a function or in new expression", + "description": "Check if Content cannot be called in new expression and as a function or in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ImageContent_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ImageContent cannot be called in new expression and as a function or in new expression", + "description": "Check if ImageContent cannot be called in new expression and as a function or in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ImageContent_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentDirectoryArraySuccessCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentDirectoryArraySuccessCallback cannot be called in new expression and as a function or in new expression", + "description": "Check if ContentDirectoryArraySuccessCallback cannot be called in new expression and as a function or in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentDirectoryArraySuccessCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentScanSuccessCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentScanSuccessCallback cannot be called in new expression and as a function or in new expression", + "description": "Check if ContentScanSuccessCallback cannot be called in new expression and as a function or in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentScanSuccessCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentManager cannot be called in new expression and as a function or in new expression", + "description": "Check if ContentManager cannot be called in new expression and as a function or in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if content object can have new properties added", + "description": "Check if content object can have new properties added", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_update_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if update method called with missing non-optional argument throws an exception", + "description": "Check if update method called with missing non-optional argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_update_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_update_content_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if update throws exception when content is incorrect", + "description": "Check if update throws exception when content is incorrect", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_update_content_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch method called with missing non-optional argument throws an exception", + "description": "Check if updateBatch method called with missing non-optional argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_contents_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch throws exception when contents is incorrect", + "description": "Check if updateBatch throws exception when contents is incorrect", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_contents_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_successCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch throws exception when successCallback is incorrect", + "description": "Check if updateBatch throws exception when successCallback is incorrect", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_successCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_successCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch throws exception when success callback is invalid", + "description": "Check if updateBatch throws exception when success callback is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_successCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_errorCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch throws exception when errorCallback is incorrect", + "description": "Check if updateBatch throws exception when errorCallback is incorrect", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_errorCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_errorCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch throws exception when errorCallback is invalid", + "description": "Check if updateBatch throws exception when errorCallback is invalid", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_errorCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_getDirectories_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getDirectories method called with missing non-optional argument throws an exception", + "description": "Check if getDirectories method called with missing non-optional argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_getDirectories_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_getDirectories_successCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getDirectories throws exception when success callback is incorrect", + "description": "Check if getDirectories throws exception when success callback is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_getDirectories_successCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_getDirectories_successCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getDirectories throws exception when successCallback is invalid", + "description": "Check if getDirectories throws exception when successCallback is invalid", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_getDirectories_successCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_getDirectories_errorCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getDirectories throws exception when errorCallback is incorrect", + "description": "Check if getDirectories throws exception when errorCallback is incorrect", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_getDirectories_errorCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_getDirectories_errorCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getDirectories throws exception when errorCallback is invalid", + "description": "Check if getDirectories throws exception when errorCallback is invalid", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_getDirectories_errorCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find method called with missing non-optional argument throws an exception", + "description": "Check if find method called with missing non-optional argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_successCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when successCallback is incorrect", + "description": "Check if find throws exception when successCallback is incorrect", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_successCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_successCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when success callback is invalid", + "description": "Check if find throws exception when success callback is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_successCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_errorCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when errorCallback is incorrect", + "description": "Check if find throws exception when errorCallback is incorrect", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_errorCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_errorCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when errorCallback is invalid", + "description": "Check if find throws exception when errorCallback is invalid", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_errorCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_scanFile_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if scanFile method exists", + "description": "Check if scanFile method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_scanFile_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_scanFile_successCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if scanFile throws exception when successCallback is invalid", + "description": "Check if scanFile throws exception when successCallback is invalid", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_scanFile_successCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_scanFile_successCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if scanFile throws exception when success callback is incorrect", + "description": "Check if scanFile throws exception when success callback is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_scanFile_successCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_scanFile_errorCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if scanFile throws exception when errorCallback is invalid", + "description": "Check if scanFile throws exception when errorCallback is invalid", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_scanFile_errorCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_scanFile_errorCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if scanFile throws exception when errorCallback is incorrect", + "description": "Check if scanFile throws exception when errorCallback is incorrect", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_scanFile_errorCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_setChangeListener_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setChangeListener exists", + "description": "Check if setChangeListener exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_setChangeListener_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentArraySuccessCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentArraySuccessCallback cannot be called in new expression and as a function or in new expression", + "description": "Check if ContentArraySuccessCallback cannot be called in new expression and as a function or in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentArraySuccessCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentDirectory_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentDirectory cannot be called in new expression and as a function or in new expression", + "description": "Check if ContentDirectory cannot be called in new expression and as a function or in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentDirectory_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentChangeCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentChangeCallback cannot be called in new expression and as a function or in new expression", + "description": "Check if ContentChangeCallback cannot be called in new expression and as a function or in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentChangeCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContentLyrics_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContentLyrics cannot be called in new expression and as a function or in new expression", + "description": "Check if AudioContentLyrics cannot be called in new expression and as a function or in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContentLyrics_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContent_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContent cannot be called in new expression and as a function or in new expression", + "description": "Check if AudioContent cannot be called in new expression and as a function or in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContent_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_setChangeListener_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setChangeListener method called with missing non-optional argument throws an exception", + "description": "Check if setChangeListener method called with missing non-optional argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_setChangeListener_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_setChangeListener_changeCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setChangeListener throws exception when changeCallback is incorrect", + "description": "Check if setChangeListener throws exception when changeCallback is incorrect", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_setChangeListener_changeCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_setChangeListener_changeCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setChangeListener throws exception when changeCallback is invalid listener", + "description": "Check if setChangeListener throws exception when changeCallback is invalid listener", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_setChangeListener_changeCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_unsetChangeListener_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if unsetChangeListener exists", + "description": "Check if unsetChangeListener exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_unsetChangeListener_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ImageContent_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ImageContent can have new properties added", + "description": "Check if ImageContent can have new properties added", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ImageContent_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ImageContent_geolocation_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ImageContent have geolocation attribute with proper type and is writeable", + "description": "Check if ImageContent have geolocation attribute with proper type and is writeable", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ImageContent_geolocation_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ImageContent_width_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ImageContent have width attribute with proper type, and is readonly", + "description": "Check if ImageContent have width attribute with proper type, and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ImageContent_width_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ImageContent_height_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ImageContent have height attribute with proper type and is readonly", + "description": "Check if ImageContent have height attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ImageContent_height_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ImageContent_orientation_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ImageContent have orientation attribute with proper type is writeable and not nullable", + "description": "Check if ImageContent have orientation attribute with proper type is writeable and not nullable", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ImageContent_orientation_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentDirectoryArraySuccessCallback_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentDirectoryArraySuccessCallback onsuccess is called and if its arguments have proper type", + "description": "Check if ContentDirectoryArraySuccessCallback onsuccess is called and if its arguments have proper type", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentDirectoryArraySuccessCallback_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentScanSuccessCallback_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentScanSuccessCallback onsuccess is called and if its arguments have proper type", + "description": "Check if ContentScanSuccessCallback onsuccess is called and if its arguments have proper type", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentScanSuccessCallback_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content can have new properties added", + "description": "Check if Content can have new properties added", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_editableAttributes_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content have editableAttributes attribute with proper type and is readonly", + "description": "Check if Content have editableAttributes attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_editableAttributes_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_id_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content have id attribute with proper type, and is readonly", + "description": "Check if Content have id attribute with proper type, and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_id_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_name_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content have name attribute with proper type is writeable and not nullable", + "description": "Check if Content have name attribute with proper type is writeable and not nullable", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_name_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_type_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content have type attribute with proper type and is readonly", + "description": "Check if Content have type attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_type_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_mimeType_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content have mimeType attribute with proper mimeType, and is readonly", + "description": "Check if Content have mimeType attribute with proper mimeType, and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_mimeType_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_title_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content have title attribute with proper type and is readonly", + "description": "Check if Content have title attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_title_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_contentURI_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content have contentURI attribute with proper contentURI and is readonly", + "description": "Check if Content have contentURI attribute with proper contentURI and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_contentURI_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_thumbnailURIs_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content have thumbnailURIs attribute with proper type and is readonly", + "description": "Check if Content have thumbnailURIs attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_thumbnailURIs_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_releaseDate_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content have releaseDate attribute with proper type and is readonly", + "description": "Check if Content have releaseDate attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_releaseDate_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_modifiedDate_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content have modifiedDate attribute with proper type and is readolny", + "description": "Check if Content have modifiedDate attribute with proper type and is readolny", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_modifiedDate_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_size_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content have size attribute with proper type and is readonly", + "description": "Check if Content have size attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_size_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_description_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content have description attribute with proper type and is writeable", + "description": "Check if Content have description attribute with proper type and is writeable", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_description_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Content_rating_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Content have rating attribute with proper type, range, is writeable and not nullable", + "description": "Check if Content have rating attribute with proper type, range, is writeable and not nullable", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/Content_rating_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_with_errorCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find called with optional errorCallback is properly invoked", + "description": "Check if find called with optional errorCallback is properly invoked", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_with_errorCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_with_directoryId", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find called with optional directoryId is properly invoked", + "description": "Check if find called with optional directoryId is properly invoked", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_with_directoryId.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_with_filter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find called with optional filter is properly invoked", + "description": "Check if find called with optional filter is properly invoked", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_with_filter.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_with_sortMode", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find called with optional sortMode is properly invoked", + "description": "Check if find called with optional sortMode is properly invoked", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_with_sortMode.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_with_count", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find called with optional count is properly invoked", + "description": "Check if find called with optional count is properly invoked", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_with_count.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_with_offset", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find called with optional offset is properly invoked", + "description": "Check if find called with optional offset is properly invoked", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_with_offset.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_getDirectories_with_errorCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getDirectories called with optional errorCallback is invoked properly", + "description": "Check if getDirectories called with optional errorCallback is invoked properly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_getDirectories_with_errorCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_filter_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when filter is incorrect", + "description": "Check if find throws exception when filter is incorrect", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_filter_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_sortMode_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when sortMode is incorrect", + "description": "Check if find throws exception when sortMode is incorrect", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_sortMode_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_find_sortMode_invalid_obj", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if find throws exception when sortMode is a simple object", + "description": "Check if find throws exception when sortMode is a simple object", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_find_sortMode_invalid_obj.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_unsetChangeListener_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if unsetChangeListener method can be invoked with extra argument", + "description": "Check if unsetChangeListener method can be invoked with extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_unsetChangeListener_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentArraySuccessCallback_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentArraySuccessCallback onsuccess is called and if its arguments have proper type", + "description": "Check if ContentArraySuccessCallback onsuccess is called and if its arguments have proper type", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentArraySuccessCallback_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_scanFile", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if scanFile methods works properly", + "description": "Check if scanFile methods works properly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_scanFile.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_scanFile_with_errorCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if scanFile called with optional errorCallback is invoked properly", + "description": "Check if scanFile called with optional errorCallback is invoked properly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_scanFile_with_errorCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_scanFile_with_successCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if scanFile called with optional successCallback is invoked properly", + "description": "Check if scanFile called with optional successCallback is invoked properly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_scanFile_with_successCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_unsetChangeListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if unsetChangeListener method called with non-optional arguments does what it should", + "description": "Check if unsetChangeListener method called with non-optional arguments does what it should", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_unsetChangeListener.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "VideoContent_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if VideoContent can have new properties added", + "description": "Check if VideoContent can have new properties added", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/VideoContent_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "VideoContent_geolocation_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if VideoContent have geolocation attribute with proper type and is writeable", + "description": "Check if VideoContent have geolocation attribute with proper type and is writeable", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/VideoContent_geolocation_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "VideoContent_height_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if VideoContent have height attribute with proper type and is readonly", + "description": "Check if VideoContent have height attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/VideoContent_height_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "VideoContent_width_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if VideoContent have width attribute with proper type and is readonly", + "description": "Check if VideoContent have width attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/VideoContent_width_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "VideoContent_duration_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if VideoContent have duration attribute with proper type and is readonly", + "description": "Check if VideoContent have duration attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/VideoContent_duration_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "VideoContent_album_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if VideoContent have album attribute with proper type and is readonly", + "description": "Check if VideoContent have album attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/VideoContent_album_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "VideoContent_artists_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if VideoContent have artists attribute with proper type and is readonly", + "description": "Check if VideoContent have artists attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/VideoContent_artists_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentChangeCallback_oncontentadded", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentChangeCallback oncontentadded is called and if its arguments have proper type", + "description": "Check if ContentChangeCallback oncontentadded is called and if its arguments have proper type", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentChangeCallback_oncontentadded.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentChangeCallback_oncontentremoved", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentChangeCallback oncontentremoved is called and if its arguments have proper type", + "description": "Check if ContentChangeCallback oncontentremoved is called and if its arguments have proper type", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentChangeCallback_oncontentremoved.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentChangeCallback_oncontentupdated", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentChangeCallback oncontentupdated is called and if its arguments have proper type", + "description": "Check if ContentChangeCallback oncontentupdated is called and if its arguments have proper type", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentChangeCallback_oncontentupdated.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_with_errorCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch called with optional errorCallback is invoked properly", + "description": "Check if updateBatch called with optional errorCallback is invoked properly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_with_errorCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_with_successCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch called with optional successCallback is invoked properly", + "description": "Check if updateBatch called with optional successCallback is invoked properly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_with_successCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContent_album_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContent have album attribute with proper type and is readonly", + "description": "Check if AudioContent have album attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContent_album_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContent_artists_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContent have artists attribute with proper type and is readonly", + "description": "Check if AudioContent have artists attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContent_artists_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContent_bitrate_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContent have bitrate attribute with proper type, readonly", + "description": "Check if AudioContent have bitrate attribute with proper type, readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContent_bitrate_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContent_duration_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContent have duration attribute with proper type and is readonly", + "description": "Check if AudioContent have duration attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContent_duration_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContent_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContent can have new properties added", + "description": "Check if AudioContent can have new properties added", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContent_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContent_trackNumber_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContent have trackNumber attribute with proper type, readonly, nullable", + "description": "Check if AudioContent have trackNumber attribute with proper type, readonly, nullable", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContent_trackNumber_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContent_genres_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContent have genres attribute with proper type, readonly", + "description": "Check if AudioContent have genres attribute with proper type, readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContent_genres_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContent_composers_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContent have composers attribute with proper type and is readonly", + "description": "Check if AudioContent have composers attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContent_composers_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContent_copyright_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContent have copyright attribute with proper type and is readonly", + "description": "Check if AudioContent have copyright attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContent_copyright_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContent_lyrics_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContent have lyrics attribute with proper type and is readonly", + "description": "Check if AudioContent have lyrics attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContent_lyrics_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContentLyrics_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContentLyrics can have new properties added", + "description": "Check if AudioContentLyrics can have new properties added", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContentLyrics_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContentLyrics_type_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContentLyrics have type attribute with proper type and is readonly", + "description": "Check if AudioContentLyrics have type attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContentLyrics_type_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContentLyrics_timestamps_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContentLyrics have timestamps attribute with proper type and is readonly", + "description": "Check if AudioContentLyrics have timestamps attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContentLyrics_timestamps_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AudioContentLyrics_texts_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AudioContentLyrics have texts attribute with proper type and is readonly", + "description": "Check if AudioContentLyrics have texts attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/AudioContentLyrics_texts_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentDirectory_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentDirectory can have new properties added", + "description": "Check if ContentDirectory can have new properties added", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentDirectory_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentDirectory_id_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentDirectory have id attribute with proper type, and is readonly", + "description": "Check if ContentDirectory have id attribute with proper type, and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentDirectory_id_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentDirectory_directoryURI_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentDirectory have directoryURI attribute with proper type and is readonly", + "description": "Check if ContentDirectory have directoryURI attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentDirectory_directoryURI_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentDirectory_title_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentDirectory have title attribute with proper type, readonly, not null", + "description": "Check if ContentDirectory have title attribute with proper type, readonly, not null", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentDirectory_title_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentDirectory_modifiedDate_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentDirectory have modifiedDate attribute with proper type and is readonly", + "description": "Check if ContentDirectory have modifiedDate attribute with proper type and is readonly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentDirectory_modifiedDate_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentDirectory_storageType_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentDirectory have storageType attribute with proper type, readonly, not null", + "description": "Check if ContentDirectory have storageType attribute with proper type, readonly, not null", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentDirectory_storageType_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_update_name", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if update() properly updates name attribute of first found item", + "description": "Check if update() properly updates name attribute of first found item", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_update_name.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_update_video_geolocation", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if update() properly updates geolocation attribute of first found video item", + "description": "Check if update() properly updates geolocation attribute of first found video item", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_update_video_geolocation.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_update_image_geolocation", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if update() properly updates geolocation attribute of first found image item", + "description": "Check if update() properly updates geolocation attribute of first found image item", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_update_image_geolocation.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_update_image_orientation", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if update() properly updates orientation attribute of first found image item", + "description": "Check if update() properly updates orientation attribute of first found image item", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_update_image_orientation.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_name", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch() properly updates name attributes of multiple image items", + "description": "Check if updateBatch() properly updates name attributes of multiple image items", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_name.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_video_geolocation", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch() properly updates name attributes of multiple video items", + "description": "Check if updateBatch() properly updates name attributes of multiple video items", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_video_geolocation.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_image_geolocation", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch() properly updates geolocation attributes of multiple image items", + "description": "Check if updateBatch() properly updates geolocation attributes of multiple image items", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_image_geolocation.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_image_orientation", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch() properly updates orientation attributes of multiple image items", + "description": "Check if updateBatch() properly updates orientation attributes of multiple image items", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_image_orientation.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_setChangeListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setChangeListener method works properly", + "description": "Check if setChangeListener method works properly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_setChangeListener.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManager_updateBatch_without_callback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if updateBatch called without callback is invoked properly", + "description": "Check if updateBatch called without callback is invoked properly", + "onload_delay": "30", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManager_updateBatch_without_callback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ContentManagerObject_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentManagerObject cannot be called in new expression", + "description": "Check if ContentManagerObject cannot be called in new expression", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-content-tizen-tests/content/ContentManagerObject_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/08-tct-content-tizen-tests/tct-content-tizen-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/08-tct-content-tizen-tests/tct-content-tizen-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..2ae1bf2 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/08-tct-content-tizen-tests/tct-content-tizen-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0C-tct-filesystem-tizen-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0C-tct-filesystem-tizen-tests/QAMETA.json new file mode 100644 index 0000000..0239c0f --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0C-tct-filesystem-tizen-tests/QAMETA.json @@ -0,0 +1,7074 @@ +[ + { + "launcher": "xwalk", + "name": "FileArraySuccessCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Interface FileArraySuccessCallback should not be accessible", + "description": "Interface FileArraySuccessCallback should not be accessible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileArraySuccessCallback_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether FileArraySuccessCallback::onsuccess is called with valid argument", + "description": "Test whether FileArraySuccessCallback::onsuccess is called with valid argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStreamSuccessCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Interface FileStreamSuccessCallback should not be accessible", + "description": "Interface FileStreamSuccessCallback should not be accessible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStreamSuccessCallback_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether FileStreamSuccessCallback::onsuccess is called with argument of proper type", + "description": "Test whether FileStreamSuccessCallback::onsuccess is called with argument of proper type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_bytesAvailable_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::bytesAvailable attribute exist, is of proper type", + "description": "Check if FileStream::bytesAvailable attribute exist, is of proper type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_bytesAvailable_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_close", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::close() method works", + "description": "Check if FileStream::close() method works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_close.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_close_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::close() method exists", + "description": "Check if FileStream::close() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_close_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_close_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::close() method can be called with extra arguments", + "description": "Check if FileStream::close() method can be called with extra arguments", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_close_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_eof_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::eof attribute exists, is Boolean", + "description": "Check if FileStream::eof attribute exists, is Boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_eof_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether instance of FileStream can be extended with new attribute", + "description": "Test whether instance of FileStream can be extended with new attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Interface FileStream should not be accessible", + "description": "Interface FileStream should not be accessible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_position_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::position attribute exists, is of proper type, can be changed", + "description": "Check if FileStream::position attribute exists, is of proper type, can be changed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_position_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_read", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::read() method works properly", + "description": "Check if FileStream::read() method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_read.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_readBase64", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::readBase64() method works", + "description": "Check if FileStream::readBase64() method works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_readBase64_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::readBase64() method exists", + "description": "Check if FileStream::readBase64() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_readBase64_without_r_permission", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::readBase64() throws exception when reading from a file opened in 'w' mode", + "description": "Check if FileStream::readBase64() throws exception when reading from a file opened in 'w' mode", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_without_r_permission.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_readBase64_writeFile", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create a new file, write content to it, and then read the content of the file as base64", + "description": "Check if you can create a new file, write content to it, and then read the content of the file as base64", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_writeFile.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_readBytes", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::readBytes() method works properly", + "description": "Check if FileStream::readBytes() method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_readBytes_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::readBytes() method exists", + "description": "Check if FileStream::readBytes() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_readBytes_without_r_permission", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::readBytes() throws exception when reading from a file opened in 'w' mode", + "description": "Check if FileStream::readBytes() throws exception when reading from a file opened in 'w' mode", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_without_r_permission.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_readBytes_writeFile", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create a new file, write content to it, and then read the content of the file as a byte array", + "description": "Check if you can create a new file, write content to it, and then read the content of the file as a byte array", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_writeFile.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_read_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::read() method exists", + "description": "Check if FileStream::read() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_read_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_read_without_r_permission", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::read() throws exception when reading from a file opened in 'w' mode", + "description": "Check if FileStream::read() throws exception when reading from a file opened in 'w' mode", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_read_without_r_permission.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_read_writeFile", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create a new file, write content to it, and then read the content of the file", + "description": "Check if you can create a new file, write content to it, and then read the content of the file", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_read_writeFile.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_write", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::write() method works properly", + "description": "Check if FileStream::write() method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_write.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_writeBase64", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::writeBase64() method works properly", + "description": "Check if FileStream::writeBase64() method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_writeBase64_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::writeBase64() method exists", + "description": "Check if FileStream::writeBase64() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_writeBase64_without_w_permission", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::writeBase64() throws exception when writing to a file opened in 'r' mode", + "description": "Check if FileStream::writeBase64() throws exception when writing to a file opened in 'r' mode", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_without_w_permission.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_writeBytes", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::writeBytes() method works properly", + "description": "Check if FileStream::writeBytes() method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_writeBytes_byteData_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::writeBytes() throws exception for wrong type of byteData", + "description": "Check if FileStream::writeBytes() throws exception for wrong type of byteData", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_byteData_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_writeBytes_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::writeBytes() method exists", + "description": "Check if FileStream::writeBytes() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_writeBytes_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::writeBytes() method throws exception for missing mandatory argument", + "description": "Check if FileStream::writeBytes() method throws exception for missing mandatory argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_writeBytes_with_additional_null_parameter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::writeBytes() method properly writes the specified bytes to file", + "description": "Check if FileStream::writeBytes() method properly writes the specified bytes to file", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_with_additional_null_parameter.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_writeBytes_without_w_permission", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::writeBytes() throws exception when writing to a file opened in 'r' mode", + "description": "Check if FileStream::writeBytes() throws exception when writing to a file opened in 'r' mode", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_without_w_permission.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_write_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::write() method exists", + "description": "Check if FileStream::write() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_write_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStream_write_without_w_permission", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileStream::write() throws exception when writing to a file opened in 'r' mode", + "description": "Check if FileStream::write() throws exception when writing to a file opened in 'r' mode", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStream_write_without_w_permission.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStringSuccessCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Interface FileStringSuccessCallback should not be accessible", + "description": "Interface FileStringSuccessCallback should not be accessible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileStringSuccessCallback_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether FileStringSuccessCallback::onsuccess is called with valid argument", + "description": "Test whether FileStringSuccessCallback::onsuccess is called with valid argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSuccessCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Interface FileSuccessCallback should not be accessible", + "description": "Interface FileSuccessCallback should not be accessible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSuccessCallback_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether FileSuccessCallback::onsuccess is called with valid argument", + "description": "Test whether FileSuccessCallback::onsuccess is called with valid argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManagerObject_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Interface FileSystemManagerObject should not be accessible", + "description": "Interface FileSystemManagerObject should not be accessible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManagerObject_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_addStorageStateChangeListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::addStorageStateChangeListener() method can be called", + "description": "Check if FileSystemManager::addStorageStateChangeListener() method can be called", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_addStorageStateChangeListener_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::addStorageStateChangeListener() method exists", + "description": "Check if FileSystemManager::addStorageStateChangeListener() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_addStorageStateChangeListener_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::addStorageStateChangeListener() method throws exception for missing mandatory argument", + "description": "Check if FileSystemManager::addStorageStateChangeListener() method throws exception for missing mandatory argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::addStorageStateChangeListener() throws exception for wrong type of onerror", + "description": "Check if FileSystemManager::addStorageStateChangeListener() throws exception for wrong type of onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_addStorageStateChangeListener_onerror_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::addStorageStateChangeListener() throws exception for wrong onerror", + "description": "Check if FileSystemManager::addStorageStateChangeListener() throws exception for wrong onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_addStorageStateChangeListener_onsuccess_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::addStorageStateChangeListener() throws exception for wrong type of onsuccess", + "description": "Check if FileSystemManager::addStorageStateChangeListener() throws exception for wrong type of onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_addStorageStateChangeListener_onsuccess_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::addStorageStateChangeListener() throws exception for wrong onsuccess", + "description": "Check if FileSystemManager::addStorageStateChangeListener() throws exception for wrong onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_addStorageStateChangeListener_with_onerror", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::addStorageStateChangeListener() can be called with onerror", + "description": "Check if FileSystemManager::addStorageStateChangeListener() can be called with onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_with_onerror.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_addStorageStateChangeListener_without_arguments", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::addStorageStateChangeListener() throws exception for missing mandatory argument", + "description": "Check if FileSystemManager::addStorageStateChangeListener() throws exception for missing mandatory argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_without_arguments.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if instance of FileSystemManager can be extended with new property", + "description": "Check if instance of FileSystemManager can be extended with new property", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_getStorage", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::getStorage() calls onsuccess callback", + "description": "Check if FileSystemManager::getStorage() calls onsuccess callback", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_getStorage_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::getStorage() method exists", + "description": "Check if FileSystemManager::getStorage() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_getStorage_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::getStorage() throws exception for missing mandatory argument", + "description": "Check if FileSystemManager::getStorage() throws exception for missing mandatory argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_getStorage_onerror_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::getStorage() throws exception for wrong type of onerror", + "description": "Check if FileSystemManager::getStorage() throws exception for wrong type of onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_getStorage_onerror_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::getStorage() throws exception for wrong onerror", + "description": "Check if FileSystemManager::getStorage() throws exception for wrong onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_getStorage_onsuccess_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::getStorage() throws exception for wrong type of onsuccess", + "description": "Check if FileSystemManager::getStorage() throws exception for wrong type of onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_getStorage_onsuccess_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::getStorage() throws exception for wrong onsuccess", + "description": "Check if FileSystemManager::getStorage() throws exception for wrong onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_getStorage_with_nonexist_label", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::getStorage() throws an exception when storage with given label does not exist", + "description": "Check if FileSystemManager::getStorage() throws an exception when storage with given label does not exist", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_nonexist_label.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_getStorage_with_onerror", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::getStorage() can be called with onerror callback", + "description": "Check if FileSystemManager::getStorage() can be called with onerror callback", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_onerror.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_in_tizen", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if tizen namespace contains filesystem", + "description": "Check if tizen namespace contains filesystem", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_in_tizen.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_listStorages", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::listStorages() method works", + "description": "Check if FileSystemManager::listStorages() method works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_listStorages_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::listStorages() method exists", + "description": "Check if FileSystemManager::listStorages() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_listStorages_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::listStorages() throws exception for missing mandatory argument", + "description": "Check if FileSystemManager::listStorages() throws exception for missing mandatory argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_listStorages_onerror_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::listStorages() method throws exception for wrong type of onerror", + "description": "Check if FileSystemManager::listStorages() method throws exception for wrong type of onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_listStorages_onerror_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::listStorages() method throws exception for wrong onerror", + "description": "Check if FileSystemManager::listStorages() method throws exception for wrong onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_listStorages_onsuccess_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::listStorages() method throws exception for wrong type of onsuccess", + "description": "Check if FileSystemManager::listStorages() method throws exception for wrong type of onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_listStorages_onsuccess_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::listStorages() method throws exception for wrong onsuccess", + "description": "Check if FileSystemManager::listStorages() method throws exception for wrong onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_listStorages_storages_retrieve", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::listStorages() method properly retrieves the available storages on the device", + "description": "Check if FileSystemManager::listStorages() method properly retrieves the available storages on the device", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_storages_retrieve.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_listStorages_with_invalid_error_callbacks", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::listStorages() method throws exception for wrong type of onerror (literals)", + "description": "Check if FileSystemManager::listStorages() method throws exception for wrong type of onerror (literals)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_invalid_error_callbacks.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_listStorages_with_onerror", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::listStorages() can be called with onerror argument", + "description": "Check if FileSystemManager::listStorages() can be called with onerror argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_onerror.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_listStorages_without_arguments", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::listStorages() method throws exception for missing mandatory argument", + "description": "Check if FileSystemManager::listStorages() method throws exception for missing mandatory argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_without_arguments.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_listStorages_works_correctly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::listStorages() method invokes onsuccess callback", + "description": "Check if FileSystemManager::listStorages() method invokes onsuccess callback", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_works_correctly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_maxPathLength_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::maxPathLength attribute exists", + "description": "Check if FileSystemManager::maxPathLength attribute exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_maxPathLength_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Interface FileSystemManager should not be accessible", + "description": "Interface FileSystemManager should not be accessible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_removeStorageStateChangeListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::removeStorageStateChangeListener() method works with only mandatory arguments", + "description": "Check if FileSystemManager::removeStorageStateChangeListener() method works with only mandatory arguments", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_removeStorageStateChangeListener_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::removeStorageStateChangeListener() method exists", + "description": "Check if FileSystemManager::removeStorageStateChangeListener() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_removeStorageStateChangeListener_with_para_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::removeStorageStateChangeListener() method throws NotFoundError when given invalid watchId", + "description": "Check if FileSystemManager::removeStorageStateChangeListener() method throws NotFoundError when given invalid watchId", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_with_para_invalid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_removeStorageStateChangeListener_works_correctly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::removeStorageStateChangeListener() method can be called with valid watchId", + "description": "Check if FileSystemManager::removeStorageStateChangeListener() method can be called with valid watchId", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_works_correctly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method can be called with only mandatory argument", + "description": "Check if FileSystemManager::resolve() method can be called with only mandatory argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_documents", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method works for Documents virtual root", + "description": "Check if FileSystemManager::resolve() method works for Documents virtual root", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_documents.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_downloads", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method works for Downloads virtual root", + "description": "Check if FileSystemManager::resolve() method works for Downloads virtual root", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_downloads.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_error_invoked", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method reports NotFoundError by onerror for wrong value of location argument (absolute)", + "description": "Check if FileSystemManager::resolve() method reports NotFoundError by onerror for wrong value of location argument (absolute)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_error_invoked.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method exists", + "description": "Check if FileSystemManager::resolve() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_images", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method works for Images virtual root", + "description": "Check if FileSystemManager::resolve() method works for Images virtual root", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_images.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() throws exception for missing mandatory argument", + "description": "Check if FileSystemManager::resolve() throws exception for missing mandatory argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_mode_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method throws exception for wrong value of mode argument", + "description": "Check if FileSystemManager::resolve() method throws exception for wrong value of mode argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_mode_a", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method works for Documents virtual root and mode 'a'", + "description": "Check if FileSystemManager::resolve() method works for Documents virtual root and mode 'a'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_a.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_mode_r", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method works for Documents virtual root and mode 'r'", + "description": "Check if FileSystemManager::resolve() method works for Documents virtual root and mode 'r'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_r.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_mode_w", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method works for Documents virtual root and mode 'w'", + "description": "Check if FileSystemManager::resolve() method works for Documents virtual root and mode 'w'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_w.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_music", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method works for Music virtual root", + "description": "Check if FileSystemManager::resolve() method works for Music virtual root", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_music.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_onerror_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method throws exception for wrong type of onerror", + "description": "Check if FileSystemManager::resolve() method throws exception for wrong type of onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_onerror_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method throws exception for wrong onerror", + "description": "Check if FileSystemManager::resolve() method throws exception for wrong onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_onsuccess_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method throws exception for wrong type of onsuccess", + "description": "Check if FileSystemManager::resolve() method throws exception for wrong type of onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_onsuccess_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method throws exception for wrong onsuccess", + "description": "Check if FileSystemManager::resolve() method throws exception for wrong onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_ringtones", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method works for Ringtones virtual root", + "description": "Check if FileSystemManager::resolve() method works for Ringtones virtual root", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_ringtones_invalid_mode_a", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method reports InvalidValuesError when resolving Ringtones directory with mode 'a'", + "description": "Check if FileSystemManager::resolve() method reports InvalidValuesError when resolving Ringtones directory with mode 'a'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_a.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_ringtones_invalid_mode_rw", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method reports InvalidValuesError when resolving Ringtones directory with mode 'rw'", + "description": "Check if FileSystemManager::resolve() method reports InvalidValuesError when resolving Ringtones directory with mode 'rw'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_rw.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_ringtones_invalid_mode_w", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method reports InvalidValuesError when resolving Ringtones directory with mode 'w'", + "description": "Check if FileSystemManager::resolve() method reports InvalidValuesError when resolving Ringtones directory with mode 'w'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_w.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_videos", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method works for Videos virtual root", + "description": "Check if FileSystemManager::resolve() method works for Videos virtual root", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_videos.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_wgt-package_invalid_mode_a", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method reports InvalidValuesError when resolving 'wgt-package' directory with mode 'a'", + "description": "Check if FileSystemManager::resolve() method reports InvalidValuesError when resolving 'wgt-package' directory with mode 'a'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_a.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_wgt-package_invalid_mode_rw", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method reports InvalidValuesError when resolving 'wgt-package' directory with mode 'rw'", + "description": "Check if FileSystemManager::resolve() method reports InvalidValuesError when resolving 'wgt-package' directory with mode 'rw'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_rw.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_wgt-package_invalid_mode_w", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method reports InvalidValuesError when resolving 'wgt-package' directory with mode 'w'", + "description": "Check if FileSystemManager::resolve() method reports InvalidValuesError when resolving 'wgt-package' directory with mode 'w'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_w.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_wgt_package", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method works for 'wgt-package' virtual root", + "description": "Check if FileSystemManager::resolve() method works for 'wgt-package' virtual root", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_package.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_wgt_private", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method works for 'wgt-private' virtual root", + "description": "Check if FileSystemManager::resolve() method works for 'wgt-private' virtual root", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_wgt_private_tmp", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method works for 'wgt-private-tmp' virtual root", + "description": "Check if FileSystemManager::resolve() method works for 'wgt-private-tmp' virtual root", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private_tmp.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_with_mode", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method works for Images virtual root with mode 'rw'", + "description": "Check if FileSystemManager::resolve() method works for Images virtual root with mode 'rw'", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_mode.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_with_onerror", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method can be called with onerror argument", + "description": "Check if FileSystemManager::resolve() method can be called with onerror argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_onerror.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemManager_resolve_works_correctly", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemManager::resolve() method works for Documents and onsuccess is invoked with proper argument", + "description": "Check if FileSystemManager::resolve() method works for Documents and onsuccess is invoked with proper argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_works_correctly.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemStorageArraySuccessCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Interface FileSystemStorageArraySuccessCallback should not be accessible", + "description": "Interface FileSystemStorageArraySuccessCallback should not be accessible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemStorageArraySuccessCallback_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether FileSystemStorageArraySuccessCallback::onsuccess is called with valid argument", + "description": "Test whether FileSystemStorageArraySuccessCallback::onsuccess is called with valid argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemStorageSuccessCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Interface FileSystemStorageSuccessCallback should not be accessible", + "description": "Interface FileSystemStorageSuccessCallback should not be accessible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemStorageSuccessCallback_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether FileSystemStorageSuccessCallback::onsuccess is called with valid argument", + "description": "Test whether FileSystemStorageSuccessCallback::onsuccess is called with valid argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemStorage_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if instance of FileSystemStorage object can be extended with new attribute", + "description": "Check if instance of FileSystemStorage object can be extended with new attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemStorage_label_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemStorage::label attribute exists, has type DOMString and is readonly", + "description": "Check if FileSystemStorage::label attribute exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_label_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemStorage_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Interface FileSystemStorage should not be accessible", + "description": "Interface FileSystemStorage should not be accessible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemStorage_state_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemStorage::state attribute exists, has type FileSystemStorageState and is readonly", + "description": "Check if FileSystemStorage::state attribute exists, has type FileSystemStorageState and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_state_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FileSystemStorage_type_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if FileSystemStorage::type attribute exists, has type FileSystemStorageType and is readonly", + "description": "Check if FileSystemStorage::type attribute exists, has type FileSystemStorageType and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_type_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::copyTo() method ends successfully (copy file from documents/ to images/)", + "description": "Check if File::copyTo() method ends successfully (copy file from documents/ to images/)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_dir_overwrite_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if error callback is invoked when copy a directory to another location where directory of that name already exists (overwrite is false)", + "description": "Check if error callback is invoked when copy a directory to another location where directory of that name already exists (overwrite is false)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_dir_overwrite_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can copy a directory to another location where directory of that name already exists (overwrite is true)", + "description": "Check if you can copy a directory to another location where directory of that name already exists (overwrite is true)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_dir_samedir_samename_overwrite_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if error callback is invoked when copy directory dir1/subdir1 into dir1/ (overwrite is false)", + "description": "Check if error callback is invoked when copy directory dir1/subdir1 into dir1/ (overwrite is false)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_dir_samedir_samename_overwrite_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if error callback is invoked when copy directory dir1/subdir1 into dir1/ (overwrite is true)", + "description": "Check if error callback is invoked when copy directory dir1/subdir1 into dir1/ (overwrite is true)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::copyTo() method exists", + "description": "Check if File::copyTo() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_file_overwrite_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if error callback is invoked when copy a file to another directory where a file of that name already exists (overwrite is false)", + "description": "Check if error callback is invoked when copy a file to another directory where a file of that name already exists (overwrite is false)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_file_overwrite_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can copy a file to another directory where a file of that name already exists (overwrite is true)", + "description": "Check if you can copy a file to another directory where a file of that name already exists (overwrite is true)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_file_samedir_samename_overwrite_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if error callback is invoked when copy a file to the same location (overwrite is false)", + "description": "Check if error callback is invoked when copy a file to the same location (overwrite is false)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_file_samedir_samename_overwrite_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if error callback is invoked when copy a file to the same location (overwrite is true)", + "description": "Check if error callback is invoked when copy a file to the same location (overwrite is true)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_onerror_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::copyTo() throws exception when type of errorCallback is wrong", + "description": "Check if File::copyTo() throws exception when type of errorCallback is wrong", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_onerror_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::copyTo() throws exception for wrong errorCallback", + "description": "Check if File::copyTo() throws exception for wrong errorCallback", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_onsuccess_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::copyTo() throws exception when type of successCallback is wrong", + "description": "Check if File::copyTo() throws exception when type of successCallback is wrong", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_onsuccess_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::copyTo() throws exception for wrong successCallback", + "description": "Check if File::copyTo() throws exception for wrong successCallback", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_with_file_handle", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::copyTo() calls errorCallback when called for object representing file, not a directory", + "description": "Check if File::copyTo() calls errorCallback when called for object representing file, not a directory", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_file_handle.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_with_null_success_and_error_callbacks", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::copyTo() can be invoked with null successCallback and errorCallback", + "description": "Check if File::copyTo() can be invoked with null successCallback and errorCallback", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_null_success_and_error_callbacks.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_with_onerror", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::copyTo() calls errorCallback (nonexisting originFilePath)", + "description": "Check if File::copyTo() calls errorCallback (nonexisting originFilePath)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onerror.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_with_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::copyTo() with onSuccess creates a file copy", + "description": "Check if File::copyTo() with onSuccess creates a file copy", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_writeFile_newName", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create a new empty file, write content into it, then request a copy of it (different name, same directory)", + "description": "Check if you can create a new empty file, write content into it, then request a copy of it (different name, same directory)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_newName.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_writeFile_overwrite_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if when create a new empty file, write content into it, then request a copy of it over existing file invokes errorCallback (overwrite=false)", + "description": "Check if when create a new empty file, write content into it, then request a copy of it over existing file invokes errorCallback (overwrite=false)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_overwrite_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_copyTo_writeFile_subdir", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create a new empty file, write content into it, then request a copy of it (different name, different directory)", + "description": "Check if you can create a new empty file, write content into it, then request a copy of it (different name, different directory)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_subdir.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_createDirectory", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::createDirectory() method", + "description": "Check if File::createDirectory() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_createDirectory.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_createDirectory_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::createDirectory() method exists", + "description": "Check if File::createDirectory() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_createDirectory_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_createDirectory_level2", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::createDirectory() works for non-existing intermediate directory (creates 2 levels of directories)", + "description": "Check if File::createDirectory() works for non-existing intermediate directory (creates 2 levels of directories)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_createDirectory_level2.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_createFile", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::createFile() method works properly", + "description": "Check if File::createFile() method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_createFile.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_createFile_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::createFile() method exists", + "description": "Check if File::createFile() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_createFile_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_createFile_existing_file", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::createFile() throws exception when the file already exists", + "description": "Check if File::createFile() throws exception when the file already exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_createFile_existing_file.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_created_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::created attribute exists, has type Date and is readonly", + "description": "Check if File::created attribute exists, has type Date and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_created_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteDirectory() method can be called", + "description": "Check if File::deleteDirectory() method can be called", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_createDir_documents", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::createDirectory() creates a new directory in Documents and File::deleteDirectory() removes it", + "description": "Check if File::createDirectory() creates a new directory in Documents and File::deleteDirectory() removes it", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_documents.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_createDir_downloads", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::createDirectory() creates a new directory in Downloads and File::deleteDirectory() removes it", + "description": "Check if File::createDirectory() creates a new directory in Downloads and File::deleteDirectory() removes it", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_downloads.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_createDir_images", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::createDirectory() creates a new directory in Images and File::deleteDirectory() removes it", + "description": "Check if File::createDirectory() creates a new directory in Images and File::deleteDirectory() removes it", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_images.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_createDir_music", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::createDirectory() creates a new directory in Music and File::deleteDirectory() removes it", + "description": "Check if File::createDirectory() creates a new directory in Music and File::deleteDirectory() removes it", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_music.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_createDir_videos", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::createDirectory() creates a new directory in Videos and File::deleteDirectory() removes it", + "description": "Check if File::createDirectory() creates a new directory in Videos and File::deleteDirectory() removes it", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_videos.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteDirectory() method exists", + "description": "Check if File::deleteDirectory() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_onerror_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteDirectory() throws exception for wrong type of onerror", + "description": "Check if File::deleteDirectory() throws exception for wrong type of onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_onerror_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteDirectory() throws exception for wrong onerror", + "description": "Check if File::deleteDirectory() throws exception for wrong onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_onsuccess_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteDirectory() throws exception for wrong type of onsuccess", + "description": "Check if File::deleteDirectory() throws exception for wrong type of onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_onsuccess_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteDirectory() throws exception for wrong onsuccess", + "description": "Check if File::deleteDirectory() throws exception for wrong onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_with_empty_path", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteDirectory() calls errorCallback when given directoryPath is empty", + "description": "Check if File::deleteDirectory() calls errorCallback when given directoryPath is empty", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_empty_path.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_with_file_handle", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteDirectory() calls errorCallback when called on File object representing file, not a directory", + "description": "Check if File::deleteDirectory() calls errorCallback when called on File object representing file, not a directory", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_file_handle.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_with_null_callbacks", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteDirectory() method can be called with null onsuccess and onerror", + "description": "Check if File::deleteDirectory() method can be called with null onsuccess and onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_null_callbacks.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_with_onerror", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteDirectory() method calls onerror properly (when removing non-existing directory)", + "description": "Check if File::deleteDirectory() method calls onerror properly (when removing non-existing directory)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onerror.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteDirectory_with_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteDirectory() method with onsuccess optional argument works properly", + "description": "Check if File::deleteDirectory() method with onsuccess optional argument works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteFile() method works properly", + "description": "Check if File::deleteFile() method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_copyFile_downloads", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create a new file in Document, copy it into Downloads, then request removing it", + "description": "Check if you can create a new file in Document, copy it into Downloads, then request removing it", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_downloads.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_copyFile_images", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create a new file in Images, copy it into Downloads, then request removing it", + "description": "Check if you can create a new file in Images, copy it into Downloads, then request removing it", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_images.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_copyFile_music", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create a new file in Music, copy it into Downloads, then request removing it", + "description": "Check if you can create a new file in Music, copy it into Downloads, then request removing it", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_music.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_copyFile_videos", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create a new file in Video, copy it into Downloads, then request removing it", + "description": "Check if you can create a new file in Video, copy it into Downloads, then request removing it", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_videos.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_createFile", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create a new file in Documents, copy it into Downloads, then request removing it", + "description": "Check if you can create a new file in Documents, copy it into Downloads, then request removing it", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_createFile.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteFile() method exists", + "description": "Check if File::deleteFile() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_listDocumentsFiles", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create directories and file in Documents, list them, then request deleting the directory and the file", + "description": "Check if you can create directories and file in Documents, list them, then request deleting the directory and the file", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDocumentsFiles.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_listDownloadsFiles", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create directories and file in Downloads, list them, then request deleting the directory and the file", + "description": "Check if you can create directories and file in Downloads, list them, then request deleting the directory and the file", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDownloadsFiles.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_listImagsFiles", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create directories and file in Images, list them, then request deleting the directory and the file", + "description": "Check if you can create directories and file in Images, list them, then request deleting the directory and the file", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listImagsFiles.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_listMusicFiles", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create directories and file in Music, list them, then request deleting the directory and the file", + "description": "Check if you can create directories and file in Music, list them, then request deleting the directory and the file", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listMusicFiles.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_listVideosfiles", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create directories and file in Videos, list them, then request deleting the directory and the file", + "description": "Check if you can create directories and file in Videos, list them, then request deleting the directory and the file", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listVideosfiles.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_onerror_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteFile() throws exception for wrong type of onerror", + "description": "Check if File::deleteFile() throws exception for wrong type of onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_onerror_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteFile() throws exception for wrong onerror", + "description": "Check if File::deleteFile() throws exception for wrong onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_onsuccess_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteFile() throws exception for wrong type of onsuccess", + "description": "Check if File::deleteFile() throws exception for wrong type of onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_onsuccess_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteFile() throws exception for wrong onsuccess", + "description": "Check if File::deleteFile() throws exception for wrong onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_with_dir_handle", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteFile() calls errorCallback when called on File object representing file, not a directory", + "description": "Check if File::deleteFile() calls errorCallback when called on File object representing file, not a directory", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_dir_handle.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_with_nonexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteFile() calls errorCallback when given filePath does not exist", + "description": "Check if File::deleteFile() calls errorCallback when given filePath does not exist", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_nonexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_with_onerror", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteFile() method calls errorCallback properly (when removing non-existing file)", + "description": "Check if File::deleteFile() method calls errorCallback properly (when removing non-existing file)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onerror.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_with_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteFile() method calls given onsuccess callback", + "description": "Check if File::deleteFile() method calls given onsuccess callback", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_with_vaild_callbacks", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteFile() can be called with onsuccess and onerror", + "description": "Check if File::deleteFile() can be called with onsuccess and onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_vaild_callbacks.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_deleteFile_with_valid_filePath", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::deleteFile() method can be called without onsuccess", + "description": "Check if File::deleteFile() method can be called without onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_valid_filePath.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if instance of File can be extended with new property", + "description": "Check if instance of File can be extended with new property", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_fileSize_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::fileSize attribute exists, has type Number and is readonly", + "description": "Check if File::fileSize attribute exists, has type Number and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_fileSize_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_fullPath_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::fullPath attribute exists, has type DOMString and is readonly", + "description": "Check if File::fullPath attribute exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_fullPath_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_isDirectory_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::isDirectory attribute exists, has type Boolean and is readonly", + "description": "Check if File::isDirectory attribute exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_isDirectory_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_isFile_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::isFile attribute exists, has type Boolean and is readonly", + "description": "Check if File::isFile attribute exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_isFile_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_length_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::length attribute exists, has type Number and is readonly", + "description": "Check if File::length attribute exists, has type Number and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_length_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_listFiles", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::listFiles() method works properly", + "description": "Check if File::listFiles() method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_listFiles_createFiles", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create a new directory and then list files in this directory", + "description": "Check if you can create a new directory and then list files in this directory", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_createFiles.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_listFiles_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::listFiles() method exists", + "description": "Check if File::listFiles() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_listFiles_filter_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::listFiles() method throws exception for wrong type of filter", + "description": "Check if File::listFiles() method throws exception for wrong type of filter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_listFiles_filter_empty", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::listFiles() can be called with empty object as filter argument", + "description": "Check if File::listFiles() can be called with empty object as filter argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_empty.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_listFiles_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::listFiles() with missing mandatory argument throws exception", + "description": "Check if File::listFiles() with missing mandatory argument throws exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_listFiles_onerror_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::listFiles() throws exception for wrong type of onerror", + "description": "Check if File::listFiles() throws exception for wrong type of onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_listFiles_onerror_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::listFiles() throws exception for wrong onerror", + "description": "Check if File::listFiles() throws exception for wrong onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_listFiles_onsuccess_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::listFiles() throws exception for wrong type of onsuccess", + "description": "Check if File::listFiles() throws exception for wrong type of onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_listFiles_onsuccess_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::listFiles() throws exception for wrong onsuccess", + "description": "Check if File::listFiles() throws exception for wrong onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_listFiles_with_file_handle", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::listFiles() calls errorCallback when called on File object representing file, not a directory", + "description": "Check if File::listFiles() calls errorCallback when called on File object representing file, not a directory", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_file_handle.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_listFiles_with_filter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::listFiles() works with filter argument", + "description": "Check if File::listFiles() works with filter argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_filter.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_listFiles_with_onerror", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::listFiles() calls errorCallback (listing files of a file)", + "description": "Check if File::listFiles() calls errorCallback (listing files of a file)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_onerror.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_listFiles_with_valid_successCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::listFiles() call onsuccess callback", + "description": "Check if File::listFiles() call onsuccess callback", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_valid_successCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_modified_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::modified attribute exists, has type Date and is readonly", + "description": "Check if File::modified attribute exists, has type Date and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_modified_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() can be called successfully", + "description": "Check if File::moveTo() can be called successfully", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_dir_samedir_samename_overwrite_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() invokes error callback when moving a directory to the same location with the same name (overwrite is false)", + "description": "Check if File::moveTo() invokes error callback when moving a directory to the same location with the same name (overwrite is false)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_dir_samedir_samename_overwrite_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() invokes error callback when moving a directory to the same location with the same name (overwrite is true)", + "description": "Check if File::moveTo() invokes error callback when moving a directory to the same location with the same name (overwrite is true)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_empty_destination_source_and_destination_paths", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() invokes error callback when originFilePath and destinationFilePath are empty", + "description": "Check if File::moveTo() invokes error callback when originFilePath and destinationFilePath are empty", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_empty_destination_source_and_destination_paths.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() method exists", + "description": "Check if File::moveTo() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_file_samedir_samename_overwrite_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() invokes error callback when moving a file to the same location with the same name (overwrite is false)", + "description": "Check if File::moveTo() invokes error callback when moving a file to the same location with the same name (overwrite is false)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_file_samedir_samename_overwrite_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() error callback when moving a file to the same location with the same name (overwrite is true)", + "description": "Check if File::moveTo() error callback when moving a file to the same location with the same name (overwrite is true)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_onerror_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() throws exception for wrong type of onerror", + "description": "Check if File::moveTo() throws exception for wrong type of onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_onerror_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() throws exception for wrong onerror", + "description": "Check if File::moveTo() throws exception for wrong onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_onsuccess_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() throws exception for wrong type of onsuccess", + "description": "Check if File::moveTo() throws exception for wrong type of onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_onsuccess_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() throws exception for wrong onsuccess", + "description": "Check if File::moveTo() throws exception for wrong onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_with_additional_null_parameter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() method can be invoked with extra null parameter", + "description": "Check if File::moveTo() method can be invoked with extra null parameter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_additional_null_parameter.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_with_file_handle", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() calls errorCallback when called on File object representing file, not a directory", + "description": "Check if File::moveTo() calls errorCallback when called on File object representing file, not a directory", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_file_handle.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_with_onerror", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() calls errorCallback (source file does not exist)", + "description": "Check if File::moveTo() calls errorCallback (source file does not exist)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onerror.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_with_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() calls successCallback", + "description": "Check if File::moveTo() calls successCallback", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_with_path_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() calls errorCallback (NotFound) when destinationFilePath is in non-existing directory", + "description": "Check if File::moveTo() calls errorCallback (NotFound) when destinationFilePath is in non-existing directory", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_path_invalid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_writeFile_newName", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create a new file, write content to it, and then move the file to the same directory with different file name", + "description": "Check if you can create a new file, write content to it, and then move the file to the same directory with different file name", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_newName.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_writeFile_overwrite_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::moveTo() calls errorCallback when originFilePath and destinationFilePath is the same path (overwrite false)", + "description": "Check if File::moveTo() calls errorCallback when originFilePath and destinationFilePath is the same path (overwrite false)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_overwrite_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_moveTo_writeFile_subdir", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if you can create a new file, write content to it, and then move the file to a subdirectory keeping the name of the file", + "description": "Check if you can create a new file, write content to it, and then move the file to a subdirectory keeping the name of the file", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_subdir.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_name_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::name attribute exists, has type DOMString and is readonly", + "description": "Check if File::name attribute exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_name_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Interface File should not be accessible", + "description": "Interface File should not be accessible", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() method works properly", + "description": "Check if File::openStream() method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_encoding_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() throws an exception for invalid encoding value", + "description": "Check if File::openStream() throws an exception for invalid encoding value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_encoding_invalid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() method exists", + "description": "Check if File::openStream() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() method throws exception for missing mandatory argument", + "description": "Check if File::openStream() method throws exception for missing mandatory argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_mode_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() throws exception for wrong type of mode argument", + "description": "Check if File::openStream() throws exception for wrong type of mode argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_mode_a", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() works for mode a", + "description": "Check if File::openStream() works for mode a", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_a.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_mode_r", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() works for mode r", + "description": "Check if File::openStream() works for mode r", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_r.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_mode_rw", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() works for mode rw", + "description": "Check if File::openStream() works for mode rw", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_rw.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_mode_w", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() works for mode w", + "description": "Check if File::openStream() works for mode w", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_w.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_onerror_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() method throws exception for wrong type of onerror", + "description": "Check if File::openStream() method throws exception for wrong type of onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_onerror_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() method throws exception for wrong onerror", + "description": "Check if File::openStream() method throws exception for wrong onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_onsuccess_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() method throws exception for wrong type of onsuccess", + "description": "Check if File::openStream() method throws exception for wrong type of onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_onsuccess_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() method throws exception for wrong onsuccess", + "description": "Check if File::openStream() method throws exception for wrong onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_with_encoding", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() method can be called with valid encoding argument", + "description": "Check if File::openStream() method can be called with valid encoding argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_with_encoding.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_with_nonexist_file", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() method calls errorCallback when invoked for file which was already removed", + "description": "Check if File::openStream() method calls errorCallback when invoked for file which was already removed", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_with_nonexist_file.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_openStream_with_onerror", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::openStream() method calls errorCallback properly (openStream used on directory)", + "description": "Check if File::openStream() method calls errorCallback properly (openStream used on directory)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_with_onerror.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_parent_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::parent attribute exists, has type File and is readonly", + "description": "Check if File::parent attribute exists, has type File and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_parent_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_parent_attribute_notnull_using_resolve", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::parent attribute is set by resolve() for subdirectory of Documents", + "description": "Check if File::parent attribute is set by resolve() for subdirectory of Documents", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_parent_attribute_notnull_using_resolve.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_path_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::path attribute exists, has type DOMString and is readonly", + "description": "Check if File::path attribute exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_path_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() method works properly without errorCallback", + "description": "Check if File::readAsText() method works properly without errorCallback", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText_encoding_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() method throws exception for invalid encoding value", + "description": "Check if File::readAsText() method throws exception for invalid encoding value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_encoding_invalid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() method exists", + "description": "Check if File::readAsText() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText_listDocumentsFiles", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() method works for a file created in Documents", + "description": "Check if File::readAsText() method works for a file created in Documents", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDocumentsFiles.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText_listDownloadsFiles", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() method works for a file created in Downloads", + "description": "Check if File::readAsText() method works for a file created in Downloads", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDownloadsFiles.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText_listImagesFiles", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() method works for a file created in Images", + "description": "Check if File::readAsText() method works for a file created in Images", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listImagesFiles.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText_listMusicFiles", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() method works for a file created in Music", + "description": "Check if File::readAsText() method works for a file created in Music", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listMusicFiles.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText_listVideosFiles", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() method works for a file created in Videos", + "description": "Check if File::readAsText() method works for a file created in Videos", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listVideosFiles.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() throws exception for missing mandatory parameter", + "description": "Check if File::readAsText() throws exception for missing mandatory parameter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText_onerror_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() method throws exception for wrong type of onerror", + "description": "Check if File::readAsText() method throws exception for wrong type of onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText_onerror_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() method throws exception for wrong onerror", + "description": "Check if File::readAsText() method throws exception for wrong onerror", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText_onsuccess_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() method throws exception for wrong type of onsuccess", + "description": "Check if File::readAsText() method throws exception for wrong type of onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText_onsuccess_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() method throws exception for wrong onsuccess", + "description": "Check if File::readAsText() method throws exception for wrong onsuccess", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText_with_encoding", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() method works with encoding argument", + "description": "Check if File::readAsText() method works with encoding argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_encoding.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readAsText_with_onerror", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() properly calls errorCallback (called on a directory instead of file)", + "description": "Check if File::readAsText() properly calls errorCallback (called on a directory instead of file)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_onerror.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_readOnly_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readOnly attribute exists, has type Boolean and is readonly", + "description": "Check if File::readOnly attribute exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_readOnly_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_resolve", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::resolve() method works properly", + "description": "Check if File::resolve() method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_resolve.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_resolve_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::resolve() method exists", + "description": "Check if File::resolve() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_resolve_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_resolve_with_nonexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::resolve() throws exception when resolving a file which not exist", + "description": "Check if File::resolve() throws exception when resolving a file which not exist", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_resolve_with_nonexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_toURI", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::toURI() method works properly", + "description": "Check if File::toURI() method works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_toURI.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_toURI_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::toURI() method exists", + "description": "Check if File::toURI() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_toURI_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_toURI_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::toURI() method accepts extra argument", + "description": "Check if File::toURI() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_toURI_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "File_toURI_with_nonexist_file", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::toURI() method throws exception when get a URI of non-existing file", + "description": "Check if File::toURI() method throws exception when get a URI of non-existing file", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/File_toURI_with_nonexist_file.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filesystem_FileStreamSuccessCallback_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether FileStreamSuccessCallback::onsuccess is called with valid argument", + "description": "Test whether FileStreamSuccessCallback::onsuccess is called with valid argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/filesystem_FileStreamSuccessCallback_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filesystem_File_copyTo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::copyTo() can be called", + "description": "Check if File::copyTo() can be called", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/filesystem_File_copyTo.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filesystem_File_readAsText", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::readAsText() method reads the content of a file as a DOMString", + "description": "Check if File::readAsText() method reads the content of a file as a DOMString", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/filesystem_File_readAsText.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "filesystem_File_resolve", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if File::resolve() method called for a file returns a file handle", + "description": "Check if File::resolve() method called for a file returns a file handle", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-filesystem-tizen-tests/filesystem/filesystem_File_resolve.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0C-tct-filesystem-tizen-tests/tct-filesystem-tizen-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0C-tct-filesystem-tizen-tests/tct-filesystem-tizen-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..bc33066 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0C-tct-filesystem-tizen-tests/tct-filesystem-tizen-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0D-tct-messageport-tizen-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0D-tct-messageport-tizen-tests/QAMETA.json new file mode 100644 index 0000000..0550cf0 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0D-tct-messageport-tizen-tests/QAMETA.json @@ -0,0 +1,964 @@ +[ + { + "launcher": "xwalk", + "name": "LocalMessagePort_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface LocalMessagePort exists, it should not", + "description": "Check if interface LocalMessagePort exists, it should not", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface MessagePortCallback exists, it should not", + "description": "Check if interface MessagePortCallback exists, it should not", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortManagerObject_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface MessagePortManagerObject exists, it should not", + "description": "Check if interface MessagePortManagerObject exists, it should not", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortManagerObject_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortManager_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface MessagePortManager exists, it should not", + "description": "Check if interface MessagePortManager exists, it should not", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "RemoteMessagePort_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface RemoteMessagePort exists, it should not", + "description": "Check if interface RemoteMessagePort exists, it should not", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortManager_in_tizen", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if messageport exists in tizen", + "description": "Check if messageport exists in tizen", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_in_tizen.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortManager_requestLocalMessagePort_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method requestLocalMessagePort of MessagePortManager exists", + "description": "Check if method requestLocalMessagePort of MessagePortManager exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestLocalMessagePort_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortManager_requestRemoteMessagePort_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method requestRemoteMessagePort of MessagePortManager exists", + "description": "Check if method requestRemoteMessagePort of MessagePortManager exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortManager_requestTrustedRemoteMessagePort_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method requestTrustedRemoteMessagePort of MessagePortManager exists", + "description": "Check if method requestTrustedRemoteMessagePort of MessagePortManager exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortManager_requestTrustedLocalMessagePort_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method requestTrustedLocalMessagePort of MessagePortManager exists", + "description": "Check if method requestTrustedLocalMessagePort of MessagePortManager exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedLocalMessagePort_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortManager_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if instance of interface MessagePortManager can be extended with new property", + "description": "Check if instance of interface MessagePortManager can be extended with new property", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortManager_requestLocalMessagePort", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method requestLocalMessagePort works properly", + "description": "Check if method requestLocalMessagePort works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestLocalMessagePort.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortManager_requestTrustedLocalMessagePort", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method requestTrustedLocalMessagePort works properly", + "description": "Check if method requestTrustedLocalMessagePort works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedLocalMessagePort.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortManager_requestRemoteMessagePort", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method requestRemoteMessagePort works properly", + "description": "Check if method requestRemoteMessagePort works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortManager_requestTrustedRemoteMessagePort", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method requestTrustedRemoteMessagePort works properly", + "description": "Check if method requestTrustedRemoteMessagePort works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "RemoteMessagePort_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if instance of interface RemoteMessagePort can be extended with new property", + "description": "Check if instance of interface RemoteMessagePort can be extended with new property", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "RemoteMessagePort_sendMessage_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method sendMessage of RemoteMessagePort exists", + "description": "Check if method sendMessage of RemoteMessagePort exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "LocalMessagePort_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if instance of interface LocalMessagePort can be extended with new property", + "description": "Check if instance of interface LocalMessagePort can be extended with new property", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "LocalMessagePort_addMessagePortListener_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method addMessagePortListener of LocalMessagePort exists", + "description": "Check if method addMessagePortListener of LocalMessagePort exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "LocalMessagePort_removeMessagePortListener_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method removeMessagePortListener of LocalMessagePort exists", + "description": "Check if method removeMessagePortListener of LocalMessagePort exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "RemoteMessagePort_appId_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute appId of RemoteMessagePort exists, has type ApplicationId and is readonly", + "description": "Check if attribute appId of RemoteMessagePort exists, has type ApplicationId and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_appId_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "RemoteMessagePort_isTrusted_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute isTrusted of RemoteMessagePort exists, has type Boolean and is readonly", + "description": "Check if attribute isTrusted of RemoteMessagePort exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_isTrusted_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "RemoteMessagePort_messagePortName_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute messagePortName of RemoteMessagePort exists, has type DOMString and is readonly", + "description": "Check if attribute messagePortName of RemoteMessagePort exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_messagePortName_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "LocalMessagePort_isTrusted_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute isTrusted of LocalMessagePort exists, has type boolean and is readonly", + "description": "Check if attribute isTrusted of LocalMessagePort exists, has type boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_isTrusted_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "LocalMessagePort_messagePortName_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute messagePortName of LocalMessagePort exists, has type DOMString and is readonly", + "description": "Check if attribute messagePortName of LocalMessagePort exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_messagePortName_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "RemoteMessagePort_sendMessage", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method sendMessage works properly", + "description": "Check if method sendMessage works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "LocalMessagePort_addMessagePortListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method addMessagePortListener works properly", + "description": "Check if method addMessagePortListener works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "LocalMessagePort_removeMessagePortListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method removeMessagePortListener works properly", + "description": "Check if method removeMessagePortListener works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortCallback_onreceived", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if MessagePortCallback works correctly with mandatory arguments", + "description": "Check if MessagePortCallback works correctly with mandatory arguments", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortCallback_onreceived.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "MessagePortCallback_onreceived_all", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if MessagePortCallback works correctly with all arguments", + "description": "Check if MessagePortCallback works correctly with all arguments", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/MessagePortCallback_onreceived_all.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "RemoteMessagePort_sendMessage_with_localMessagePort", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method sendMessage works properly with all arguments", + "description": "Check if method sendMessage works properly with all arguments", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_with_localMessagePort.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "RemoteMessagePort_sendMessage_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if sendMessage method called with no arguments throws exception", + "description": "Check if sendMessage method called with no arguments throws exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "RemoteMessagePort_sendMessage_data_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check type conversions for data argument of RemoteMessagePort.sendMessage method", + "description": "Check type conversions for data argument of RemoteMessagePort.sendMessage method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_data_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "RemoteMessagePort_sendMessage_localMessagePort_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check type conversions for localMessagePort argument of RemoteMessagePort.sendMessage method", + "description": "Check type conversions for localMessagePort argument of RemoteMessagePort.sendMessage method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_localMessagePort_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "LocalMessagePort_addMessagePortListener_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if addMessagePortListener method called with no arguments throws exception", + "description": "Check if addMessagePortListener method called with no arguments throws exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "LocalMessagePort_addMessagePortListener_listener_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if LocalMessagePort.addMessagePortListener method throws exception when listener is invalid", + "description": "Check if LocalMessagePort.addMessagePortListener method throws exception when listener is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "LocalMessagePort_addMessagePortListener_listener_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check type conversions for listener argument of LocalMessagePort.addMessagePortListener method", + "description": "Check type conversions for listener argument of LocalMessagePort.addMessagePortListener method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0D-tct-messageport-tizen-tests/tct-messageport-tizen-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0D-tct-messageport-tizen-tests/tct-messageport-tizen-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..164ebae Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0D-tct-messageport-tizen-tests/tct-messageport-tizen-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0I-tct-networkbearerselection-tizen-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0I-tct-networkbearerselection-tizen-tests/QAMETA.json new file mode 100644 index 0000000..24b3e54 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0I-tct-networkbearerselection-tizen-tests/QAMETA.json @@ -0,0 +1,652 @@ +[ + { + "launcher": "xwalk", + "name": "NetworkBearerSelectionObject_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface NetworkBearerSelectionObject exists, it should not", + "description": "Check if interface NetworkBearerSelectionObject exists, it should not", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelectionObject_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection instance can have new properties added", + "description": "Check if NetworkBearerSelection instance can have new properties added", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_in_tizen", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Tizen namespace contains networkbearerselection", + "description": "Check if Tizen namespace contains networkbearerselection", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface NetworkBearerSelection exists, it should not", + "description": "Check if interface NetworkBearerSelection exists, it should not", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_releaseRouteToHost", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::releaseRouteToHost() method called with only mandatory arguments does what it should", + "description": "Check if NetworkBearerSelection::releaseRouteToHost() method called with only mandatory arguments does what it should", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::releaseRouteToHost() throws exception when errorCallback is incorrect", + "description": "Check if NetworkBearerSelection::releaseRouteToHost() throws exception when errorCallback is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::releaseRouteToHost() throws exception when errorCallback is invalid", + "description": "Check if NetworkBearerSelection::releaseRouteToHost() throws exception when errorCallback is invalid", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_releaseRouteToHost_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::releaseRouteToHost() method exists", + "description": "Check if NetworkBearerSelection::releaseRouteToHost() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_releaseRouteToHost_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::releaseRouteToHost() method called with missing mandatory argument throws an exception", + "description": "Check if NetworkBearerSelection::releaseRouteToHost() method called with missing mandatory argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::releaseRouteToHost() throws exception when networkType is incorrect", + "description": "Check if NetworkBearerSelection::releaseRouteToHost() throws exception when networkType is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::releaseRouteToHost() throws exception when successCallback is incorrect", + "description": "Check if NetworkBearerSelection::releaseRouteToHost() throws exception when successCallback is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::releaseRouteToHost() throws exception when successCallback is invalid", + "description": "Check if NetworkBearerSelection::releaseRouteToHost() throws exception when successCallback is invalid", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_releaseRouteToHost_with_errorCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::releaseRouteToHost() called with optional errorCallback works as expected", + "description": "Check if NetworkBearerSelection::releaseRouteToHost() called with optional errorCallback works as expected", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_requestRouteToHost", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::requestRouteToHost() method called with only mandatory arguments does what it should", + "description": "Check if NetworkBearerSelection::requestRouteToHost() method called with only mandatory arguments does what it should", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::requestRouteToHost() throws exception when errorCallback is incorrect", + "description": "Check if NetworkBearerSelection::requestRouteToHost() throws exception when errorCallback is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::requestRouteToHost() throws exception when errorCallback is invalid", + "description": "Check if NetworkBearerSelection::requestRouteToHost() throws exception when errorCallback is invalid", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_requestRouteToHost_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::requestRouteToHost() method exists", + "description": "Check if NetworkBearerSelection::requestRouteToHost() method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_requestRouteToHost_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::requestRouteToHost() method called with missing mandatory argument throws an exception", + "description": "Check if NetworkBearerSelection::requestRouteToHost() method called with missing mandatory argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::requestRouteToHost() throws exception when networkType is incorrect", + "description": "Check if NetworkBearerSelection::requestRouteToHost() throws exception when networkType is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::requestRouteToHost() throws exception when successCallback is incorrect", + "description": "Check if NetworkBearerSelection::requestRouteToHost() throws exception when successCallback is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::requestRouteToHost() throws exception when successCallback is invalid", + "description": "Check if NetworkBearerSelection::requestRouteToHost() throws exception when successCallback is invalid", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkBearerSelection_requestRouteToHost_with_errorCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkBearerSelection::requestRouteToHost() called with optional errorCallback works as expected", + "description": "Check if NetworkBearerSelection::requestRouteToHost() called with optional errorCallback works as expected", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkSuccessCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface NetworkSuccessCallback exists, it should not.", + "description": "Check if interface NetworkSuccessCallback exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkSuccessCallback_ondisconnected", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkSuccessCallback::ondisconnected is called", + "description": "Check if NetworkSuccessCallback::ondisconnected is called", + "onload_delay": "0", + "pre_condition": "Please enable cellular data service", + "steps": [], + "post_condition": "Please re-enable cellular data service", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_ondisconnected.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NetworkSuccessCallback_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NetworkSuccessCallback::onsuccess is called", + "description": "Check if NetworkSuccessCallback::onsuccess is called", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0I-tct-networkbearerselection-tizen-tests/tct-networkbearerselection-tizen-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0I-tct-networkbearerselection-tizen-tests/tct-networkbearerselection-tizen-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..bf5a841 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0I-tct-networkbearerselection-tizen-tests/tct-networkbearerselection-tizen-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0K-tct-notification-tizen-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0K-tct-notification-tizen-tests/QAMETA.json new file mode 100644 index 0000000..0322164 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0K-tct-notification-tizen-tests/QAMETA.json @@ -0,0 +1,2108 @@ +[ + { + "launcher": "xwalk", + "name": "NotificationManager_post_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method post which in NotificationManager interface exists.", + "description": "Check if method post which in NotificationManager interface exists.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_post_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_update_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method update which in NotificationManager interface exists.", + "description": "Check if method update which in NotificationManager interface exists.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_update_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_remove_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method remove which in NotificationManager interface exists.", + "description": "Check if method remove which in NotificationManager interface exists.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_remove_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_removeAll_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method removeAll which in NotificationManager interface exists.", + "description": "Check if method removeAll which in NotificationManager interface exists.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_removeAll_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_get_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method get which in NotificationManager interface exists.", + "description": "Check if method get which in NotificationManager interface exists.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_get_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_getAll_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method getAll which in NotificationManager interface exists.", + "description": "Check if method getAll which in NotificationManager interface exists.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_getAll_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_get", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the parameter NotificationManager which in get method ok", + "description": "Check if the parameter NotificationManager which in get method ok", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_get.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_remove", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the parameter NotificationManager which in remove method ok", + "description": "Check if the parameter NotificationManager which in remove method ok", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_remove.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_update", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the parameter NotificationManager which in update method ok", + "description": "Check if the parameter NotificationManager which in update method ok", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_update.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_in_tizen", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if the readonly attribute notification", + "description": "Check if the readonly attribute notification", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_in_tizen.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_update_notposted", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether calling update() method with notification not posted earlier throws an exception", + "description": "Check whether calling update() method with notification not posted earlier throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_update_notposted.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_minargs", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works with minimal arguments", + "description": "Check if StatusNotification's constructor works with minimal arguments", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_minargs.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_notificationInitDict_partial", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works with partial attributes in notificationInitDict", + "description": "Check if StatusNotification's constructor works with partial attributes in notificationInitDict", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_notificationInitDict_partial_extra", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works with additional attributes in notificationInitDict", + "description": "Check if StatusNotification's constructor works with additional attributes in notificationInitDict", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial_extra.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_appid_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute appid of StatusNotification exists, has appropriate type", + "description": "Check if attribute appid of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_appid_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_appControl_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute appControl of StatusNotification exists, has appropriate type", + "description": "Check if attribute appControl of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_appControl_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_vibration_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute vibration of StatusNotification exists, has appropriate type", + "description": "Check if attribute vibration of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_vibration_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_iconPath_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute iconPath of StatusNotification exists, has appropriate type", + "description": "Check if attribute iconPath of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_iconPath_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_soundPath_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute soundPath of StatusNotification exists, has appropriate type", + "description": "Check if attribute soundPath of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_soundPath_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_statusType_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute statusType of StatusNotification exists, has appropriate type", + "description": "Check if attribute statusType of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_statusType_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Notification_content_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute content of Notification exists, has appropriate type", + "description": "Check if attribute content of Notification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/Notification_content_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Notification_postedTime_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute postedTime of Notification exists, has appropriate type", + "description": "Check if attribute postedTime of Notification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/Notification_postedTime_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Notification_title_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute title of Notification exists, has appropriate type", + "description": "Check if attribute title of Notification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/Notification_title_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Notification_id_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute id of Notification exists, has appropriate type", + "description": "Check if attribute id of Notification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/Notification_id_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Notification_type_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute type of Notification exists, has appropriate type", + "description": "Check if attribute type of Notification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/Notification_type_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_post_ONGOING", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NotificationManager.post method works properly with ONGOING statusType", + "description": "Check if NotificationManager.post method works properly with ONGOING statusType", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_post_PROGRESS", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NotificationManager.post method works properly with PROGRESS statusType", + "description": "Check if NotificationManager.post method works properly with PROGRESS statusType", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_post_PROGRESS.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_post_SIMPLE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NotificationManager.post method works properly with SIMPLE statusType", + "description": "Check if NotificationManager.post method works properly with SIMPLE statusType", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_post_SIMPLE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_removeAll", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NotificationManager.removeAll works properly", + "description": "Check if NotificationManager.removeAll works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_removeAll.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_getAll", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NotificationManager.getAll method works", + "description": "Check if NotificationManager.getAll method works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_getAll.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NotificationManager does not exist", + "description": "Check if NotificationManager does not exist", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationObject_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NotificationObject does not exist", + "description": "Check if NotificationObject does not exist", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationObject_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Notification_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Notification does not exist", + "description": "Check if Notification does not exist", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/Notification_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NotificationManager is extendable", + "description": "Check if NotificationManager is extendable", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification is extendable", + "description": "Check if StatusNotification is extendable", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationDetailInfo_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NotificationDetailInfo exists", + "description": "Check if NotificationDetailInfo exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification exists", + "description": "Check if StatusNotification exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationDetailInfo_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NotificationDetailInfo is extendable", + "description": "Check if NotificationDetailInfo is extendable", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationDetailInfo_constructor", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NotificationDetailInfo's constructor works.", + "description": "Check if NotificationDetailInfo's constructor works.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationDetailInfo_subText_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check for NotificationDetailInfo.subText attribute.", + "description": "Check for NotificationDetailInfo.subText attribute.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_subText_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationDetailInfo_constructor_minargs", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NotificationDetailInfo's constructor works with non-optional arguments.", + "description": "Check if NotificationDetailInfo's constructor works with non-optional arguments.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor_minargs.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationDetailInfo_mainText_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check for NotificationDetailInfo.mainText attribute.", + "description": "Check for NotificationDetailInfo.mainText attribute.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_mainText_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_ONGOING_BYTE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works for statusType=ONGOING and progressType=BYTE", + "description": "Check if StatusNotification's constructor works for statusType=ONGOING and progressType=BYTE", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_BYTE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_ONGOING_PERCENTAGE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works for statusType=ONGOING and progressType=PERCENTAGE", + "description": "Check if StatusNotification's constructor works for statusType=ONGOING and progressType=PERCENTAGE", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_PROGRESS_BYTE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works for statusType=PROGRESS and progressType=BYTE", + "description": "Check if StatusNotification's constructor works for statusType=PROGRESS and progressType=BYTE", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_PROGRESS_PERCENTAGE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works for statusType=PROGRESS and progressType=PERCENTAGE", + "description": "Check if StatusNotification's constructor works for statusType=PROGRESS and progressType=PERCENTAGE", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_SIMPLE_BYTE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works for statusType=SIMPLE and progressType=BYTE", + "description": "Check if StatusNotification's constructor works for statusType=SIMPLE and progressType=BYTE", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_SIMPLE_PERCENTAGE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works for statusType=SIMPLE and progressType=PERCENTAGE", + "description": "Check if StatusNotification's constructor works for statusType=SIMPLE and progressType=PERCENTAGE", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_THUMBNAIL_BYTE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works for statusType=THUMBNAIL and progressType=BYTE", + "description": "Check if StatusNotification's constructor works for statusType=THUMBNAIL and progressType=BYTE", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_THUMBNAIL_PERCENTAGE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works for statusType=THUMBNAIL and progressType=PERCENTAGE", + "description": "Check if StatusNotification's constructor works for statusType=THUMBNAIL and progressType=PERCENTAGE", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_progessValue_-1_BYTE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works for progressValue=-1 and progressType=BYTE", + "description": "Check if StatusNotification's constructor works for progressValue=-1 and progressType=BYTE", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_-1_BYTE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_progessValue_0_BYTE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works for progressValue=0 and progressType=BYTE", + "description": "Check if StatusNotification's constructor works for progressValue=0 and progressType=BYTE", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_BYTE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_progessValue_0_PERCENTAGE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works for progressValue=0 and progressType=PERCENTAGE", + "description": "Check if StatusNotification's constructor works for progressValue=0 and progressType=PERCENTAGE", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_PERCENTAGE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_progessValue_max_BYTE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works for progressValue=max and progressType=BYTE", + "description": "Check if StatusNotification's constructor works for progressValue=max and progressType=BYTE", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_max_BYTE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_invalid_backgroundImagePath", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if constructor accepts incorrect backgroundImagePath", + "description": "Check if constructor accepts incorrect backgroundImagePath", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_backgroundImagePath.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_invalid_iconPath", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if constructor accepts incorrect iconPath", + "description": "Check if constructor accepts incorrect iconPath", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_iconPath.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_invalid_soundPath", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if constructor accepts incorrect soundPath", + "description": "Check if constructor accepts incorrect soundPath", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_soundPath.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_invalid_subIconPath", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if constructor accepts incorrect subIconPath", + "description": "Check if constructor accepts incorrect subIconPath", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_subIconPath.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_subIconPath_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute subIconPath of StatusNotification exists, has appropriate type", + "description": "Check if attribute subIconPath of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_subIconPath_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_invalid_thumbnails", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if constructor accepts incorrect thumbnails", + "description": "Check if constructor accepts incorrect thumbnails", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_thumbnails.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_detailInfo_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute detailInfo of StatusNotification exists, has appropriate type", + "description": "Check if attribute detailInfo of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_detailInfo_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_number_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute number of StatusNotification exists, has appropriate type", + "description": "Check if attribute number of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_number_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_backgroundImagePath_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute backgroundImagePath of StatusNotification exists, has appropriate type", + "description": "Check if attribute backgroundImagePath of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_backgroundImagePath_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_thumbnails_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute thumbnails of StatusNotification exists, has appropriate type", + "description": "Check if attribute thumbnails of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_thumbnails_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_progressType_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute progressType of StatusNotification exists, has appropriate type", + "description": "Check if attribute progressType of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_progressType_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_progressValue_attribute_BYTE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute progressValue of StatusNotification exists, has appropriate type for BYTE progressType", + "description": "Check if attribute progressValue of StatusNotification exists, has appropriate type for BYTE progressType", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_BYTE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_progressValue_attribute_PERCENTAGE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute progressValue of StatusNotification exists, has appropriate type for PERCENTAGE progressType", + "description": "Check if attribute progressValue of StatusNotification exists, has appropriate type for PERCENTAGE progressType", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_PERCENTAGE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_progessValue_100_PERCENTAGE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if StatusNotification's constructor works for progressValue=100 and progressType=PERCENTAGE", + "description": "Check if StatusNotification's constructor works for progressValue=100 and progressType=PERCENTAGE", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_100_PERCENTAGE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_number_max", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if constructor accepts max number.", + "description": "Check if constructor accepts max number.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_max.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_constructor_number_min", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if constructor accepts min number.", + "description": "Check if constructor accepts min number.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_min.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_post_THUMBNAIL", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NotificationManager.post method works properly with THUMBNAIL statusType", + "description": "Check if NotificationManager.post method works properly with THUMBNAIL statusType", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_post_THUMBNAIL.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_post_misarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check with missing non-optional argument - NotificationManager.post", + "description": "Check with missing non-optional argument - NotificationManager.post", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_post_misarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_post_notification_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check type conversions for notification argument of NotificationManager.post method", + "description": "Check type conversions for notification argument of NotificationManager.post method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_post_notification_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_update_misarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if update method is not accepting invocation without argument", + "description": "Check if update method is not accepting invocation without argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_update_misarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_update_notification_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if update throws exception when argument is incorrect", + "description": "Check if update throws exception when argument is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_update_notification_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_getAll_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method getAll of NotificationManager accepts extra argument", + "description": "Check if method getAll of NotificationManager accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_getAll_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "NotificationManager_removeAll_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method removeAll of NotificationManager accepts extra argument", + "description": "Check if method removeAll of NotificationManager accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/NotificationManager_removeAll_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_ledColor_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute ledColor of StatusNotification exists, has appropriate type", + "description": "Check if attribute ledColor of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_ledOffPeriod_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute ledOffPeriod of StatusNotification exists, has appropriate type", + "description": "Check if attribute ledOffPeriod of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_ledOffPeriod_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "StatusNotification_ledOnPeriod_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute ledOnPeriod of StatusNotification exists, has appropriate type", + "description": "Check if attribute ledOnPeriod of StatusNotification exists, has appropriate type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/StatusNotification_ledOnPeriod_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Notification_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Notification can be extended", + "description": "Check if Notification can be extended", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-notification-tizen-tests/notification/Notification_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0K-tct-notification-tizen-tests/tct-notification-tizen-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0K-tct-notification-tizen-tests/tct-notification-tizen-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..56fc2f5 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0K-tct-notification-tizen-tests/tct-notification-tizen-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0M-tct-power-tizen-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0M-tct-power-tizen-tests/QAMETA.json new file mode 100644 index 0000000..40614ed --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0M-tct-power-tizen-tests/QAMETA.json @@ -0,0 +1,1406 @@ +[ + { + "launcher": "xwalk", + "name": "PowerManager_release_correct_check", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if release() method does what it should", + "description": "Check if release() method does what it should", + "onload_delay": "0", + "pre_condition": "Please set backlight time to 15 seconds", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_release_correct_check.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_request", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether request() method with proper arguments does what it should do", + "description": "Check whether request() method with proper arguments does what it should do", + "onload_delay": "0", + "pre_condition": "Please set backlight time to 15 seconds", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_request.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_turnScreenOff_successful", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if turnScreenOff method works correctly", + "description": "Check if turnScreenOff method works correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOff_successful.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_turnScreenOn_method_exists", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if turnScreenOn method exists", + "description": "Check if turnScreenOn method exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn_method_exists.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_turnScreenOn_successful", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if turnScreenOn method works correctly", + "description": "Check if turnScreenOn method works correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn_successful.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_unsetScreenStateChangeListener_successful", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if unsetScreenStateChangeListener method works correctly", + "description": "Check if unsetScreenStateChangeListener method works correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_successful.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_request_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if request() method called without all obligatory arguments throws an exception", + "description": "Check if request() method called without all obligatory arguments throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_request_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManagerObject_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface PowerManagerObject exists, it should not", + "description": "Check if interface PowerManagerObject exists, it should not", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManagerObject_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface PowerManager exists, it should not", + "description": "Check if interface PowerManager exists, it should not", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ScreenStateChangeCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface ScreenStateChangeCallback exists, it should not", + "description": "Check if interface ScreenStateChangeCallback exists, it should not", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/ScreenStateChangeCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if tizen.power can have new properties added, it should not", + "description": "Check if tizen.power can have new properties added, it should not", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_in_tizen", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Tizen implements interface PowerManagerObject and has attribute power", + "description": "Check if Tizen implements interface PowerManagerObject and has attribute power", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_in_tizen.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_request_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method request of PowerManager exists", + "description": "Check if method request of PowerManager exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_request_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_request_CPU_AWAKE", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether request() method with CPU resource and CPU_AWAKE state does not throw exception", + "description": "Check whether request() method with CPU resource and CPU_AWAKE state does not throw exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_request_CPU_AWAKE.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_request_SCREEN_DIM", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether request() method with SCREEN resource and SCREEN_DIM state does not throw exception", + "description": "Check whether request() method with SCREEN resource and SCREEN_DIM state does not throw exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_request_SCREEN_DIM.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_request_SCREEN_NORMAL", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether request() method with SCREEN resource and SCREEN_NORMAL state does not throw exception", + "description": "Check whether request() method with SCREEN resource and SCREEN_NORMAL state does not throw exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_request_SCREEN_NORMAL.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_request_resource_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if request() method throws TypeMismatchException when incorrect resource given", + "description": "Check if request() method throws TypeMismatchException when incorrect resource given", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_request_resource_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_request_state_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if request() method throws TypeMismatchException when incorrect state given", + "description": "Check if request() method throws TypeMismatchException when incorrect state given", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_request_state_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_release", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if release() method called with proper argument does not throw exceptions", + "description": "Check if release() method called with proper argument does not throw exceptions", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_release.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_release_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method release of PowerManager exists", + "description": "Check if method release of PowerManager exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_release_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_release_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if release() method called without all obligatory arguments throws an exception", + "description": "Check if release() method called without all obligatory arguments throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_release_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_release_resource_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if release() method throws TypeMismatchException when incorrect resource given", + "description": "Check if release() method throws TypeMismatchException when incorrect resource given", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_release_resource_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_getScreenBrightness", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getScreenBrightness method called with non-optional arguments does what it should", + "description": "Check if getScreenBrightness method called with non-optional arguments does what it should", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_getScreenBrightness.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_getScreenBrightness_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getScreenBrightness exists", + "description": "Check if getScreenBrightness exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_getScreenBrightness_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getScreenBrightness method can be invoked with extra argument", + "description": "Check if getScreenBrightness method can be invoked with extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_isScreenOn", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if isScreenOn method called with non-optional arguments does what it should", + "description": "Check if isScreenOn method called with non-optional arguments does what it should", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_isScreenOn.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_isScreenOn_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if isScreenOn exists", + "description": "Check if isScreenOn exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_isScreenOn_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_isScreenOn_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if isScreenOn method can be invoked with extra argument", + "description": "Check if isScreenOn method can be invoked with extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_isScreenOn_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_restoreScreenBrightness", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if restoreScreenBrightness method called with non-optional arguments does what it should", + "description": "Check if restoreScreenBrightness method called with non-optional arguments does what it should", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_restoreScreenBrightness_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if restoreScreenBrightness exists", + "description": "Check if restoreScreenBrightness exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_restoreScreenBrightness_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if restoreScreenBrightness method can be invoked with extra argument", + "description": "Check if restoreScreenBrightness method can be invoked with extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_setScreenBrightness", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setScreenBrightness method called with non-optional arguments does what it should", + "description": "Check if setScreenBrightness method called with non-optional arguments does what it should", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_setScreenBrightness_brightness_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setScreenBrightness throws exception when brightness is incorrect", + "description": "Check if setScreenBrightness throws exception when brightness is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_setScreenBrightness_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setScreenBrightness exists", + "description": "Check if setScreenBrightness exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_setScreenBrightness_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setScreenBrightness method called with missing non-optional argument throws an exception", + "description": "Check if setScreenBrightness method called with missing non-optional argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_setScreenStateChangeListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setScreenStateChangeListener method called with non-optional arguments does what it should", + "description": "Check if setScreenStateChangeListener method called with non-optional arguments does what it should", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_setScreenStateChangeListener_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setScreenStateChangeListener exists", + "description": "Check if setScreenStateChangeListener exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_setScreenStateChangeListener_listener_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setScreenStateChangeListener throws exception when listener is incorrect", + "description": "Check if setScreenStateChangeListener throws exception when listener is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_listener_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_setScreenStateChangeListener_listener_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setScreenStateChangeListener throws exception when success callback is incorrect", + "description": "Check if setScreenStateChangeListener throws exception when success callback is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_listener_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_setScreenStateChangeListener_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setScreenStateChangeListener method called with missing non-optional argument throws an exception", + "description": "Check if setScreenStateChangeListener method called with missing non-optional argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_turnScreenOff", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if turnScreenOff method called with non-optional arguments does what it should", + "description": "Check if turnScreenOff method called with non-optional arguments does what it should", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOff.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_turnScreenOff_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if turnScreenOff exists", + "description": "Check if turnScreenOff exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOff_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_turnScreenOff_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if turnScreenOff method can be invoked with extra argument", + "description": "Check if turnScreenOff method can be invoked with extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOff_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_turnScreenOn", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if turnScreenOn method called with non-optional arguments does what it should", + "description": "Check if turnScreenOn method called with non-optional arguments does what it should", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_turnScreenOn_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if turnScreenOn exists", + "description": "Check if turnScreenOn exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_turnScreenOn_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if turnScreenOn method can be invoked with extra argument", + "description": "Check if turnScreenOn method can be invoked with extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_unsetScreenStateChangeListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if unsetScreenStateChangeListener method called with non-optional arguments does what it should", + "description": "Check if unsetScreenStateChangeListener method called with non-optional arguments does what it should", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_unsetScreenStateChangeListener_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if unsetScreenStateChangeListener exists", + "description": "Check if unsetScreenStateChangeListener exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_unsetScreenStateChangeListener_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if unsetScreenStateChangeListener method can be invoked with extra argument", + "description": "Check if unsetScreenStateChangeListener method can be invoked with extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ScreenStateChangeCallback_onchanged", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ContentScanSuccessCallback onchanged is called and if its arguments have proper type", + "description": "Check if ContentScanSuccessCallback onchanged is called and if its arguments have proper type", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/ScreenStateChangeCallback_onchanged.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_setScreenBrightness_brightness_invalid_val", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setScreenBrightness() method doesn't set out of range screen brightness", + "description": "Check if setScreenBrightness() method doesn't set out of range screen brightness", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_invalid_val.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_getScreenBrightness_check_change", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether getScreenBrightness() method gets the screen brightness level correctly", + "description": "Check whether getScreenBrightness() method gets the screen brightness level correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_check_change.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_isScreenOn_check_change", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether isScreenOn() method gets the screen state correctly", + "description": "Check whether isScreenOn() method gets the screen state correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_isScreenOn_check_change.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "PowerManager_restoreScreenBrightness_check_effect", + "exec_type": "manual", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if restoreScreenBrightness() method restores the screen brightness to the system default setting value", + "description": "Check if restoreScreenBrightness() method restores the screen brightness to the system default setting value", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_check_effect.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0M-tct-power-tizen-tests/tct-power-tizen-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0M-tct-power-tizen-tests/tct-power-tizen-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..09ce3b1 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0M-tct-power-tizen-tests/tct-power-tizen-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0Q-tct-systeminfo-tizen-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0Q-tct-systeminfo-tizen-tests/QAMETA.json new file mode 100644 index 0000000..45457a5 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0Q-tct-systeminfo-tizen-tests/QAMETA.json @@ -0,0 +1,5410 @@ +[ + { + "launcher": "xwalk", + "name": "SystemInfo_getPropertyValue_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method getPropertyValue of SystemInfo exists", + "description": "Check if method getPropertyValue of SystemInfo exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_getPropertyValue", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check method getPropertyValue of SystemInfo", + "description": "Check method getPropertyValue of SystemInfo", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_addPropertyValueChangeListener_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method addPropertyValueChangeListener of SystemInfo exists", + "description": "Check if method addPropertyValueChangeListener of SystemInfo exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_SystemInfoObject_systeminfo_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SystemInfo exists and implements methods", + "description": "Check if SystemInfo exists and implements methods", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_SystemInfoObject_systeminfo_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCellularNetwork_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoCellularNetwork exists, it should not.", + "description": "Check if interface SystemInfoCellularNetwork exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoBattery_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoBattery exists, it should not.", + "description": "Check if interface SystemInfoBattery exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoBuild_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoBuild exists, it should not.", + "description": "Check if interface SystemInfoBuild exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCpu_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoCpu exists, it should not.", + "description": "Check if interface SystemInfoCpu exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCpu_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoDeviceCapability exists, it should not.", + "description": "Check if interface SystemInfoDeviceCapability exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceOrientation_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoDeviceOrientation exists, it should not.", + "description": "Check if interface SystemInfoDeviceOrientation exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDisplay_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoDisplay exists, it should not.", + "description": "Check if interface SystemInfoDisplay exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoLocale_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoLocale exists, it should not.", + "description": "Check if interface SystemInfoLocale exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoNetwork_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoNetwork exists, it should not.", + "description": "Check if interface SystemInfoNetwork exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoNetwork_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoObject_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoObject exists, it should not.", + "description": "Check if interface SystemInfoObject exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoObject_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPeripheral_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoPeripheral exists, it should not.", + "description": "Check if interface SystemInfoPeripheral exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPeripheral_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPropertySuccessCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoPropertySuccessCallback exists, it should not.", + "description": "Check if interface SystemInfoPropertySuccessCallback exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoProperty_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoProperty exists, it should not.", + "description": "Check if interface SystemInfoProperty exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoProperty_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoSIM_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoSIM exists, it should not.", + "description": "Check if interface SystemInfoSIM exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoStorageUnit_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoStorageUnit exists, it should not.", + "description": "Check if interface SystemInfoStorageUnit exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoStorage_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoStorage exists, it should not.", + "description": "Check if interface SystemInfoStorage exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorage_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoWifiNetwork_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfoWifiNetwork exists, it should not.", + "description": "Check if interface SystemInfoWifiNetwork exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface SystemInfo exists, it should not.", + "description": "Check if interface SystemInfo exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCellularNetwork_apn_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check apn attribute of SystemInfoCellularNetwork", + "description": "Check apn attribute of SystemInfoCellularNetwork", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_apn_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCellularNetwork_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SystemInfoCellularNetwork can have new property added", + "description": "Check if SystemInfoCellularNetwork can have new property added", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCellularNetwork_ipAddress_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check ipAddress attribute of SystemInfoCellularNetwork", + "description": "Check ipAddress attribute of SystemInfoCellularNetwork", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_ipAddress_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCellularNetwork_ipv6Address_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check ipv6Address attribute of SystemInfoCellularNetwork", + "description": "Check ipv6Address attribute of SystemInfoCellularNetwork", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_ipv6Address_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCellularNetwork_mcc_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check mcc attribute SystemInfoCellularNetwork", + "description": "Check mcc attribute SystemInfoCellularNetwork", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_mcc_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCellularNetwork_status_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check status attribute of SystemInfoCellularNetwork", + "description": "Check status attribute of SystemInfoCellularNetwork", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_status_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCellularNetwork_mnc_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check mnc attribute of SystemInfoCellularNetwork", + "description": "Check mnc attribute of SystemInfoCellularNetwork", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_mnc_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCellularNetwork_cellId_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check cellId attribute of SystemInfoCellularNetwork", + "description": "Check cellId attribute of SystemInfoCellularNetwork", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_cellId_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCellularNetwork_lac_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check lac attribute of SystemInfoCellularNetwork", + "description": "Check lac attribute of SystemInfoCellularNetwork", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_lac_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCellularNetwork_isFlightMode_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check isFlightMode attribute of SystemInfoCellularNetwork", + "description": "Check isFlightMode attribute of SystemInfoCellularNetwork", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_isFlightMode_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCellularNetwork_isRoaming_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check isRoaming attribute of SystemInfoCellularNetwork", + "description": "Check isRoaming attribute of SystemInfoCellularNetwork", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_isRoaming_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCellularNetwork_imei_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check imei attribute of SystemInfoCellularNetwork", + "description": "Check imei attribute of SystemInfoCellularNetwork", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_imei_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_bluetooth_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute bluetooth of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute bluetooth of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_bluetooth_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if instance of interface SystemInfoDeviceCapability can be extended with new property", + "description": "Check if instance of interface SystemInfoDeviceCapability can be extended with new property", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_nfc_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute nfc of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute nfc of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nfc_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_multiTouchCount_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute multiTouchCount of SystemInfoDeviceCapability exists, has type unsigned short and is readonly", + "description": "Check if attribute multiTouchCount of SystemInfoDeviceCapability exists, has type unsigned short and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_multiTouchCount_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_inputKeyboard_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute inputKeyboard of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute inputKeyboard of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_inputKeyboard_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_wifi_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute wifi of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute wifi of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_wifi_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_wifiDirect_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute wifiDirect of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute wifiDirect of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_wifiDirect_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_fmRadio_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute fmRadio of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute fmRadio of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_fmRadio_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_nativeApiVersion_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute nativeApiVersion of SystemInfoDeviceCapability exists, has type DOMString and is readonly", + "description": "Check if attribute nativeApiVersion of SystemInfoDeviceCapability exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nativeApiVersion_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_openglesVersion1_1_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute openglesVersion1_1 of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute openglesVersion1_1 of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglesVersion1_1_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_openglesVersion2_0_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute openglesVersion2_0 of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute openglesVersion2_0 of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglesVersion2_0_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_platformName_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute platformName of SystemInfoDeviceCapability exists, has type DOMString and is readonly", + "description": "Check if attribute platformName of SystemInfoDeviceCapability exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformName_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_platformVersion_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute platformVersion of SystemInfoDeviceCapability exists, has type DOMString and is readonly", + "description": "Check if attribute platformVersion of SystemInfoDeviceCapability exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformVersion_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_webApiVersion_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute webApiVersion of SystemInfoDeviceCapability exists, has type DOMString and is readonly", + "description": "Check if attribute webApiVersion of SystemInfoDeviceCapability exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_webApiVersion_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_accelerometer_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute accelerometer of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute accelerometer of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_accelerometer_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_barometer_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute barometer of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute barometer of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_barometer_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_cameraBackFlash_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute cameraBackFlash of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute cameraBackFlash of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraBackFlash_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_cameraBack_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute cameraBack of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute cameraBack of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraBack_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_cameraFrontFlash_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute cameraFrontFlash of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute cameraFrontFlash of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraFrontFlash_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_cameraFront_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute cameraFront of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute cameraFront of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraFront_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_duid_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute duid of SystemInfoDeviceCapability exists, has type DOMString and is readonly", + "description": "Check if attribute duid of SystemInfoDeviceCapability exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_duid_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_gyroscope_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute gyroscope of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute gyroscope of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_gyroscope_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_locationGps_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute locationGps of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute locationGps of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_locationGps_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_locationWps_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute locationWps of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute locationWps of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_locationWps_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_location_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute location of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute location of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_location_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_magnetometer_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute magnetometer of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute magnetometer of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_magnetometer_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_microphone_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute microphone of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute microphone of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_microphone_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_platformCoreCpuArch_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute platformCoreCpuArch of SystemInfoDeviceCapability exists, has type DOMString and is readonly", + "description": "Check if attribute platformCoreCpuArch of SystemInfoDeviceCapability exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformCoreCpuArch_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_platformCoreFpuArch_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute platformCoreFpuArch of SystemInfoDeviceCapability exists, has type DOMString and is readonly", + "description": "Check if attribute platformCoreFpuArch of SystemInfoDeviceCapability exists, has type DOMString and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformCoreFpuArch_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_proximity_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute proximity of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute proximity of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_proximity_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_screenOutputHdmi_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute screenOutputHdmi of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute screenOutputHdmi of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenOutputHdmi_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_screenOutputRca_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute screenOutputRca of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute screenOutputRca of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenOutputRca_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_sipVoip_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute sipVoip of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute sipVoip of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_sipVoip_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_speechRecognition_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute speechRecognition of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute speechRecognition of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_speechRecognition_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_usbAccessory_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute usbAccessory of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute usbAccessory of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_usbAccessory_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_usbHost_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute usbHost of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "description": "Check if attribute usbHost of SystemInfoDeviceCapability exists, has type Boolean and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_usbHost_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoNetwork_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SystemInfoNetwork can have new property added", + "description": "Check if SystemInfoNetwork can have new property added", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoNetwork_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoNetwork_networkType_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check networkType attribute of SystemInfoNetwork", + "description": "Check networkType attribute of SystemInfoNetwork", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoNetwork_networkType_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoBattery_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SystemInfoBattery can have new property added", + "description": "Check if SystemInfoBattery can have new property added", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoBattery_level_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute level in SystemInfoBattery", + "description": "Check attribute level in SystemInfoBattery", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_level_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoBattery_isCharging_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute isCharging in SystemInfoBattery", + "description": "Check attribute isCharging in SystemInfoBattery", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_isCharging_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if instance of interface SystemInfo can be extended with new property", + "description": "Check if instance of interface SystemInfo can be extended with new property", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_getCapabilities_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method getCapabilities of SystemInfo exists", + "description": "Check if method getCapabilities of SystemInfo exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapabilities_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_getCapabilities", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check method getCapabilities of SystemInfo", + "description": "Check method getCapabilities of SystemInfo", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapabilities.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_getCapabilities_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method getCapabilities of SystemInfo accepts extra argument", + "description": "Check if method getCapabilities of SystemInfo accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapabilities_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDisplay_brightness_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute brightness of SystemInfoDisplay exists, has type Number and is readonly", + "description": "Check if attribute brightness of SystemInfoDisplay exists, has type Number and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_brightness_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDisplay_dotsPerInchHeight_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute dotsPerInchHeight of SystemInfoDisplay exists, has type Number and is readonly", + "description": "Check if attribute dotsPerInchHeight of SystemInfoDisplay exists, has type Number and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_dotsPerInchHeight_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDisplay_dotsPerInchWidth_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute dotsPerInchWidth of SystemInfoDisplay exists, has type Number and is readonly", + "description": "Check if attribute dotsPerInchWidth of SystemInfoDisplay exists, has type Number and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_dotsPerInchWidth_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDisplay_physicalHeight_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute physicalHeight of SystemInfoDisplay exists, has type Number and is readonly", + "description": "Check if attribute physicalHeight of SystemInfoDisplay exists, has type Number and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_physicalHeight_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDisplay_physicalWidth_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute physicalWidth of SystemInfoDisplay exists, has type Number and is readonly", + "description": "Check if attribute physicalWidth of SystemInfoDisplay exists, has type Number and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_physicalWidth_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDisplay_resolutionHeight_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute resolutionHeight of SystemInfoDisplay exists, has type Number and is readonly", + "description": "Check if attribute resolutionHeight of SystemInfoDisplay exists, has type Number and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_resolutionHeight_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDisplay_resolutionWidth_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute resolutionWidth of SystemInfoDisplay exists, has type Number and is readonly", + "description": "Check if attribute resolutionWidth of SystemInfoDisplay exists, has type Number and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_resolutionWidth_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPeripheral_isVideoOutputOn_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute isVideoOutputOn of SystemInfoPeripheral exists, has type Boolean and is readonly", + "description": "Check if attribute isVideoOutputOn of SystemInfoPeripheral exists, has type Boolean and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPeripheral_isVideoOutputOn_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCpu_load_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute load of SystemInfoCpu exists, has type Number and is readonly", + "description": "Check if attribute load of SystemInfoCpu exists, has type Number and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCpu_load_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoStorage_units_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute units of SystemInfoStorage exists, has type Array and is readonly", + "description": "Check if attribute units of SystemInfoStorage exists, has type Array and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorage_units_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceOrientation_status_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check status attribute of SystemInfoDeviceOrientation", + "description": "Check status attribute of SystemInfoDeviceOrientation", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_status_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoWifiNetwork_ipAddress_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute ipAddress of SystemInfoWifiNetwork exists, has type DOMString and is readonly", + "description": "Check if attribute ipAddress of SystemInfoWifiNetwork exists, has type DOMString and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_ipAddress_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoWifiNetwork_ipv6Address_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute ipv6Address of SystemInfoWifiNetwork exists, has type DOMString and is readonly", + "description": "Check if attribute ipv6Address of SystemInfoWifiNetwork exists, has type DOMString and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_ipv6Address_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoWifiNetwork_signalStrength_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute signalStrength of SystemInfoWifiNetwork exists, has type Number and is readonly", + "description": "Check if attribute signalStrength of SystemInfoWifiNetwork exists, has type Number and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_signalStrength_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoWifiNetwork_ssid_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute ssid of SystemInfoWifiNetwork exists, has type DOMString and is readonly", + "description": "Check if attribute ssid of SystemInfoWifiNetwork exists, has type DOMString and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_ssid_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoWifiNetwork_status_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute status of SystemInfoWifiNetwork exists, has type DOMString and is readonly", + "description": "Check if attribute status of SystemInfoWifiNetwork exists, has type DOMString and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_status_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoSIM_iccid_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute iccid of SystemInfoSIM exists, has type DOMString and is readonly", + "description": "Check if attribute iccid of SystemInfoSIM exists, has type DOMString and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_iccid_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoSIM_mcc_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute mcc of SystemInfoSIM exists, has type unsigned short and is readonly", + "description": "Check if attribute mcc of SystemInfoSIM exists, has type unsigned short and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_mcc_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoSIM_mnc_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute mnc of SystemInfoSIM exists, has type unsigned short and is readonly", + "description": "Check if attribute mnc of SystemInfoSIM exists, has type unsigned short and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_mnc_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoSIM_msin_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute msin of SystemInfoSIM exists, has type DOMString and is readonly", + "description": "Check if attribute msin of SystemInfoSIM exists, has type DOMString and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_msin_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoSIM_msisdn_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute msisdn of SystemInfoSIM exists, has type DOMString and is readonly", + "description": "Check if attribute msisdn of SystemInfoSIM exists, has type DOMString and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_msisdn_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoSIM_operatorName_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute operatorName of SystemInfoSIM exists, has type DOMString and is readonly", + "description": "Check if attribute operatorName of SystemInfoSIM exists, has type DOMString and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_operatorName_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoSIM_spn_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute spn of SystemInfoSIM exists, has type DOMString and is readonly", + "description": "Check if attribute spn of SystemInfoSIM exists, has type DOMString and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_spn_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoSIM_state_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute state of SystemInfoSIM exists, has type SystemInfoSimState and is readonly", + "description": "Check if attribute state of SystemInfoSIM exists, has type SystemInfoSimState and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_state_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoLocale_country_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute country of SystemInfoLocale exists, has type DOMString and is readonly", + "description": "Check if attribute country of SystemInfoLocale exists, has type DOMString and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_country_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoLocale_language_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute language of SystemInfoLocale exists, has type DOMString and is readonly", + "description": "Check if attribute language of SystemInfoLocale exists, has type DOMString and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_language_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoCpu_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if instance of interface SystemInfoCpu can be extended with new property", + "description": "Check if instance of interface SystemInfoCpu can be extended with new property", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCpu_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDisplay_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if instance of interface SystemInfoDisplay can be extended with new property", + "description": "Check if instance of interface SystemInfoDisplay can be extended with new property", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoLocale_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if instance of interface SystemInfoLocale can be extended with new property", + "description": "Check if instance of interface SystemInfoLocale can be extended with new property", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPeripheral_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if instance of interface SystemInfoPeripheral can be extended with new property", + "description": "Check if instance of interface SystemInfoPeripheral can be extended with new property", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPeripheral_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoSIM_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if instance of SystemInfoSIM interface can be extended with new property", + "description": "Check if instance of SystemInfoSIM interface can be extended with new property", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoWifiNetwork_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if instance of interface SystemInfoWifiNetwork can be extended with new property", + "description": "Check if instance of interface SystemInfoWifiNetwork can be extended with new property", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoStorageUnit_availableCapacity_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute availableCapacity of SystemInfoStorageUnit exists, has type Number and is readonly", + "description": "Check if attribute availableCapacity of SystemInfoStorageUnit exists, has type Number and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_availableCapacity_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoStorageUnit_capacity_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute capacity of SystemInfoStorageUnit exists, has type Number and is readonly", + "description": "Check if attribute capacity of SystemInfoStorageUnit exists, has type Number and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_capacity_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoStorageUnit_isRemovable_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute isRemovable of SystemInfoStorageUnit exists, has type Boolean and is readonly", + "description": "Check if attribute isRemovable of SystemInfoStorageUnit exists, has type Boolean and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_isRemovable_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoStorageUnit_isRemoveable_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute isRemoveable of SystemInfoStorageUnit exists, has type Boolean and is readonly", + "description": "Check if attribute isRemoveable of SystemInfoStorageUnit exists, has type Boolean and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_isRemoveable_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoStorageUnit_type_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute type of SystemInfoStorageUnit exists, has type DOMString and is readonly", + "description": "Check if attribute type of SystemInfoStorageUnit exists, has type DOMString and is readonly", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_type_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoStorageUnit_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SystemInfoStorageUnit is extendable", + "description": "Check if SystemInfoStorageUnit is extendable", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoBuild_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SystemInfoBuild can have new property added", + "description": "Check if SystemInfoBuild can have new property added", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoBuild_manufacturer_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute manufacturer of SystemInfoBuild_manufacturer", + "description": "Check attribute manufacturer of SystemInfoBuild_manufacturer", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_manufacturer_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoBuild_model_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute model of SystemInfoBuild", + "description": "Check attribute model of SystemInfoBuild", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_model_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceOrientation_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SystemInfoDeviceOrientation can have new property added", + "description": "Check if SystemInfoDeviceOrientation can have new property added", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoStorage_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SystemInfoStorage can have new property added", + "description": "Check if SystemInfoStorage can have new property added", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorage_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_in_tizen", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if package exists in tizen.", + "description": "Check if package exists in tizen.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_in_tizen.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_getPropertyValue_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue method called with missing non-optional argument throws an exception", + "description": "Check if getPropertyValue method called with missing non-optional argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_getPropertyValue_with_errorCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check method SystemInfo_getPropertyValue with errorCallback", + "description": "Check method SystemInfo_getPropertyValue with errorCallback", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_with_errorCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_getPropertyValue_property_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue throws exception when property is incorrect", + "description": "Check if getPropertyValue throws exception when property is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_property_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_getPropertyValue_successCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check getPropertyValue() argument successCallback validation - use {onsuccess: function (){}}", + "description": "Check getPropertyValue() argument successCallback validation - use {onsuccess: function (){}}", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_successCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_getPropertyValue_errorCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue throws exception when errorCallback is incorrect", + "description": "Check if getPropertyValue throws exception when errorCallback is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_errorCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_getPropertyValue_errorCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue throws exception when errorCallback is invalid", + "description": "Check if getPropertyValue throws exception when errorCallback is invalid", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_errorCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_addPropertyValueChangeListener_options_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if addPropertyValueChangeListener of SystemInfo throws exception when option is incorrect", + "description": "Check if addPropertyValueChangeListener of SystemInfo throws exception when option is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_options_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_addPropertyValueChangeListener_property_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if addPropertyValueChangeListener throws exception when property is incorrect", + "description": "Check if addPropertyValueChangeListener throws exception when property is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_property_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_addPropertyValueChangeListener_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if addPropertyValueChangeListener method of SystemInfo called with missing non-optional argument throws an exception", + "description": "Check if addPropertyValueChangeListener method of SystemInfo called with missing non-optional argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_addPropertyValueChangeListener_successCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check argument successCallback conversions exception", + "description": "Check argument successCallback conversions exception", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_successCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_addPropertyValueChangeListener_successCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addPropertyValueChangeListener() argument successCallback validation - use {onsuccess: function (){}}", + "description": "Check addPropertyValueChangeListener() argument successCallback validation - use {onsuccess: function (){}}", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_successCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_removePropertyValueChangeListener_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method removePropertyValueChangeListener of SystemInfo exists", + "description": "Check if method removePropertyValueChangeListener of SystemInfo exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_removePropertyValueChangeListener_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPropertySuccessCallback_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SystemInfoPropertySuccessCallback works", + "description": "Check if SystemInfoPropertySuccessCallback works", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_accelerometerWakeup_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute accelerometerWakeup of SystemInfoDeviceCapability", + "description": "Check attribute accelerometerWakeup of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_accelerometerWakeup_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_autoRotation_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute autoRotation of SystemInfoDeviceCapability", + "description": "Check attribute autoRotation of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_autoRotation_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_barometerWakeup_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute barometerWakeup of SystemInfoDeviceCapability", + "description": "Check attribute barometerWakeup of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_barometerWakeup_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_camera_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute camera of SystemInfoDeviceCapability", + "description": "Check attribute camera of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_camera_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_dataEncryption_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute dataEncryption of SystemInfoDeviceCapability", + "description": "Check attribute dataEncryption of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_dataEncryption_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_graphicsAcceleration_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute graphicsAcceleration of SystemInfoDeviceCapability", + "description": "Check attribute graphicsAcceleration of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_graphicsAcceleration_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_gyroscopeWakeup_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute gyroscopeWakeup of SystemInfoDeviceCapability", + "description": "Check attribute gyroscopeWakeup of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_gyroscopeWakeup_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_inputKeyboardLayout_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute inputKeyboardLayout of SystemInfoDeviceCapability", + "description": "Check attribute inputKeyboardLayout of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_inputKeyboardLayout_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_magnetometerWakeup_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute magnetometerWakeup of SystemInfoDeviceCapability", + "description": "Check attribute magnetometerWakeup of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_magnetometerWakeup_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_nativeOspCompatible_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute nativeOspCompatible of SystemInfoDeviceCapability", + "description": "Check attribute nativeOspCompatible of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nativeOspCompatible_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_nfcReservedPush_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute nfcReservedPush of SystemInfoDeviceCapability", + "description": "Check attribute nfcReservedPush of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nfcReservedPush_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_opengles_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute opengles of SystemInfoDeviceCapability", + "description": "Check attribute opengles of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_opengles_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_openglestextureFormat_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute openglestextureFormat of SystemInfoDeviceCapability", + "description": "Check attribute openglestextureFormat of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglestextureFormat_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_photometerWakeup_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute photometerWakeup of SystemInfoDeviceCapability", + "description": "Check attribute photometerWakeup of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_photometerWakeup_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_photometer_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute photometer of SystemInfoDeviceCapability", + "description": "Check attribute photometer of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_photometer_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_proximityWakeup_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute proximityWakeup of SystemInfoDeviceCapability", + "description": "Check attribute proximityWakeup of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_proximityWakeup_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_push_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute push of SystemInfoDeviceCapability", + "description": "Check attribute push of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_push_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_screenSize480_800_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute screenSize480_800 of SystemInfoDeviceCapability", + "description": "Check attribute screenSize480_800 of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenSize480_800_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_screenSize720_1280_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute screenSize720_1280 of SystemInfoDeviceCapability", + "description": "Check attribute screenSize720_1280 of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenSize720_1280_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_screenSizeNormal_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute screenSizeNormal of SystemInfoDeviceCapability", + "description": "Check attribute screenSizeNormal of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenSizeNormal_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_secureElement_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute secureElement of SystemInfoDeviceCapability", + "description": "Check attribute secureElement of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_secureElement_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_shellAppWidget_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute shellAppWidget of SystemInfoDeviceCapability", + "description": "Check attribute shellAppWidget of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_shellAppWidget_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_speechSynthesis_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute speechSynthesis of SystemInfoDeviceCapability", + "description": "Check attribute speechSynthesis of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_speechSynthesis_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_telephonyMms_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute telephonyMms of SystemInfoDeviceCapability", + "description": "Check attribute telephonyMms of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephonyMms_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_telephonySms_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute telephonySms of SystemInfoDeviceCapability", + "description": "Check attribute telephonySms of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephonySms_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_telephony_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute telephony of SystemInfoDeviceCapability", + "description": "Check attribute telephony of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephony_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_tiltmeterWakeup_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute tiltmeterWakeup of SystemInfoDeviceCapability", + "description": "Check attribute tiltmeterWakeup of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_tiltmeterWakeup_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_tiltmeter_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute tiltmeter of SystemInfoDeviceCapability", + "description": "Check attribute tiltmeter of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_tiltmeter_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_visionFaceRecognition_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute visionFaceRecognition of SystemInfoDeviceCapability", + "description": "Check attribute visionFaceRecognition of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionFaceRecognition_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_visionImageRecognition_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute visionImageRecognition of SystemInfoDeviceCapability", + "description": "Check attribute visionImageRecognition of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionImageRecognition_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_visionQrcodeGeneration_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute visionQrcodeGeneration of SystemInfoDeviceCapability", + "description": "Check attribute visionQrcodeGeneration of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionQrcodeGeneration_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_visionQrcodeRecognition_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute visionQrcodeRecognition of SystemInfoDeviceCapability", + "description": "Check attribute visionQrcodeRecognition of SystemInfoDeviceCapability", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionQrcodeRecognition_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_removePropertyValueChangeListener_all_properties", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether removePropertyValueChangeListener() method properly unsubscribes notifications for property changes", + "description": "Check whether removePropertyValueChangeListener() method properly unsubscribes notifications for property changes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_removePropertyValueChangeListener_all_properties.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPropertySuccessCallback_onsuccess_CellularNetwork", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue('CELLULAR_NETWORK', successCB, errorCB) calls successCallback + results' attributes", + "description": "Check if getPropertyValue('CELLULAR_NETWORK', successCB, errorCB) calls successCallback + results' attributes", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_CellularNetwork.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPropertySuccessCallback_onsuccess_CPU", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue('CPU', successCB, errorCB) calls successCallback + results' attributes", + "description": "Check if getPropertyValue('CPU', successCB, errorCB) calls successCallback + results' attributes", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_CPU.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPropertySuccessCallback_onsuccess_DeviceOrientation", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue('DEVICE_ORIENTATION', successCB, errorCB) calls successCallback + results' attributes", + "description": "Check if getPropertyValue('DEVICE_ORIENTATION', successCB, errorCB) calls successCallback + results' attributes", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_DeviceOrientation.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDisplay_constructor_display", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue('Display', successCB, errorCB) calls successCallback + results' attributes", + "description": "Check if getPropertyValue('Display', successCB, errorCB) calls successCallback + results' attributes", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_constructor_display.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPropertySuccessCallback_onsuccess_Storage", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue('Storage', successCB, errorCB) calls successCallback + results' attributes", + "description": "Check if getPropertyValue('Storage', successCB, errorCB) calls successCallback + results' attributes", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Storage.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPropertySuccessCallback_onsuccess_WifiNetwork", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue('WifiNetwork', successCB, errorCB) calls successCallback + results' attributes", + "description": "Check if getPropertyValue('WifiNetwork', successCB, errorCB) calls successCallback + results' attributes", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_WifiNetwork.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_addPropertyValueChangeListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check method addPropertyValueChangeListener of SystemInfo", + "description": "Check method addPropertyValueChangeListener of SystemInfo", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_addPropertyValueChangeListener_with_options", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check with optional arguments addPropertyValueChangeListener(valid_property, valid_successCallback, valid_options)", + "description": "Check with optional arguments addPropertyValueChangeListener(valid_property, valid_successCallback, valid_options)", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_with_options.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_removePropertyValueChangeListener", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check method removePropertyValueChangeListener of SystemInfo", + "description": "Check method removePropertyValueChangeListener of SystemInfo", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_removePropertyValueChangeListener.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_getPropertyValue_successCallback_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue(SystemInfoPropertyId) (no success callback) throws an exception", + "description": "Check if getPropertyValue(SystemInfoPropertyId) (no success callback) throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_successCallback_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_addPropertyValueChangeListener_successCallback_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if addPropertyValueChangeListener(SystemInfoPropertyId) (no success callback) throws an exception when successCallback is missing", + "description": "Check if addPropertyValueChangeListener(SystemInfoPropertyId) (no success callback) throws an exception when successCallback is missing", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_successCallback_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_getPropertyValue_successCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue throws exception when successCallback is incorrect", + "description": "Check if getPropertyValue throws exception when successCallback is incorrect", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_successCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPropertySuccessCallback_onsuccess_Battery", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue('BATTERY', successCB, errorCB) calls successCallback + results' attributes", + "description": "Check if getPropertyValue('BATTERY', successCB, errorCB) calls successCallback + results' attributes", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Battery.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPropertySuccessCallback_onsuccess_Build", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue('BUILD', successCB, errorCB) calls successCallback + results' attributes", + "description": "Check if getPropertyValue('BUILD', successCB, errorCB) calls successCallback + results' attributes", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Build.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPropertySuccessCallback_onsuccess_Display", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue('DISPLAY', successCB, errorCB) calls successCallback + results' attributes", + "description": "Check if getPropertyValue('DISPLAY', successCB, errorCB) calls successCallback + results' attributes", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Display.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPropertySuccessCallback_onsuccess_Locale", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue('LOCALE', successCB, errorCB) calls successCallback + results' attributes", + "description": "Check if getPropertyValue('LOCALE', successCB, errorCB) calls successCallback + results' attributes", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Locale.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPropertySuccessCallback_onsuccess_Network", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue('NETWORK', successCB, errorCB) calls successCallback + results' attributes", + "description": "Check if getPropertyValue('NETWORK', successCB, errorCB) calls successCallback + results' attributes", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Network.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPropertySuccessCallback_onsuccess_Peripheral", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue('PERIPHERAL', successCB, errorCB) calls successCallback + results' attributes", + "description": "Check if getPropertyValue('PERIPHERAL', successCB, errorCB) calls successCallback + results' attributes", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Peripheral.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoPropertySuccessCallback_onsuccess_SIM", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPropertyValue('SIM', successCB, errorCB) calls successCallback + results' attributes", + "description": "Check if getPropertyValue('SIM', successCB, errorCB) calls successCallback + results' attributes", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_SIM.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoBuild_buildVersion_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check attribute buildVersion of SystemInfoBuild", + "description": "Check attribute buildVersion of SystemInfoBuild", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_buildVersion_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_profile_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute profile of SystemInfoDeviceCapability exists, has type SystemInfoProfile and is readonly", + "description": "Check if attribute profile of SystemInfoDeviceCapability exists, has type SystemInfoProfile and is readonly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_profile_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceOrientation_isAutoRotation_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check isAutoRotation attribute of SystemInfoDeviceOrientation", + "description": "Check isAutoRotation attribute of SystemInfoDeviceOrientation", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_isAutoRotation_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfo_addPropertyValueChangeListener_property_empty", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check with empty SystemInfoPropertyId argument of addPropertyValueChangeListener", + "description": "Check with empty SystemInfoPropertyId argument of addPropertyValueChangeListener", + "onload_delay": "90", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_property_empty.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_accelerometer_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.accelerometer* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.accelerometer* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_accelerometer_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_barometer_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.barometer* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.barometer* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_barometer_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_cameraBack_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.cameraBack* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.cameraBack* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraBack_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_inputKeyboard_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.inputKeyboard* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.inputKeyboard* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_inputKeyboard_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_location_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.location* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.location* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_location_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_nfc_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.nfc* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.nfc* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nfc_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_openglesVersion_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.openglesVersion* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.openglesVersion* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglesVersion_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_telephony_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.telephony* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.telephony* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephony_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_wifi_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.wifi* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.wifi* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_wifi_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_cameraFront_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.cameraFront* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.cameraFront* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraFront_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_openglestextureFormat_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency on SystemInfoDeviceCapability.openglestextureFormat attribute", + "description": "Check invalid dependency on SystemInfoDeviceCapability.openglestextureFormat attribute", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglestextureFormat_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_gyroscope_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.gyroscope* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.gyroscope* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_gyroscope_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_magnetometer_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.magnetometer* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.magnetometer* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_magnetometer_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_photometer_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.photometer* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.photometer* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_photometer_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_proximity_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.proximity* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.proximity* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_proximity_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemInfoDeviceCapability_tiltmeter_dependency", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check invalid dependency between SystemInfoDeviceCapability.tiltmeter* attributes", + "description": "Check invalid dependency between SystemInfoDeviceCapability.tiltmeter* attributes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_tiltmeter_dependency.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0Q-tct-systeminfo-tizen-tests/tct-systeminfo-tizen-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0Q-tct-systeminfo-tizen-tests/tct-systeminfo-tizen-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..67fd96e Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0Q-tct-systeminfo-tizen-tests/tct-systeminfo-tizen-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0R-tct-systemsetting-tizen-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0R-tct-systemsetting-tizen-tests/QAMETA.json new file mode 100644 index 0000000..27a8f97 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0R-tct-systemsetting-tizen-tests/QAMETA.json @@ -0,0 +1,782 @@ +[ + { + "launcher": "xwalk", + "name": "SystemSettingManager_getProperty_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if exists of getProperty", + "description": "Check if exists of getProperty", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_setProperty_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if exists of setProperty", + "description": "Check if exists of setProperty", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SystemSettingManager is extendable", + "description": "Check if SystemSettingManager is extendable", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_getProperty_HOME_SCREEN", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getProperty works for HOME_SCREEN", + "description": "Check if getProperty works for HOME_SCREEN", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_HOME_SCREEN.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_getProperty_INCOMING_CALL", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getProperty works for INCOMING_CALL", + "description": "Check if getProperty works for INCOMING_CALL", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_INCOMING_CALL.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_getProperty_type_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getProperty throws exception when type is incorrect", + "description": "Check if getProperty throws exception when type is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_type_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_getProperty_LOCK_SCREEN", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getProperty works for LOCK_SCREEN", + "description": "Check if getProperty works for LOCK_SCREEN", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_LOCK_SCREEN.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_getProperty_no_errorCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getProperty works without error callback", + "description": "Check if getProperty works without error callback", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_no_errorCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_setProperty_HOME_SCREEN", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setProperty works for HOME_SCREEN", + "description": "Check if setProperty works for HOME_SCREEN", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_HOME_SCREEN.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_setProperty_INCOMING_CALL", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setProperty works for INCOMING_CALL", + "description": "Check if setProperty works for INCOMING_CALL", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_INCOMING_CALL.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_setProperty_errorCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setProperty throws exception when error callback is invalid", + "description": "Check if setProperty throws exception when error callback is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_setProperty_successCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setProperty throws exception when success callback is invalid", + "description": "Check if setProperty throws exception when success callback is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_setProperty_type_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setProperty throws exception when type is incorrect", + "description": "Check if setProperty throws exception when type is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_type_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_setProperty_LOCK_SCREEN", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setProperty works for LOCK_SCREEN", + "description": "Check if setProperty works for LOCK_SCREEN", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_LOCK_SCREEN.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_setProperty_no_errorCallback", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setProperty works for home_screen without error_callback", + "description": "Check if setProperty works for home_screen without error_callback", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_no_errorCallback.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_setProperty_NOTIFICATION_EMAIL", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setProperty works for NOTIFICATION_EMAIL", + "description": "Check if setProperty works for NOTIFICATION_EMAIL", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_NOTIFICATION_EMAIL.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SystemSettingManage doesn't exist", + "description": "Check if SystemSettingManage doesn't exist", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingObject_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SystemSettingObject is undefined", + "description": "Check if SystemSettingObject is undefined", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingObject_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingSuccessCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SystemSettingSuccessCallback doesn't exist", + "description": "Check if SystemSettingSuccessCallback doesn't exist", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_getProperty_NOTIFICATION_EMAIL", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getProperty works for NOTIFICATION_EMAIL", + "description": "Check if getProperty works for NOTIFICATION_EMAIL", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_NOTIFICATION_EMAIL.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_in_tizen", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if tizen.systemsetting can be overwritten", + "description": "Check if tizen.systemsetting can be overwritten", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_in_tizen.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingSuccessCallback_onsuccess", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SystemSettingSuccessCallback works", + "description": "Check if SystemSettingSuccessCallback works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_onsuccess.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_setProperty_successCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setProperty throws exception when successCallback is incorrect", + "description": "Check if setProperty throws exception when successCallback is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_setProperty_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setProperty throws exception when non-optional argument is missing", + "description": "Check if setProperty throws exception when non-optional argument is missing", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_setProperty_errorCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setProperty throws exception when errorCallback is incorrect", + "description": "Check if setProperty throws exception when errorCallback is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_getProperty_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getProperty throws exception when non-optional argument is missing", + "description": "Check if getProperty throws exception when non-optional argument is missing", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_getProperty_successCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getProperty throws exception when successCallback is incorrect", + "description": "Check if getProperty throws exception when successCallback is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_getProperty_errorCallback_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getProperty throws exception when errorCallback is incorrect", + "description": "Check if getProperty throws exception when errorCallback is incorrect", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_getProperty_errorCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getProperty throws exception when error callback is invalid", + "description": "Check if getProperty throws exception when error callback is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SystemSettingManager_getProperty_successCallback_invalid_cb", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getProperty throws exception when success callback is invalid", + "description": "Check if getProperty throws exception when success callback is invalid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_invalid_cb.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0R-tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0R-tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..9ab2cf0 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0R-tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0S-tct-time-tizen-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0S-tct-time-tizen-tests/QAMETA.json new file mode 100644 index 0000000..cf696e0 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0S-tct-time-tizen-tests/QAMETA.json @@ -0,0 +1,11286 @@ +[ + { + "launcher": "xwalk", + "name": "Time_TZDate_toLocaleDateString", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::ToLocaleDateString() method returns string", + "description": "Check if TZDate::ToLocaleDateString() method returns string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_toLocaleDateString.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getUTCSeconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getUTCSeconds() works properly", + "description": "Check if TZDate.getUTCSeconds() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getUTCSeconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getHours", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getHours() works properly", + "description": "Check if TZDate.getHours() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getHours.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getUTCMilliseconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getUTCMilliseconds() works properly", + "description": "Check if TZDate.getUTCMilliseconds() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getUTCMilliseconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_toUTC", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::toUTC() method returns string", + "description": "Check if TZDate::toUTC() method returns string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_toUTC.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setSeconds_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setSeconds() works properly", + "description": "Check if TZDate.setSeconds() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setSeconds_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_earlierThan_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.earlierThan() with future date returns true", + "description": "Check if TZDate.earlierThan() with future date returns true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_earlierThan_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_difference_compareWithEqual", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.difference() with equal dates works", + "description": "Check if TZDate.difference() with equal dates works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithEqual.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMilliseconds_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMilliseconds() works properly", + "description": "Check if TZDate.setMilliseconds() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getUTCFullYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getUTCFullYear() works properly", + "description": "Check if TZDate.getUTCFullYear() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getUTCFullYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_secondsFromUTC", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.secondsFromUTC works properly", + "description": "Check if TZDate.secondsFromUTC works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_secondsFromUTC.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_toLocaleString", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::ToLocaleString() method returns string", + "description": "Check if TZDate::ToLocaleString() method returns string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_toLocaleString.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCFullYear_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCFullYear() works properly", + "description": "Check if TZDate.setUTCFullYear() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setFullYear_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setFullYear_normal() works properly", + "description": "Check if TZDate.setFullYear_normal() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getMinutes", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getMinutes() works properly", + "description": "Check if TZDate.getMinutes() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getMinutes.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getPreviousDSTTransition", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getPreviousDSTTransition() works properly", + "description": "Check if TZDate.getPreviousDSTTransition() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setDate_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setDate() works properly", + "description": "Check if TZDate.setDate() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setDate_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMinutes_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMinutes() works properly", + "description": "Check if TZDate.setMinutes() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMinutes_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getTimezoneAbbreviation_summerMonth", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getTimezoneAbbreviation() works properly", + "description": "Check if TZDate.getTimezoneAbbreviation() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getTimezoneAbbreviation_summerMonth.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMilliseconds_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMilliseconds() works properly", + "description": "Check if TZDate.setUTCMilliseconds() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_toDateString", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::ToDateString() method returns string", + "description": "Check if TZDate::ToDateString() method returns string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_toDateString.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getTimezone", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getTimezone() works properly", + "description": "Check if TZDate.getTimezone() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getTimezone.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_toTimeString", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::ToTimeString() method returns string", + "description": "Check if TZDate::ToTimeString() method returns string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_toTimeString.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_toString", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::ToString() method returns string", + "description": "Check if TZDate::ToString() method returns string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_toString.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getUTCHours", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getUTCHours() works properly", + "description": "Check if TZDate.getUTCHours() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getUTCHours.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMinutes_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMinutes() works properly", + "description": "Check if TZDate.setUTCMinutes() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getDay", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getDay() works properly", + "description": "Check if TZDate.getDay() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getDay.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMonth_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMonth() works properly", + "description": "Check if TZDate.setUTCMonth() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getUTCDay", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getUTCDay() works properly", + "description": "Check if TZDate.getUTCDay() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getUTCDay.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getMilliseconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getMilliseconds() works properly", + "description": "Check if TZDate.getMilliseconds() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getMilliseconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getUTCMinutes", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getUTCMinutes() works properly", + "description": "Check if TZDate.getUTCMinutes() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getUTCMinutes.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_laterThan_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.laterThan() works properly", + "description": "Check if TZDate.laterThan() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_laterThan_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_equalsTo_equal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.equalsTo() called with equal object returns true", + "description": "Check if TZDate.equalsTo() called with equal object returns true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_equalsTo_equal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getMonth", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getMonth() works properly", + "description": "Check if TZDate.getMonth() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getMonth.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getNextDSTTransition", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getNextDSSTTransition() works properly", + "description": "Check if TZDate.getNextDSSTTransition() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getUTCMonth", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getUTCMonth() works properly", + "description": "Check if TZDate.getUTCMonth() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getUTCMonth.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_toTimezone", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::toTimezone() method returns string", + "description": "Check if TZDate::toTimezone() method returns string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_toTimezone.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_isDST_true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.isDST() returns true on DST date", + "description": "Check if TZDate.isDST() returns true on DST date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_isDST_true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCSeconds_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCSeconds() works properly", + "description": "Check if TZDate.setUTCSeconds() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getUTCDate", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getUTCDate() works properly", + "description": "Check if TZDate.getUTCDate() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getUTCDate.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_toLocaleTimeString", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::ToLocaleTimeString() method returns string", + "description": "Check if TZDate::ToLocaleTimeString() method returns string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_toLocaleTimeString.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMonth_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMonth() works properly", + "description": "Check if TZDate.setMonth() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMonth_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCHours_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCHours() works properly", + "description": "Check if TZDate.setUTCHours() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getSeconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getSeconds() works properly", + "description": "Check if TZDate.getSeconds() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getSeconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getDate", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getDate() works properly", + "description": "Check if TZDate.getDate() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getDate.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getFullYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getFullYear() works properly", + "description": "Check if TZDate.getFullYear() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getFullYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setHours_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setHours() works properly", + "description": "Check if TZDate.setHours() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setHours_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCDate_normal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCDate() works properly", + "description": "Check if TZDate.setUTCDate() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_normal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_difference_compareWithFutureDate", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.difference() with future date works", + "description": "Check if TZDate.difference() with future date works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureDate.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_difference_compareWithFutureHour", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.difference() with date hour later works", + "description": "Check if TZDate.difference() with date hour later works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureHour.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_difference_compareWithFutureSeconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.difference() with date seconds later works", + "description": "Check if TZDate.difference() with date seconds later works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureSeconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_difference_compareWithFutureYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.difference() with date one year later works", + "description": "Check if TZDate.difference() with date one year later works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_difference_compareWithCharacter", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.difference() with wrong string argument throws exception", + "description": "Check if TZDate.difference() with wrong string argument throws exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithCharacter.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_earlierThan_falseEqual", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.earlierThan() with same date returns false", + "description": "Check if TZDate.earlierThan() with same date returns false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_earlierThan_falseEqual.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_earlierThan_falseLater", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.earlierThan() with past date returns false", + "description": "Check if TZDate.earlierThan() with past date returns false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_earlierThan_falseLater.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_earlierThan_stringTZDate", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.earlierThan() with string representation of date throws an error", + "description": "Check if TZDate.earlierThan() with string representation of date throws an error", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_earlierThan_stringTZDate.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_earlierThan_number", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.earlierThan() with number argument throws an error", + "description": "Check if TZDate.earlierThan() with number argument throws an error", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_earlierThan_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_earlierThan_character", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.earlierThan() with wrong string argument throws an exception", + "description": "Check if TZDate.earlierThan() with wrong string argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_earlierThan_character.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_earlierThan_timezone", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.earlierThan() with past date converted to local timezone returns true", + "description": "Check if TZDate.earlierThan() with past date converted to local timezone returns true", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_earlierThan_timezone.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_equalsTo_diff", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.equalsTo() called with different object returns false", + "description": "Check if TZDate.equalsTo() called with different object returns false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_equalsTo_diff.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_equalsTo_number", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.equalsTo() with number argument throws an exception", + "description": "Check if TZDate.equalsTo() with number argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_equalsTo_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_equalsTo_character", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.equalsTo() with string argument throws an exception", + "description": "Check if TZDate.equalsTo() with string argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_equalsTo_character.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_laterThan_falseEarlier", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.laterThan() with future date returns false", + "description": "Check if TZDate.laterThan() with future date returns false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_laterThan_falseEarlier.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_laterThan_falseEqual", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.laterThan() with same date returns false", + "description": "Check if TZDate.laterThan() with same date returns false", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_laterThan_falseEqual.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_laterThan_number", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.laterThan() with wrong number argument throws an exception", + "description": "Check if TZDate.laterThan() with wrong number argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_laterThan_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_laterThan_character", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.laterThan() with wrong string argument throws an exception", + "description": "Check if TZDate.laterThan() with wrong string argument throws an exception", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_laterThan_character.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_laterThan_timezone", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.laterThan() works properly with local timezone", + "description": "Check if TZDate.laterThan() works properly with local timezone", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_laterThan_timezone.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setDate_abnormalDecimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setDate() works properly with abnormal decimal as argument", + "description": "Check if TZDate.setDate() works properly with abnormal decimal as argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setDate_abnormalDecimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setDate_boundaryBiggerThanUpper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setDate() called with number bigger than upper boundary doesn't set the date", + "description": "Check if TZDate.setDate() called with number bigger than upper boundary doesn't set the date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryBiggerThanUpper.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setDate_boundaryLessThanLower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setDate() called with number less than lower boundary doesn't set the date", + "description": "Check if TZDate.setDate() called with number less than lower boundary doesn't set the date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryLessThanLower.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setDate_boundaryLowerLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setDate() with argument equal to lower boundary works properly", + "description": "Check if TZDate.setDate() with argument equal to lower boundary works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryLowerLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setDate_boundaryUpperLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setDate() with argument equal to upper boundary works properly", + "description": "Check if TZDate.setDate() with argument equal to upper boundary works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryUpperLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setDate_invalidDate", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setDate() called with wrong string argument doesn't set the date", + "description": "Check if TZDate.setDate() called with wrong string argument doesn't set the date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setDate_invalidDate.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setDate_notExistDayForCertainMonth", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setDate() called with date grater than days in the month sets the next month date", + "description": "Check if TZDate.setDate() called with date grater than days in the month sets the next month date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForCertainMonth.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setDate_notExistDayForFebruaryLeapYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setDate() called with argument with non existing date leap year, sets the next month date", + "description": "Check if TZDate.setDate() called with argument with non existing date leap year, sets the next month date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForFebruaryLeapYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setDate_notExistDayForFebruaryNotLeapYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setDate() called with argument with non existing date non-leap year, sets the next month date", + "description": "Check if TZDate.setDate() called with argument with non existing date non-leap year, sets the next month date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForFebruaryNotLeapYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setFullYear_abnormalDecimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setFullYear() sets proper year when argument is a floating point number", + "description": "Check if TZDate.setFullYear() sets proper year when argument is a floating point number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_abnormalDecimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setFullYear_boundaryBiggerThanUpper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setFullYear() called with year greater than upper boundary works properly", + "description": "Check if TZDate.setFullYear() called with year greater than upper boundary works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryBiggerThanUpper.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setFullYear_boundaryLowerLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setFullYear() called with the lowest possible value don't set the year", + "description": "Check if TZDate.setFullYear() called with the lowest possible value don't set the year", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryLowerLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setFullYear_boundaryUpperLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setHours() called with the highest possible value works properly", + "description": "Check if TZDate.setHours() called with the highest possible value works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryUpperLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setFullYear_invalidYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setFullYear() do not set the invalid date", + "description": "Check if TZDate.setFullYear() do not set the invalid date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setFullYear_invalidCharYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setFullYear() called with invalid string argument works properly", + "description": "Check if TZDate.setFullYear() called with invalid string argument works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidCharYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setHours_abnormalDecimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setHours() doesn't set decimal number", + "description": "Check if TZDate.setHours() doesn't set decimal number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setHours_abnormalDecimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setHours_boundaryBiggerThanUpper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setHours() doesn't set hour greater than 23", + "description": "Check if TZDate.setHours() doesn't set hour greater than 23", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryBiggerThanUpper.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setHours_boundaryLessThanLower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setHours() doesn't set hour less than 0", + "description": "Check if TZDate.setHours() doesn't set hour less than 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryLessThanLower.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setHours_boundaryLowerLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setHours() called with the lowest possible value works properly", + "description": "Check if TZDate.setHours() called with the lowest possible value works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryLowerLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setHours_boundaryUpperLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setHours() called with the greatest possible value works properly", + "description": "Check if TZDate.setHours() called with the greatest possible value works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryUpperLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setHours_invalidHours", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setHours() called with wrong string argument doesn't set the hours", + "description": "Check if TZDate.setHours() called with wrong string argument doesn't set the hours", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setHours_invalidHours.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMilliseconds_abnormalDecimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMilliseconds() called with decimal don't set the milliseconds", + "description": "Check if TZDate.setMilliseconds() called with decimal don't set the milliseconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_abnormalDecimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMilliseconds_boundaryBiggerThanUpper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMilliseconds() called with value greater than upper boundary works properly", + "description": "Check if TZDate.setMilliseconds() called with value greater than upper boundary works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryBiggerThanUpper.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMilliseconds_boundaryLessThanLower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMilliseconds() called with value less than lower boundary works properly", + "description": "Check if TZDate.setMilliseconds() called with value less than lower boundary works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryLessThanLower.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMilliseconds_boundaryLowerLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMilliseconds() called with the lowest value possible works properly", + "description": "Check if TZDate.setMilliseconds() called with the lowest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryLowerLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMilliseconds_boundaryUpperLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMilliseconds() called with the highest value possible works properly", + "description": "Check if TZDate.setMilliseconds() called with the highest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryUpperLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMilliseconds_invalidMilliseconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMilliseconds() called with invalid string argument don't set the milliseconds", + "description": "Check if TZDate.setMilliseconds() called with invalid string argument don't set the milliseconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_invalidMilliseconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMinutes_abnormalDecimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMinutes() called with decimal number don't set the minutes", + "description": "Check if TZDate.setMinutes() called with decimal number don't set the minutes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMinutes_abnormalDecimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMinutes_boundaryLessThanLower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMinutes() called with value less than lower limit don't set the minutes", + "description": "Check if TZDate.setMinutes() called with value less than lower limit don't set the minutes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryLessThanLower.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMinutes_boundaryLowerLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMinutes() called with lowest value possible works properly", + "description": "Check if TZDate.setMinutes() called with lowest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryLowerLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMinutes_boundaryUpperLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMinutes() called with highest value possible works properly", + "description": "Check if TZDate.setMinutes() called with highest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryUpperLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMinutes_invalidMinutes", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMinutes() called with invalid string argument don't set the minutes", + "description": "Check if TZDate.setMinutes() called with invalid string argument don't set the minutes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMinutes_invalidMinutes.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMonth_abnormalDecimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMonth() called with decimal number don't set the month", + "description": "Check if TZDate.setMonth() called with decimal number don't set the month", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMonth_abnormalDecimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMonth_boundaryBiggerThanUpper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMonth() called with value greater than upper limit don't set the month", + "description": "Check if TZDate.setMonth() called with value greater than upper limit don't set the month", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryBiggerThanUpper.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMonth_boundaryLessThanLower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMonth() called with value less than lower limit don't set the month", + "description": "Check if TZDate.setMonth() called with value less than lower limit don't set the month", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryLessThanLower.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMonth_boundaryLowerLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMonth() called with lowest value possible works properly", + "description": "Check if TZDate.setMonth() called with lowest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryLowerLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMonth_boundaryUpperLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMonth() called with highest value possible works properly", + "description": "Check if TZDate.setMonth() called with highest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryUpperLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setMonth_invalidMonth", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setMonth() called with invalid string argument don't set the month", + "description": "Check if TZDate.setMonth() called with invalid string argument don't set the month", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setMonth_invalidMonth.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setSeconds_abnormalDecimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setSeconds() called with decimal number don't set the seconds", + "description": "Check if TZDate.setSeconds() called with decimal number don't set the seconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setSeconds_abnormalDecimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setSeconds_boundaryBiggerThanUpper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setSeconds() called with value greater than upper limit don't set the seconds", + "description": "Check if TZDate.setSeconds() called with value greater than upper limit don't set the seconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryBiggerThanUpper.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setSeconds_boundaryLessThanLower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setSeconds() called with value less than lower limit don't set the seconds", + "description": "Check if TZDate.setSeconds() called with value less than lower limit don't set the seconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryLessThanLower.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setSeconds_boundaryLowerLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setSeconds() called with lowest value possible works properly", + "description": "Check if TZDate.setSeconds() called with lowest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryLowerLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setSeconds_boundaryUpperLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setSeconds() called with highest value possible works properly", + "description": "Check if TZDate.setSeconds() called with highest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryUpperLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setSeconds_invalidSeconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setSeconds() called with invalid string argument don't set the seconds", + "description": "Check if TZDate.setSeconds() called with invalid string argument don't set the seconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setSeconds_invalidSeconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCDate_abnormalDecimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCDate() works properly with abnormal decimal as argument", + "description": "Check if TZDate.setUTCDate() works properly with abnormal decimal as argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_abnormalDecimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCDate_boundaryBiggerThanUpper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCDate() called with number bigger than upper boundary doesn't set the date", + "description": "Check if TZDate.setUTCDate() called with number bigger than upper boundary doesn't set the date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryBiggerThanUpper.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCDate_boundaryLessThanLower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCDate() called with number less than lower boundary doesn't set the date", + "description": "Check if TZDate.setUTCDate() called with number less than lower boundary doesn't set the date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryLessThanLower.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCDate_boundaryLowerLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCDate() with argument equal to lower boundary works properly", + "description": "Check if TZDate.setUTCDate() with argument equal to lower boundary works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryLowerLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCDate_boundaryUpperLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCDate() with argument equal to upper boundary works properly", + "description": "Check if TZDate.setUTCDate() with argument equal to upper boundary works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryUpperLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCDate_invalidDate", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCDate() called with wrong string argument doesn't set the date", + "description": "Check if TZDate.setUTCDate() called with wrong string argument doesn't set the date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_invalidDate.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCDate_notExistDayForCertainMonth", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCDate() called with date greater than days in the month sets the next month date", + "description": "Check if TZDate.setUTCDate() called with date greater than days in the month sets the next month date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForCertainMonth.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCDate_notExistDayForFebruaryLeapYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCDate() called with argument with non existing date leap year, sets the next month date", + "description": "Check if TZDate.setUTCDate() called with argument with non existing date leap year, sets the next month date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForFebruaryLeapYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCDate_notExistDayForFebruaryNotLeapYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCDate() called with argument with non existing date non-leap year, sets the next month date", + "description": "Check if TZDate.setUTCDate() called with argument with non existing date non-leap year, sets the next month date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForFebruaryNotLeapYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCFullYear_abnormalDecimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCFullYear() works properly with abnormal decimal as argument", + "description": "Check if TZDate.setUTCFullYear() works properly with abnormal decimal as argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_abnormalDecimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCFullYear_boundaryBiggerThanUpper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCFullYear() called with year greater than upper boundary works properly", + "description": "Check if TZDate.setUTCFullYear() called with year greater than upper boundary works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryBiggerThanUpper.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCFullYear_boundaryLowerLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCFullYear() called with the lowest possible value works properly", + "description": "Check if TZDate.setUTCFullYear() called with the lowest possible value works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryLowerLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCFullYear_boundaryUpperLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCFullYear() called with the highest possible value works properly", + "description": "Check if TZDate.setUTCFullYear() called with the highest possible value works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryUpperLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCFullYear_invalidYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCFullYear() do not set the invalid date", + "description": "Check if TZDate.setUTCFullYear() do not set the invalid date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_invalidYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCFullYear_invalidCharYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCFullYear() called with invalid string argument works properly", + "description": "Check if TZDate.setUTCFullYear() called with invalid string argument works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_invalidCharYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCHours_abnormalDecimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCHours() doesn't set decimal number", + "description": "Check if TZDate.setUTCHours() doesn't set decimal number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_abnormalDecimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCHours_boundaryBiggerThanUpper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCHours() doesn't set hour greater than 23", + "description": "Check if TZDate.setUTCHours() doesn't set hour greater than 23", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryBiggerThanUpper.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCHours_boundaryLessThanLower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCHours() doesn't set hour less than 0", + "description": "Check if TZDate.setUTCHours() doesn't set hour less than 0", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryLessThanLower.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCHours_boundaryLowerLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCHours() called with the lowest possible value works properly", + "description": "Check if TZDate.setUTCHours() called with the lowest possible value works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryLowerLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCHours_boundaryUpperLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCHours() called with the greatest possible value works properly", + "description": "Check if TZDate.setUTCHours() called with the greatest possible value works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryUpperLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCHours_invalidHours", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCHours() called with wrong string argument doesn't set the hours", + "description": "Check if TZDate.setUTCHours() called with wrong string argument doesn't set the hours", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_invalidHours.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMilliseconds_abnormalDecimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMilliseconds() called with decimal don't set the milliseconds", + "description": "Check if TZDate.setUTCMilliseconds() called with decimal don't set the milliseconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_abnormalDecimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMilliseconds_boundaryBiggerThanUpper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMilliseconds() called with value greater than upper boundary works properly", + "description": "Check if TZDate.setUTCMilliseconds() called with value greater than upper boundary works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryBiggerThanUpper.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMilliseconds_boundaryLessThanLower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMilliseconds() called with value less than lower boundary works properly", + "description": "Check if TZDate.setUTCMilliseconds() called with value less than lower boundary works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryLessThanLower.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMilliseconds_boundaryLowerLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMilliseconds() called with the lowest value possible works properly", + "description": "Check if TZDate.setUTCMilliseconds() called with the lowest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryLowerLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMilliseconds_boundaryUpperLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMilliseconds() called with the highest value possible works properly", + "description": "Check if TZDate.setUTCMilliseconds() called with the highest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryUpperLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMilliseconds_invalidMilliseconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMilliseconds() called with invalid string argument don't set the milliseconds", + "description": "Check if TZDate.setUTCMilliseconds() called with invalid string argument don't set the milliseconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_invalidMilliseconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMinutes_abnormalDecimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMinutes() called with decimal don't set the milliseconds", + "description": "Check if TZDate.setUTCMinutes() called with decimal don't set the milliseconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_abnormalDecimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMinutes_boundaryBiggerThanUpper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMinutes() called with value greater than upper limit don't set the minutes", + "description": "Check if TZDate.setUTCMinutes() called with value greater than upper limit don't set the minutes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryBiggerThanUpper.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMinutes_boundaryLessThanLower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMinutes() called with value less than lower limit don't set the minutes", + "description": "Check if TZDate.setUTCMinutes() called with value less than lower limit don't set the minutes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryLessThanLower.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMinutes_boundaryLowerLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMinutes() called with lowest value possible works properly", + "description": "Check if TZDate.setUTCMinutes() called with lowest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryLowerLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMinutes_boundaryUpperLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMinutes() called with highest value possible works properly", + "description": "Check if TZDate.setUTCMinutes() called with highest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryUpperLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMinutes_invalidMinutes", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMinutes() called with invalid string argument don't set the minutes", + "description": "Check if TZDate.setUTCMinutes() called with invalid string argument don't set the minutes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_invalidMinutes.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMonth_abnormalDecimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMonth() called with decimal don't set the milliseconds", + "description": "Check if TZDate.setUTCMonth() called with decimal don't set the milliseconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_abnormalDecimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMonth_boundaryBiggerThanUpper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMonth() called with value greater than upper limit don't set the minutes", + "description": "Check if TZDate.setUTCMonth() called with value greater than upper limit don't set the minutes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryBiggerThanUpper.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMonth_boundaryLessThanLower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMonth() called with number less than lower boundary doesn't set the date", + "description": "Check if TZDate.setUTCMonth() called with number less than lower boundary doesn't set the date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLessThanLower.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMonth_boundaryLowerLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMonth() called with lowest value possible works properly", + "description": "Check if TZDate.setUTCMonth() called with lowest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLowerLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMonth_boundaryUpperLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMonth() called with highest value possible works properly", + "description": "Check if TZDate.setUTCMonth() called with highest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryUpperLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCMonth_invalidMonth", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCMonth() called with invalid string argument don't set the month", + "description": "Check if TZDate.setUTCMonth() called with invalid string argument don't set the month", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_invalidMonth.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCSeconds_abnormalDecimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCSeconds() called with decimal don't set the milliseconds", + "description": "Check if TZDate.setUTCSeconds() called with decimal don't set the milliseconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_abnormalDecimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCSeconds() called with value greater than upper limit don't set the minutes", + "description": "Check if TZDate.setUTCSeconds() called with value greater than upper limit don't set the minutes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCSeconds_boundaryLessThanLower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCSeconds() called with number less than lower boundary doesn't set the date", + "description": "Check if TZDate.setUTCSeconds() called with number less than lower boundary doesn't set the date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLessThanLower.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCSeconds_boundaryLowerLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCSeconds() called with lowest value possible works properly", + "description": "Check if TZDate.setUTCSeconds() called with lowest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLowerLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCSeconds_boundaryUpperLimit", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCSeconds() called with highest value possible works properly", + "description": "Check if TZDate.setUTCSeconds() called with highest value possible works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryUpperLimit.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_setUTCSeconds_invalidSeconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.setUTCSeconds() called with invalid string argument don't set the seconds", + "description": "Check if TZDate.setUTCSeconds() called with invalid string argument don't set the seconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_invalidSeconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_toTimezone_invalid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::toTimezone(invalid) method reports error", + "description": "Check if TZDate::toTimezone(invalid) method reports error", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_toTimezone_invalid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_toTimezone_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::toTimezone(null) method reports error", + "description": "Check if TZDate::toTimezone(null) method reports error", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_toTimezone_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_isDST_false", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.isDST() returns false on non DST date", + "description": "Check if TZDate.isDST() returns false on non DST date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_isDST_false.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_isDST_boundaryLowerLimit-true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.isDST() returns true on lower DST boundary", + "description": "Check if TZDate.isDST() returns true on lower DST boundary", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_isDST_boundaryLowerLimit-true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_isDST_boundaryUpperLimit-true", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.isDST() returns true on upper DST boundary", + "description": "Check if TZDate.isDST() returns true on upper DST boundary", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_isDST_boundaryUpperLimit-true.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getPreviousDSTTransition_number", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getPreviousDSTTransition() with extra number argument works properly", + "description": "Check if TZDate.getPreviousDSTTransition() with extra number argument works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getPreviousDSTTransition_character", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getPreviousDSTTransition() with extra string argument works properly", + "description": "Check if TZDate.getPreviousDSTTransition() with extra string argument works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition_character.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getNextDSTTransition_character", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getNextDSSTTransition() works properly with extra string argument", + "description": "Check if TZDate.getNextDSSTTransition() works properly with extra string argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_character.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_getNextDSTTransition_number", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.getNextDSSTTransition() works properly with extra number argument", + "description": "Check if TZDate.getNextDSSTTransition() works properly with extra number argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_number.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_difference_checkDurationDifference", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check difference method TimeDuration interface works successfully", + "description": "Check difference method TimeDuration interface works successfully", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_difference_checkDurationDifference.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_equalsTo_checkDurationEqual", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check equalsTo method TimeDuration interface works successfully", + "description": "Check equalsTo method TimeDuration interface works successfully", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_equalsTo_checkDurationEqual.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_lessThan_checkDurationLower", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check lessThan method TimeDuration interface works successfully", + "description": "Check lessThan method TimeDuration interface works successfully", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_lessThan_checkDurationLower.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_greaterThan_checkDurationGreater", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check greaterThan method TimeDuration interface works successfully", + "description": "Check greaterThan method TimeDuration interface works successfully", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_checkDurationGreater.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getDateFormat_valid", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if date format is valid", + "description": "Check if date format is valid", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getDateFormat_valid.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_isLeapYear_allZero", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check TimeUtil interface isLeapYear method with parameter zero", + "description": "Check TimeUtil interface isLeapYear method with parameter zero", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_isLeapYear_allZero.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_isLeapYear_negative", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check TimeUtil interface isLeapYear method with parameter negative", + "description": "Check TimeUtil interface isLeapYear method with parameter negative", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_isLeapYear_negative.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getAvailableTimezones_checkEuropeBerlin", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check EuropeBerlin is included in available timezones", + "description": "Check EuropeBerlin is included in available timezones", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_checkEuropeBerlin.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getDate_checkEqualWithSetDate", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getDate value is equal to setDate", + "description": "Check if getDate value is equal to setDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getDate_checkEqualWithSetDate.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getFullYear_checkEqualWithSetFullYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getFullYear value is equal to setFullYear", + "description": "Check if getFullYear value is equal to setFullYear", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getFullYear_checkEqualWithSetFullYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getHours_checkEqualWithSetHours", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getHours value is equal to setHours", + "description": "Check if getHours value is equal to setHours", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getHours_checkEqualWithSetHours.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMilliseconds_checkEqualWithSetMilliseconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getMilliseconds value is equal to setMilliseconds", + "description": "Check if getMilliseconds value is equal to setMilliseconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_checkEqualWithSetMilliseconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMinutes_checkEqualWithSetMinutes", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getMinutes value is equal to setMinutes", + "description": "Check if getMinutes value is equal to setMinutes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMinutes_checkEqualWithSetMinutes.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMonth_checkEqualWithSetMonth", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getMonth value is equal to setMonth", + "description": "Check if getMonth value is equal to setMonth", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMonth_checkEqualWithSetMonth.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getSeconds_checkEqualWithSetSeconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getSeconds value is equal to setSeconds", + "description": "Check if getSeconds value is equal to setSeconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getSeconds_checkEqualWithSetSeconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCDate_checkEqualWithSetUTCDate", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCDate value is equal to setUTCDate", + "description": "Check if getUTCDate value is equal to setUTCDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCDate_checkEqualWithSetUTCDate.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCFullYear value is equal to setUTCFullYear", + "description": "Check if getUTCFullYear value is equal to setUTCFullYear", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCHours_checkEqualWithSetUTCHours", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCHours value is equal to setUTCHours", + "description": "Check if getUTCHours value is equal to setUTCHours", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCHours_checkEqualWithSetUTCHours.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCMilliseconds value is equal to setUTCMilliseconds", + "description": "Check if getUTCMilliseconds value is equal to setUTCMilliseconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCMinutes value is equal to setUTCMinutes", + "description": "Check if getUTCMinutes value is equal to setUTCMinutes", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMonth_checkEqualWithSetUTCMonth", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCMonth value is equal to setUTCMonth", + "description": "Check if getUTCMonth value is equal to setUTCMonth", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_checkEqualWithSetUTCMonth.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCSeconds value is equal to getUTCSeconds", + "description": "Check if getUTCSeconds value is equal to getUTCSeconds", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method TZDate::addDuration() works properly", + "description": "Check if method TZDate::addDuration() works properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_duration_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::addDuration() throws exception when duration argument has wrong type", + "description": "Check if TZDate::addDuration() throws exception when duration argument has wrong type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_duration_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_duration_invalid_obj", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::addDuration() throws exception when duration is regular object", + "description": "Check if TZDate::addDuration() throws exception when duration is regular object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_duration_invalid_obj.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if addDuration() method exists in TimeManager", + "description": "Check if addDuration() method exists in TimeManager", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::addDuration() method throws exception with missing mandatory argument", + "description": "Check if TZDate::addDuration() method throws exception with missing mandatory argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_constructor_maximal_with_nonoptional_arguments", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether TZDate(y, m, d, h, m, s, m, timezone) constructor works", + "description": "Test whether TZDate(y, m, d, h, m, s, m, timezone) constructor works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_nonoptional_arguments.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_constructor_maximal_with_optional_arguments", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether TZDate(date, timezone) constructor works", + "description": "Test whether TZDate(date, timezone) constructor works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_optional_arguments.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_constructor_minimal_with_nonoptional_arguments", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether TZDate(y, m, d) constructor works", + "description": "Test whether TZDate(y, m, d) constructor works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_constructor_minimal_with_nonoptional_arguments.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_constructor_minimal_without_optional_arguments", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether TZDate() constructor without arguments works", + "description": "Test whether TZDate() constructor without arguments works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_constructor_minimal_without_optional_arguments.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_difference", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::difference() method works", + "description": "Check if TZDate::difference() method works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_difference.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_difference_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if difference() method exists in TZDate", + "description": "Check if difference() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_difference_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_difference_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::difference() throws exception with missing missing mandatory argument", + "description": "Check if TZDate::difference() throws exception with missing missing mandatory argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_difference_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_difference_other_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::difference() throws exception when other has wrong type", + "description": "Check if TZDate::difference() throws exception when other has wrong type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_difference_other_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_difference_other_invalid_obj", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::difference() throws exception when other is regural object", + "description": "Check if TZDate::difference() throws exception when other is regural object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_difference_other_invalid_obj.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_earlierThan", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::earlierThan() method works", + "description": "Check if TZDate::earlierThan() method works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_earlierThan.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_earlierThan_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if earlierThan() method exists in TZDate", + "description": "Check if earlierThan() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_earlierThan_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_earlierThan_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::earlierThan() throws exception with missing mandatory argument", + "description": "Check if TZDate::earlierThan() throws exception with missing mandatory argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_earlierThan_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_earlierThan_other_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::earlierThan() throws exception when other has wrong type", + "description": "Check if TZDate::earlierThan() throws exception when other has wrong type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_earlierThan_other_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_earlierThan_other_invalid_obj", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::earlierThan() throws exception when other is regular object", + "description": "Check if TZDate::earlierThan() throws exception when other is regular object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_earlierThan_other_invalid_obj.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_equalsTo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::equalsTo() method works", + "description": "Check if TZDate::equalsTo() method works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_equalsTo.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_equalsTo_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if equalsTo() method exists in TZDate", + "description": "Check if equalsTo() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_equalsTo_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_equalsTo_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::equalsTo() throws exception with missing mandatory argument", + "description": "Check if TZDate::equalsTo() throws exception with missing mandatory argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_equalsTo_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_equalsTo_other_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::equalsTo() throws exception when other has wrong type", + "description": "Check if TZDate::equalsTo() throws exception when other has wrong type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_equalsTo_other_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_equalsTo_other_invalid_obj", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::equalsTo() throws exception when other is regural object", + "description": "Check if TZDate::equalsTo() throws exception when other is regural object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_equalsTo_other_invalid_obj.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether the constructor of the TZDate interface is defined", + "description": "Test whether the constructor of the TZDate interface is defined", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether the TZDate object can have new attribute added", + "description": "Test whether the TZDate object can have new attribute added", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getDate", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getDate() method returns valid number", + "description": "Check if TZDate::getDate() method returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getDate.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getDate_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getDate() for specific date", + "description": "Check whether Tizen.TZDate.getDate() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getDate_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getDate_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getDate() method exists in TZDate", + "description": "Check if getDate() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getDate_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getDate_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getDate() method accepts extra argument", + "description": "Check if TZDate::getDate() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getDate_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getDay", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getDay() method returns valid number", + "description": "Check if TZDate::getDay() method returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getDay.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getDay_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getDay() for specific date", + "description": "Check whether Tizen.TZDate.getDay() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getDay_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getDay_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getDay() method exists in TZDate", + "description": "Check if getDay() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getDay_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getDay_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getDay() method accepts extra argument", + "description": "Check if TZDate::getDay() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getDay_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getFullYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getFullYear() returns valid number", + "description": "Check if TZDate::getFullYear() returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getFullYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getFullYear_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getFullYear() for specific date", + "description": "Check whether Tizen.TZDate.getFullYear() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getFullYear_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getFullYear_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getFullYear() method exists in TZDate", + "description": "Check if getFullYear() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getFullYear_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getFullYear_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getFullYear() method accepts extra argument", + "description": "Check if TZDate::getFullYear() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getFullYear_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getHours", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getHours() returns valid number", + "description": "Check if TZDate::getHours() returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getHours.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getHours_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getHours() for specific date", + "description": "Check whether Tizen.TZDate.getHours() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getHours_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getHours_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getHours() method exists in TZDate", + "description": "Check if TZDate::getHours() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getHours_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getHours_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getHours() method accepts extra argument", + "description": "Check if TZDate::getHours() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getHours_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMilliseconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getMilliseconds() returns valid number", + "description": "Check if TZDate::getMilliseconds() returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMilliseconds_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getMilliseconds() for specific date", + "description": "Check whether Tizen.TZDate.getMilliseconds() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMilliseconds_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getMilliseconds() method exists in TZDate", + "description": "Check if getMilliseconds() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMilliseconds_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getMilliseconds() method accepts extra argument", + "description": "Check if TZDate::getMilliseconds() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMinutes", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getMinutes() returns valid number", + "description": "Check if TZDate::getMinutes() returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMinutes.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMinutes_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getMinutes() for specific date", + "description": "Check whether Tizen.TZDate.getMinutes() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMinutes_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMinutes_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getMinutes() method exists in TZDate", + "description": "Check if getMinutes() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMinutes_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMinutes_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getMinutes() method accepts extra argument", + "description": "Check if TZDate::getMinutes() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMinutes_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMonth", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getMonth() returns valid number", + "description": "Check if TZDate::getMonth() returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMonth.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMonth_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getMonth() for specific date", + "description": "Check whether Tizen.TZDate.getMonth() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMonth_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMonth_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getMonth() method exists in TZDate", + "description": "Check if getMonth() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMonth_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getMonth_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getMonth() method accepts extra argument", + "description": "Check if TZDate::getMonth() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getMonth_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getNextDSTTransition", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getNextDSTTransition() returns a either date or null", + "description": "Check if TZDate::getNextDSTTransition() returns a either date or null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getNextDSTTransition.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getNextDSTTransition_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getNextDSTTransition() method exists in TZDate", + "description": "Check if getNextDSTTransition() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getNextDSTTransition_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getNextDSTTransition() method accepts extra argument", + "description": "Check if TZDate::getNextDSTTransition() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getPreviousDSTTransition", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getPreviousDSTTransition() returns a either date or null", + "description": "Check if TZDate::getPreviousDSTTransition() returns a either date or null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getPreviousDSTTransition_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getPreviousDSTTransition() method exists in TZDate", + "description": "Check if getPreviousDSTTransition() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getPreviousDSTTransition_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getPreviousDSTTransition() method accepts extra argument", + "description": "Check if TZDate::getPreviousDSTTransition() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getSeconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getSeconds() returns valid number", + "description": "Check if TZDate::getSeconds() returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getSeconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getSeconds_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getSeconds() for specific date", + "description": "Check whether Tizen.TZDate.getSeconds() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getSeconds_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getSeconds_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getSeconds() method exists in TZDate", + "description": "Check if getSeconds() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getSeconds_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getSeconds_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getSeconds() method accepts extra argument", + "description": "Check if TZDate::getSeconds() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getSeconds_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getTimezone", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getTimezone() returns a string", + "description": "Check if TZDate::getTimezone() returns a string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getTimezone.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getTimezoneAbbreviation", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getTimezoneAbbreviation() returns a string", + "description": "Check if TZDate::getTimezoneAbbreviation() returns a string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getTimezoneAbbreviation_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getTimezoneAbbreviation() method exists in TZDate", + "description": "Check if getTimezoneAbbreviation() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getTimezoneAbbreviation_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getTimezoneAbbreviation() method accepts extra argument", + "description": "Check if TZDate::getTimezoneAbbreviation() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getTimezone_for_specific_timezone", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getTimezone() for specific timezone", + "description": "Check whether Tizen.TZDate.getTimezone() for specific timezone", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getTimezone_for_specific_timezone.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getTimezone_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getTimezone() method exists in TZDate", + "description": "Check if getTimezone() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getTimezone_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getTimezone_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getTimezone() method accepts extra argument", + "description": "Check if TZDate::getTimezone() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getTimezone_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCDate", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCDate() returns valid number", + "description": "Check if TZDate::getUTCDate() returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCDate.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCDate_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getUTCDate() for specific date", + "description": "Check whether Tizen.TZDate.getUTCDate() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCDate_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCDate_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCDate() method exists in TZDate", + "description": "Check if getUTCDate() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCDate_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCDate_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCDate() method accepts extra argument", + "description": "Check if TZDate::getUTCDate() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCDate_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCDay", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCDay() returns valid number", + "description": "Check if TZDate::getUTCDay() returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCDay.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCDay_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getUTCDay() for specific date", + "description": "Check whether Tizen.TZDate.getUTCDay() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCDay_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCDay_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCDay() method exists in TZDate", + "description": "Check if getUTCDay() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCDay_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCDay_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCDay() method accepts extra argument", + "description": "Check if TZDate::getUTCDay() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCDay_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCFullYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCFullYear() returns valid number", + "description": "Check if TZDate::getUTCFullYear() returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCFullYear_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getUTCFullYear() for specific date", + "description": "Check whether Tizen.TZDate.getUTCFullYear() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCFullYear_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCFullYear() method exists in TZDate", + "description": "Check if getUTCFullYear() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCFullYear_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCFullYear() method accepts extra argument", + "description": "Check if TZDate::getUTCFullYear() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCHours", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCHours() returns valid number", + "description": "Check if TZDate::getUTCHours() returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCHours.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCHours_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getUTCHours() for specific date", + "description": "Check whether Tizen.TZDate.getUTCHours() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCHours_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCHours_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCHours() method exists in TZDate", + "description": "Check if getUTCHours() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCHours_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCHours_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method TZDate::getUTCHours() method accepts extra argument", + "description": "Check if method TZDate::getUTCHours() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCHours_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMilliseconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCMilliseconds() returns valid number", + "description": "Check if TZDate::getUTCMilliseconds() returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMilliseconds_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getUTCMilliseconds() for specific date", + "description": "Check whether Tizen.TZDate.getUTCMilliseconds() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMilliseconds_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCMilliseconds() method exists in TZDate", + "description": "Check if getUTCMilliseconds() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMilliseconds_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCMilliseconds() method accepts extra argument", + "description": "Check if TZDate::getUTCMilliseconds() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMinutes", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCMinutes() returns valid number", + "description": "Check if TZDate::getUTCMinutes() returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMinutes_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getUTCMinutes() for specific date", + "description": "Check whether Tizen.TZDate.getUTCMinutes() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMinutes_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCMinutes() method exists in TZDate", + "description": "Check if getUTCMinutes() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMinutes_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCMinutes() method accepts extra argument", + "description": "Check if TZDate::getUTCMinutes() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMonth", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCMonth() returns valid number", + "description": "Check if TZDate::getUTCMonth() returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMonth_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getUTCMonth() for specific date", + "description": "Check whether Tizen.TZDate.getUTCMonth() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMonth_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCMonth() method exists in TZDate", + "description": "Check if getUTCMonth() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCMonth_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCMonth() method accepts extra argument", + "description": "Check if TZDate::getUTCMonth() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCSeconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCSeconds() returns valid number", + "description": "Check if TZDate::getUTCSeconds() returns valid number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCSeconds_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getUTCSeconds() for specific date", + "description": "Check whether Tizen.TZDate.getUTCSeconds() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCSeconds_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getUTCSeconds() method exists in TZDate", + "description": "Check if getUTCSeconds() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_getUTCSeconds_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::getUTCSeconds() method accepts extra argument", + "description": "Check if TZDate::getUTCSeconds() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_isDST", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::isDST() method returns boolean", + "description": "Check if TZDate::isDST() method returns boolean", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_isDST.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_isDST_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.isDST() for specific date", + "description": "Check whether Tizen.TZDate.isDST() for specific date", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_isDST_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_isDST_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if isDST() method exists in TZDate", + "description": "Check if isDST() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_isDST_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_isDST_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::isDST() method accepts extra argument", + "description": "Check if TZDate::isDST() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_isDST_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_laterThan", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::laterThan() method returns that current date after 2013-03-04", + "description": "Check if TZDate::laterThan() method returns that current date after 2013-03-04", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_laterThan.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_laterThan_with_null", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::laterThan() throws exception when other is null", + "description": "Check if TZDate::laterThan() throws exception when other is null", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_laterThan_with_null.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_laterThan_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::laterThan() method exists in TZDate", + "description": "Check if TZDate::laterThan() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_laterThan_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_laterThan_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::laterThan() method accepts extra argument", + "description": "Check if TZDate::laterThan() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_laterThan_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_laterThan_other_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::laterThan() throws exception when other has wrong type", + "description": "Check if TZDate::laterThan() throws exception when other has wrong type", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_laterThan_other_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_laterThan_other_invalid_obj", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::laterThan() throws exception when other is regular object", + "description": "Check if TZDate::laterThan() throws exception when other is regular object", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_laterThan_other_invalid_obj.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_secondsFromUTC", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::secondsFromUTC() returns number", + "description": "Check if TZDate::secondsFromUTC() returns number", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_secondsFromUTC_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether secondsFromUTC() method correctly gets the number of seconds from UTC offset for the time zone", + "description": "Check whether secondsFromUTC() method correctly gets the number of seconds from UTC offset for the time zone", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_secondsFromUTC_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if secondsFromUTC() method exists in TZDate", + "description": "Check if secondsFromUTC() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_secondsFromUTC_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::secondsFromUTC() method accepts extra argument", + "description": "Check if TZDate::secondsFromUTC() method accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setDate", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::setDate() method sets day of the month and returns nothing", + "description": "Check if TZDate::setDate() method sets day of the month and returns nothing", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setDate.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setDate_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check various arguments for setDate() method", + "description": "Check various arguments for setDate() method", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setDate_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setDate_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setDate() method exists in TZDate", + "description": "Check if setDate() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setDate_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setFullYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::setFullYear() method sets year and returns nothing", + "description": "Check if TZDate::setFullYear() method sets year and returns nothing", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setFullYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setFullYear_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setFullYear() method exists in TZDate", + "description": "Check if setFullYear() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setFullYear_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setHours", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::setHours() method sets hour and returns nothing", + "description": "Check if TZDate::setHours() method sets hour and returns nothing", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setHours.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setHours_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setHours() method exists in TZDate", + "description": "Check if setHours() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setHours_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setMilliseconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::setMilliseconds() method sets milliseconds and returns nothing", + "description": "Check if TZDate::setMilliseconds() method sets milliseconds and returns nothing", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setMilliseconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setMilliseconds_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setMilliseconds() method exists in TZDate", + "description": "Check if setMilliseconds() method exists in TZDate", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setMilliseconds_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setMinutes", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method setMinutes of TZDate works properly.", + "description": "Check if method setMinutes of TZDate works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setMinutes.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setMinutes_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setMinutes method exists in TimeManager.", + "description": "Check if setMinutes method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setMinutes_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setMonth", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method setMonth of TZDate works properly.", + "description": "Check if method setMonth of TZDate works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setMonth.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setMonth_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setMonth method exists in TimeManager.", + "description": "Check if setMonth method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setMonth_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setSeconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method setSeconds of TZDate works properly.", + "description": "Check if method setSeconds of TZDate works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setSeconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setSeconds_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setSeconds method exists in TimeManager.", + "description": "Check if setSeconds method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setSeconds_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setUTCDate", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method setUTCDate of TZDate works properly.", + "description": "Check if method setUTCDate of TZDate works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setUTCDate.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setUTCDate_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setUTCDate method exists in TimeManager.", + "description": "Check if setUTCDate method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setUTCDate_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setUTCFullYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method setUTCFullYear of TZDate works properly.", + "description": "Check if method setUTCFullYear of TZDate works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setUTCFullYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setUTCFullYear_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setUTCFullYear method exists in TimeManager.", + "description": "Check if setUTCFullYear method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setUTCFullYear_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setUTCHours", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method setUTCHours of TZDate works properly.", + "description": "Check if method setUTCHours of TZDate works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setUTCHours.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setUTCHours_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setUTCHours method exists in TimeManager.", + "description": "Check if setUTCHours method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setUTCHours_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setUTCMilliseconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method setUTCMilliseconds of TZDate works properly.", + "description": "Check if method setUTCMilliseconds of TZDate works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setUTCMilliseconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setUTCMilliseconds_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setUTCMilliseconds method exists in TimeManager.", + "description": "Check if setUTCMilliseconds method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setUTCMilliseconds_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setUTCMinutes", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method setUTCMinutes of TZDate works properly.", + "description": "Check if method setUTCMinutes of TZDate works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setUTCMinutes.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setUTCMinutes_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setUTCMinutes method exists in TimeManager.", + "description": "Check if setUTCMinutes method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setUTCMinutes_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setUTCMonth", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method setUTCMonth of TZDate works properly.", + "description": "Check if method setUTCMonth of TZDate works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setUTCMonth.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setUTCMonth_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setUTCMonth method exists in TimeManager.", + "description": "Check if setUTCMonth method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setUTCMonth_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setUTCSeconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method setUTCSeconds of TZDate works properly.", + "description": "Check if method setUTCSeconds of TZDate works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setUTCSeconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_setUTCSeconds_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if setUTCSeconds method exists in TimeManager.", + "description": "Check if setUTCSeconds method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_setUTCSeconds_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toDateString", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::ToDateString() method returns non-empty string", + "description": "Check if TZDate::ToDateString() method returns non-empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toDateString.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toDateString_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether toDateString() method correctly returns the date portion of a TZDate object as a string", + "description": "Check whether toDateString() method correctly returns the date portion of a TZDate object as a string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toDateString_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toDateString_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if toDateString method exists in TimeManager.", + "description": "Check if toDateString method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toDateString_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toDateString_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method toDateString of TZDate accepts extra argument", + "description": "Check if method toDateString of TZDate accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toDateString_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocalTimezone", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method toLocalTimezone of TZDate works properly.", + "description": "Check if method toLocalTimezone of TZDate works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocalTimezone.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocalTimezone_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Tizen.TZDate.toLocalTimezone (null) WRONG argument(s)", + "description": "Tizen.TZDate.toLocalTimezone (null) WRONG argument(s)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocalTimezone_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocalTimezone_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if toLocalTimezone method exists in TimeManager.", + "description": "Check if toLocalTimezone method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocalTimezone_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocalTimezone_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method toLocalTimezone of TZDate accepts extra argument", + "description": "Check if method toLocalTimezone of TZDate accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocalTimezone_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocaleDateString", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::ToLocaleDateString() method returns non-empty string", + "description": "Check if TZDate::ToLocaleDateString() method returns non-empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocaleDateString.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocaleDateString_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether toLocaleDateString() method correctly returns the date portion of a TZDate object as a string", + "description": "Check whether toLocaleDateString() method correctly returns the date portion of a TZDate object as a string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocaleDateString_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocaleDateString_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if toLocaleDateString method exists in TimeManager.", + "description": "Check if toLocaleDateString method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocaleDateString_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocaleDateString_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method toLocaleDateString of TZDate accepts extra argument", + "description": "Check if method toLocaleDateString of TZDate accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocaleDateString_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocaleString", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::ToLocaleString() method returns non-empty string", + "description": "Check if TZDate::ToLocaleString() method returns non-empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocaleString.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocaleString_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether toLocaleString() method correctly converts a TZDate object to a string, using locale conventions", + "description": "Check whether toLocaleString() method correctly converts a TZDate object to a string, using locale conventions", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocaleString_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocaleString_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if toLocaleString method exists in TimeManager.", + "description": "Check if toLocaleString method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocaleString_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocaleString_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method toLocaleString of TZDate accepts extra argument", + "description": "Check if method toLocaleString of TZDate accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocaleString_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocaleTimeString", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::ToLocaleTimeString() method returns non-empty string", + "description": "Check if TZDate::ToLocaleTimeString() method returns non-empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocaleTimeString.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocaleTimeString_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether toLocaleTimeString() method correctly returns the time portion of a TZDate object as a string", + "description": "Check whether toLocaleTimeString() method correctly returns the time portion of a TZDate object as a string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocaleTimeString_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if toLocaleTimeString method exists in TimeManager.", + "description": "Check if toLocaleTimeString method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toLocaleTimeString_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method toLocaleTimeString of TZDate accepts extra argument", + "description": "Check if method toLocaleTimeString of TZDate accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toString", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::ToString() method returns non-empty string", + "description": "Check if TZDate::ToString() method returns non-empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toString.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toString_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "toString() method converts a TZDate object to a string correctly", + "description": "toString() method converts a TZDate object to a string correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toString_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toString_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if toString method exists in TimeManager.", + "description": "Check if toString method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toString_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toString_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method toString of TZDate accepts extra argument", + "description": "Check if method toString of TZDate accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toString_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toTimeString", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate::ToTimeString() method returns non-empty string", + "description": "Check if TZDate::ToTimeString() method returns non-empty string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toTimeString.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toTimeString_for_specific_date", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether toTimeString() method correctly returns the time portion of a TZDate object as a string", + "description": "Check whether toTimeString() method correctly returns the time portion of a TZDate object as a string", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toTimeString_for_specific_date.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toTimeString_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if toTimeString method exists in TimeManager.", + "description": "Check if toTimeString method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toTimeString_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toTimeString_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether Tizen.TZDate.getMonth() extra argument", + "description": "Check whether Tizen.TZDate.getMonth() extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toTimeString_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toTimezone", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method toTimezone of TZDate works properly.", + "description": "Check if method toTimezone of TZDate works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toTimezone.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toTimezone_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if toTimezone method exists in TimeManager.", + "description": "Check if toTimezone method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toTimezone_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toUTC", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method toUTC of TZDate works properly.", + "description": "Check if method toUTC of TZDate works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toUTC.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toUTC_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if toUTC method exists in TimeManager.", + "description": "Check if toUTC method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toUTC_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_toUTC_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method toUTC of TZDate accepts extra argument", + "description": "Check if method toUTC of TZDate accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_toUTC_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_constructor_maximal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether the maximal constructor of the TimeDuration interface is defined or not.", + "description": "Test whether the maximal constructor of the TimeDuration interface is defined or not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_constructor_maximal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_constructor_minimal", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether the minimal constructor of the TimeDuration interface is defined or not.", + "description": "Test whether the minimal constructor of the TimeDuration interface is defined or not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_constructor_minimal.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_difference", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method difference of TimeDuration works properly.", + "description": "Check if method difference of TimeDuration works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_difference.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_difference_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if difference method exists in TimeDuration.", + "description": "Check if difference method exists in TimeDuration.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_difference_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_difference_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if difference method with missing non-optional argument works in TimeDuration", + "description": "Check if difference method with missing non-optional argument works in TimeDuration", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_difference_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_difference_other_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check argument difference conversions exception in TimeDuration.", + "description": "Check argument difference conversions exception in TimeDuration.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_difference_other_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_difference_other_invalid_obj", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check argument validation in difference method in TimeDuration.", + "description": "Check argument validation in difference method in TimeDuration.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_difference_other_invalid_obj.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_equalsTo", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method equalsTo of TimeDuration works properly.", + "description": "Check if method equalsTo of TimeDuration works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_equalsTo.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_equalsTo_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if equalsTo method exists in TimeDuration.", + "description": "Check if equalsTo method exists in TimeDuration.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_equalsTo_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_equalsTo_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if equalsTo method with missing non-optional argument works in TimeDuration", + "description": "Check if equalsTo method with missing non-optional argument works in TimeDuration", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_equalsTo_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_equalsTo_other_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check argument equalsTo conversions exception in TimeDuration.", + "description": "Check argument equalsTo conversions exception in TimeDuration.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_equalsTo_other_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_equalsTo_other_invalid_obj", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check argument validation in equalsTo method in TimeDuration.", + "description": "Check argument validation in equalsTo method in TimeDuration.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_equalsTo_other_invalid_obj.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether the constructor of the TimeDuration interface is defined or not.", + "description": "Test whether the constructor of the TimeDuration interface is defined or not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether TimeDuration the object can have new attribute added", + "description": "Test whether TimeDuration the object can have new attribute added", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_greaterThan", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method greaterThan of TimeDuration works properly.", + "description": "Check if method greaterThan of TimeDuration works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_greaterThan.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_greaterThan_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if greaterThan method exists in TimeManager.", + "description": "Check if greaterThan method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_greaterThan_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if greaterThan method with missing non-optional argument works", + "description": "Check if greaterThan method with missing non-optional argument works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_greaterThan_other_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check argument greaterThan conversions exception.", + "description": "Check argument greaterThan conversions exception.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_other_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_greaterThan_other_invalid_obj", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check argument validation in greaterThan method in TimeDuration.", + "description": "Check argument validation in greaterThan method in TimeDuration.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_other_invalid_obj.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_length_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check existent and type attribute length", + "description": "Check existent and type attribute length", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_length_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_lessThan", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method lessThan of TimeDuration works properly.", + "description": "Check if method lessThan of TimeDuration works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_lessThan.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_lessThan_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if lessThan method exists in TimeManager.", + "description": "Check if lessThan method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_lessThan_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_lessThan_missarg", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if lessThan method with missing non-optional argument works", + "description": "Check if lessThan method with missing non-optional argument works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_lessThan_missarg.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_lessThan_other_TypeMismatch", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check argument lessThan conversions exception.", + "description": "Check argument lessThan conversions exception.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_lessThan_other_TypeMismatch.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_lessThan_other_invalid_obj", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check argument validation in lessThan method in TimeDuration.", + "description": "Check argument validation in lessThan method in TimeDuration.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_lessThan_other_invalid_obj.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeDuration_unit_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check existent and type attribute unit", + "description": "Check existent and type attribute unit", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeDuration_unit_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test whether the TimeManager object can have new attribute added", + "description": "Test whether the TimeManager object can have new attribute added", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getAvailableTimezones", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method getAvailableTimezones of TimeUtil works properly.", + "description": "Check if method getAvailableTimezones of TimeUtil works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getAvailableTimezones_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getAvailableTimezones method exists in TimeManager.", + "description": "Check if getAvailableTimezones method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getAvailableTimezones_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method getAvailableTimezones of TimeUtil accepts extra argument", + "description": "Check if method getAvailableTimezones of TimeUtil accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getCurrentDateTime", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method getCurrentDateTime of TimeUtil works properly.", + "description": "Check if method getCurrentDateTime of TimeUtil works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getCurrentDateTime_instanceof", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check whether getCurrentDateTime() method returns the current date / time correctly", + "description": "Check whether getCurrentDateTime() method returns the current date / time correctly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_instanceof.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getCurrentDateTime_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getCurrentDateTime method exists in TimeManager.", + "description": "Check if getCurrentDateTime method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getCurrentDateTime_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method getCurrentDateTime of TimeUtil accepts extra argument", + "description": "Check if method getCurrentDateTime of TimeUtil accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getDateFormat", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method getDateFormat of TimeUtil works properly.", + "description": "Check if method getDateFormat of TimeUtil works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getDateFormat.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getDateFormat_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getDateFormat method exists in TimeManager.", + "description": "Check if getDateFormat method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getDateFormat_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getLocalTimezone", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method getLocalTimezone of TimeUtil works properly.", + "description": "Check if method getLocalTimezone of TimeUtil works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getLocalTimezone_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getLocalTimezone method exists in TimeManager.", + "description": "Check if getLocalTimezone method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getLocalTimezone_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method getLocalTimezone of TimeUtil accepts extra argument", + "description": "Check if method getLocalTimezone of TimeUtil accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getTimeFormat", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method getTimeFormat of TimeUtil works properly.", + "description": "Check if method getTimeFormat of TimeUtil works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getTimeFormat.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getTimeFormat_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if getTimeFormat method exists in TimeManager.", + "description": "Check if getTimeFormat method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getTimeFormat_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_getTimeFormat_extra_argument", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method getTimeFormat of TimeUtil accepts extra argument", + "description": "Check if method getTimeFormat of TimeUtil accepts extra argument", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_getTimeFormat_extra_argument.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_isLeapYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if method isLeapYear of TimeUtil works properly.", + "description": "Check if method isLeapYear of TimeUtil works properly.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_isLeapYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_isLeapYear_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if isLeapYear method exists in TimeManager.", + "description": "Check if isLeapYear method exists in TimeManager.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_isLeapYear_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeUtil_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface TimeUtil exists, it should not.", + "description": "Check if interface TimeUtil exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeUtil_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_invalidLength", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check TZDate::addDuration() method called with invalid length", + "description": "Check TZDate::addDuration() method called with invalid length", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_invalidLength.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitDAYS_negative", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit DAYS and negative length", + "description": "Check addDuration method for unit DAYS and negative length", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_negative.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitDAYS_one", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit DAYS and one day", + "description": "Check addDuration method for unit DAYS and one day", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_one.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitDAYS_week", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit DAYS adding week", + "description": "Check addDuration method for unit DAYS adding week", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_week.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitDAYS_year", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit DAYS adding year", + "description": "Check addDuration method for unit DAYS adding year", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_year.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitHOURS", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit HOURS", + "description": "Check addDuration method for unit HOURS", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitHOURS_moreThanOneDay", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit HOURS adding 25 hours", + "description": "Check addDuration method for unit HOURS adding 25 hours", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_moreThanOneDay.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitHOURS_negative", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit HOURS and negative length", + "description": "Check addDuration method for unit HOURS and negative length", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_negative.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitMINS", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit MINS", + "description": "Check addDuration method for unit MINS", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitMINS_complexNum", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit MINS and length of 5", + "description": "Check addDuration method for unit MINS and length of 5", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_complexNum.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitMINS_negative", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit MINS and negative length", + "description": "Check addDuration method for unit MINS and negative length", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_negative.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitMSECS", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit MSECS", + "description": "Check addDuration method for unit MSECS", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitMSECS_complexNum", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit MSECS and length of 45", + "description": "Check addDuration method for unit MSECS and length of 45", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_complexNum.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitMSECS_negative", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit MSECS and negative length", + "description": "Check addDuration method for unit MSECS and negative length", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_negative.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitSECS", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit SECS", + "description": "Check addDuration method for unit SECS", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitSECS_complexNum", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit SECS and length of 45", + "description": "Check addDuration method for unit SECS and length of 45", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_complexNum.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TZDate_addDuration_unitSECS_negative", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check addDuration method for unit SECS and negative length", + "description": "Check addDuration method for unit SECS and negative length", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_negative.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_difference_compareWithPastDate", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.difference() with past date works", + "description": "Check if TZDate.difference() with past date works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastDate.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_difference_compareWithPastHour", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.difference() with date hour earlier works", + "description": "Check if TZDate.difference() with date hour earlier works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastHour.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_difference_compareWithPastSeconds", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.difference() with date seconds earlier works", + "description": "Check if TZDate.difference() with date seconds earlier works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastSeconds.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_TZDate_difference_compareWithPastYear", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TZDate.difference() with date year earlier works", + "description": "Check if TZDate.difference() with date year earlier works", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastYear.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Time_in_tizen", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check existent and type attribute time", + "description": "Check existent and type attribute time", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/Time_in_tizen.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "TimeManagerObject_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if interface TimeManagerObject exists, it should not.", + "description": "Check if interface TimeManagerObject exists, it should not.", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-time-tizen-tests/time/TimeManagerObject_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0S-tct-time-tizen-tests/tct-time-tizen-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0S-tct-time-tizen-tests/tct-time-tizen-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..f64ef84 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0S-tct-time-tizen-tests/tct-time-tizen-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0T-tct-tizen-tizen-tests/QAMETA.json b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0T-tct-tizen-tizen-tests/QAMETA.json new file mode 100644 index 0000000..7e03de1 --- /dev/null +++ b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0T-tct-tizen-tizen-tests/QAMETA.json @@ -0,0 +1,2056 @@ +[ + { + "launcher": "xwalk", + "name": "AbstractFilter_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Tizen.AbstractFilter - integration test", + "description": "Tizen.AbstractFilter - integration test", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/AbstractFilter_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AttributeFilter_attributeName_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attributeName equals to the value that is set when create AttributeFilter", + "description": "Check if attributeName equals to the value that is set when create AttributeFilter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/AttributeFilter_attributeName_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AttributeFilter_constructor", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AttributeFilter constructor is correct", + "description": "Check if AttributeFilter constructor is correct", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/AttributeFilter_constructor.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AttributeFilter_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AttributeFilter constructor create object properly", + "description": "Check if AttributeFilter constructor create object properly", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/AttributeFilter_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AttributeFilter_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AttributeFilter constructor can be extended", + "description": "Check if AttributeFilter constructor can be extended", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/AttributeFilter_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AttributeFilter_matchFlag_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if matchFlag equals to the value that is set when create AttributeFilter", + "description": "Check if matchFlag equals to the value that is set when create AttributeFilter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/AttributeFilter_matchFlag_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AttributeFilter_matchValue_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if matchValue equals to the value that is set when create AttributeFilter", + "description": "Check if matchValue equals to the value that is set when create AttributeFilter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/AttributeFilter_matchValue_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AttributeRangeFilter_attributeName_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attribute AttributeRangeFilter.attributeName exists", + "description": "Check if attribute AttributeRangeFilter.attributeName exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_attributeName_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AttributeRangeFilter_constructor_min", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AttributeRangeFilter can be created successfully when creat without initialValue and endValue parameters", + "description": "Check if AttributeRangeFilter can be created successfully when creat without initialValue and endValue parameters", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_constructor_min.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AttributeRangeFilter_constructor_successful", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attributeName equals to the value that is set when create AttributeRangeFilter", + "description": "Check if attributeName equals to the value that is set when create AttributeRangeFilter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_constructor_successful.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AttributeRangeFilter_endValue_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if endValue equals to the value that is set when create AttributeRangeFilter", + "description": "Check if endValue equals to the value that is set when create AttributeRangeFilter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_endValue_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AttributeRangeFilter_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AttributeRangeFilter exists", + "description": "Check if AttributeRangeFilter exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AttributeRangeFilter_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if AttributeRangeFilter can be extended", + "description": "Check if AttributeRangeFilter can be extended", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "AttributeRangeFilter_initialValue_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if initialValue equals to the value that is set when create AttributeRangeFilter", + "description": "Check if initialValue equals to the value that is set when create AttributeRangeFilter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_initialValue_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CompositeFilterType_enum_INTERSECTION", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test CompositeFilterType with type INTERSECTION", + "description": "Test CompositeFilterType with type INTERSECTION", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/CompositeFilterType_enum_INTERSECTION.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CompositeFilterType_enum_UNION", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Test CompositeFilterType with type UNION", + "description": "Test CompositeFilterType with type UNION", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/CompositeFilterType_enum_UNION.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CompositeFilter_constructor", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CompositeFilter can be create successfully", + "description": "Check if CompositeFilter can be create successfully", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/CompositeFilter_constructor.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CompositeFilter_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CompositeFilter constructor exists", + "description": "Check if CompositeFilter constructor exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/CompositeFilter_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CompositeFilter_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if CompositeFilter can be extend", + "description": "Check if CompositeFilter can be extend", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/CompositeFilter_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CompositeFilter_filters_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if filters equals to the value that is set when create CompositeFilter", + "description": "Check if filters equals to the value that is set when create CompositeFilter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/CompositeFilter_filters_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "CompositeFilter_type_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if type equals to the value that is set when create CompositeFilter", + "description": "Check if type equals to the value that is set when create CompositeFilter", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/CompositeFilter_type_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "ErrorCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ErrorCallback not exists", + "description": "Check if ErrorCallback not exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/ErrorCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FilterMatchFlag_enum_CONTAINS", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "FilterMatchFlag constructor works with CONTAINS", + "description": "FilterMatchFlag constructor works with CONTAINS", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_CONTAINS.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FilterMatchFlag_enum_ENDSWITH", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "FilterMatchFlag constructor works with ENDSWITH", + "description": "FilterMatchFlag constructor works with ENDSWITH", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_ENDSWITH.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FilterMatchFlag_enum_EXACTLY", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "FilterMatchFlag constructor works with EXACTLY", + "description": "FilterMatchFlag constructor works with EXACTLY", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_EXACTLY.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FilterMatchFlag_enum_FULLSTRING", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "FilterMatchFlag constructor works with FULLSTRING", + "description": "FilterMatchFlag constructor works with FULLSTRING", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_FULLSTRING.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FilterMatchFlag_enum_STARTSWITH", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "FilterMatchFlag constructor works with STARTSWITH", + "description": "FilterMatchFlag constructor works with STARTSWITH", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_STARTSWITH.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "FitlerMatchFlag_enum_EXISTS", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "FilterMatchFlag constructor works with EXISTS", + "description": "FilterMatchFlag constructor works with EXISTS", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/FitlerMatchFlag_enum_EXISTS.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SimpleCoordinates_constructor_successful", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if latitude and longitude equals to the values that is set when create SimpleCoordinates", + "description": "Check if latitude and longitude equals to the values that is set when create SimpleCoordinates", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/SimpleCoordinates_constructor_successful.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SimpleCoordinates_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SimpleCoordinates constructor exists", + "description": "Check if SimpleCoordinates constructor exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/SimpleCoordinates_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SimpleCoordinates_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Tizen.SimpleCoordinates - integration test", + "description": "Tizen.SimpleCoordinates - integration test", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/SimpleCoordinates_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SimpleCoordinates_latitude_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if latitude equals to the value that is set when create SimpleCoordinates", + "description": "Check if latitude equals to the value that is set when create SimpleCoordinates", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/SimpleCoordinates_latitude_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SimpleCoordinates_longitude_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if longitude equals to the value that is set when create SimpleCoordinates", + "description": "Check if longitude equals to the value that is set when create SimpleCoordinates", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/SimpleCoordinates_longitude_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SortModeOrder_enum_ASC", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "SortMode constructor with ASC", + "description": "SortMode constructor with ASC", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/SortModeOrder_enum_ASC.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SortModeOrder_enum_DESC", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "SortMode constructor with DESC", + "description": "SortMode constructor with DESC", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/SortModeOrder_enum_DESC.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SortMode_attributeName_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if attributeName equals to the value that is set when create SortMode", + "description": "Check if attributeName equals to the value that is set when create SortMode", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/SortMode_attributeName_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SortMode_constructor", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SortMode constructor is correct", + "description": "Check if SortMode constructor is correct", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/SortMode_constructor.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SortMode_exist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SortMode constructor exists", + "description": "Check if SortMode constructor exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/SortMode_exist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SortMode_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SortMode object can be extended", + "description": "Check if SortMode object can be extended", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/SortMode_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SortMode_order_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if order attribute equals to the value that is set when create SortMode", + "description": "Check if order attribute equals to the value that is set when create SortMode", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/SortMode_order_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "SuccessCallback_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SuccessCallback not exists", + "description": "Check if SuccessCallback not exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/SuccessCallback_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Tizen_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if Tizen object can be extended", + "description": "Check if Tizen object can be extended", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/Tizen_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Tizen_managerobject", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if tizen exists", + "description": "Check if tizen exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/Tizen_managerobject.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "Tizen_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if tizen not exists", + "description": "Check if tizen not exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/Tizen_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIError_code_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WebAPIError.code existence", + "description": "Check if WebAPIError.code existence", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIError_code_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIError_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WebAPIError can be extended", + "description": "Check if WebAPIError can be extended", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIError_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIError_message_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WebAPIError.message existence", + "description": "Check if WebAPIError.message existence", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIError_message_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIError_name_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WebAPIError.name existence", + "description": "Check if WebAPIError.name existence", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIError_name_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIError_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WebAPIError exists", + "description": "Check if WebAPIError exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIError_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_code_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check WebAPIException.code attribute: type, value and read-only (for NotFoundError)", + "description": "Check WebAPIException.code attribute: type, value and read-only (for NotFoundError)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_code_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_ABORT_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if ABORT_ERR equals to the value that is set in WebAPIException", + "description": "Check if ABORT_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_ABORT_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_DATA_CLONE_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if DATA_CLONE_ERR equals to the value that is set in WebAPIException", + "description": "Check if DATA_CLONE_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_DATA_CLONE_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_DOMSTRING_SIZE_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if DOMSTRING_SIZE_ERR equals to the value that is set in WebAPIException", + "description": "Check if DOMSTRING_SIZE_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_DOMSTRING_SIZE_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_HIERARCHY_REQUEST_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if HIERARCHY_REQUEST_ERR equals to the value that is set in WebAPIException", + "description": "Check if HIERARCHY_REQUEST_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_HIERARCHY_REQUEST_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_INDEX_SIZE_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if INDEX_SIZE_ERR equals to the value that is set in WebAPIException", + "description": "Check if INDEX_SIZE_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_INDEX_SIZE_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_INUSE_ATTRIBUTE_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if INUSE_ATTRIBUTE_ERR equals to the value that is set in WebAPIException", + "description": "Check if INUSE_ATTRIBUTE_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_INUSE_ATTRIBUTE_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_INVALID_ACCESS_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if INVALID_ACCESS_ERR equals to the value that is set in WebAPIException", + "description": "Check if INVALID_ACCESS_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_ACCESS_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_INVALID_CHARACTER_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if INVALID_CHARACTER_ERR equals to the value that is set in WebAPIException", + "description": "Check if INVALID_CHARACTER_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_CHARACTER_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_INVALID_MODIFICATION_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if INVALID_MODIFICATION_ERR equals to the value that is set in WebAPIException", + "description": "Check if INVALID_MODIFICATION_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_MODIFICATION_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_INVALID_NODE_TYPE_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if INVALID_NODE_TYPE_ERR equals to the value that is set in WebAPIException", + "description": "Check if INVALID_NODE_TYPE_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_NODE_TYPE_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_INVALID_STATE_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if INVALID_STATE_ERR equals to the value that is set in WebAPIException", + "description": "Check if INVALID_STATE_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_STATE_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_NAMESPACE_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NAMESPACE_ERR equals to the value that is set in WebAPIException", + "description": "Check if NAMESPACE_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_NAMESPACE_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_NETWORK_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NETWORK_ERR equals to the value that is set in WebAPIException", + "description": "Check if NETWORK_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_NETWORK_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_NOT_FOUND_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NOT_FOUND_ERR equals to the value that is set in WebAPIException", + "description": "Check if NOT_FOUND_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_NOT_FOUND_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_NOT_SUPPORTED_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NOT_SUPPORTED_ERR equals to the value that is set in WebAPIException", + "description": "Check if NOT_SUPPORTED_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_NOT_SUPPORTED_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_NO_DATA_ALLOWED_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NO_DATA_ALLOWED_ERR equals to the value that is set in WebAPIException", + "description": "Check if NO_DATA_ALLOWED_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_NO_DATA_ALLOWED_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_NO_MODIFICATION_ALLOWED_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if NO_MODIFICATION_ALLOWED_ERR equals to the value that is set in WebAPIException", + "description": "Check if NO_MODIFICATION_ALLOWED_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_NO_MODIFICATION_ALLOWED_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_QUOTA_EXCEEDED_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if QUOTA_EXCEEDED_ERR equals to the value that is set in WebAPIException", + "description": "Check if QUOTA_EXCEEDED_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_QUOTA_EXCEEDED_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_SECURITY_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SECURITY_ERR equals to the value that is set in WebAPIException", + "description": "Check if SECURITY_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_SECURITY_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_SYNTAX_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if SYNTAX_ERR equals to the value that is set in WebAPIException", + "description": "Check if SYNTAX_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_SYNTAX_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_TIMEOUT_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TIMEOUT_ERR equals to the value that is set in WebAPIException", + "description": "Check if TIMEOUT_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_TIMEOUT_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_TYPE_MISMATCH_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if TYPE_MISMATCH_ERR equals to the value that is set in WebAPIException", + "description": "Check if TYPE_MISMATCH_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_TYPE_MISMATCH_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_URL_MISMATCH_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if URL_MISMATCH_ERR equals to the value that is set in WebAPIException", + "description": "Check if URL_MISMATCH_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_URL_MISMATCH_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_VALIDATION_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if VALIDATION_ERR equals to the value that is set in WebAPIException", + "description": "Check if VALIDATION_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_VALIDATION_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_const_WRONG_DOCUMENT_ERR", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WRONG_DOCUMENT_ERR equals to the value that is set in WebAPIException", + "description": "Check if WRONG_DOCUMENT_ERR equals to the value that is set in WebAPIException", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_WRONG_DOCUMENT_ERR.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_extend", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WebAPIException can be extended", + "description": "Check if WebAPIException can be extended", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_extend.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_message_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check WebAPIException.message attribute: type and read-only for NotFoundError", + "description": "Check WebAPIException.message attribute: type and read-only for NotFoundError", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_message_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_name_attribute", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check WebAPIException.name attribute: type, value and read-only (for NotFoundError)", + "description": "Check WebAPIException.name attribute: type, value and read-only (for NotFoundError)", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_name_attribute.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + }, + { + "launcher": "xwalk", + "name": "WebAPIException_notexist", + "exec_type": "auto", + "priority": "0", + "status": "designed", + "type": "", + "subtype": "", + "objective": "Check if WebAPIException not exists", + "description": "Check if WebAPIException not exists", + "onload_delay": "0", + "pre_condition": "", + "steps": [], + "post_condition": "", + "notes": "", + "bugs": "", + "exec_pre": "", + "exec": "/opt/tct-tizen-tizen-tests/tizen/WebAPIException_notexist.html", + "exec_expected_retcode": "0", + "exec_kill_timeout": "0", + "exec_post": null, + "service": {}, + "author": "qadmin", + "ctime": "2014-04-17 16:33:18 GMT", + "mtime": "" + } +] \ No newline at end of file diff --git a/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0T-tct-tizen-tizen-tests/tct-tizen-tizen-tests-2.2.1-1.xpk.zip b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0T-tct-tizen-tizen-tests/tct-tizen-tizen-tests-2.2.1-1.xpk.zip new file mode 100644 index 0000000..c2b7a62 Binary files /dev/null and b/common/TESTDIR/00-common/E0-crosswalk/01-deviceapi/0T-tct-tizen-tizen-tests/tct-tizen-tizen-tests-2.2.1-1.xpk.zip differ diff --git a/common/TESTDIR/runme.sh b/common/TESTDIR/runme.sh new file mode 100755 index 0000000..efe7a33 --- /dev/null +++ b/common/TESTDIR/runme.sh @@ -0,0 +1,34 @@ +#!/bin/bash -x + +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +# Authors: Ewan Le Bideau-Canevet + +CMD="$@" +tmpscript=$(mktemp) + +trap "rm -rf $tmpscript" INT QUIT TERM STOP EXIT +echo "#!/bin/bash " > $tmpscript +tr '\0' '\n' > $tmpscript +echo export PATH=$QAPATH:\$PATH >> $tmpscript +#echo env >> $tmpscript +echo $CMD >> $tmpscript +chmod 777 $tmpscript +su - guest -c $tmpscript +if [ $? -eq 0 ]; then + exit 0 +else + exit 1 +fi diff --git a/common/runtest.sh b/common/runtest.sh new file mode 100644 index 0000000..6700156 --- /dev/null +++ b/common/runtest.sh @@ -0,0 +1,114 @@ +#!/bin/bash + +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +# Authors: Nicolas Zingilé + +set -e +source /etc/tizen-platform.conf +widgetsdb=/home/guest/.applications/dbspace/.app_info.db +widgetinstdir=/opt/usr/media/tct +testdir=/usr/share/tests/common-crosswalk-suite/TESTDIR +resdir=/tmp +tmpoutfile=$resdir/output.xml +resfile=$resdir/testkit.result.xml + + +function get_widgetid () { + sqlite3 $widgetsdb "select x_slp_appid from app_info where name=\"$1\"" | awk -F. '{ print $2}' +} + +function launch_testkit_stub () { + if [[ -z $(ps -ef | grep testkit-stub | grep -v bash | grep -v grep) ]]; then + echo 'testkit-stub is not launched... will be launched' + testkit-stub --port:8000 + fi +} + +function install_widget () { + local widgetzip=$(find $testdir -name $1*.xpk.zip) + local widgetxpk=$widgetinstdir/opt/$1/$1.xpk + [[ ! -d $widgetinstdir ]] && mkdir -p $widgetinstdir && echo "$widgetinstdir directory created" + if [[ -z $2 ]]; then + echo 'test widget will be uncompressed and installed...' + unzip -u $widgetzip -d $widgetinstdir + su - guest -c "export DBUS_SESSION_BUS_ADDRESS=\"unix:path=/run/user/9999/dbus/user_bus_socket\"; export XDG_RUNTIME_DIR=\"/run/user/9999\"; xwalkctl -i $widgetxpk" + widgetid=$(get_widgetid $1) + fi +} + +function launch_test () { + testfile=$1 + testtype=$2 + +echo "## execution script: running testkit on $testfile" +case $testtype in + web) + widgetname=$(basename $testfile .xml) + widgetid=$(get_widgetid $widgetname) + install_widget $widgetname $widgetid + testkit-lite -e 'su - guest -c "export DBUS_SESSION_BUS_ADDRESS=\"unix:path=/run/user/9999/dbus/user_bus_socket\"; export XDG_RUNTIME_DIR=\"/run/user/9999\"; systemctl --user restart xwalk.service; xwalk-launcher '$widgetid'"' -f /usr/share/tests/common-crosswalk-suite/$widgetname.xml --comm localhost -o $resdir/$widgetname.result.xml + ;; + standard) + timeout 10800 testkit-lite -f /usr/share/tests/common-crosswalk-suite/$testfile --comm localhost -o $resdir/$(basename $testfile .xml).result.xml + ;; + *) + echo 'Unknown test type' + exit 1 + ;; + esac +} + +launch_testkit_stub + +echo '## execution script: preparing environment' +rm -rf $resdir/*.result.xml +rm -rf $resdir/*.result.txt +rm -rf $tmpoutfile + +testlist_web='tct-2dtransforms-css3-tests.xml tct-3dtransforms-css3-tests.xml tct-animations-css3-tests.xml tct-animationtiming-w3c-tests.xml tct-appcache-html5-tests.xml tct-audio-html5-tests.xml tct-capability-tests.xml tct-colors-css3-tests.xml tct-dnd-html5-tests.xml tct-extra-html5-tests.xml tct-fileapi-w3c-tests.xml tct-flexiblebox-css3-tests.xml tct-fonts-css3-tests.xml tct-forms-html5-tests.xml tct-fullscreen-nonw3c-tests.xml tct-geoallow-w3c-tests.xml tct-gumallow-w3c-tests.xml tct-indexeddb-w3c-tests.xml tct-jsenhance-html5-tests.xml tct-mediacapture-w3c-tests.xml tct-mediaqueries-css3-tests.xml tct-multicolumn-css3-tests.xml tct-notification-w3c-tests.xml tct-pagevisibility-w3c-tests.xml tct-svg-html5-tests.xml tct-text-css3-tests.xml tct-touchevent-w3c-tests.xml tct-transitions-css3-tests.xml tct-typedarrays-nonw3c-tests.xml tct-ui-css3-tests.xml tct-vibration-w3c-tests.xml tct-video-html5-tests.xml tct-webdatabase-w3c-tests.xml tct-webstorage-w3c-tests.xml tct-workers-w3c-tests.xml tct-appcontrol-tizen-tests.xml tct-bookmark-tizen-tests.xml tct-callhistory-tizen-tests.xml tct-content-tizen-tests.xml tct-filesystem-tizen-tests.xml tct-messageport-tizen-tests.xml tct-networkbearerselection-tizen-tests.xml tct-notification-tizen-tests.xml tct-power-tizen-tests.xml tct-systeminfo-tizen-tests.xml tct-systemsetting-tizen-tests.xml tct-time-tizen-tests.xml tct-tizen-tizen-tests.xml' + +for tst in $testlist_web; do + launch_test $tst web +done + +testlist_standard='testkit.xml' + +for tst in $testlist_standard; do + launch_test $tst standard +done + +echo "## execution script: merging results in $resfile" + +for file in $resdir/*-tests.result.xml +do + echo "merging $file in $resfile" + if grep -sr suite $resfile >/dev/null; + then + xml sel -R -t -c / -c "document('$file')" $resfile | \ + xml ed -m /xsl-select/test_definition[2]/suite/* /xsl-select/test_definition[1]/suite | \ + xml ed -d /xsl-select/test_definition[2] | \ + xml sel -t -c /xsl-select/* > $tmpoutfile + else + xml sel -R -t -c / -c "document('$file')" $resfile | \ + xml ed -m /xsl-select/test_definition[2]/suite /xsl-select/test_definition[1] | \ + xml ed -d /xsl-select/test_definition[2] | \ + xml sel -t -c /xsl-select/* > $tmpoutfile + fi + + cp $tmpoutfile $resfile +done + +echo '## execution script: finished' \ No newline at end of file diff --git a/common/tct-2dtransforms-css3-tests.xml b/common/tct-2dtransforms-css3-tests.xml new file mode 100644 index 0000000..f9eb53a --- /dev/null +++ b/common/tct-2dtransforms-css3-tests.xml @@ -0,0 +1,313 @@ + + + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/2dtransform_property_exist.html?total_num=4&locator_key=id&value=1 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/2dtransform_property_exist.html?total_num=4&locator_key=id&value=2 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/2dtransform_property_exist.html?total_num=4&locator_key=id&value=3 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/2dtransform_property_exist.html?total_num=4&locator_key=id&value=4 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=1 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=4 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=7 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=8 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=9 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=10 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=11 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=12 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=13 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=14 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=15 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=16 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=17 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=75 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=78 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=81 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=84 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=87 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=90 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=93 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=96 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=108 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=111 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=114 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=117 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=119 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=120 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=727 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=1774 + + + + + + + + + /opt/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html?total_num=3428&locator_key=id&value=2575 + + + + + \ No newline at end of file diff --git a/common/tct-3dtransforms-css3-tests.xml b/common/tct-3dtransforms-css3-tests.xml new file mode 100644 index 0000000..41825c3 --- /dev/null +++ b/common/tct-3dtransforms-css3-tests.xml @@ -0,0 +1,295 @@ + + + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_backface-visibility.html + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_perspective.html + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_perspective-origin.html + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform.html + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform-origin.html + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform-style.html + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=2 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=3 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=4 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=5 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=6 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=7 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=8 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=9 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=10 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=117 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=122 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1000 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1006 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1081 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1442 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1516 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1574 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1587 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1674 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1749 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=1752 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=2293 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=3736 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=3738 + + + + + + + + + /opt/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html?total_num=3893&locator_key=id&value=3865 + + + + + \ No newline at end of file diff --git a/common/tct-animations-css3-tests.xml b/common/tct-animations-css3-tests.xml new file mode 100644 index 0000000..2f14bc6 --- /dev/null +++ b/common/tct-animations-css3-tests.xml @@ -0,0 +1,214 @@ + + + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-duration_exists.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-iteration-count_exists.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_exists.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-delay_exists.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation_exists.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animationstart.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animationend.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animationiteration.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-play-state_exists.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_exist.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-delay_initial_value.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_alternate-reverse.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_reverse.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-duration_initial_value.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation_shorthand.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_backwards.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_both.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_forwards.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_initial_value.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_step-end.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_step-start.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_steps_end.html + + + + + + + + + /opt/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_steps_number.html + + + + + \ No newline at end of file diff --git a/common/tct-animationtiming-w3c-tests.xml b/common/tct-animationtiming-w3c-tests.xml new file mode 100644 index 0000000..0683c5a --- /dev/null +++ b/common/tct-animationtiming-w3c-tests.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + /opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_exist.html + + + + + + + + + /opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_validCallbackHandle.html + + + + + + + + + /opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_exist.html + + + + + + + + + /opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_ignoreOptionalArgs.html + + + + + + + + + /opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_invokeSecondCallback.html + + + + + + + + + /opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_AcceptInlineScript.html + + + + + + + + + /opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_validTimestamp.html + + + + + + + + + /opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_ignoreOptionalArgs.html + + + + + + + + + /opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_multipleCalls.html + + + + + + + + + /opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_NeedParameter.html + + + + + + + + + /opt/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_hidden.html + + + + + \ No newline at end of file diff --git a/common/tct-appcache-html5-tests.xml b/common/tct-appcache-html5-tests.xml new file mode 100644 index 0000000..df5d0c4 --- /dev/null +++ b/common/tct-appcache-html5-tests.xml @@ -0,0 +1,232 @@ + + + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_abort_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_CHECKING_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_IDLE_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_oncached_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_onchecking_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_ondownloading_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_onerror_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_onnoupdate_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_onobsolete_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_onprogress_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_onupdateready_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_status_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_swapCache_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_UNCACHED_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_update_exist.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_CHECKING_type.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_type.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_IDLE_type.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_type.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_status_type.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_UNCACHED_type.html + + + + + + + + + /opt/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_type.html + + + + + \ No newline at end of file diff --git a/common/tct-appcontrol-tizen-tests.xml b/common/tct-appcontrol-tizen-tests.xml new file mode 100644 index 0000000..8bf704f --- /dev/null +++ b/common/tct-appcontrol-tizen-tests.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + /opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.html + + + + + + + + + /opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_sound.html + + + + + + + + + /opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_video.html + + + + + + + + + /opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_select_file.html + + + + + + + + + /opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_view_image_file.html + + + + + \ No newline at end of file diff --git a/common/tct-audio-html5-tests.xml b/common/tct-audio-html5-tests.xml new file mode 100644 index 0000000..4d6ecf3 --- /dev/null +++ b/common/tct-audio-html5-tests.xml @@ -0,0 +1,1555 @@ + + + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/event_loadedmetadata.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/networkState_initial.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/preload_property_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/src_reflects_attribute_not_source_elements.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/event_canplay.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/error_property_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/canPlayType_supported_but_no_codecs_parameter_1.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/event_playing.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/event_progress.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/readyState_during_canplay.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/event_loadstart.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/event_play.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/event_loadeddata.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/currentSrc_property_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/readyState_property_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_constructor.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_load_method_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_buffered_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_currentTime_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_defaultPlaybackRate_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_duration_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_muted_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_paused_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_pause_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_playbackRate_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_played_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_play_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_seekable_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_volume_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaError_code_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_ABORTED_constant_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_DECODE_constant_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_NETWORK_constant_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_pause_method_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_play_method_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_TimeRanges_end_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_TimeRanges_length_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_TimeRanges_start_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_volume_check.html?total_num=6&locator_key=id&value=2 + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_playbackState_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_playbackState_type.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_unpause_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_MediaController_unpause_type.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/preload_reflects_none.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/canPlayType_bogus_type.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/preload_reflects_auto_value.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/src_reflects_no_value.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/event_canplaythrough.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/readyState_during_playing.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/readyState_during_loadeddata.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/error_null.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/preload_reflects_metadata.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream_with_codecs_1.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/readyState_during_canplaythrough.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/canPlayType_method_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/networkState_property_exists.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/currentSrc_nonempty_after_setting_src.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/preload_reflects_none_autoplay.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/readyState_during_loadedmetadata.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/currentSrc_empty_if_no_src.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/src_removal_does_not_trigger_loadstart.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/currentSrc_nonempty_after_adding_source_child.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/canPlayType_supported_but_no_codecs_parameter_2.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/readyState_initial.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream_with_codecs_2.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_controls_reflect.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_controls_reflect.html?total_num=3&locator_key=id&value=2 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_controls_reflect.html?total_num=3&locator_key=id&value=3 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_defaultMuted_reflect.html?total_num=4&locator_key=id&value=1 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_defaultMuted_reflect.html?total_num=4&locator_key=id&value=2 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_defaultMuted_reflect.html?total_num=4&locator_key=id&value=3 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_defaultMuted_reflect.html?total_num=4&locator_key=id&value=4 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_loop_base.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_loop_reflect.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_loop_reflect.html?total_num=3&locator_key=id&value=2 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_loop_reflect.html?total_num=3&locator_key=id&value=3 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_muted_check.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_muted_check.html?total_num=3&locator_key=id&value=2 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_muted_check.html?total_num=3&locator_key=id&value=3 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_muted_volumechange.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_volume_check.html?total_num=6&locator_key=id&value=1 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_volume_check.html?total_num=6&locator_key=id&value=3 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_volume_check.html?total_num=6&locator_key=id&value=4 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_volume_check.html?total_num=6&locator_key=id&value=5 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_volume_check.html?total_num=6&locator_key=id&value=6 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_volume_volumechange.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/event_order_canplay_playing.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/paused_false_during_play.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/event_order_canplay_canplaythrough.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/paused_true_during_pause.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/event_order_loadedmetadata_loadeddata.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/event_order_loadstart_progress.html + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=2 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=3 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=4 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=6 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=9 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=10 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=11 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=12 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=13 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=14 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=15 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=16 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=17 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=18 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=19 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=20 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=22 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=25 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=26 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=27 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=28 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=29 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=30 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=31 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=32 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=33 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=34 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=35 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=36 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=37 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=38 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=39 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=40 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=41 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=42 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=44 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=46 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=47 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=48 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=49 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=50 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=51 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=52 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=55 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=56 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=57 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=58 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=59 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=60 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=61 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=62 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=63 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=64 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=65 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=66 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=67 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=68 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=69 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=70 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=71 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=72 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=73 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=74 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=75 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=76 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=77 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=78 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=79 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=80 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=82 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=83 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=84 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=85 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=86 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=87 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=88 + + + + + + + + + /opt/tct-audio-html5-tests/audio/w3c/audio_attributes.html?total_num=89&locator_key=id&value=89 + + + + + + + + + /opt/tct-audio-html5-tests/audio/audio_canPlayType_mp3.html + + + + + \ No newline at end of file diff --git a/common/tct-bookmark-tizen-tests.xml b/common/tct-bookmark-tizen-tests.xml new file mode 100644 index 0000000..e14c5b6 --- /dev/null +++ b/common/tct-bookmark-tizen-tests.xml @@ -0,0 +1,331 @@ + + + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_exist.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_parent_attribute.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_title_attribute.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkItem_exist.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkItem_parent_attribute.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkItem_title_attribute.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkItem_url_attribute.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManagerObject_notexist.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_exist.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_exist.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_notexist.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_exist.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/Tizen_bookmark_exist.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_missarg.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_with_parentFolder.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_parentFolder.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_recursive.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_TypeMismatch.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_invalid_obj.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_bookmark_TypeMismatch.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_TypeMismatch.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_invalid_obj.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_with_bookmark.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmark_TypeMismatch.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_in_tizen.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_extend.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkItem_constructor.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_constructor.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkItem_extend.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_extend.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_invalid.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_NotFound.html + + + + + + + + + /opt/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmarkFolder.html + + + + + \ No newline at end of file diff --git a/common/tct-callhistory-tizen-tests.xml b/common/tct-callhistory-tizen-tests.xml new file mode 100644 index 0000000..ea82d1c --- /dev/null +++ b/common/tct-callhistory-tizen-tests.xml @@ -0,0 +1,718 @@ + + + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_exist.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_exist.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_exist.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_exist.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_exist.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeChangeListener_exist.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeChangeListener.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_0.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_nullableArgs_null.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onadded_null.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onadded_undefined.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onchanged_null.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onchanged_undefined.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_null.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_null.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_null.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_null.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_offset_null.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_missarg.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_errorCallback.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_filter.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_sortMode.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_limit.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_offset.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_invalid_cb.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_TypeMismatch.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_successCallback_TypeMismatch.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_successCallback_invalid_cb.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_TypeMismatch.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_TypeMismatch.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_invalid_obj.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_invalid_obj.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_missarg.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_entry_TypeMismatch.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_missarg.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_notexist.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_extend.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_entries_TypeMismatch.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_invalid_cb.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_invalid_cb.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_TypeMismatch.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_TypeMismatch.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_with_errorCallback.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_successCallback_TypeMismatch.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_errorCallback_TypeMismatch.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_successCallback_invalid_cb.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_errorCallback_invalid_cb.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistoryChangeCallback_notexist.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_notexist.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/RemoteParty_notexist.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_in_tizen.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntryArraySuccessCallback_notexist.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_missarg.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_TypeMismatch.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_invalid_cb.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_undefined.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_undefined.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_undefined.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_without_errorCallback.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_offset.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_offset_0.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_null_filter.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_null_sortMode.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_sortMode_null.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_compositeFilters.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_rangeFilters.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_sortMode_limit_null_offset.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_various.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_1.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_onadded.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_onchanged.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onadded_invalid.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onchanged_invalid.html + + + + + + + + + /opt/tct-callhistory-tizen-tests/callhistory/CallHistoryObject_notexist.html + + + + + \ No newline at end of file diff --git a/common/tct-capability-tests.xml b/common/tct-capability-tests.xml new file mode 100644 index 0000000..9a881d1 --- /dev/null +++ b/common/tct-capability-tests.xml @@ -0,0 +1,160 @@ + + + + + + + + + + + /opt/tct-capability-tests/capability/caps_inputKeyboard.html + + + + + + + + + /opt/tct-capability-tests/capability/caps_multiTouchCount.html + + + + + + + + + /opt/tct-capability-tests/capability/caps_usbHost.html + + + + + + + + + /opt/tct-capability-tests/capability/caps_screenSizeNormal.html + + + + + + + + + /opt/tct-capability-tests/capability/caps_memorystorage.html + + + + + + + + + /opt/tct-capability-tests/capability/caps_networking.html + + + + + + + + + /opt/tct-capability-tests/capability/caps_displayresolution.html + + + + + + + + + /opt/tct-capability-tests/capability/unsupported_bluetooth.html + + + + + + + + + /opt/tct-capability-tests/capability/unsupported_nfc.html + + + + + + + + + /opt/tct-capability-tests/capability/unsupported_callhistory.html + + + + + + + + + /opt/tct-capability-tests/capability/unsupported_networkbearerselection.html + + + + + + + + + /opt/tct-capability-tests/capability/unsupported_push.html + + + + + + + + + /opt/tct-capability-tests/capability/unsupported_secureelement.html + + + + + + + + + /opt/tct-capability-tests/capability/unsupported_messaging_mms.html + + + + + + + + + /opt/tct-capability-tests/capability/unsupported_messaging_sms.html + + + + + + + + + /opt/tct-capability-tests/capability/unsupported_download_cellular.html + + + + + + + + + /opt/tct-capability-tests/capability/unsupported_download_wifi.html + + + + + \ No newline at end of file diff --git a/common/tct-colors-css3-tests.xml b/common/tct-colors-css3-tests.xml new file mode 100644 index 0000000..a46561f --- /dev/null +++ b/common/tct-colors-css3-tests.xml @@ -0,0 +1,421 @@ + + + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_0F0_2.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_0f0_1.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_00FF00.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_255_0.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_100pct_0pct.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_blue.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_00F_2.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_00f_1.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_0000FF.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_0_255.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_0pct_100pct.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_00ffff_1.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_00FFFF_2.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_0ff_1.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_0FF_2.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_255_255.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_100pct_100pct.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_CCFF00_2.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_CF0_2.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_cf0_1.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_ccff00_1.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_204_255_0.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_80pct_100pct_0pct.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_CCCC33_2.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_cccc33_1.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_c30_1.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_C30_2.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_204_204_51.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_80pct_80pct_20pct.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_FF00CC_2.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_F0C_2.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_ff00cc_1.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_f0c_1.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_255_0_204.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_100pct_0pct_80pct.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_red.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_FF0000_2.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_ff0000_1.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_255_0_0.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_100pct_0pct_0pct.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_F00_2.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_f00_1.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_black.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_000000.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_0_0.html + + + + + + + + + /opt/tct-colors-css3-tests/colors/CSS3Colors_color_000.html + + + + + \ No newline at end of file diff --git a/common/tct-content-tizen-tests.xml b/common/tct-content-tizen-tests.xml new file mode 100644 index 0000000..c862bd5 --- /dev/null +++ b/common/tct-content-tizen-tests.xml @@ -0,0 +1,1222 @@ + + + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManagerObject_content_exist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_exist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_update_exist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_getDirectories_exist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_exist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_getDirectories.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_update.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_type_AUDIO.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_update_description.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_description.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_type_IMAGE.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_type_VIDEO.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_nullableArgs.html + + + + + + + + + /opt/tct-content-tizen-tests/content/VideoContent_notexist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_notexist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ImageContent_notexist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentDirectoryArraySuccessCallback_notexist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentScanSuccessCallback_notexist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_notexist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_extend.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_update_missarg.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_update_content_TypeMismatch.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_missarg.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_contents_TypeMismatch.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_successCallback_TypeMismatch.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_successCallback_invalid_cb.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_errorCallback_TypeMismatch.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_errorCallback_invalid_cb.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_getDirectories_missarg.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_getDirectories_successCallback_invalid_cb.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_getDirectories_successCallback_TypeMismatch.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_getDirectories_errorCallback_TypeMismatch.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_getDirectories_errorCallback_invalid_cb.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_missarg.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_successCallback_TypeMismatch.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_successCallback_invalid_cb.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_errorCallback_TypeMismatch.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_errorCallback_invalid_cb.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_scanFile_exist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_scanFile_successCallback_TypeMismatch.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_scanFile_successCallback_invalid_cb.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_scanFile_errorCallback_TypeMismatch.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_scanFile_errorCallback_invalid_cb.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_setChangeListener_exist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentArraySuccessCallback_notexist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentDirectory_notexist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentChangeCallback_notexist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContentLyrics_notexist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContent_notexist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_setChangeListener_missarg.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_setChangeListener_changeCallback_TypeMismatch.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_setChangeListener_changeCallback_invalid_cb.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_unsetChangeListener_exist.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ImageContent_extend.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ImageContent_geolocation_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ImageContent_width_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ImageContent_height_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ImageContent_orientation_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentDirectoryArraySuccessCallback_onsuccess.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentScanSuccessCallback_onsuccess.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_extend.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_editableAttributes_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_id_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_name_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_type_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_mimeType_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_title_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_contentURI_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_thumbnailURIs_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_releaseDate_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_modifiedDate_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_size_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_description_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/Content_rating_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_with_errorCallback.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_with_directoryId.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_with_filter.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_with_sortMode.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_with_count.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_with_offset.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_getDirectories_with_errorCallback.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_filter_TypeMismatch.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_sortMode_TypeMismatch.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_find_sortMode_invalid_obj.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_unsetChangeListener_extra_argument.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentArraySuccessCallback_onsuccess.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_scanFile.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_scanFile_with_errorCallback.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_scanFile_with_successCallback.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_unsetChangeListener.html + + + + + + + + + /opt/tct-content-tizen-tests/content/VideoContent_extend.html + + + + + + + + + /opt/tct-content-tizen-tests/content/VideoContent_geolocation_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/VideoContent_height_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/VideoContent_width_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/VideoContent_duration_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/VideoContent_album_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/VideoContent_artists_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentChangeCallback_oncontentadded.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentChangeCallback_oncontentremoved.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentChangeCallback_oncontentupdated.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_with_errorCallback.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_with_successCallback.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContent_album_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContent_artists_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContent_bitrate_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContent_duration_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContent_extend.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContent_trackNumber_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContent_genres_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContent_composers_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContent_copyright_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContent_lyrics_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContentLyrics_extend.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContentLyrics_type_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContentLyrics_timestamps_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/AudioContentLyrics_texts_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentDirectory_extend.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentDirectory_id_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentDirectory_directoryURI_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentDirectory_title_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentDirectory_modifiedDate_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentDirectory_storageType_attribute.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_update_name.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_update_video_geolocation.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_update_image_geolocation.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_update_image_orientation.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_name.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_video_geolocation.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_image_geolocation.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_image_orientation.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_setChangeListener.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManager_updateBatch_without_callback.html + + + + + + + + + /opt/tct-content-tizen-tests/content/ContentManagerObject_notexist.html + + + + + \ No newline at end of file diff --git a/common/tct-dnd-html5-tests.xml b/common/tct-dnd-html5-tests.xml new file mode 100644 index 0000000..b8fb020 --- /dev/null +++ b/common/tct-dnd-html5-tests.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + /opt/tct-dnd-html5-tests/dnd/dragdrop_dropzone.html + + + + + + + + + /opt/tct-dnd-html5-tests/dnd/w3c/dragdrop_007.htm + + + + + + + + + /opt/tct-dnd-html5-tests/dnd/w3c/dragdrop_008.htm + + + + + + + + + /opt/tct-dnd-html5-tests/dnd/w3c/dragdrop_004.htm + + + + + + + + + /opt/tct-dnd-html5-tests/dnd/w3c/dragdrop_005.htm + + + + + + + + + /opt/tct-dnd-html5-tests/dnd/w3c/dragdrop_006.htm + + + + + \ No newline at end of file diff --git a/common/tct-extra-html5-tests.xml b/common/tct-extra-html5-tests.xml new file mode 100644 index 0000000..059ddce --- /dev/null +++ b/common/tct-extra-html5-tests.xml @@ -0,0 +1,5263 @@ + + + + + + + + + + + /opt/tct-extra-html5-tests/semantics/text-level-semantics/the-a-element/grouping-a.html + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=3 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=4 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=5 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=6 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=7 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=8 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=9 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=10 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=11 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=12 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=13 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=14 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=15 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=16 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=17 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=18 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=19 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=20 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=21 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=22 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=23 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=24 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=25 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=26 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=27 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=28 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=29 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=30 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=31 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=32 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=33 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=34 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=35 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=36 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=37 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=38 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=39 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=40 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=41 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=42 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=43 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=44 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=45 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=46 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=47 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=48 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=49 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=50 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=51 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=52 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=53 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=54 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=55 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=56 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=57 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=58 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=59 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=60 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=61 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=62 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=63 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=64 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=65 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=66 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=67 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=68 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=69 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=70 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=71 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=72 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=73 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=74 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=75 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=76 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=77 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=78 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=79 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=80 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=81 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=82 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=83 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=84 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=85 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=86 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=87 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=88 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=89 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=90 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=91 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=92 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=93 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=94 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=95 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=96 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=97 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=98 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=99 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=100 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=101 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=102 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=103 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=104 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=105 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=106 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=107 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=108 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=109 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=110 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=111 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=112 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=113 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=114 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=115 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=116 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=117 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=118 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=119 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=120 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=121 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=122 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=123 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=124 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=125 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=126 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=127 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=128 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=129 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=130 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=131 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=132 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=133 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=134 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=135 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=136 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=137 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=138 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=139 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=140 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=141 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=142 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=143 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=144 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=145 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=146 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=147 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=148 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=149 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=150 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=151 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=152 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=153 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=154 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=155 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=156 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=157 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=158 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=159 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=160 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=161 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=162 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=163 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=164 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=165 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=166 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=167 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=168 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=169 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=170 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=171 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=172 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=173 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=174 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=175 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=176 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=177 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=178 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=179 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=180 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=181 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=182 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=183 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=184 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=185 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=186 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=187 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=188 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=189 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=190 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=191 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=192 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=193 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=194 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=195 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=196 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=197 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=198 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=199 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=200 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=201 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=202 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=203 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=204 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=205 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=206 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=207 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=208 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=209 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=210 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=211 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=212 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=213 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=214 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=215 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=216 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=217 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=218 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=219 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=220 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=221 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=222 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=223 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=224 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=225 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=226 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=227 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=228 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=229 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=230 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=231 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=232 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=233 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=234 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=235 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=236 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=237 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=238 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=239 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=240 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=241 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=242 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=243 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=244 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=245 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=246 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=247 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=248 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=249 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=250 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=251 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=252 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=253 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=254 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=255 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=256 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=257 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=258 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=259 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=260 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=261 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=262 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=263 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=264 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=265 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=266 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=267 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=268 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=269 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=270 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=271 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=272 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=273 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=274 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=275 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=276 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=277 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=278 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=279 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=280 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=281 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=282 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=283 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=284 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=285 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=286 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=287 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=288 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=289 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=290 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=291 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=292 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=293 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=294 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=295 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=296 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=297 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=298 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=299 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=300 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=301 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=302 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=303 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=304 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=305 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=306 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=307 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=308 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=309 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=310 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=311 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=312 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=313 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=314 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=315 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=316 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=317 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=318 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=319 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=320 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=321 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=322 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=323 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=324 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=325 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=326 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=327 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=328 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=329 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=330 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=331 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=332 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=333 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=334 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=335 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=336 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=337 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=338 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=339 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=340 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=341 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=342 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=343 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=344 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=345 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=346 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=347 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=348 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=349 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=350 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=351 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=352 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=353 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=354 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=355 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=356 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=357 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=358 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=359 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=360 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=361 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=362 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=363 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=364 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=365 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=366 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=367 + + + + + + + + + /opt/tct-extra-html5-tests/base64/w3c/base64.html?total_num=368&locator_key=id&value=368 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=3 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=4 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=5 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=6 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=7 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=8 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-delete.html?total_num=9&locator_key=id&value=9 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-enumeration.html?total_num=2&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-enumeration.html?total_num=2&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=3 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=4 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=5 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=6 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=7 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=8 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-get.html?total_num=9&locator_key=id&value=9 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-instanceof.html + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=3 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=4 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=5 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=6 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=7 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=8 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=9 + + + + + + + + + /opt/tct-extra-html5-tests/dataset/w3c/dataset-set.html?total_num=10&locator_key=id&value=10 + + + + + + + + + /opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=3 + + + + + + + + + /opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=4 + + + + + + + + + /opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=5 + + + + + + + + + /opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=6 + + + + + + + + + /opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=7 + + + + + + + + + /opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=8 + + + + + + + + + /opt/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html?total_num=9&locator_key=id&value=9 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html?total_num=18&locator_key=id&value=12 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html?total_num=18&locator_key=id&value=13 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html?total_num=18&locator_key=id&value=14 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html?total_num=18&locator_key=id&value=15 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html?total_num=18&locator_key=id&value=16 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html?total_num=18&locator_key=id&value=17 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html?total_num=18&locator_key=id&value=18 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=19 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=20 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=21 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=22 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=23 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_image.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_image.html?total_num=3&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_image.html?total_num=3&locator_key=id&value=3 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/valueMode.html?total_num=44&locator_key=id&value=18 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=15 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=17 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=18 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=19 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=21 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=20 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=6 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=29 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=31 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=32 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=33 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=35 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=34 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/month.html?total_num=10&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/month.html?total_num=10&locator_key=id&value=9 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html?total_num=32&locator_key=id&value=5 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html?total_num=32&locator_key=id&value=32 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html?total_num=32&locator_key=id&value=6 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html?total_num=32&locator_key=id&value=7 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html?total_num=32&locator_key=id&value=8 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html?total_num=32&locator_key=id&value=9 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html?total_num=32&locator_key=id&value=10 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html?total_num=22&locator_key=id&value=20 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=3 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=4 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=5 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=7 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=26 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html?total_num=35&locator_key=id&value=28 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html?total_num=22&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html?total_num=22&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html?total_num=22&locator_key=id&value=3 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html?total_num=22&locator_key=id&value=19 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/search_input.html?total_num=2&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/telephone.html?total_num=13&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html?total_num=28&locator_key=id&value=26 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/headings-and-sections/heading_sections_check.html?total_num=6&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/the-nav-element/nav_element.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/the-article-element/article_element.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/the-aside-element/aside_element.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/the-header-element/header_element.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/the-footer-element/footer_element.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_element_exist.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/text-level-semantics/the-rp-element/rp_element.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_created.html?total_num=2&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html?total_num=7&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/editing/editing-0/making-entire-documents-editable-the-designmode-idl-attribute/user-interaction-editing-designMode.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/editing/editing-0/spelling-and-grammar-checking/user-interaction-editing-spellcheck.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/dom/documents/resource-metadata-management/document-compatmode-01.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/embedded-content-0/the-iframe-element/iframe_supported.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html?total_num=28&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html?total_num=28&locator_key=id&value=3 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html?total_num=28&locator_key=id&value=5 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html?total_num=28&locator_key=id&value=7 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html?total_num=28&locator_key=id&value=9 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_url_invalid.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_email_invalid.html?total_num=5&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_email_invalid.html?total_num=5&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_element_attribute.html?total_num=13&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_attribute.html?total_num=13&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_required_check.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_inrange.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_readonlyorwrite.html?total_num=2&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_readonlyorwrite.html?total_num=2&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_validorinvalid.html?total_num=2&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_validorinvalid.html?total_num=2&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-fieldset-element/fieldset_idlharness.html?total_num=26&locator_key=id&value=14 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-fieldset-element/fieldset_elements_check.html?total_num=2&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-datalist-element/datalist_idlharness.html?total_num=7&locator_key=id&value=5 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-output-element/output_idlharness.html?total_num=30&locator_key=id&value=16 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-progress-element/progress_idlharness.html?total_num=13&locator_key=id&value=8 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-meter-element/meter_idlharness.html?total_num=19&locator_key=id&value=11 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_pattern.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_required.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_wrap.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/the-body-element/body_element_attribute.html?total_num=36&locator_key=id&value=19 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/the-body-element/body_element_attribute.html?total_num=36&locator_key=id&value=21 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/text-level-semantics/the-abbr-element/abbr_element_exist.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/embedded-content-0/the-video-element/video_node_create.html?total_num=2&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/embedded-content-0/the-video-element/video_node_create.html?total_num=2&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_attributes.html?total_num=2&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_open_check.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_number.html?total_num=6&locator_key=id&value=6 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_range.html?total_num=5&locator_key=id&value=4 + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html?total_num=22&locator_key=id&value=6 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=3 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=4 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=5 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=6 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=7 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=8 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=9 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=10 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=11 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=12 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=13 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=14 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=15 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=16 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=17 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html?total_num=23&locator_key=id&value=18 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/the-article-element/article_node_created.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/the-aside-element/aside_node_created.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/grouping-content/the-figure-element/figure_node_created.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/grouping-content/the-main-element/grouping-main.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/grouping-content/the-figcaption-element/figcaption_node_created.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/the-footer-element/footer_node_created.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/the-header-element/header_node_created.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/the-nav-element/nav_node_created.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/headings-and-sections/section_node_created.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/text-level-semantics/the-wbr-element/grouping-wbr.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/text-level-semantics/the-abbr-element/abbr_node_created.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_node_created.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-output-element/output_node_created.html + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=3 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=4 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=5 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=6 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=7 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=8 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=9 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=10 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=11 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=12 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=13 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=14 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=15 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=16 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=17 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=18 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=19 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=20 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=21 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html?total_num=22&locator_key=id&value=22 + + + + + + + + + /opt/tct-extra-html5-tests/semantics/sections/the-body-element/body_onhashchange_check.html + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/grouping-content/the-figure-element/grouping-figure.html + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/grouping-content/the-figcaption-element/grouping-figcaption.html + + + + + + + + + /opt/tct-extra-html5-tests/w3c/semantics/interfaces.html + + + + + + + + + /opt/tct-extra-html5-tests/w3c/syntax/serializing-html-fragments/outerHTML.html + + + + + + + + + /opt/tct-extra-html5-tests/browsers/history/the-history-interface/history_supported.html + + + + + + + + + /opt/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_basic.html?total_num=2&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_basic.html?total_num=2&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/dom/documents/the-document-object/oninvalid_event_exist.html + + + + + + + + + /opt/tct-extra-html5-tests/dom/mutationobserver/mutationobserver.html + + + + + + + + + /opt/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html?total_num=7&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html?total_num=7&locator_key=id&value=2 + + + + + + + + + /opt/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html?total_num=7&locator_key=id&value=3 + + + + + + + + + /opt/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html?total_num=7&locator_key=id&value=4 + + + + + + + + + /opt/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html?total_num=7&locator_key=id&value=5 + + + + + + + + + /opt/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html?total_num=7&locator_key=id&value=6 + + + + + + + + + /opt/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html?total_num=7&locator_key=id&value=7 + + + + + + + + + /opt/tct-extra-html5-tests/rendering/bindings/the-keygen-element-0/htmlkeygenelement_attributes.html?total_num=26&locator_key=id&value=1 + + + + + + + + + /opt/tct-extra-html5-tests/rendering/bindings/the-keygen-element-0/htmlkeygenelement_attributes.html?total_num=26&locator_key=id&value=3 + + + + + + + + + /opt/tct-extra-html5-tests/rendering/bindings/the-keygen-element-0/htmlkeygenelement_attributes.html?total_num=26&locator_key=id&value=9 + + + + + \ No newline at end of file diff --git a/common/tct-fileapi-w3c-tests.xml b/common/tct-fileapi-w3c-tests.xml new file mode 100644 index 0000000..2cb5030 --- /dev/null +++ b/common/tct-fileapi-w3c-tests.xml @@ -0,0 +1,466 @@ + + + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_readAsArrayBuffer_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_readAsDataURL_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_abort_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/URL_createObjectURL_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/URL_revokeObjectURL_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileList_item_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileList_length_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_error_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_onabort_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_onerror_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_onloadend_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_onloadstart_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_onload_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_onprogress_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_exist.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/Blob_slice_overflow.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/Blob_size_normal.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_constructor_base.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_type.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_type.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_error_readonly.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_type.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_type.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/FileReader_result_readonly.html + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist.html?total_num=7&locator_key=id&value=1 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist.html?total_num=7&locator_key=id&value=2 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist.html?total_num=7&locator_key=id&value=3 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist.html?total_num=7&locator_key=id&value=4 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist.html?total_num=7&locator_key=id&value=5 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist.html?total_num=7&locator_key=id&value=7 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=44 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=46 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=56 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=58 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=62 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=64 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=92 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=98 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=100 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=102 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=104 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=106 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=108 + + + + + + + + + /opt/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html?total_num=110&locator_key=id&value=110 + + + + + \ No newline at end of file diff --git a/common/tct-filesystem-tizen-tests.xml b/common/tct-filesystem-tizen-tests.xml new file mode 100644 index 0000000..cdeea19 --- /dev/null +++ b/common/tct-filesystem-tizen-tests.xml @@ -0,0 +1,2455 @@ + + + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_notexist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_onsuccess.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_notexist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_onsuccess.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_bytesAvailable_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_close.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_close_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_close_extra_argument.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_eof_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_extend.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_notexist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_position_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_read.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_without_r_permission.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_writeFile.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_without_r_permission.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_writeFile.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_read_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_read_without_r_permission.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_read_writeFile.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_write.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_without_w_permission.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_byteData_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_missarg.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_with_additional_null_parameter.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_without_w_permission.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_write_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStream_write_without_w_permission.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_notexist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_onsuccess.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_notexist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_onsuccess.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManagerObject_notexist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_missarg.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_with_onerror.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_without_arguments.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_extend.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_missarg.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_nonexist_label.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_onerror.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_in_tizen.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_missarg.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_storages_retrieve.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_invalid_error_callbacks.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_onerror.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_without_arguments.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_works_correctly.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_maxPathLength_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_notexist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_with_para_invalid.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_works_correctly.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_documents.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_downloads.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_error_invoked.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_images.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_missarg.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_a.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_r.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_w.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_music.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_a.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_rw.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_w.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_videos.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_a.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_rw.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_w.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_package.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private_tmp.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_mode.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_onerror.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_works_correctly.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_notexist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_onsuccess.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_notexist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_onsuccess.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_extend.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_label_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_notexist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_state_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_type_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_false.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_true.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_false.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_true.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_false.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_true.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_false.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_true.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_file_handle.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_null_success_and_error_callbacks.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onerror.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onsuccess.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_newName.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_overwrite_false.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_subdir.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_createDirectory.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_createDirectory_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_createDirectory_level2.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_createFile.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_createFile_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_createFile_existing_file.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_created_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_documents.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_downloads.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_images.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_music.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_videos.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_empty_path.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_file_handle.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_null_callbacks.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onerror.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onsuccess.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_downloads.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_images.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_music.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_videos.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_createFile.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDocumentsFiles.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDownloadsFiles.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listImagsFiles.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listMusicFiles.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listVideosfiles.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_dir_handle.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_nonexist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onerror.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onsuccess.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_vaild_callbacks.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_valid_filePath.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_extend.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_fileSize_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_fullPath_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_isDirectory_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_isFile_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_length_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_listFiles.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_createFiles.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_empty.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_missarg.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_file_handle.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_filter.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_onerror.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_valid_successCallback.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_modified_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_false.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_true.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_empty_destination_source_and_destination_paths.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_false.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_true.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_additional_null_parameter.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_file_handle.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onerror.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onsuccess.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_path_invalid.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_newName.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_overwrite_false.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_subdir.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_name_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_notexist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_encoding_invalid.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_missarg.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_a.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_r.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_rw.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_w.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_with_encoding.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_with_nonexist_file.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_openStream_with_onerror.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_parent_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_parent_attribute_notnull_using_resolve.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_path_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_encoding_invalid.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDocumentsFiles.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDownloadsFiles.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listImagesFiles.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listMusicFiles.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listVideosFiles.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_missarg.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_TypeMismatch.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_invalid_cb.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_encoding.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_onerror.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_readOnly_attribute.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_resolve.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_resolve_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_resolve_with_nonexist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_toURI.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_toURI_exist.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_toURI_extra_argument.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/File_toURI_with_nonexist_file.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/filesystem_FileStreamSuccessCallback_onsuccess.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/filesystem_File_copyTo.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/filesystem_File_readAsText.html + + + + + + + + + /opt/tct-filesystem-tizen-tests/filesystem/filesystem_File_resolve.html + + + + + \ No newline at end of file diff --git a/common/tct-flexiblebox-css3-tests.xml b/common/tct-flexiblebox-css3-tests.xml new file mode 100644 index 0000000..47ec7a1 --- /dev/null +++ b/common/tct-flexiblebox-css3-tests.xml @@ -0,0 +1,133 @@ + + + + + + + + + + + /opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-direction.html + + + + + + + + + /opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-flow.html + + + + + + + + + /opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-wrap.html + + + + + + + + + /opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex.html + + + + + + + + + /opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-content.html + + + + + + + + + /opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-items.html + + + + + + + + + /opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-self.html + + + + + + + + + /opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-basis.html + + + + + + + + + /opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-grow.html + + + + + + + + + /opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-shrink.html + + + + + + + + + /opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_justify-content.html + + + + + + + + + /opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_min-height.html + + + + + + + + + /opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_min-width.html + + + + + + + + + /opt/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_order.html + + + + + \ No newline at end of file diff --git a/common/tct-fonts-css3-tests.xml b/common/tct-fonts-css3-tests.xml new file mode 100644 index 0000000..d198b6b --- /dev/null +++ b/common/tct-fonts-css3-tests.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + /opt/tct-fonts-css3-tests/fonts/CSS3DF_font-family.html + + + + + + + + + /opt/tct-fonts-css3-tests/fonts/CSS3DF_font-kerning_normal.html + + + + + + + + + /opt/tct-fonts-css3-tests/fonts/CSS3DF_font-variant_normal.html + + + + + + + + + /opt/tct-fonts-css3-tests/fonts/CSS3DF_font-variant-ligatures_normal.html + + + + + \ No newline at end of file diff --git a/common/tct-forms-html5-tests.xml b/common/tct-forms-html5-tests.xml new file mode 100644 index 0000000..2a618b2 --- /dev/null +++ b/common/tct-forms-html5-tests.xml @@ -0,0 +1,331 @@ + + + + + + + + + + + /opt/tct-forms-html5-tests/forms/fieldset_checkValidity_method_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/fieldset_disabled_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/fieldset_elements_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/fieldset_form_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/fieldset_name_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/fieldset_setCustomValidity_method_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/fieldset_type_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/fieldset_validationMessage_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/fieldset_validity_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/fieldset_willValidate_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_acceptCharset_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_action_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_autocomplete_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_checkValidity_method_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_elements_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_encoding_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_enctype_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_getter_index_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_getter_name_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_length_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_method_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_name_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_noValidate_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_reset_method_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_submit_method_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/form_target_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/label_control_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/label_form_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/label_htmlFor_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/legend_form_attribute_check.html + + + + + + + + + /opt/tct-forms-html5-tests/forms/w3c/form-elements-interfaces-01.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-forms-html5-tests/forms/w3c/form-elements-interfaces-01.html?total_num=3&locator_key=id&value=3 + + + + + + + + + /opt/tct-forms-html5-tests/forms/w3c/form-elements-matches.html?total_num=2&locator_key=id&value=1 + + + + + + + + + /opt/tct-forms-html5-tests/forms/w3c/form-elements-nameditem-01.html?total_num=3&locator_key=id&value=2 + + + + + + + + + /opt/tct-forms-html5-tests/forms/w3c/form-elements-nameditem-01.html?total_num=3&locator_key=id&value=3 + + + + + + + + + /opt/tct-forms-html5-tests/forms/w3c/form-elements-nameditem-02.html + + + + + \ No newline at end of file diff --git a/common/tct-fullscreen-nonw3c-tests.xml b/common/tct-fullscreen-nonw3c-tests.xml new file mode 100644 index 0000000..7f7ed5e --- /dev/null +++ b/common/tct-fullscreen-nonw3c-tests.xml @@ -0,0 +1,115 @@ + + + + + + + + + + + /opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_cancelFullScreen_exists.html + + + + + + + + + /opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenEnabled_exists.html + + + + + + + + + /opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenKeyboardInputAllowed_exists.html + + + + + + + + + /opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullscreen_exists.html + + + + + + + + + /opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_onfullscreenchange_exists.html + + + + + + + + + /opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_requestFullScreen_exists.html + + + + + + + + + /opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenEnabled_readonly.html + + + + + + + + + /opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenEnabled_type.html + + + + + + + + + /opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenKeyboardInputAllowed_readonly.html + + + + + + + + + /opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenKeyboardInputAllowed_type.html + + + + + + + + + /opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullscreen_readonly.html + + + + + + + + + /opt/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreen_type.html + + + + + \ No newline at end of file diff --git a/common/tct-geoallow-w3c-tests.xml b/common/tct-geoallow-w3c-tests.xml new file mode 100644 index 0000000..75dc083 --- /dev/null +++ b/common/tct-geoallow-w3c-tests.xml @@ -0,0 +1,1906 @@ + + + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_exists.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_readonly.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_value_default.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_exists.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_readonly.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_exists.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_readonly.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_exists.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_readonly.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_exists.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_readonly.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_exists.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_readonly.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_return_type.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_speed.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_exists.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_readonly.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_empty.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_no_argument.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_zero.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_number.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null_options_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_enableHighAccuracy_false.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_maximumAge_0_enableHighAccuracy_false.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_maximumAge_0_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_timeout_60000_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_enableHighAccuracy_false.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_method_exists.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_timeout_Neg.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_timeout_Neg_maximumAge_0.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_Position_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_null_options_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_2000.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_enableHighAccuracy_false.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_200000.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_600000.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_timeout_zero.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_700000.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_maximumAge_700000_timeout_zero.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_Infinity.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_maximumAge_Infinity_timeout_zero.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_Neg.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_number.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_zero.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_2000.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_set_number.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_set_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_with_enableHighAccuracy_false.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_with_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_no_argument.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_return_type.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_set_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_no_argument.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_number.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_PERMISSION_DENIED_constExist.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_POSITION_UNAVAILABLE_constExist.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_TIMEOUT_constExist.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_error_return_type.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null_options_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_options_timeout_0.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_enableHighAccuracy_false.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_0_enableHighAccuracy_false.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_0_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_500_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_enableHighAccuracy_false.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_60000_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_maximumAge_0_enableHighAccuracy_false.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_maximumAge_0_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_maximumAge_2000_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_500_enableHighAccuracy_false.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_exists.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_return_type.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_maximumAge_2000.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_maximumAge_Neg.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_timeout_Neg.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_Position_options_enableHighAccuracy_false.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_Position_options_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_Position_options_timeout_60000.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_null_options_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_number.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_maximumAge_2000_timeout_60000.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_enableHighAccuracy_false.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_set_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_no_argument.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_first_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_before_callbacks.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_type.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_number.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_with_timeout_0_maximumAge_0.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/navigator_geolocation.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_readonly.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Position_coords.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_exists.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_readonly.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Position_coords_return_type.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_exists.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_readonly.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_exists.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_readonly.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_code_TIMEOUT.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_exists.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_readonly.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_Err.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0Age0.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0AgeNeg.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOutNegAge0.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_return_type.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_Err.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0Age0.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0AgeNeg.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOutNegAge0.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_message_with_getCurrentPosition_timeOut0Age0.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_Default_value.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_type.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_Default_value.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_type.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_Default_value.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_type.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_empty_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_false.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_number.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_true.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_null.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_number.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_string.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_0.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_1000.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_60000.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_0.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_1000.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_60000.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_0.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_100.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_60000.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_cached_position.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_example_one_short.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_operation_completed.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_timer_timeout.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_cached_position.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_example_repeated_position.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_operation_completed.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_timer_timeout.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_0.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_100.html + + + + + + + + + /opt/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_60000.html + + + + + \ No newline at end of file diff --git a/common/tct-gumallow-w3c-tests.xml b/common/tct-gumallow-w3c-tests.xml new file mode 100644 index 0000000..da94ff3 --- /dev/null +++ b/common/tct-gumallow-w3c-tests.xml @@ -0,0 +1,115 @@ + + + + + + + + + + + /opt/tct-gumallow-w3c-tests/gumallow/navigator_getusermedia_supported.html + + + + + + + + + /opt/tct-gumallow-w3c-tests/gumallow/navigator_audio_getting_datastream.html + + + + + + + + + /opt/tct-gumallow-w3c-tests/gumallow/navigator_audio_video_getting_datastream.html + + + + + + + + + /opt/tct-gumallow-w3c-tests/gumallow/navigator_audio_not_getting_datastream.html + + + + + + + + + /opt/tct-gumallow-w3c-tests/gumallow/navigator_video_getting_datastream.html + + + + + + + + + /opt/tct-gumallow-w3c-tests/gumallow/navigator_video_not_getting_datastream.html + + + + + + + + + /opt/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/api-present.html + + + + + + + + + /opt/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/empty-option-param.html + + + + + + + + + /opt/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/getusermedia-impossible-constraint.html + + + + + + + + + /opt/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/getusermedia-optional-constraint.html + + + + + + + + + /opt/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/getusermedia-trivial-constraint.html + + + + + + + + + /opt/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/unknownkey-option-param.html + + + + + \ No newline at end of file diff --git a/common/tct-indexeddb-w3c-tests.xml b/common/tct-indexeddb-w3c-tests.xml new file mode 100644 index 0000000..c3a768f --- /dev/null +++ b/common/tct-indexeddb-w3c-tests.xml @@ -0,0 +1,1195 @@ + + + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_advance_exists.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_direction_exists.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_key_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_primaryKey_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_source_exists.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursorWithValue_value_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_close_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_createObjectStore_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_deleteObjectStore_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_name_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_objectStoreNames_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onabort_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onerror_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onversionchange_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_transaction_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_version_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBEnvironment_indexedDB_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_cmp_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_deleteDatabase_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_open_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_count_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_keyPath_exists.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_multientry_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_name_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_objectStore_exists.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openCursor_exists.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openKeyCursor_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_unique_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lower.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerOpen_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upper_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperOpen_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_add_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_clear_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_count_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_delete_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_deleteIndex_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_get_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_index_exits.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_indexNames_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_keyPath_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_name_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_openCursor_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_put_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_transaction_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBOpenDBRequest_onblocked_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBOpenDBRequest_onupgradeneeded_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_error_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_onerror_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_onsuccess_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_readyState_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_result_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_source_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_transaction_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_abort_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_db_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_mode_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_objectStore_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_onabort_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_oncomplete_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_onerror_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_delete_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_update_exist.html + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_transaction.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add13.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add11.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put12.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get3.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_get.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_delete_objectstore3.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put9.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_objectstore3.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_deleteObjectStore.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_createIndex2.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_objectstore4.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_deleteIndex.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put7.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore2.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add6.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore6.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put8.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_index2.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_deleteObjectStore3.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add10.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put14.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_clear.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_transaction2.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put6.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put5.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get4.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put4.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore5.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore3.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_transaction3.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put3.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put2.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_createIndex.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get2.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add4.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_objectstore.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add3.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add8.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete2.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_objectstore2.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_clear2.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add5.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_deleteObjectStore2.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add12.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put13.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_getKey.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_index.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_index.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put10.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add2.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete4.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add14.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore4.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put11.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_index3.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete3.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add9.htm + + + + + + + + + /opt/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add7.htm + + + + + \ No newline at end of file diff --git a/common/tct-jsenhance-html5-tests.xml b/common/tct-jsenhance-html5-tests.xml new file mode 100644 index 0000000..38730a6 --- /dev/null +++ b/common/tct-jsenhance-html5-tests.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + /opt/tct-jsenhance-html5-tests/jsenhance/document_getElementsByClassName_exists.html + + + + + + + + + /opt/tct-jsenhance-html5-tests/jsenhance/element_classList_exists.html + + + + + + + + + /opt/tct-jsenhance-html5-tests/jsenhance/element_matchesSelector_exists.html + + + + + + + + + /opt/tct-jsenhance-html5-tests/jsenhance/script_async_exists.html + + + + + + + + + /opt/tct-jsenhance-html5-tests/jsenhance/script_defer_exists.html + + + + + + + + + /opt/tct-jsenhance-html5-tests/jsenhance/window_hashchange_event_exists.html + + + + + \ No newline at end of file diff --git a/common/tct-mediacapture-w3c-tests.xml b/common/tct-mediacapture-w3c-tests.xml new file mode 100644 index 0000000..5ac4dcd --- /dev/null +++ b/common/tct-mediacapture-w3c-tests.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + /opt/tct-mediacapture-w3c-tests/mediacapture/HTMLInputElement_attribute.html?total_num=4&locator_key=id&value=1 + + + + + + + + + /opt/tct-mediacapture-w3c-tests/mediacapture/HTMLInputElement_attribute.html?total_num=4&locator_key=id&value=2 + + + + + + + + + /opt/tct-mediacapture-w3c-tests/mediacapture/HTMLInputElement_attribute.html?total_num=4&locator_key=id&value=3 + + + + + + + + + /opt/tct-mediacapture-w3c-tests/mediacapture/HTMLInputElement_attribute.html?total_num=4&locator_key=id&value=4 + + + + + \ No newline at end of file diff --git a/common/tct-mediaqueries-css3-tests.xml b/common/tct-mediaqueries-css3-tests.xml new file mode 100644 index 0000000..ef51a61 --- /dev/null +++ b/common/tct-mediaqueries-css3-tests.xml @@ -0,0 +1,475 @@ + + + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_min-width_positive_max-width_positive.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_height.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_device_width.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_device_height.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_orientation.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_aspect_ratio.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_device_aspect_ratio.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_color.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_min_neg_0.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_min_neg_0.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_min_neg_0.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_min_neg_0.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_min_59virgule79.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_min_1280virgule1024.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_min_neg_1.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_max_value_1virgule0.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_max_value_1virgule1.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_min_value_0virgule1.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_value_59virgule80.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_max_value_1virgule0.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_max_value_1281virgule1024.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_min_value_0virgule1.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_value_1280virgule1024.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_max_vaule_1300px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_max_vaule_neg_1300px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_value_1024px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_value_between_900px_and_1200px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_max_positive.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_value_1280px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_value_between_900px_and_1200px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_800px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_between_900px_and_1200px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_max_1300px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_max_neg_1300px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_neg_800px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_all_landscape.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_all_portrait.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_screen_landscape.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_screen_portrait.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_screen_positive.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_between_900px_and_1200px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_max_1300px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_max_neg_1300px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_neg_800px.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_max_0.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_max_255.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_max_neg_1.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_min_2.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_min_neg_0.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_Mediaqueries_at_import.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_Mediaqueries_at_media.html + + + + + + + + + /opt/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_Mediaqueries_import-rule.html + + + + + \ No newline at end of file diff --git a/common/tct-messageport-tizen-tests.xml b/common/tct-messageport-tizen-tests.xml new file mode 100644 index 0000000..af2970c --- /dev/null +++ b/common/tct-messageport-tizen-tests.xml @@ -0,0 +1,340 @@ + + + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_notexist.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortCallback_notexist.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortManagerObject_notexist.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortManager_notexist.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_notexist.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortManager_in_tizen.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestLocalMessagePort_exist.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort_exist.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort_exist.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedLocalMessagePort_exist.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortManager_extend.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestLocalMessagePort.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedLocalMessagePort.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_extend.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_exist.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_extend.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_exist.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener_exist.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_appId_attribute.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_isTrusted_attribute.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_messagePortName_attribute.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_isTrusted_attribute.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_messagePortName_attribute.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortCallback_onreceived.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/MessagePortCallback_onreceived_all.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_with_localMessagePort.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_missarg.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_data_TypeMismatch.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_localMessagePort_TypeMismatch.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_missarg.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_invalid_cb.html + + + + + + + + + /opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_TypeMismatch.html + + + + + \ No newline at end of file diff --git a/common/tct-multicolumn-css3-tests.xml b/common/tct-multicolumn-css3-tests.xml new file mode 100644 index 0000000..3b42fca --- /dev/null +++ b/common/tct-multicolumn-css3-tests.xml @@ -0,0 +1,1276 @@ + + + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_auto.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_10em.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_initial_value.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_neg10cm.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_neg10em.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_neg10px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_10cm.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_100px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_auto.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_initial_value.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_0.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_neg3.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_3.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto_20px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2_40.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_4_20px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto_4.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_4_auto.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_invalid.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_5_30px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_20px_4.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_30point2px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2px_30px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_initial_value.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto_auto.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_neg3.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_neg30px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2point2.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_30px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_40px_auto.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_normal.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_1em.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_1cm.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_initial_value.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_neg15px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_15px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_0px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_60pct_0pct_0pct.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_100pct_0pct_0pct.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_110pct_0_0.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_200pct_0pct_0pct.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_120_0_0.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_255_0_0.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_500_0_0.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_f00.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_ff0000.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_initial_value.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_red.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_dashed.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_dotted.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_double.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_groove.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_hidden.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_inset.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_none.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_outset.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_ridge.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_solid.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_initial_value.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_undefined.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_5px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_medium.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_neg5px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_thick.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_thin.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0point4cm.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0point5em.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_initial_value.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_2px.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_4px_dashed.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_6px_green_solid.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_8px_red.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_dashed.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_dotted.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_double.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_initial_value.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_green_inset.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_green_outset.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_green_solid.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_groove.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_invalid.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_medium_dotted.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_medium_green_solid.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_medium_outset.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_none.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_pink_ridge.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_solid.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thick_pink_dashed.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thick_pink_double.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thin_pink_dashed.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thin_pink_ridge.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_initial_value.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_always.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_invalid.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_auto.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_avoid.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_initial_value.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_always.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_auto.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_invalid.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_avoid.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_auto.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_avoid.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_illegal_value.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_initial_value.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_all.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_illegal_value.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_initial_value.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_none.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_100px_p.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_3_p.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_20px_4_p.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_15px_p.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_500_0_0_p.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_dotted_p.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_5px_p.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_6px_green_solid_p.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_all_pre.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_shorthand.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_shorthand.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_initial.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_initial.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_initial.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_initial.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0px_none.html + + + + + + + + + /opt/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0px_hidden.html + + + + + \ No newline at end of file diff --git a/common/tct-networkbearerselection-tizen-tests.xml b/common/tct-networkbearerselection-tizen-tests.xml new file mode 100644 index 0000000..267a864 --- /dev/null +++ b/common/tct-networkbearerselection-tizen-tests.xml @@ -0,0 +1,223 @@ + + + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelectionObject_notexist.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_notexist.html + + + + + + + + + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_onsuccess.html + + + + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests.xml b/common/tct-notification-tizen-tests.xml new file mode 100644 index 0000000..c10eaac --- /dev/null +++ b/common/tct-notification-tizen-tests.xml @@ -0,0 +1,736 @@ + + + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_post_exist.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_update_exist.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_remove_exist.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_removeAll_exist.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_get_exist.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getAll_exist.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_get.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_remove.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_update.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_in_tizen.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_update_notposted.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_minargs.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial_extra.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_appid_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_appControl_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_vibration_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_iconPath_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_soundPath_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_statusType_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/Notification_content_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/Notification_postedTime_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/Notification_title_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/Notification_id_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/Notification_type_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_post_PROGRESS.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_post_SIMPLE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_removeAll.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getAll.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_notexist.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationObject_notexist.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/Notification_notexist.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_extend.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_extend.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_exist.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_exist.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_extend.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_subText_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor_minargs.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_mainText_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_BYTE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_-1_BYTE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_BYTE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_PERCENTAGE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_max_BYTE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_backgroundImagePath.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_iconPath.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_soundPath.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_subIconPath.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_subIconPath_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_thumbnails.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_detailInfo_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_number_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_backgroundImagePath_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_thumbnails_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_progressType_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_BYTE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_PERCENTAGE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_100_PERCENTAGE.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_max.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_min.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_post_THUMBNAIL.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_post_misarg.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_post_notification_TypeMismatch.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_update_misarg.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_update_notification_TypeMismatch.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getAll_extra_argument.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_removeAll_extra_argument.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_ledOffPeriod_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/StatusNotification_ledOnPeriod_attribute.html + + + + + + + + + /opt/tct-notification-tizen-tests/notification/Notification_extend.html + + + + + \ No newline at end of file diff --git a/common/tct-notification-w3c-tests.xml b/common/tct-notification-w3c-tests.xml new file mode 100644 index 0000000..52f6439 --- /dev/null +++ b/common/tct-notification-w3c-tests.xml @@ -0,0 +1,133 @@ + + + + + + + + + + + /opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=1 + + + + + + + + + /opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=2 + + + + + + + + + /opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=3 + + + + + + + + + /opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=4 + + + + + + + + + /opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=5 + + + + + + + + + /opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=6 + + + + + + + + + /opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=7 + + + + + + + + + /opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=8 + + + + + + + + + /opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=9 + + + + + + + + + /opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=10 + + + + + + + + + /opt/tct-notification-w3c-tests/notification/notification_attribute.html?total_num=11&locator_key=id&value=11 + + + + + + + + + /opt/tct-notification-w3c-tests/notification/notification_requestPermission.html?total_num=2&locator_key=id&value=1 + + + + + + + + + /opt/tct-notification-w3c-tests/notification/notification_requestPermission.html?total_num=2&locator_key=id&value=2 + + + + + + + + + /opt/tct-notification-w3c-tests/notification/notification_constructor.html + + + + + \ No newline at end of file diff --git a/common/tct-pagevisibility-w3c-tests.xml b/common/tct-pagevisibility-w3c-tests.xml new file mode 100644 index 0000000..2876ab8 --- /dev/null +++ b/common/tct-pagevisibility-w3c-tests.xml @@ -0,0 +1,169 @@ + + + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_attributes_exist.html?total_num=4&locator_key=id&value=1 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_attributes_exist.html?total_num=4&locator_key=id&value=2 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=4 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=5 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=6 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=8 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=9 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=10 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=12 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=13 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html?total_num=14&locator_key=id&value=14 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_default_view.html?total_num=7&locator_key=id&value=3 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_default_view.html?total_num=7&locator_key=id&value=4 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_default_view.html?total_num=7&locator_key=id&value=5 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_default_view.html?total_num=7&locator_key=id&value=6 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_default_view.html?total_num=7&locator_key=id&value=7 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_read_only.html?total_num=4&locator_key=id&value=3 + + + + + + + + + /opt/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_read_only.html?total_num=4&locator_key=id&value=4 + + + + + \ No newline at end of file diff --git a/common/tct-power-tizen-tests.xml b/common/tct-power-tizen-tests.xml new file mode 100644 index 0000000..a66443f --- /dev/null +++ b/common/tct-power-tizen-tests.xml @@ -0,0 +1,439 @@ + + + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn_method_exists.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_request_missarg.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManagerObject_notexist.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_notexist.html + + + + + + + + + /opt/tct-power-tizen-tests/power/ScreenStateChangeCallback_notexist.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_extend.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_in_tizen.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_request_exist.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_request_CPU_AWAKE.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_request_SCREEN_DIM.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_request_SCREEN_NORMAL.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_request_resource_TypeMismatch.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_request_state_TypeMismatch.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_release.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_release_exist.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_release_missarg.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_release_resource_TypeMismatch.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_getScreenBrightness.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_exist.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_extra_argument.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_isScreenOn.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_isScreenOn_exist.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_isScreenOn_extra_argument.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_exist.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_extra_argument.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_TypeMismatch.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_exist.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_missarg.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_exist.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_listener_TypeMismatch.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_listener_invalid_cb.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_missarg.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_turnScreenOff.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_turnScreenOff_exist.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_turnScreenOff_extra_argument.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn_exist.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn_extra_argument.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_exist.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_extra_argument.html + + + + + + + + + /opt/tct-power-tizen-tests/power/ScreenStateChangeCallback_onchanged.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_invalid_val.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_check_change.html + + + + + + + + + /opt/tct-power-tizen-tests/power/PowerManager_isScreenOn_check_change.html + + + + + \ No newline at end of file diff --git a/common/tct-svg-html5-tests.xml b/common/tct-svg-html5-tests.xml new file mode 100644 index 0000000..78328a7 --- /dev/null +++ b/common/tct-svg-html5-tests.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + /opt/tct-svg-html5-tests/svg/w3c/foreign_content_010.html + + + + + + + + + /opt/tct-svg-html5-tests/svg/w3c/foreign_content_009.html + + + + + + + + + /opt/tct-svg-html5-tests/svg/svg_support.html + + + + + \ No newline at end of file diff --git a/common/tct-systeminfo-tizen-tests.xml b/common/tct-systeminfo-tizen-tests.xml new file mode 100644 index 0000000..0c01ab0 --- /dev/null +++ b/common/tct-systeminfo-tizen-tests.xml @@ -0,0 +1,1879 @@ + + + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_exist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_exist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_SystemInfoObject_systeminfo_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCpu_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoNetwork_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoObject_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPeripheral_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoProperty_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorage_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_notexist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_apn_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_ipAddress_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_ipv6Address_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_mcc_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_status_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_mnc_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_cellId_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_lac_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_isFlightMode_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_isRoaming_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_imei_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_bluetooth_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nfc_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_multiTouchCount_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_inputKeyboard_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_wifi_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_wifiDirect_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_fmRadio_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nativeApiVersion_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglesVersion1_1_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglesVersion2_0_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformName_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformVersion_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_webApiVersion_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_accelerometer_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_barometer_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraBackFlash_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraBack_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraFrontFlash_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraFront_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_duid_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_gyroscope_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_locationGps_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_locationWps_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_location_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_magnetometer_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_microphone_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformCoreCpuArch_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformCoreFpuArch_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_proximity_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenOutputHdmi_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenOutputRca_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_sipVoip_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_speechRecognition_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_usbAccessory_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_usbHost_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoNetwork_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoNetwork_networkType_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_level_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_isCharging_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapabilities_exist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapabilities.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapabilities_extra_argument.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_brightness_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_dotsPerInchHeight_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_dotsPerInchWidth_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_physicalHeight_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_physicalWidth_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_resolutionHeight_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_resolutionWidth_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPeripheral_isVideoOutputOn_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCpu_load_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorage_units_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_status_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_ipAddress_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_ipv6Address_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_signalStrength_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_ssid_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_status_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_iccid_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_mcc_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_mnc_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_msin_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_msisdn_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_operatorName_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_spn_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_state_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_country_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_language_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCpu_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPeripheral_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_availableCapacity_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_capacity_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_isRemovable_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_isRemoveable_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_type_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_manufacturer_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_model_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorage_extend.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_in_tizen.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_missarg.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_with_errorCallback.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_property_TypeMismatch.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_successCallback_invalid_cb.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_errorCallback_TypeMismatch.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_errorCallback_invalid_cb.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_options_TypeMismatch.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_property_TypeMismatch.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_missarg.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_successCallback_TypeMismatch.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_successCallback_invalid_cb.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_removePropertyValueChangeListener_exist.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_accelerometerWakeup_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_autoRotation_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_barometerWakeup_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_camera_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_dataEncryption_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_graphicsAcceleration_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_gyroscopeWakeup_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_inputKeyboardLayout_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_magnetometerWakeup_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nativeOspCompatible_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nfcReservedPush_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_opengles_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglestextureFormat_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_photometerWakeup_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_photometer_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_proximityWakeup_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_push_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenSize480_800_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenSize720_1280_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenSizeNormal_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_secureElement_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_shellAppWidget_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_speechSynthesis_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephonyMms_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephonySms_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephony_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_tiltmeterWakeup_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_tiltmeter_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionFaceRecognition_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionImageRecognition_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionQrcodeGeneration_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionQrcodeRecognition_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_removePropertyValueChangeListener_all_properties.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_CellularNetwork.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_CPU.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_DeviceOrientation.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_constructor_display.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Storage.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_WifiNetwork.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_with_options.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_removePropertyValueChangeListener.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_successCallback_missarg.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_successCallback_missarg.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_successCallback_TypeMismatch.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Battery.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Build.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Display.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Locale.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Network.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Peripheral.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_SIM.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_buildVersion_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_profile_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_isAutoRotation_attribute.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_property_empty.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_accelerometer_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_barometer_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraBack_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_inputKeyboard_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_location_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nfc_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglesVersion_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephony_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_wifi_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraFront_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglestextureFormat_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_gyroscope_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_magnetometer_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_photometer_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_proximity_dependency.html + + + + + + + + + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_tiltmeter_dependency.html + + + + + \ No newline at end of file diff --git a/common/tct-systemsetting-tizen-tests.xml b/common/tct-systemsetting-tizen-tests.xml new file mode 100644 index 0000000..dad3898 --- /dev/null +++ b/common/tct-systemsetting-tizen-tests.xml @@ -0,0 +1,277 @@ + + + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_exist.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_exist.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_extend.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_HOME_SCREEN.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_INCOMING_CALL.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_type_TypeMismatch.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_LOCK_SCREEN.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_no_errorCallback.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_HOME_SCREEN.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_INCOMING_CALL.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_invalid_cb.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_invalid_cb.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_type_TypeMismatch.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_LOCK_SCREEN.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_no_errorCallback.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_NOTIFICATION_EMAIL.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_notexist.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingObject_notexist.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_notexist.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_NOTIFICATION_EMAIL.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_in_tizen.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_onsuccess.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_TypeMismatch.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_missarg.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_TypeMismatch.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_missarg.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_TypeMismatch.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_TypeMismatch.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_invalid_cb.html + + + + + + + + + /opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_invalid_cb.html + + + + + \ No newline at end of file diff --git a/common/tct-text-css3-tests.xml b/common/tct-text-css3-tests.xml new file mode 100644 index 0000000..1848dfc --- /dev/null +++ b/common/tct-text-css3-tests.xml @@ -0,0 +1,214 @@ + + + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_text-transform_capitalize.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_text-align_center.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_text-indent_initial_value.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_text-indent_length.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_text-decoration_underline.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_text-emphasis-color_color.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_text-emphasis-style_none.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_text-emphasis_color.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_text-shadow_shadow.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_word-wrap_breakword.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_word-spacing_normal.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_word-spacing_spacinglimit.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_hyphens_auto.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_letter-spacing_initial_value.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_line-break_normal.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_overflow-wrap_normal.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_tab-size_initial.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_word-break_initial_value.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_word-wrap_initial_value.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_text-align_right.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_text-transform_initial_value.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_text-align_justify.html + + + + + + + + + /opt/tct-text-css3-tests/text/CSS3TextEffects_text-indent_percentage.html + + + + + \ No newline at end of file diff --git a/common/tct-time-tizen-tests.xml b/common/tct-time-tizen-tests.xml new file mode 100644 index 0000000..5e5f124 --- /dev/null +++ b/common/tct-time-tizen-tests.xml @@ -0,0 +1,3913 @@ + + + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_toLocaleDateString.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getUTCSeconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getHours.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getUTCMilliseconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_toUTC.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setSeconds_normal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_earlierThan_true.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithEqual.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_normal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getUTCFullYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_secondsFromUTC.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_toLocaleString.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_normal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_normal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getMinutes.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setDate_normal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMinutes_normal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getTimezoneAbbreviation_summerMonth.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_normal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_toDateString.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getTimezone.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_toTimeString.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_toString.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getUTCHours.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_normal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getDay.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_normal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getUTCDay.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getMilliseconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getUTCMinutes.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_laterThan_true.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_equalsTo_equal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getMonth.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getUTCMonth.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_toTimezone.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_isDST_true.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_normal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getUTCDate.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_toLocaleTimeString.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMonth_normal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_normal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getSeconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getDate.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getFullYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setHours_normal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_normal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureDate.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureHour.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureSeconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithCharacter.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_earlierThan_falseEqual.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_earlierThan_falseLater.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_earlierThan_stringTZDate.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_earlierThan_number.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_earlierThan_character.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_earlierThan_timezone.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_equalsTo_diff.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_equalsTo_number.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_equalsTo_character.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_laterThan_falseEarlier.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_laterThan_falseEqual.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_laterThan_number.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_laterThan_character.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_laterThan_timezone.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setDate_abnormalDecimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryBiggerThanUpper.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryLessThanLower.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryLowerLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryUpperLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setDate_invalidDate.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForCertainMonth.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForFebruaryLeapYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForFebruaryNotLeapYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_abnormalDecimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryBiggerThanUpper.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryLowerLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryUpperLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidCharYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setHours_abnormalDecimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryBiggerThanUpper.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryLessThanLower.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryLowerLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryUpperLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setHours_invalidHours.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_abnormalDecimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryBiggerThanUpper.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryLessThanLower.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryLowerLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryUpperLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_invalidMilliseconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMinutes_abnormalDecimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryLessThanLower.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryLowerLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryUpperLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMinutes_invalidMinutes.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMonth_abnormalDecimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryBiggerThanUpper.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryLessThanLower.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryLowerLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryUpperLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setMonth_invalidMonth.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setSeconds_abnormalDecimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryBiggerThanUpper.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryLessThanLower.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryLowerLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryUpperLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setSeconds_invalidSeconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_abnormalDecimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryBiggerThanUpper.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryLessThanLower.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryLowerLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryUpperLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_invalidDate.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForCertainMonth.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForFebruaryLeapYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForFebruaryNotLeapYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_abnormalDecimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryBiggerThanUpper.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryLowerLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryUpperLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_invalidYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_invalidCharYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_abnormalDecimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryBiggerThanUpper.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryLessThanLower.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryLowerLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryUpperLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_invalidHours.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_abnormalDecimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryBiggerThanUpper.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryLessThanLower.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryLowerLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryUpperLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_invalidMilliseconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_abnormalDecimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryBiggerThanUpper.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryLessThanLower.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryLowerLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryUpperLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_invalidMinutes.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_abnormalDecimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryBiggerThanUpper.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLessThanLower.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLowerLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryUpperLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_invalidMonth.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_abnormalDecimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLessThanLower.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLowerLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryUpperLimit.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_invalidSeconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_toTimezone_invalid.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_toTimezone_null.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_isDST_false.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_isDST_boundaryLowerLimit-true.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_isDST_boundaryUpperLimit-true.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition_number.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition_character.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_character.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_number.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_difference_checkDurationDifference.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_equalsTo_checkDurationEqual.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_lessThan_checkDurationLower.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_checkDurationGreater.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getDateFormat_valid.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_isLeapYear_allZero.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_isLeapYear_negative.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_checkEuropeBerlin.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getDate_checkEqualWithSetDate.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getFullYear_checkEqualWithSetFullYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getHours_checkEqualWithSetHours.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_checkEqualWithSetMilliseconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMinutes_checkEqualWithSetMinutes.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMonth_checkEqualWithSetMonth.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getSeconds_checkEqualWithSetSeconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCDate_checkEqualWithSetUTCDate.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCHours_checkEqualWithSetUTCHours.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_checkEqualWithSetUTCMonth.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_duration_TypeMismatch.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_duration_invalid_obj.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_missarg.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_nonoptional_arguments.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_optional_arguments.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_constructor_minimal_with_nonoptional_arguments.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_constructor_minimal_without_optional_arguments.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_difference.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_difference_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_difference_missarg.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_difference_other_TypeMismatch.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_difference_other_invalid_obj.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_earlierThan.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_earlierThan_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_earlierThan_missarg.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_earlierThan_other_TypeMismatch.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_earlierThan_other_invalid_obj.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_equalsTo.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_equalsTo_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_equalsTo_missarg.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_equalsTo_other_TypeMismatch.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_equalsTo_other_invalid_obj.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_extend.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getDate.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getDate_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getDate_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getDate_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getDay.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getDay_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getDay_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getDay_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getFullYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getFullYear_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getFullYear_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getFullYear_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getHours.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getHours_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getHours_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getHours_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMilliseconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMinutes.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMinutes_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMinutes_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMinutes_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMonth.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMonth_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMonth_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getMonth_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getNextDSTTransition.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getSeconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getSeconds_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getSeconds_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getSeconds_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getTimezone.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getTimezone_for_specific_timezone.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getTimezone_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getTimezone_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCDate.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCDate_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCDate_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCDate_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCDay.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCDay_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCDay_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCDay_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCHours.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCHours_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCHours_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCHours_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMonth.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_isDST.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_isDST_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_isDST_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_isDST_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_laterThan.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_laterThan_with_null.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_laterThan_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_laterThan_missarg.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_laterThan_other_TypeMismatch.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_laterThan_other_invalid_obj.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setDate.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setDate_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setDate_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setFullYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setFullYear_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setHours.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setHours_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setMilliseconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setMilliseconds_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setMinutes.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setMinutes_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setMonth.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setMonth_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setSeconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setSeconds_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setUTCDate.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setUTCDate_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setUTCFullYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setUTCFullYear_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setUTCHours.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setUTCHours_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setUTCMilliseconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setUTCMilliseconds_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setUTCMinutes.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setUTCMinutes_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setUTCMonth.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setUTCMonth_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setUTCSeconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_setUTCSeconds_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toDateString.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toDateString_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toDateString_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toDateString_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocalTimezone.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocalTimezone_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocalTimezone_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocalTimezone_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocaleDateString.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocaleDateString_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocaleDateString_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocaleDateString_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocaleString.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocaleString_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocaleString_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocaleString_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocaleTimeString.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toString.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toString_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toString_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toString_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toTimeString.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toTimeString_for_specific_date.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toTimeString_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toTimeString_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toTimezone.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toTimezone_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toUTC.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toUTC_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_toUTC_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_constructor_maximal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_constructor_minimal.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_difference.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_difference_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_difference_missarg.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_difference_other_TypeMismatch.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_difference_other_invalid_obj.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_equalsTo.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_equalsTo_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_equalsTo_missarg.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_equalsTo_other_TypeMismatch.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_equalsTo_other_invalid_obj.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_extend.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_greaterThan.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_missarg.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_other_TypeMismatch.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_other_invalid_obj.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_length_attribute.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_lessThan.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_lessThan_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_lessThan_missarg.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_lessThan_other_TypeMismatch.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_lessThan_other_invalid_obj.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeDuration_unit_attribute.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_extend.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_instanceof.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getDateFormat.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getDateFormat_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getTimeFormat.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getTimeFormat_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_getTimeFormat_extra_argument.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_isLeapYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_isLeapYear_exist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeUtil_notexist.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_invalidLength.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_negative.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_one.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_week.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_year.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_moreThanOneDay.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_negative.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_complexNum.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_negative.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_complexNum.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_negative.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_complexNum.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_negative.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastDate.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastHour.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastSeconds.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastYear.html + + + + + + + + + /opt/tct-time-tizen-tests/time/Time_in_tizen.html + + + + + + + + + /opt/tct-time-tizen-tests/time/TimeManagerObject_notexist.html + + + + + \ No newline at end of file diff --git a/common/tct-tizen-tizen-tests.xml b/common/tct-tizen-tizen-tests.xml new file mode 100644 index 0000000..ccf06e2 --- /dev/null +++ b/common/tct-tizen-tizen-tests.xml @@ -0,0 +1,718 @@ + + + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/AbstractFilter_notexist.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/AttributeFilter_attributeName_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/AttributeFilter_constructor.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/AttributeFilter_exist.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/AttributeFilter_extend.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/AttributeFilter_matchFlag_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/AttributeFilter_matchValue_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_attributeName_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_constructor_min.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_constructor_successful.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_endValue_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_exist.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_extend.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_initialValue_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/CompositeFilterType_enum_INTERSECTION.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/CompositeFilterType_enum_UNION.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/CompositeFilter_constructor.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/CompositeFilter_exist.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/CompositeFilter_extend.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/CompositeFilter_filters_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/CompositeFilter_type_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/ErrorCallback_notexist.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_CONTAINS.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_ENDSWITH.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_EXACTLY.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_FULLSTRING.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_STARTSWITH.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/FitlerMatchFlag_enum_EXISTS.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/SimpleCoordinates_constructor_successful.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/SimpleCoordinates_exist.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/SimpleCoordinates_extend.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/SimpleCoordinates_latitude_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/SimpleCoordinates_longitude_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/SortModeOrder_enum_ASC.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/SortModeOrder_enum_DESC.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/SortMode_attributeName_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/SortMode_constructor.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/SortMode_exist.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/SortMode_extend.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/SortMode_order_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/SuccessCallback_notexist.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/Tizen_extend.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/Tizen_managerobject.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/Tizen_notexist.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIError_code_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIError_extend.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIError_message_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIError_name_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIError_notexist.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_code_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_ABORT_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_DATA_CLONE_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_DOMSTRING_SIZE_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_HIERARCHY_REQUEST_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_INDEX_SIZE_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_INUSE_ATTRIBUTE_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_ACCESS_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_CHARACTER_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_MODIFICATION_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_NODE_TYPE_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_STATE_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_NAMESPACE_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_NETWORK_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_NOT_FOUND_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_NOT_SUPPORTED_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_NO_DATA_ALLOWED_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_NO_MODIFICATION_ALLOWED_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_QUOTA_EXCEEDED_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_SECURITY_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_SYNTAX_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_TIMEOUT_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_TYPE_MISMATCH_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_URL_MISMATCH_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_VALIDATION_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_const_WRONG_DOCUMENT_ERR.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_extend.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_message_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_name_attribute.html + + + + + + + + + /opt/tct-tizen-tizen-tests/tizen/WebAPIException_notexist.html + + + + + \ No newline at end of file diff --git a/common/tct-touchevent-w3c-tests.xml b/common/tct-touchevent-w3c-tests.xml new file mode 100644 index 0000000..38295f6 --- /dev/null +++ b/common/tct-touchevent-w3c-tests.xml @@ -0,0 +1,115 @@ + + + + + + + + + + + /opt/tct-touchevent-w3c-tests/touchevent/document_createTouch_exist.html + + + + + + + + + /opt/tct-touchevent-w3c-tests/touchevent/document_createTouchList_exist.html + + + + + + + + + /opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=1 + + + + + + + + + /opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=2 + + + + + + + + + /opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=3 + + + + + + + + + /opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=4 + + + + + + + + + /opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=5 + + + + + + + + + /opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=6 + + + + + + + + + /opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=7 + + + + + + + + + /opt/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html?total_num=8&locator_key=id&value=8 + + + + + + + + + /opt/tct-touchevent-w3c-tests/touchevent/TouchList_attributes_exist.html?total_num=2&locator_key=id&value=1 + + + + + + + + + /opt/tct-touchevent-w3c-tests/touchevent/TouchList_attributes_exist.html?total_num=2&locator_key=id&value=2 + + + + + \ No newline at end of file diff --git a/common/tct-transitions-css3-tests.xml b/common/tct-transitions-css3-tests.xml new file mode 100644 index 0000000..2628697 --- /dev/null +++ b/common/tct-transitions-css3-tests.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + /opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-timing-function.html + + + + + + + + + /opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition_4s_1s.html + + + + + + + + + /opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-delay_0s.html + + + + + + + + + /opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-delay_4s_1s.html + + + + + + + + + /opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-delay_initial_value.html + + + + + + + + + /opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-duration_4s.html + + + + + + + + + /opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-duration_initial_value.html + + + + + + + + + /opt/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-property_initial_value.html + + + + + \ No newline at end of file diff --git a/common/tct-typedarrays-nonw3c-tests.xml b/common/tct-typedarrays-nonw3c-tests.xml new file mode 100644 index 0000000..312cfb3 --- /dev/null +++ b/common/tct-typedarrays-nonw3c-tests.xml @@ -0,0 +1,1483 @@ + + + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/ArrayBuffer_byteLength_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat32_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat64_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt16_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt32_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt8_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint16_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint32_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint8_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat32_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat64_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt16_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt32_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt8_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint16_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint32_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint8_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_buffer_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteLength_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteOffset_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_BYTES_PER_ELEMENT_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_length_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_set_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_subarray_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_buffer_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteLength_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteOffset_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_BYTES_PER_ELEMENT_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_length_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_set_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_subarray_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_buffer_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteLength_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteOffset_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_BYTES_PER_ELEMENT_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_length_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_set_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_subarray_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_buffer_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteLength_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteOffset_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_BYTES_PER_ELEMENT_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_length_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_set_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_subarray_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_buffer_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteLength_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteOffset_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_BYTES_PER_ELEMENT_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_length_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_set_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_subarray_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_buffer_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteLength_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteOffset_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_BYTES_PER_ELEMENT_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_length_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_set_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_subarray_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_buffer_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteLength_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteOffset_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_BYTES_PER_ELEMENT_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_length_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_set_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_subarray_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_buffer_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteLength_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteOffset_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_BYTES_PER_ELEMENT_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_length_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_set_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_subarray_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_buffer_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_byteLength_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_byteOffset_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_BYTES_PER_ELEMENT_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_length_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_set_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_subarray_exist.html + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=16 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=18 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=20 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=22 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=24 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=25 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=26 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=36 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=42 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=44 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=76 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=82 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=84 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=96 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=102 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=104 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=116 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=122 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=124 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=136 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=142 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=144 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=156 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=162 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=164 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=176 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=182 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html?total_num=192&locator_key=id&value=184 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=1 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=2 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=3 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=4 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=5 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=6 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=7 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=8 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=9 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=10 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=11 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=12 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=13 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=14 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=15 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=16 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html?total_num=17&locator_key=id&value=17 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=2 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=3 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=4 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=5 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=6 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=7 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=8 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html?total_num=9&locator_key=id&value=9 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_constructor.html?total_num=4&locator_key=id&value=1 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_constructor.html?total_num=4&locator_key=id&value=2 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_constructor.html?total_num=4&locator_key=id&value=3 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_constructor.html?total_num=4&locator_key=id&value=4 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_length.html?total_num=3&locator_key=id&value=2 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_length.html?total_num=3&locator_key=id&value=3 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=1 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=2 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=3 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=4 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=5 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=6 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=7 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=8 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=9 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=10 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=11 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=12 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=13 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=14 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=15 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=16 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=17 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=18 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html?total_num=19&locator_key=id&value=19 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_subarray.html?total_num=6&locator_key=id&value=2 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_subarray.html?total_num=6&locator_key=id&value=3 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_subarray.html?total_num=6&locator_key=id&value=4 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_subarray.html?total_num=6&locator_key=id&value=5 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_subarray.html?total_num=6&locator_key=id&value=6 + + + + + + + + + /opt/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_idlharness.html + + + + + \ No newline at end of file diff --git a/common/tct-ui-css3-tests.xml b/common/tct-ui-css3-tests.xml new file mode 100644 index 0000000..9fdfb1a --- /dev/null +++ b/common/tct-ui-css3-tests.xml @@ -0,0 +1,367 @@ + + + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_content.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_box-sizing.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-width.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-style.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-color.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-offset.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_resize_both.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_text-overflow_ellipsis.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_text-overflow_initial.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_cursor.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_box-sizing_border-box.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_box-sizing_content-box.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_box-sizing_initial_value.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_cursor_auto.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_cursor_cell.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_cursor_copy.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_cursor_default.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_cursor_ew-resize.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_cursor_initial.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_cursor_none.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-color_initial_value.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-color_red.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline_initial_value.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-offset_10px_dashed_FF0000.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_dashed_FF0000.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_inset_ffc.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_dashed.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_dotted.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_groove.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_initial_value.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-style_inset.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-width_20px_dashed.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_outline-width_30px_dotted.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_resize_horizontal.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_resize_initial.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_resize_vertical.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_text-overflow_clip_auto_nowrap_border-box.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_cursor_context-menu.html + + + + + + + + + /opt/tct-ui-css3-tests/ui/CSS3UI_cursor_nesw-resize.html + + + + + \ No newline at end of file diff --git a/common/tct-vibration-w3c-tests.xml b/common/tct-vibration-w3c-tests.xml new file mode 100644 index 0000000..98ca425 --- /dev/null +++ b/common/tct-vibration-w3c-tests.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + /opt/tct-vibration-w3c-tests/vibration/w3c/api-is-present.html + + + + + + + + + /opt/tct-vibration-w3c-tests/vibration/w3c/silent-ignore.html + + + + + \ No newline at end of file diff --git a/common/tct-video-html5-tests.xml b/common/tct-video-html5-tests.xml new file mode 100644 index 0000000..5054bfa --- /dev/null +++ b/common/tct-video-html5-tests.xml @@ -0,0 +1,2014 @@ + + + + + + + + + + + /opt/tct-video-html5-tests/video/video_addTextTrack_exist.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_textTracks_exist.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_textTracks_readonly.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_textTracks_type.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_textTracks_valid_value.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_codecs_order_2.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/currentSrc_property_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/preload_reflects_auto_value.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/src_reflects_attribute_not_source_elements.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/event_play.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_load_method_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_buffered_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_currentTime_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_defaultPlaybackRate_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_duration_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_muted_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_paused_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_pause_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_playbackRate_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_played_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_play_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_seekable_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_volume_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaError_code_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_ABORTED_constant_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_DECODE_constant_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_NETWORK_constant_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/event_canplaythrough.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/currentSrc_empty_if_no_src.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/src_removal_does_not_trigger_loadstart.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/currentSrc_nonempty_after_setting_src.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/currentSrc_nonempty_after_adding_source_child.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/event_playing.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/readyState_during_canplaythrough.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/readyState_property_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/event_canplay.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/readyState_during_playing.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_1.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_bogus_type.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_loop_base.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_muted_volumechange.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_volume_volumechange.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_pause_method_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_play_method_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_TimeRanges_end_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_TimeRanges_length_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_TimeRanges_start_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_playbackState_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_playbackState_type.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_unpause_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_MediaController_unpause_type.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/event_order_canplay_playing.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/paused_false_during_play.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/event_order_loadstart_progress.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/event_order_loadedmetadata_loadeddata.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/paused_true_during_pause.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/event_order_canplay_canplaythrough.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_3.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_codecs_order_3.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_supported_but_no_codecs_parameter_3.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_codecs_order_1.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/event_progress.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/preload_property_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/error_null.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_supported_but_no_codecs_parameter_2.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/preload_reflects_none_autoplay.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/event_loadeddata.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/event_loadstart.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_4.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/preload_reflects_none.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/preload_reflects_metadata.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/readyState_initial.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/readyState_during_loadedmetadata.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/readyState_during_canplay.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream_with_codecs_1.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/networkState_initial.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream_with_codecs_3.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream_with_codecs_2.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_2.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_supported_but_no_codecs_parameter_1.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/readyState_during_loadeddata.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/canPlayType_method_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/error_property_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/networkState_property_exists.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/src_reflects_no_value.html + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/event_loadedmetadata.html + + + + + + + + + /opt/tct-video-html5-tests/video/video_canPlayType_codecs.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-video-html5-tests/video/video_canPlayType_codecs.html?total_num=3&locator_key=id&value=2 + + + + + + + + + /opt/tct-video-html5-tests/video/video_canPlayType_codecs.html?total_num=3&locator_key=id&value=3 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=2 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=3 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=4 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=6 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=9 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=10 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=11 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=12 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=13 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=14 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=15 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=16 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=17 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=18 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=19 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=20 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=22 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=25 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=26 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=27 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=28 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=29 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=30 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=31 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=32 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=33 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=34 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=35 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=36 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=37 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=38 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=39 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=40 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=41 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=42 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=44 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=46 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=47 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=48 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=49 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=50 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=51 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=52 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=55 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=56 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=57 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=58 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=59 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=60 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=61 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=62 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=63 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=64 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=65 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=66 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=67 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=68 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=69 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=70 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=71 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=72 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=73 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=74 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=75 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=76 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=77 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=78 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=79 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=80 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=82 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=83 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=84 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=85 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=86 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=87 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=88 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=89 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=90 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=91 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=92 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=93 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=94 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=95 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=96 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=97 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=98 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=99 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=100 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=101 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=102 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_attributes.html?total_num=103&locator_key=id&value=103 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_controls_reflect.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_controls_reflect.html?total_num=3&locator_key=id&value=2 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_controls_reflect.html?total_num=3&locator_key=id&value=3 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_defaultMuted_reflect.html?total_num=4&locator_key=id&value=1 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_defaultMuted_reflect.html?total_num=4&locator_key=id&value=2 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_defaultMuted_reflect.html?total_num=4&locator_key=id&value=3 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_defaultMuted_reflect.html?total_num=4&locator_key=id&value=4 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_height_reflect.html?total_num=8&locator_key=id&value=2 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_height_reflect.html?total_num=8&locator_key=id&value=3 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_height_reflect.html?total_num=8&locator_key=id&value=4 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_height_reflect.html?total_num=8&locator_key=id&value=5 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_height_reflect.html?total_num=8&locator_key=id&value=6 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_height_reflect.html?total_num=8&locator_key=id&value=7 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_height_reflect.html?total_num=8&locator_key=id&value=8 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_loop_reflect.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_loop_reflect.html?total_num=3&locator_key=id&value=2 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_loop_reflect.html?total_num=3&locator_key=id&value=3 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_muted_check.html?total_num=3&locator_key=id&value=1 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_muted_check.html?total_num=3&locator_key=id&value=2 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_muted_check.html?total_num=3&locator_key=id&value=3 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_volume_check.html?total_num=6&locator_key=id&value=1 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_volume_check.html?total_num=6&locator_key=id&value=2 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_volume_check.html?total_num=6&locator_key=id&value=3 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_volume_check.html?total_num=6&locator_key=id&value=4 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_volume_check.html?total_num=6&locator_key=id&value=5 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_volume_check.html?total_num=6&locator_key=id&value=6 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_width_reflect.html?total_num=8&locator_key=id&value=2 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_width_reflect.html?total_num=8&locator_key=id&value=3 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_width_reflect.html?total_num=8&locator_key=id&value=4 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_width_reflect.html?total_num=8&locator_key=id&value=5 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_width_reflect.html?total_num=8&locator_key=id&value=6 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_width_reflect.html?total_num=8&locator_key=id&value=7 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/video_width_reflect.html?total_num=8&locator_key=id&value=8 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/addTextTrack.html?total_num=11&locator_key=id&value=3 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/addTextTrack.html?total_num=11&locator_key=id&value=4 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/addTextTrack.html?total_num=11&locator_key=id&value=5 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/addTextTrack.html?total_num=11&locator_key=id&value=6 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/addTextTrack.html?total_num=11&locator_key=id&value=7 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/addTextTrack.html?total_num=11&locator_key=id&value=10 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/addTextTrack.html?total_num=11&locator_key=id&value=11 + + + + + + + + + /opt/tct-video-html5-tests/video/w3c/textTracks.html + + + + + \ No newline at end of file diff --git a/common/tct-webdatabase-w3c-tests.xml b/common/tct-webdatabase-w3c-tests.xml new file mode 100644 index 0000000..371596f --- /dev/null +++ b/common/tct-webdatabase-w3c-tests.xml @@ -0,0 +1,457 @@ + + + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/DatabaseCallback_handleEvent_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_normal.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_readonly.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/Database_version_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_code_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_CONSTRAINT_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_CONSTRAINT_ERR_type.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_DATABASE_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_DATABASE_ERR_type.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_message_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_QUOTA_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_SYNTAX_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_TIMEOUT_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_TOO_LARGE_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_UNKNOWN_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLError_VERSION_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_support_check.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_CONSTRAINT_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_DATABASE_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_message_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_QUOTA_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_SYNTAX_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_TIMEOUT_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_TOO_LARGE_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_UNKNOWN_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLException_VERSION_ERR_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_item_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_length_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rowsAffected_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rows_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLStatementCallback_handleEvent_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLStatementErrorCallback_handleEvent_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionCallback_handleEvent_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionErrorCallback_handleEvent_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSyncCallback_handleEvent_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/SQLVoidCallback_handleEvent_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_exist.html + + + + + + + + + /opt/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_exist.html + + + + + \ No newline at end of file diff --git a/common/tct-webstorage-w3c-tests.xml b/common/tct-webstorage-w3c-tests.xml new file mode 100644 index 0000000..74c936a --- /dev/null +++ b/common/tct-webstorage-w3c-tests.xml @@ -0,0 +1,1726 @@ + + + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_getItem_base.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/storage_getItem_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_getItem_key_null.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_getItem_key_undefined.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_getItem_no_argument.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/storage_getItem_unexisted_key.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_key_nonexisted.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_key_null.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_key_undefined.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_no_argument.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_key_nonexisted.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_key_null.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_key_undefined.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_no_argument.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_empty_string.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_normal_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_readonly.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_type.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_keys_numeric.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_key_empty_string.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_key_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_key_index_equals_length.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_key_index_greater_length.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_key_index_nonascii.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_key_index_nonexisted.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_key_index_undefined.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_key_index_zero.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/storage_key_invalid_parameter.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_key_no_argument.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_key_undefined.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_key_zero.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_key_zero.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_length_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_length_normal_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_length_readonly.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_length_type.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_length_zero.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_length_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_length_readonly.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_length_type.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_length_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_length_readonly.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_length_type.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_readonly.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_type.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_empty_string.html.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_normal_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_readonly.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_type.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_empty_string.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_normal_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_readonly.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_type.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_base.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_key_null.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_key_undefined.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_nonexisted_item.htm + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_no_argument.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_readonly.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_type.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_base.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_key_null.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_key_null_value_null.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_key_undefined.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_no_argument.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_update_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_value_null.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_setItem_value_same.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_base.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_empty_string.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_no_argument.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_no_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_null.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_undefined.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_update_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_set_value_with_enumerate_way.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_base.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_empty_string.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_no_argument.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_no_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_null.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_undefined.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_update_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_set_value_with_enumerate_way.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_clear_base.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_getItem_base.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_key_base.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_length_normal_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_localStorage.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_readonly.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_removeItem_base.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_sessionStorage.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_type.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_empty_string.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_exist.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_normal_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_readonly.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_type.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/idlharness.html?total_num=32&locator_key=id&value=13 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/idlharness.html?total_num=32&locator_key=id&value=15 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/idlharness.html?total_num=32&locator_key=id&value=17 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/idlharness.html?total_num=32&locator_key=id&value=19 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/idlharness.html?total_num=32&locator_key=id&value=21 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/idlharness.html?total_num=32&locator_key=id&value=23 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=1 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=2 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=3 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=4 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=5 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=6 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=7 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=8 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=9 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html?total_num=11&locator_key=id&value=10 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_in_js.html?total_num=2&locator_key=id&value=1 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_in_js.html?total_num=2&locator_key=id&value=2 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_index_js.html?total_num=4&locator_key=id&value=1 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_index_js.html?total_num=4&locator_key=id&value=2 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_index_js.html?total_num=4&locator_key=id&value=3 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_index_js.html?total_num=4&locator_key=id&value=4 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_in_js.html?total_num=2&locator_key=id&value=1 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_in_js.html?total_num=2&locator_key=id&value=2 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_index_js.html?total_num=4&locator_key=id&value=1 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_index_js.html?total_num=4&locator_key=id&value=2 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_index_js.html?total_num=4&locator_key=id&value=3 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_index_js.html?total_num=4&locator_key=id&value=4 + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_base.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_key_null.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_key_undefined.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_newValue_null.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_newValue_undefined.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_key.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_newValue.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_oldValue.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_url.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_oldValue_null.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_oldValue_undefined.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_type_null.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_url_null.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_url_undefined.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_initial_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_initial_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_initial_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_initial_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_initial_value.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_clear_empty_storage.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_keys_case_sensitive.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_key_override_length.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_change_order.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_enumerate_storage.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_localStorage_store_nonstrings.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_enumerate_storage.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_store_nonstrings.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/event_constructor.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/event_local_key.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/event_local_newvalue.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/event_local_oldvalue.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/event_local_storagearea.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/event_local_storageeventinit.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/event_local_url.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/event_session_key.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/event_session_newvalue.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/event_session_oldvalue.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/event_session_storagearea.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/event_session_storageeventinit.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/event_session_url.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_clear.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_getitem.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_key.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_length.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_removeitem.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_setitem.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_clear.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_getitem.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_key.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_length.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_removeitem.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_setitem.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_index_js.html + + + + + + + + + /opt/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_index_js.html + + + + + \ No newline at end of file diff --git a/common/tct-workers-w3c-tests.xml b/common/tct-workers-w3c-tests.xml new file mode 100644 index 0000000..c785ea5 --- /dev/null +++ b/common/tct-workers-w3c-tests.xml @@ -0,0 +1,772 @@ + + + + + + + + + + + /opt/tct-workers-w3c-tests/workers/WebWorker_WorkerLocation_pathname_decompose.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_postMessage_binary.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_postMessage_structure.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_onMessage_binary.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_onMessage_structure.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/WebWorker_WorkerGlobalScope_importScripts_unsupport.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/WebWorker_SharedWorker_constructor_name.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/WebWorker_SharedWorker_constructor_invalidURL.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_platform.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_search.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerNavigator_appName.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerNavigator_platform.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerLoadError.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_importScripts.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_hostname.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerEventListener.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/postMessage_target_source.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerSimple.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/postMessage_ports_readonly_array.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerLocation.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerShared_distinct.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_protocol.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_setInterval.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/Worker_script_mimetype.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_port.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/Worker_terminate_event_queue.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_href.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/Worker_ErrorEvent_message.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/Worker_ErrorEvent_type.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_hash.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_appName.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerNavigator_userAgent.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_empty.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_search_fragment.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hostname.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/postMessage_clone_port.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerConstructor.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_nonexist.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_userAgent.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_onLine.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_host.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerNavigator_appVersion.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_href.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_host.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_fragment.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash_nonexist.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_ErrorEvent_message.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_hash_nonexist.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerNavigator_online.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_hash_encoding.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_portocol.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/Worker_basic.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerName.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/postMessage_event_properties.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_pathname.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_search_nonexist.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash_encoding.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerLocation_port.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_close.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_appVersion.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_setTimeout.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/WorkerGlobalScope_navigator.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/Worker_constructor.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/WorkerGlobalScope_onMessage.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/WorkerGlobalScope_postMessage.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerGlobalScope_name.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/WorkerGlobalScope_self.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerGlobalScope_onconnect.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/WebWorker_Blob_url_support.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerShared_name_except.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_XMLHttpRequest.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/postMessage_DataCloneErr.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerShared_simultaneously.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/MessagePort_onmessage_start.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerException.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerLocation.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerScriptError.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_EventTarget.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_importScripts_NetworkErr.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/SharedWorkerShared_loaded.html + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/MessagePort_initial_disabled.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_removeEventListener.htm + + + + + + + + + /opt/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_addEventListener.htm + + + + + \ No newline at end of file diff --git a/common/testkit.xml b/common/testkit.xml new file mode 100644 index 0000000..91faf21 --- /dev/null +++ b/common/testkit.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/packaging/common-crosswalk-suite.manifest b/packaging/common-crosswalk-suite.manifest new file mode 100644 index 0000000..892ec6d --- /dev/null +++ b/packaging/common-crosswalk-suite.manifest @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/packaging/common-crosswalk-suite.spec b/packaging/common-crosswalk-suite.spec new file mode 100644 index 0000000..5e7ee0f --- /dev/null +++ b/packaging/common-crosswalk-suite.spec @@ -0,0 +1,38 @@ +Name: common-crosswalk-suite +Summary: Crosswalk suite for Tizen Common +Version: 1.0.0 +Release: 1 +License: GPL-2.0 +Group: Development/Testing +Source: %{name}-%{version}.tar.gz +Source1001: %{name}.manifest +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: common-suite-launcher +Requires: testkit-lite +Requires: testkit-stub +BuildArch: noarch + + +%description +The common-crosswalk-suite validates web features of the Tizen Common image : web W3C api and device api using crosswalk + + +%prep +%setup -q +cp %{SOURCE1001} . + + +%build + + +%install +install -d %{buildroot}/%{_datadir}/tests/%{name} +install -m 0755 common/runtest.sh %{buildroot}/%{_datadir}/tests/%{name} +install -m 0644 common/*.xml %{buildroot}/%{_datadir}/tests/%{name} +cp -r common/TESTDIR %{buildroot}/%{_datadir}/tests/%{name} + + +%files +%manifest %{name}.manifest +%defattr(-,root,root) +%{_datadir}/tests/%{name} \ No newline at end of file