OLD | NEW |
(Empty) | |
| 1 # Copyright 2013 the V8 project authors. All rights reserved. |
| 2 # Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. |
| 3 # |
| 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions |
| 6 # are met: |
| 7 # 1. Redistributions of source code must retain the above copyright |
| 8 # notice, this list of conditions and the following disclaimer. |
| 9 # 2. Redistributions in binary form must reproduce the above copyright |
| 10 # notice, this list of conditions and the following disclaimer in the |
| 11 # documentation and/or other materials provided with the distribution. |
| 12 # |
| 13 # THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND ANY |
| 14 # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 15 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 16 # DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY |
| 17 # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 18 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 19 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 20 # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 21 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 22 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 23 |
| 24 KDE JS Test |
| 25 |
| 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 27 |
| 28 |
| 29 PASS func_ret_with_ex_func is 4 |
| 30 PASS func_ret_from_ex_throw_args is 4 |
| 31 PASS set_from_throw_func_args is 4 |
| 32 PASS set_from_func_throw_args is 4 |
| 33 PASS set_from_before_func_throw_args is 1 |
| 34 PASS function_param_order is 'abc' |
| 35 PASS new_param_order is 'abc' |
| 36 PASS elision_param_order is 'abc' |
| 37 PASS comma_order is 'abc' |
| 38 PASS OpEqEq_part1 is 1 |
| 39 PASS OpEqEq_part2 is 4 |
| 40 PASS OpNotEq_part1 is 1 |
| 41 PASS OpNotEq_part2 is 4 |
| 42 PASS OpStrEq_part1 is 1 |
| 43 PASS OpStrEq_part2 is 4 |
| 44 PASS OpStrNEq_part1 is 1 |
| 45 PASS OpStrNEq_part2 is 4 |
| 46 PASS OpLess_part1 is 1 |
| 47 PASS OpLess_part2 is 4 |
| 48 PASS OpLessEq_part1 is 1 |
| 49 PASS OpLessEq_part2 is 4 |
| 50 PASS OpGreater_part1 is 1 |
| 51 PASS OpGreater_part2 is 4 |
| 52 PASS OpGreaterEq_part1 is 1 |
| 53 PASS OpGreaterEq_part2 is 4 |
| 54 PASS OpAnd_part1 is 1 |
| 55 PASS OpAnd_part2 is 4 |
| 56 PASS OpOr_part1 is 1 |
| 57 PASS OpOr_part2 is 4 |
| 58 PASS OpBitAnd_part1 is 1 |
| 59 PASS OpBitAnd_part2 is 4 |
| 60 PASS OpBitXOr_part1 is 1 |
| 61 PASS OpBitXOr_part2 is 4 |
| 62 PASS OpBitOr_part1 is 1 |
| 63 PASS OpBitOr_part2 is 4 |
| 64 PASS OpLShift_part1 is 1 |
| 65 PASS OpLShift_part2 is 4 |
| 66 PASS OpRShift_part1 is 1 |
| 67 PASS OpRShift_part2 is 4 |
| 68 PASS OpURShift_part1 is 1 |
| 69 PASS OpURShift_part2 is 4 |
| 70 PASS OpInstanceOf_part1 is 1 |
| 71 PASS OpInstanceOf_part2 is 4 |
| 72 PASS set_from_if_stmt is 4 |
| 73 PASS set_from_if_else_stmt is 4 |
| 74 PASS set_from_else_in_if_else_stmt is 4 |
| 75 PASS comma_left is 1 |
| 76 PASS comma_left is 4 |
| 77 PASS vardecl_assign_throws is 4 |
| 78 PASS var_assign_before_throw_run is true |
| 79 PASS var_assign_after_throw_run is false |
| 80 PASS do_val is 5 |
| 81 PASS while_val is 4 |
| 82 PASS for_val_part1_throw2 is 1 |
| 83 PASS for_val_part1_throw3 is 1 |
| 84 PASS for_val_part2_throw1 is 4 |
| 85 PASS for_val_part2_throw3 is 1 |
| 86 PASS for_val_part3_throw1 is 4 |
| 87 PASS for_val_part3_throw2 is 4 |
| 88 PASS for_val_part1_throwbody is 1 |
| 89 PASS for_val_part2_throwbody is 1 |
| 90 PASS for_val_part3_throwbody is 4 |
| 91 PASS forin_count is 4 |
| 92 PASS set_inside_with_throw is 4 |
| 93 PASS set_inside_with_cantconverttoobject is 4 |
| 94 PASS successfullyParsed is true |
| 95 |
| 96 TEST COMPLETE |
| 97 |
OLD | NEW |