From bd9a00d254be4c966f7bef68f7b6ef3614afd1e3 Mon Sep 17 00:00:00 2001 From: Evgeny Gavrin Date: Mon, 15 Jun 2015 14:44:45 +0300 Subject: [PATCH] Rename tests in ./tests/jerry/* directory to match the style of filenames in the project. JerryScript-DCO-1.0-Signed-off-by: Evgeny Gavrin e.gavrin@samsung.com --- .../{N.compact_profile_error.js => N.compact-profile-error.js} | 0 tests/jerry/{N.func_expr_strict.js => N.func-expr-strict.js} | 0 tests/jerry/{and_or.js => and-or.js} | 0 .../{array_prototype_concat.js => array-prototype-concat.js} | 0 .../jerry/{array_prototype_every.js => array-prototype-every.js} | 0 .../{array_prototype_filter.js => array-prototype-filter.js} | 0 .../{array_prototype_foreach.js => array-prototype-foreach.js} | 0 .../{array_prototype_indexof.js => array-prototype-indexof.js} | 0 tests/jerry/{array_prototype_join.js => array-prototype-join.js} | 0 ...ay_prototype_lastindexof.js => array-prototype-lastindexof.js} | 0 tests/jerry/{array_prototype_map.js => array-prototype-map.js} | 0 tests/jerry/{array_prototype_pop.js => array-prototype-pop.js} | 0 ..._prototype_reduce_right.js => array-prototype-reduce-right.js} | 0 .../{array_prototype_reduce.js => array-prototype-reduce.js} | 0 .../{array_prototype_reverse.js => array-prototype-reverse.js} | 0 .../jerry/{array_prototype_shift.js => array-prototype-shift.js} | 0 .../jerry/{array_prototype_slice.js => array-prototype-slice.js} | 0 tests/jerry/{array_prototype_some.js => array-prototype-some.js} | 0 tests/jerry/{array_prototype_sort.js => array-prototype-sort.js} | 0 .../{array_prototype_splice.js => array-prototype-splice.js} | 0 ...totype_tolocalestring.js => array-prototype-tolocalestring.js} | 0 .../{array_prototype_tostring.js => array-prototype-tostring.js} | 0 .../{array_prototype_unshift.js => array-prototype-unshift.js} | 0 tests/jerry/{bitwise_logic.js => bitwise-logic.js} | 0 ...with_blocks.js => break-continue-nested-to-try-with-blocks.js} | 0 tests/jerry/{empty_varg.js => empty-varg.js} | 0 tests/jerry/{escape_sequences.js => escape-sequences.js} | 0 ...uments_assignment_strict.js => arguments-assignment-strict.js} | 0 .../12/{arguments_catch_strict.js => arguments-catch-strict.js} | 0 ..._list_strict.js => arguments-in-prop-set-param-list-strict.js} | 0 ...ents_in_var_decl_strict.js => arguments-in-var-decl-strict.js} | 0 .../12/{arguments_param_strict.js => arguments-param-strict.js} | 0 .../{arguments_postfix_strict.js => arguments-postfix-strict.js} | 0 .../12/{arguments_prefix_strict.js => arguments-prefix-strict.js} | 0 tests/jerry/fail/12/{delete_strict.js => delete-strict.js} | 0 ...e_sequences_invalid_hex.js => escape-sequences-invalid-hex.js} | 0 ...ces_invalid_unicode.js => escape-sequences-invalid-unicode.js} | 0 ...s_invalid_variable.js => escape-sequences-invalid-variable.js} | 0 .../12/{eval_assignment_strict.js => eval-assignment-strict.js} | 0 .../jerry/fail/12/{eval_catch_strict.js => eval-catch-strict.js} | 0 ...param_list_strict.js => eval-in-prop-set-param-list-strict.js} | 0 .../12/{eval_in_var_decl_strict.js => eval-in-var-decl-strict.js} | 0 .../jerry/fail/12/{eval_param_strict.js => eval-param-strict.js} | 0 .../fail/12/{eval_postfix_strict.js => eval-postfix-strict.js} | 0 .../fail/12/{eval_prefix_strict.js => eval-prefix-strict.js} | 0 ...s_function.js => labelled-statements-break-across-function.js} | 0 ..._duplicate_label.js => labelled-statements-duplicate-label.js} | 0 ...led_statements_no_label.js => labelled-statements-no-label.js} | 0 tests/jerry/fail/12/{let_strict.js => let-strict.js} | 0 tests/jerry/fail/12/{object_get_data.js => object-get-data.js} | 0 tests/jerry/fail/12/{object_get_get.js => object-get-get.js} | 0 ...l_prop_names_strict.js => object-several-prop-names-strict.js} | 0 tests/jerry/fail/12/{octal_strict.js => octal-strict.js} | 0 .../{param_duplication_strict.js => param-duplication-strict.js} | 0 tests/jerry/fail/12/{with_strict.js => with-strict.js} | 0 tests/jerry/{func_decl.js => func-decl.js} | 0 tests/jerry/{function_args.js => function-args.js} | 0 tests/jerry/{function_construct.js => function-construct.js} | 0 .../{function_prototype_apply.js => function-prototype-apply.js} | 0 ...ction_prototype_tostring.js => function-prototype-tostring.js} | 0 tests/jerry/{function_return.js => function-return.js} | 0 tests/jerry/{if_else.js => if-else.js} | 0 tests/jerry/{labelled_statements.js => labelled-statements.js} | 0 tests/jerry/{math_abs.js => math-abs.js} | 0 tests/jerry/{math_exp.js => math-exp.js} | 0 tests/jerry/{math_log.js => math-log.js} | 0 tests/jerry/{math_max.js => math-max.js} | 0 tests/jerry/{math_min.js => math-min.js} | 0 tests/jerry/{math_pow.js => math-pow.js} | 0 tests/jerry/{math_round.js => math-round.js} | 0 tests/jerry/{math_trig.js => math-trig.js} | 0 tests/jerry/{nested_function.js => nested-function.js} | 0 .../{object_define_properties.js => object-define-properties.js} | 0 ...operty_descriptor.js => object-get-own-property-descriptor.js} | 0 ...get_own_property_names.js => object-get-own-property-names.js} | 0 .../jerry/{object_getprototypeof.js => object-getprototypeof.js} | 0 tests/jerry/{object_is_extensible.js => object-is-extensible.js} | 0 tests/jerry/{object_keys.js => object-keys.js} | 0 tests/jerry/{object_literal-2.js => object-literal-2.js} | 0 tests/jerry/{object_literal.js => object-literal.js} | 0 ...otype_hasownproperty.js => object-prototype-hasownproperty.js} | 0 ...ototype_isprototypeof.js => object-prototype-isprototypeof.js} | 0 ...tyisenumerable.js => object-prototype-propertyisenumerable.js} | 0 ...otype_tolocalestring.js => object-prototype-tolocalestring.js} | 0 .../{string_prototype_concat.js => string-prototype-concat.js} | 0 .../{string_prototype_slice.js => string-prototype-slice.js} | 0 tests/jerry/{switch_case.js => switch-case.js} | 0 tests/jerry/{test_new_string.js => test-new-string.js} | 0 tests/jerry/{this_arg.js => this-arg.js} | 0 tests/jerry/{try_catch_finally.js => try-catch-finally.js} | 0 tests/jerry/{unary_plus_minus.js => unary-plus-minus.js} | 0 tests/jerry/{var_decl.js => var-decl.js} | 0 92 files changed, 0 insertions(+), 0 deletions(-) rename tests/jerry/{N.compact_profile_error.js => N.compact-profile-error.js} (100%) rename tests/jerry/{N.func_expr_strict.js => N.func-expr-strict.js} (100%) rename tests/jerry/{and_or.js => and-or.js} (100%) rename tests/jerry/{array_prototype_concat.js => array-prototype-concat.js} (100%) rename tests/jerry/{array_prototype_every.js => array-prototype-every.js} (100%) rename tests/jerry/{array_prototype_filter.js => array-prototype-filter.js} (100%) rename tests/jerry/{array_prototype_foreach.js => array-prototype-foreach.js} (100%) rename tests/jerry/{array_prototype_indexof.js => array-prototype-indexof.js} (100%) rename tests/jerry/{array_prototype_join.js => array-prototype-join.js} (100%) rename tests/jerry/{array_prototype_lastindexof.js => array-prototype-lastindexof.js} (100%) rename tests/jerry/{array_prototype_map.js => array-prototype-map.js} (100%) rename tests/jerry/{array_prototype_pop.js => array-prototype-pop.js} (100%) rename tests/jerry/{array_prototype_reduce_right.js => array-prototype-reduce-right.js} (100%) rename tests/jerry/{array_prototype_reduce.js => array-prototype-reduce.js} (100%) rename tests/jerry/{array_prototype_reverse.js => array-prototype-reverse.js} (100%) rename tests/jerry/{array_prototype_shift.js => array-prototype-shift.js} (100%) rename tests/jerry/{array_prototype_slice.js => array-prototype-slice.js} (100%) rename tests/jerry/{array_prototype_some.js => array-prototype-some.js} (100%) rename tests/jerry/{array_prototype_sort.js => array-prototype-sort.js} (100%) rename tests/jerry/{array_prototype_splice.js => array-prototype-splice.js} (100%) rename tests/jerry/{array_prototype_tolocalestring.js => array-prototype-tolocalestring.js} (100%) rename tests/jerry/{array_prototype_tostring.js => array-prototype-tostring.js} (100%) rename tests/jerry/{array_prototype_unshift.js => array-prototype-unshift.js} (100%) rename tests/jerry/{bitwise_logic.js => bitwise-logic.js} (100%) rename tests/jerry/{break_continue_nested_to_try_with_blocks.js => break-continue-nested-to-try-with-blocks.js} (100%) rename tests/jerry/{empty_varg.js => empty-varg.js} (100%) rename tests/jerry/{escape_sequences.js => escape-sequences.js} (100%) rename tests/jerry/fail/12/{arguments_assignment_strict.js => arguments-assignment-strict.js} (100%) rename tests/jerry/fail/12/{arguments_catch_strict.js => arguments-catch-strict.js} (100%) rename tests/jerry/fail/12/{arguments_in_prop_set_param_list_strict.js => arguments-in-prop-set-param-list-strict.js} (100%) rename tests/jerry/fail/12/{arguments_in_var_decl_strict.js => arguments-in-var-decl-strict.js} (100%) rename tests/jerry/fail/12/{arguments_param_strict.js => arguments-param-strict.js} (100%) rename tests/jerry/fail/12/{arguments_postfix_strict.js => arguments-postfix-strict.js} (100%) rename tests/jerry/fail/12/{arguments_prefix_strict.js => arguments-prefix-strict.js} (100%) rename tests/jerry/fail/12/{delete_strict.js => delete-strict.js} (100%) rename tests/jerry/fail/12/{escape_sequences_invalid_hex.js => escape-sequences-invalid-hex.js} (100%) rename tests/jerry/fail/12/{escape_sequences_invalid_unicode.js => escape-sequences-invalid-unicode.js} (100%) rename tests/jerry/fail/12/{escape_sequences_invalid_variable.js => escape-sequences-invalid-variable.js} (100%) rename tests/jerry/fail/12/{eval_assignment_strict.js => eval-assignment-strict.js} (100%) rename tests/jerry/fail/12/{eval_catch_strict.js => eval-catch-strict.js} (100%) rename tests/jerry/fail/12/{eval_in_prop_set_param_list_strict.js => eval-in-prop-set-param-list-strict.js} (100%) rename tests/jerry/fail/12/{eval_in_var_decl_strict.js => eval-in-var-decl-strict.js} (100%) rename tests/jerry/fail/12/{eval_param_strict.js => eval-param-strict.js} (100%) rename tests/jerry/fail/12/{eval_postfix_strict.js => eval-postfix-strict.js} (100%) rename tests/jerry/fail/12/{eval_prefix_strict.js => eval-prefix-strict.js} (100%) rename tests/jerry/fail/12/{labelled_statements_break_across_function.js => labelled-statements-break-across-function.js} (100%) rename tests/jerry/fail/12/{labelled_statements_duplicate_label.js => labelled-statements-duplicate-label.js} (100%) rename tests/jerry/fail/12/{labelled_statements_no_label.js => labelled-statements-no-label.js} (100%) rename tests/jerry/fail/12/{let_strict.js => let-strict.js} (100%) rename tests/jerry/fail/12/{object_get_data.js => object-get-data.js} (100%) rename tests/jerry/fail/12/{object_get_get.js => object-get-get.js} (100%) rename tests/jerry/fail/12/{object_several_prop_names_strict.js => object-several-prop-names-strict.js} (100%) rename tests/jerry/fail/12/{octal_strict.js => octal-strict.js} (100%) rename tests/jerry/fail/12/{param_duplication_strict.js => param-duplication-strict.js} (100%) rename tests/jerry/fail/12/{with_strict.js => with-strict.js} (100%) rename tests/jerry/{func_decl.js => func-decl.js} (100%) rename tests/jerry/{function_args.js => function-args.js} (100%) rename tests/jerry/{function_construct.js => function-construct.js} (100%) rename tests/jerry/{function_prototype_apply.js => function-prototype-apply.js} (100%) rename tests/jerry/{function_prototype_tostring.js => function-prototype-tostring.js} (100%) rename tests/jerry/{function_return.js => function-return.js} (100%) rename tests/jerry/{if_else.js => if-else.js} (100%) rename tests/jerry/{labelled_statements.js => labelled-statements.js} (100%) rename tests/jerry/{math_abs.js => math-abs.js} (100%) rename tests/jerry/{math_exp.js => math-exp.js} (100%) rename tests/jerry/{math_log.js => math-log.js} (100%) rename tests/jerry/{math_max.js => math-max.js} (100%) rename tests/jerry/{math_min.js => math-min.js} (100%) rename tests/jerry/{math_pow.js => math-pow.js} (100%) rename tests/jerry/{math_round.js => math-round.js} (100%) rename tests/jerry/{math_trig.js => math-trig.js} (100%) rename tests/jerry/{nested_function.js => nested-function.js} (100%) rename tests/jerry/{object_define_properties.js => object-define-properties.js} (100%) rename tests/jerry/{object_get_own_property_descriptor.js => object-get-own-property-descriptor.js} (100%) rename tests/jerry/{object_get_own_property_names.js => object-get-own-property-names.js} (100%) rename tests/jerry/{object_getprototypeof.js => object-getprototypeof.js} (100%) rename tests/jerry/{object_is_extensible.js => object-is-extensible.js} (100%) rename tests/jerry/{object_keys.js => object-keys.js} (100%) rename tests/jerry/{object_literal-2.js => object-literal-2.js} (100%) rename tests/jerry/{object_literal.js => object-literal.js} (100%) rename tests/jerry/{object_prototype_hasownproperty.js => object-prototype-hasownproperty.js} (100%) rename tests/jerry/{object_prototype_isprototypeof.js => object-prototype-isprototypeof.js} (100%) rename tests/jerry/{object_prototype_propertyisenumerable.js => object-prototype-propertyisenumerable.js} (100%) rename tests/jerry/{object_prototype_tolocalestring.js => object-prototype-tolocalestring.js} (100%) rename tests/jerry/{string_prototype_concat.js => string-prototype-concat.js} (100%) rename tests/jerry/{string_prototype_slice.js => string-prototype-slice.js} (100%) rename tests/jerry/{switch_case.js => switch-case.js} (100%) rename tests/jerry/{test_new_string.js => test-new-string.js} (100%) rename tests/jerry/{this_arg.js => this-arg.js} (100%) rename tests/jerry/{try_catch_finally.js => try-catch-finally.js} (100%) rename tests/jerry/{unary_plus_minus.js => unary-plus-minus.js} (100%) rename tests/jerry/{var_decl.js => var-decl.js} (100%) diff --git a/tests/jerry/N.compact_profile_error.js b/tests/jerry/N.compact-profile-error.js similarity index 100% rename from tests/jerry/N.compact_profile_error.js rename to tests/jerry/N.compact-profile-error.js diff --git a/tests/jerry/N.func_expr_strict.js b/tests/jerry/N.func-expr-strict.js similarity index 100% rename from tests/jerry/N.func_expr_strict.js rename to tests/jerry/N.func-expr-strict.js diff --git a/tests/jerry/and_or.js b/tests/jerry/and-or.js similarity index 100% rename from tests/jerry/and_or.js rename to tests/jerry/and-or.js diff --git a/tests/jerry/array_prototype_concat.js b/tests/jerry/array-prototype-concat.js similarity index 100% rename from tests/jerry/array_prototype_concat.js rename to tests/jerry/array-prototype-concat.js diff --git a/tests/jerry/array_prototype_every.js b/tests/jerry/array-prototype-every.js similarity index 100% rename from tests/jerry/array_prototype_every.js rename to tests/jerry/array-prototype-every.js diff --git a/tests/jerry/array_prototype_filter.js b/tests/jerry/array-prototype-filter.js similarity index 100% rename from tests/jerry/array_prototype_filter.js rename to tests/jerry/array-prototype-filter.js diff --git a/tests/jerry/array_prototype_foreach.js b/tests/jerry/array-prototype-foreach.js similarity index 100% rename from tests/jerry/array_prototype_foreach.js rename to tests/jerry/array-prototype-foreach.js diff --git a/tests/jerry/array_prototype_indexof.js b/tests/jerry/array-prototype-indexof.js similarity index 100% rename from tests/jerry/array_prototype_indexof.js rename to tests/jerry/array-prototype-indexof.js diff --git a/tests/jerry/array_prototype_join.js b/tests/jerry/array-prototype-join.js similarity index 100% rename from tests/jerry/array_prototype_join.js rename to tests/jerry/array-prototype-join.js diff --git a/tests/jerry/array_prototype_lastindexof.js b/tests/jerry/array-prototype-lastindexof.js similarity index 100% rename from tests/jerry/array_prototype_lastindexof.js rename to tests/jerry/array-prototype-lastindexof.js diff --git a/tests/jerry/array_prototype_map.js b/tests/jerry/array-prototype-map.js similarity index 100% rename from tests/jerry/array_prototype_map.js rename to tests/jerry/array-prototype-map.js diff --git a/tests/jerry/array_prototype_pop.js b/tests/jerry/array-prototype-pop.js similarity index 100% rename from tests/jerry/array_prototype_pop.js rename to tests/jerry/array-prototype-pop.js diff --git a/tests/jerry/array_prototype_reduce_right.js b/tests/jerry/array-prototype-reduce-right.js similarity index 100% rename from tests/jerry/array_prototype_reduce_right.js rename to tests/jerry/array-prototype-reduce-right.js diff --git a/tests/jerry/array_prototype_reduce.js b/tests/jerry/array-prototype-reduce.js similarity index 100% rename from tests/jerry/array_prototype_reduce.js rename to tests/jerry/array-prototype-reduce.js diff --git a/tests/jerry/array_prototype_reverse.js b/tests/jerry/array-prototype-reverse.js similarity index 100% rename from tests/jerry/array_prototype_reverse.js rename to tests/jerry/array-prototype-reverse.js diff --git a/tests/jerry/array_prototype_shift.js b/tests/jerry/array-prototype-shift.js similarity index 100% rename from tests/jerry/array_prototype_shift.js rename to tests/jerry/array-prototype-shift.js diff --git a/tests/jerry/array_prototype_slice.js b/tests/jerry/array-prototype-slice.js similarity index 100% rename from tests/jerry/array_prototype_slice.js rename to tests/jerry/array-prototype-slice.js diff --git a/tests/jerry/array_prototype_some.js b/tests/jerry/array-prototype-some.js similarity index 100% rename from tests/jerry/array_prototype_some.js rename to tests/jerry/array-prototype-some.js diff --git a/tests/jerry/array_prototype_sort.js b/tests/jerry/array-prototype-sort.js similarity index 100% rename from tests/jerry/array_prototype_sort.js rename to tests/jerry/array-prototype-sort.js diff --git a/tests/jerry/array_prototype_splice.js b/tests/jerry/array-prototype-splice.js similarity index 100% rename from tests/jerry/array_prototype_splice.js rename to tests/jerry/array-prototype-splice.js diff --git a/tests/jerry/array_prototype_tolocalestring.js b/tests/jerry/array-prototype-tolocalestring.js similarity index 100% rename from tests/jerry/array_prototype_tolocalestring.js rename to tests/jerry/array-prototype-tolocalestring.js diff --git a/tests/jerry/array_prototype_tostring.js b/tests/jerry/array-prototype-tostring.js similarity index 100% rename from tests/jerry/array_prototype_tostring.js rename to tests/jerry/array-prototype-tostring.js diff --git a/tests/jerry/array_prototype_unshift.js b/tests/jerry/array-prototype-unshift.js similarity index 100% rename from tests/jerry/array_prototype_unshift.js rename to tests/jerry/array-prototype-unshift.js diff --git a/tests/jerry/bitwise_logic.js b/tests/jerry/bitwise-logic.js similarity index 100% rename from tests/jerry/bitwise_logic.js rename to tests/jerry/bitwise-logic.js diff --git a/tests/jerry/break_continue_nested_to_try_with_blocks.js b/tests/jerry/break-continue-nested-to-try-with-blocks.js similarity index 100% rename from tests/jerry/break_continue_nested_to_try_with_blocks.js rename to tests/jerry/break-continue-nested-to-try-with-blocks.js diff --git a/tests/jerry/empty_varg.js b/tests/jerry/empty-varg.js similarity index 100% rename from tests/jerry/empty_varg.js rename to tests/jerry/empty-varg.js diff --git a/tests/jerry/escape_sequences.js b/tests/jerry/escape-sequences.js similarity index 100% rename from tests/jerry/escape_sequences.js rename to tests/jerry/escape-sequences.js diff --git a/tests/jerry/fail/12/arguments_assignment_strict.js b/tests/jerry/fail/12/arguments-assignment-strict.js similarity index 100% rename from tests/jerry/fail/12/arguments_assignment_strict.js rename to tests/jerry/fail/12/arguments-assignment-strict.js diff --git a/tests/jerry/fail/12/arguments_catch_strict.js b/tests/jerry/fail/12/arguments-catch-strict.js similarity index 100% rename from tests/jerry/fail/12/arguments_catch_strict.js rename to tests/jerry/fail/12/arguments-catch-strict.js diff --git a/tests/jerry/fail/12/arguments_in_prop_set_param_list_strict.js b/tests/jerry/fail/12/arguments-in-prop-set-param-list-strict.js similarity index 100% rename from tests/jerry/fail/12/arguments_in_prop_set_param_list_strict.js rename to tests/jerry/fail/12/arguments-in-prop-set-param-list-strict.js diff --git a/tests/jerry/fail/12/arguments_in_var_decl_strict.js b/tests/jerry/fail/12/arguments-in-var-decl-strict.js similarity index 100% rename from tests/jerry/fail/12/arguments_in_var_decl_strict.js rename to tests/jerry/fail/12/arguments-in-var-decl-strict.js diff --git a/tests/jerry/fail/12/arguments_param_strict.js b/tests/jerry/fail/12/arguments-param-strict.js similarity index 100% rename from tests/jerry/fail/12/arguments_param_strict.js rename to tests/jerry/fail/12/arguments-param-strict.js diff --git a/tests/jerry/fail/12/arguments_postfix_strict.js b/tests/jerry/fail/12/arguments-postfix-strict.js similarity index 100% rename from tests/jerry/fail/12/arguments_postfix_strict.js rename to tests/jerry/fail/12/arguments-postfix-strict.js diff --git a/tests/jerry/fail/12/arguments_prefix_strict.js b/tests/jerry/fail/12/arguments-prefix-strict.js similarity index 100% rename from tests/jerry/fail/12/arguments_prefix_strict.js rename to tests/jerry/fail/12/arguments-prefix-strict.js diff --git a/tests/jerry/fail/12/delete_strict.js b/tests/jerry/fail/12/delete-strict.js similarity index 100% rename from tests/jerry/fail/12/delete_strict.js rename to tests/jerry/fail/12/delete-strict.js diff --git a/tests/jerry/fail/12/escape_sequences_invalid_hex.js b/tests/jerry/fail/12/escape-sequences-invalid-hex.js similarity index 100% rename from tests/jerry/fail/12/escape_sequences_invalid_hex.js rename to tests/jerry/fail/12/escape-sequences-invalid-hex.js diff --git a/tests/jerry/fail/12/escape_sequences_invalid_unicode.js b/tests/jerry/fail/12/escape-sequences-invalid-unicode.js similarity index 100% rename from tests/jerry/fail/12/escape_sequences_invalid_unicode.js rename to tests/jerry/fail/12/escape-sequences-invalid-unicode.js diff --git a/tests/jerry/fail/12/escape_sequences_invalid_variable.js b/tests/jerry/fail/12/escape-sequences-invalid-variable.js similarity index 100% rename from tests/jerry/fail/12/escape_sequences_invalid_variable.js rename to tests/jerry/fail/12/escape-sequences-invalid-variable.js diff --git a/tests/jerry/fail/12/eval_assignment_strict.js b/tests/jerry/fail/12/eval-assignment-strict.js similarity index 100% rename from tests/jerry/fail/12/eval_assignment_strict.js rename to tests/jerry/fail/12/eval-assignment-strict.js diff --git a/tests/jerry/fail/12/eval_catch_strict.js b/tests/jerry/fail/12/eval-catch-strict.js similarity index 100% rename from tests/jerry/fail/12/eval_catch_strict.js rename to tests/jerry/fail/12/eval-catch-strict.js diff --git a/tests/jerry/fail/12/eval_in_prop_set_param_list_strict.js b/tests/jerry/fail/12/eval-in-prop-set-param-list-strict.js similarity index 100% rename from tests/jerry/fail/12/eval_in_prop_set_param_list_strict.js rename to tests/jerry/fail/12/eval-in-prop-set-param-list-strict.js diff --git a/tests/jerry/fail/12/eval_in_var_decl_strict.js b/tests/jerry/fail/12/eval-in-var-decl-strict.js similarity index 100% rename from tests/jerry/fail/12/eval_in_var_decl_strict.js rename to tests/jerry/fail/12/eval-in-var-decl-strict.js diff --git a/tests/jerry/fail/12/eval_param_strict.js b/tests/jerry/fail/12/eval-param-strict.js similarity index 100% rename from tests/jerry/fail/12/eval_param_strict.js rename to tests/jerry/fail/12/eval-param-strict.js diff --git a/tests/jerry/fail/12/eval_postfix_strict.js b/tests/jerry/fail/12/eval-postfix-strict.js similarity index 100% rename from tests/jerry/fail/12/eval_postfix_strict.js rename to tests/jerry/fail/12/eval-postfix-strict.js diff --git a/tests/jerry/fail/12/eval_prefix_strict.js b/tests/jerry/fail/12/eval-prefix-strict.js similarity index 100% rename from tests/jerry/fail/12/eval_prefix_strict.js rename to tests/jerry/fail/12/eval-prefix-strict.js diff --git a/tests/jerry/fail/12/labelled_statements_break_across_function.js b/tests/jerry/fail/12/labelled-statements-break-across-function.js similarity index 100% rename from tests/jerry/fail/12/labelled_statements_break_across_function.js rename to tests/jerry/fail/12/labelled-statements-break-across-function.js diff --git a/tests/jerry/fail/12/labelled_statements_duplicate_label.js b/tests/jerry/fail/12/labelled-statements-duplicate-label.js similarity index 100% rename from tests/jerry/fail/12/labelled_statements_duplicate_label.js rename to tests/jerry/fail/12/labelled-statements-duplicate-label.js diff --git a/tests/jerry/fail/12/labelled_statements_no_label.js b/tests/jerry/fail/12/labelled-statements-no-label.js similarity index 100% rename from tests/jerry/fail/12/labelled_statements_no_label.js rename to tests/jerry/fail/12/labelled-statements-no-label.js diff --git a/tests/jerry/fail/12/let_strict.js b/tests/jerry/fail/12/let-strict.js similarity index 100% rename from tests/jerry/fail/12/let_strict.js rename to tests/jerry/fail/12/let-strict.js diff --git a/tests/jerry/fail/12/object_get_data.js b/tests/jerry/fail/12/object-get-data.js similarity index 100% rename from tests/jerry/fail/12/object_get_data.js rename to tests/jerry/fail/12/object-get-data.js diff --git a/tests/jerry/fail/12/object_get_get.js b/tests/jerry/fail/12/object-get-get.js similarity index 100% rename from tests/jerry/fail/12/object_get_get.js rename to tests/jerry/fail/12/object-get-get.js diff --git a/tests/jerry/fail/12/object_several_prop_names_strict.js b/tests/jerry/fail/12/object-several-prop-names-strict.js similarity index 100% rename from tests/jerry/fail/12/object_several_prop_names_strict.js rename to tests/jerry/fail/12/object-several-prop-names-strict.js diff --git a/tests/jerry/fail/12/octal_strict.js b/tests/jerry/fail/12/octal-strict.js similarity index 100% rename from tests/jerry/fail/12/octal_strict.js rename to tests/jerry/fail/12/octal-strict.js diff --git a/tests/jerry/fail/12/param_duplication_strict.js b/tests/jerry/fail/12/param-duplication-strict.js similarity index 100% rename from tests/jerry/fail/12/param_duplication_strict.js rename to tests/jerry/fail/12/param-duplication-strict.js diff --git a/tests/jerry/fail/12/with_strict.js b/tests/jerry/fail/12/with-strict.js similarity index 100% rename from tests/jerry/fail/12/with_strict.js rename to tests/jerry/fail/12/with-strict.js diff --git a/tests/jerry/func_decl.js b/tests/jerry/func-decl.js similarity index 100% rename from tests/jerry/func_decl.js rename to tests/jerry/func-decl.js diff --git a/tests/jerry/function_args.js b/tests/jerry/function-args.js similarity index 100% rename from tests/jerry/function_args.js rename to tests/jerry/function-args.js diff --git a/tests/jerry/function_construct.js b/tests/jerry/function-construct.js similarity index 100% rename from tests/jerry/function_construct.js rename to tests/jerry/function-construct.js diff --git a/tests/jerry/function_prototype_apply.js b/tests/jerry/function-prototype-apply.js similarity index 100% rename from tests/jerry/function_prototype_apply.js rename to tests/jerry/function-prototype-apply.js diff --git a/tests/jerry/function_prototype_tostring.js b/tests/jerry/function-prototype-tostring.js similarity index 100% rename from tests/jerry/function_prototype_tostring.js rename to tests/jerry/function-prototype-tostring.js diff --git a/tests/jerry/function_return.js b/tests/jerry/function-return.js similarity index 100% rename from tests/jerry/function_return.js rename to tests/jerry/function-return.js diff --git a/tests/jerry/if_else.js b/tests/jerry/if-else.js similarity index 100% rename from tests/jerry/if_else.js rename to tests/jerry/if-else.js diff --git a/tests/jerry/labelled_statements.js b/tests/jerry/labelled-statements.js similarity index 100% rename from tests/jerry/labelled_statements.js rename to tests/jerry/labelled-statements.js diff --git a/tests/jerry/math_abs.js b/tests/jerry/math-abs.js similarity index 100% rename from tests/jerry/math_abs.js rename to tests/jerry/math-abs.js diff --git a/tests/jerry/math_exp.js b/tests/jerry/math-exp.js similarity index 100% rename from tests/jerry/math_exp.js rename to tests/jerry/math-exp.js diff --git a/tests/jerry/math_log.js b/tests/jerry/math-log.js similarity index 100% rename from tests/jerry/math_log.js rename to tests/jerry/math-log.js diff --git a/tests/jerry/math_max.js b/tests/jerry/math-max.js similarity index 100% rename from tests/jerry/math_max.js rename to tests/jerry/math-max.js diff --git a/tests/jerry/math_min.js b/tests/jerry/math-min.js similarity index 100% rename from tests/jerry/math_min.js rename to tests/jerry/math-min.js diff --git a/tests/jerry/math_pow.js b/tests/jerry/math-pow.js similarity index 100% rename from tests/jerry/math_pow.js rename to tests/jerry/math-pow.js diff --git a/tests/jerry/math_round.js b/tests/jerry/math-round.js similarity index 100% rename from tests/jerry/math_round.js rename to tests/jerry/math-round.js diff --git a/tests/jerry/math_trig.js b/tests/jerry/math-trig.js similarity index 100% rename from tests/jerry/math_trig.js rename to tests/jerry/math-trig.js diff --git a/tests/jerry/nested_function.js b/tests/jerry/nested-function.js similarity index 100% rename from tests/jerry/nested_function.js rename to tests/jerry/nested-function.js diff --git a/tests/jerry/object_define_properties.js b/tests/jerry/object-define-properties.js similarity index 100% rename from tests/jerry/object_define_properties.js rename to tests/jerry/object-define-properties.js diff --git a/tests/jerry/object_get_own_property_descriptor.js b/tests/jerry/object-get-own-property-descriptor.js similarity index 100% rename from tests/jerry/object_get_own_property_descriptor.js rename to tests/jerry/object-get-own-property-descriptor.js diff --git a/tests/jerry/object_get_own_property_names.js b/tests/jerry/object-get-own-property-names.js similarity index 100% rename from tests/jerry/object_get_own_property_names.js rename to tests/jerry/object-get-own-property-names.js diff --git a/tests/jerry/object_getprototypeof.js b/tests/jerry/object-getprototypeof.js similarity index 100% rename from tests/jerry/object_getprototypeof.js rename to tests/jerry/object-getprototypeof.js diff --git a/tests/jerry/object_is_extensible.js b/tests/jerry/object-is-extensible.js similarity index 100% rename from tests/jerry/object_is_extensible.js rename to tests/jerry/object-is-extensible.js diff --git a/tests/jerry/object_keys.js b/tests/jerry/object-keys.js similarity index 100% rename from tests/jerry/object_keys.js rename to tests/jerry/object-keys.js diff --git a/tests/jerry/object_literal-2.js b/tests/jerry/object-literal-2.js similarity index 100% rename from tests/jerry/object_literal-2.js rename to tests/jerry/object-literal-2.js diff --git a/tests/jerry/object_literal.js b/tests/jerry/object-literal.js similarity index 100% rename from tests/jerry/object_literal.js rename to tests/jerry/object-literal.js diff --git a/tests/jerry/object_prototype_hasownproperty.js b/tests/jerry/object-prototype-hasownproperty.js similarity index 100% rename from tests/jerry/object_prototype_hasownproperty.js rename to tests/jerry/object-prototype-hasownproperty.js diff --git a/tests/jerry/object_prototype_isprototypeof.js b/tests/jerry/object-prototype-isprototypeof.js similarity index 100% rename from tests/jerry/object_prototype_isprototypeof.js rename to tests/jerry/object-prototype-isprototypeof.js diff --git a/tests/jerry/object_prototype_propertyisenumerable.js b/tests/jerry/object-prototype-propertyisenumerable.js similarity index 100% rename from tests/jerry/object_prototype_propertyisenumerable.js rename to tests/jerry/object-prototype-propertyisenumerable.js diff --git a/tests/jerry/object_prototype_tolocalestring.js b/tests/jerry/object-prototype-tolocalestring.js similarity index 100% rename from tests/jerry/object_prototype_tolocalestring.js rename to tests/jerry/object-prototype-tolocalestring.js diff --git a/tests/jerry/string_prototype_concat.js b/tests/jerry/string-prototype-concat.js similarity index 100% rename from tests/jerry/string_prototype_concat.js rename to tests/jerry/string-prototype-concat.js diff --git a/tests/jerry/string_prototype_slice.js b/tests/jerry/string-prototype-slice.js similarity index 100% rename from tests/jerry/string_prototype_slice.js rename to tests/jerry/string-prototype-slice.js diff --git a/tests/jerry/switch_case.js b/tests/jerry/switch-case.js similarity index 100% rename from tests/jerry/switch_case.js rename to tests/jerry/switch-case.js diff --git a/tests/jerry/test_new_string.js b/tests/jerry/test-new-string.js similarity index 100% rename from tests/jerry/test_new_string.js rename to tests/jerry/test-new-string.js diff --git a/tests/jerry/this_arg.js b/tests/jerry/this-arg.js similarity index 100% rename from tests/jerry/this_arg.js rename to tests/jerry/this-arg.js diff --git a/tests/jerry/try_catch_finally.js b/tests/jerry/try-catch-finally.js similarity index 100% rename from tests/jerry/try_catch_finally.js rename to tests/jerry/try-catch-finally.js diff --git a/tests/jerry/unary_plus_minus.js b/tests/jerry/unary-plus-minus.js similarity index 100% rename from tests/jerry/unary_plus_minus.js rename to tests/jerry/unary-plus-minus.js diff --git a/tests/jerry/var_decl.js b/tests/jerry/var-decl.js similarity index 100% rename from tests/jerry/var_decl.js rename to tests/jerry/var-decl.js