summaryrefslogtreecommitdiffhomepage
path: root/tests/custom
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-01-23 22:21:24 +0100
committerJo-Philipp Wich <jo@mein.io>2022-01-26 10:47:56 +0100
commit04fa2baba6d615c49cf3f77986595da2a7783899 (patch)
treea346cc4d4fd630797dcc91aeb35f2d7bdf44233b /tests/custom
parentabe38e7e390cc17e6eae0ebe94d2006c548e095c (diff)
tests: reorganize testcase files
- Rename 03_bugs to 04_bugs - Rename 26_invalid_sparse_array_set to 27_invalid_sparse_array_set Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'tests/custom')
-rw-r--r--tests/custom/04_bugs/01_try_catch_stack_mismatch (renamed from tests/custom/03_bugs/01_try_catch_stack_mismatch)0
-rw-r--r--tests/custom/04_bugs/02_array_pop_use_after_free (renamed from tests/custom/03_bugs/02_array_pop_use_after_free)0
-rw-r--r--tests/custom/04_bugs/03_switch_fallthrough_miscompilation (renamed from tests/custom/03_bugs/03_switch_fallthrough_miscompilation)0
-rw-r--r--tests/custom/04_bugs/04_property_set_abort (renamed from tests/custom/03_bugs/04_property_set_abort)0
-rw-r--r--tests/custom/04_bugs/05_duplicate_ressource_type (renamed from tests/custom/03_bugs/05_duplicate_ressource_type)0
-rw-r--r--tests/custom/04_bugs/06_lexer_escape_at_boundary (renamed from tests/custom/03_bugs/06_lexer_escape_at_boundary)0
-rw-r--r--tests/custom/04_bugs/07_lexer_overlong_lines (renamed from tests/custom/03_bugs/07_lexer_overlong_lines)0
-rw-r--r--tests/custom/04_bugs/08_compiler_arrow_fn_expressions (renamed from tests/custom/03_bugs/08_compiler_arrow_fn_expressions)0
-rw-r--r--tests/custom/04_bugs/09_reject_invalid_array_indexes (renamed from tests/custom/03_bugs/09_reject_invalid_array_indexes)0
-rw-r--r--tests/custom/04_bugs/10_break_stack_mismatch (renamed from tests/custom/03_bugs/10_break_stack_mismatch)0
-rw-r--r--tests/custom/04_bugs/11_switch_stack_mismatch (renamed from tests/custom/03_bugs/11_switch_stack_mismatch)0
-rw-r--r--tests/custom/04_bugs/12_altblock_stack_mismatch (renamed from tests/custom/03_bugs/12_altblock_stack_mismatch)0
-rw-r--r--tests/custom/04_bugs/13_split_by_string_leading_trailing (renamed from tests/custom/03_bugs/13_split_by_string_leading_trailing)0
-rw-r--r--tests/custom/04_bugs/14_incomplete_expression_at_eof (renamed from tests/custom/03_bugs/14_incomplete_expression_at_eof)0
-rw-r--r--tests/custom/04_bugs/15_segfault_on_prefix_increment (renamed from tests/custom/03_bugs/15_segfault_on_prefix_increment)0
-rw-r--r--tests/custom/04_bugs/16_hang_on_regexp_at_eof (renamed from tests/custom/03_bugs/16_hang_on_regexp_at_eof)0
-rw-r--r--tests/custom/04_bugs/17_hang_on_unclosed_expression_block (renamed from tests/custom/03_bugs/17_hang_on_unclosed_expression_block)0
-rw-r--r--tests/custom/04_bugs/18_hang_on_line_comments_at_eof (renamed from tests/custom/03_bugs/18_hang_on_line_comments_at_eof)0
-rw-r--r--tests/custom/04_bugs/19_truncated_format_string (renamed from tests/custom/03_bugs/19_truncated_format_string)0
-rw-r--r--tests/custom/04_bugs/20_use_strict_stack_mismatch (renamed from tests/custom/03_bugs/20_use_strict_stack_mismatch)0
-rw-r--r--tests/custom/04_bugs/21_compiler_parenthesized_prop_keyword (renamed from tests/custom/03_bugs/21_compiler_parenthesized_prop_keyword)0
-rw-r--r--tests/custom/04_bugs/22_compiler_break_continue_scoping (renamed from tests/custom/03_bugs/22_compiler_break_continue_scoping)0
-rw-r--r--tests/custom/04_bugs/23_compiler_parenthesized_division (renamed from tests/custom/03_bugs/23_compiler_parenthesized_division)0
-rw-r--r--tests/custom/04_bugs/24_compiler_local_for_loop_declaration (renamed from tests/custom/03_bugs/24_compiler_local_for_loop_declaration)0
-rw-r--r--tests/custom/04_bugs/25_lexer_shifted_offsets (renamed from tests/custom/03_bugs/25_lexer_shifted_offsets)0
-rw-r--r--tests/custom/04_bugs/26_compiler_jmp_to_zero (renamed from tests/custom/03_bugs/26_compiler_jmp_to_zero)0
-rw-r--r--tests/custom/04_bugs/27_invalid_sparse_array_set (renamed from tests/custom/03_bugs/26_invalid_sparse_array_set)0
27 files changed, 0 insertions, 0 deletions
diff --git a/tests/custom/03_bugs/01_try_catch_stack_mismatch b/tests/custom/04_bugs/01_try_catch_stack_mismatch
index f6e5a0a..f6e5a0a 100644
--- a/tests/custom/03_bugs/01_try_catch_stack_mismatch
+++ b/tests/custom/04_bugs/01_try_catch_stack_mismatch
diff --git a/tests/custom/03_bugs/02_array_pop_use_after_free b/tests/custom/04_bugs/02_array_pop_use_after_free
index 22f63ff..22f63ff 100644
--- a/tests/custom/03_bugs/02_array_pop_use_after_free
+++ b/tests/custom/04_bugs/02_array_pop_use_after_free
diff --git a/tests/custom/03_bugs/03_switch_fallthrough_miscompilation b/tests/custom/04_bugs/03_switch_fallthrough_miscompilation
index 3e6410e..3e6410e 100644
--- a/tests/custom/03_bugs/03_switch_fallthrough_miscompilation
+++ b/tests/custom/04_bugs/03_switch_fallthrough_miscompilation
diff --git a/tests/custom/03_bugs/04_property_set_abort b/tests/custom/04_bugs/04_property_set_abort
index 8af477f..8af477f 100644
--- a/tests/custom/03_bugs/04_property_set_abort
+++ b/tests/custom/04_bugs/04_property_set_abort
diff --git a/tests/custom/03_bugs/05_duplicate_ressource_type b/tests/custom/04_bugs/05_duplicate_ressource_type
index 21166b2..21166b2 100644
--- a/tests/custom/03_bugs/05_duplicate_ressource_type
+++ b/tests/custom/04_bugs/05_duplicate_ressource_type
diff --git a/tests/custom/03_bugs/06_lexer_escape_at_boundary b/tests/custom/04_bugs/06_lexer_escape_at_boundary
index e80b0a1..e80b0a1 100644
--- a/tests/custom/03_bugs/06_lexer_escape_at_boundary
+++ b/tests/custom/04_bugs/06_lexer_escape_at_boundary
diff --git a/tests/custom/03_bugs/07_lexer_overlong_lines b/tests/custom/04_bugs/07_lexer_overlong_lines
index d2dd3be..d2dd3be 100644
--- a/tests/custom/03_bugs/07_lexer_overlong_lines
+++ b/tests/custom/04_bugs/07_lexer_overlong_lines
diff --git a/tests/custom/03_bugs/08_compiler_arrow_fn_expressions b/tests/custom/04_bugs/08_compiler_arrow_fn_expressions
index 5cd8960..5cd8960 100644
--- a/tests/custom/03_bugs/08_compiler_arrow_fn_expressions
+++ b/tests/custom/04_bugs/08_compiler_arrow_fn_expressions
diff --git a/tests/custom/03_bugs/09_reject_invalid_array_indexes b/tests/custom/04_bugs/09_reject_invalid_array_indexes
index a7e5272..a7e5272 100644
--- a/tests/custom/03_bugs/09_reject_invalid_array_indexes
+++ b/tests/custom/04_bugs/09_reject_invalid_array_indexes
diff --git a/tests/custom/03_bugs/10_break_stack_mismatch b/tests/custom/04_bugs/10_break_stack_mismatch
index ae16dac..ae16dac 100644
--- a/tests/custom/03_bugs/10_break_stack_mismatch
+++ b/tests/custom/04_bugs/10_break_stack_mismatch
diff --git a/tests/custom/03_bugs/11_switch_stack_mismatch b/tests/custom/04_bugs/11_switch_stack_mismatch
index cc3b41a..cc3b41a 100644
--- a/tests/custom/03_bugs/11_switch_stack_mismatch
+++ b/tests/custom/04_bugs/11_switch_stack_mismatch
diff --git a/tests/custom/03_bugs/12_altblock_stack_mismatch b/tests/custom/04_bugs/12_altblock_stack_mismatch
index e350660..e350660 100644
--- a/tests/custom/03_bugs/12_altblock_stack_mismatch
+++ b/tests/custom/04_bugs/12_altblock_stack_mismatch
diff --git a/tests/custom/03_bugs/13_split_by_string_leading_trailing b/tests/custom/04_bugs/13_split_by_string_leading_trailing
index 10a6062..10a6062 100644
--- a/tests/custom/03_bugs/13_split_by_string_leading_trailing
+++ b/tests/custom/04_bugs/13_split_by_string_leading_trailing
diff --git a/tests/custom/03_bugs/14_incomplete_expression_at_eof b/tests/custom/04_bugs/14_incomplete_expression_at_eof
index 474e87c..474e87c 100644
--- a/tests/custom/03_bugs/14_incomplete_expression_at_eof
+++ b/tests/custom/04_bugs/14_incomplete_expression_at_eof
diff --git a/tests/custom/03_bugs/15_segfault_on_prefix_increment b/tests/custom/04_bugs/15_segfault_on_prefix_increment
index 280b680..280b680 100644
--- a/tests/custom/03_bugs/15_segfault_on_prefix_increment
+++ b/tests/custom/04_bugs/15_segfault_on_prefix_increment
diff --git a/tests/custom/03_bugs/16_hang_on_regexp_at_eof b/tests/custom/04_bugs/16_hang_on_regexp_at_eof
index d8702ca..d8702ca 100644
--- a/tests/custom/03_bugs/16_hang_on_regexp_at_eof
+++ b/tests/custom/04_bugs/16_hang_on_regexp_at_eof
diff --git a/tests/custom/03_bugs/17_hang_on_unclosed_expression_block b/tests/custom/04_bugs/17_hang_on_unclosed_expression_block
index 25128bb..25128bb 100644
--- a/tests/custom/03_bugs/17_hang_on_unclosed_expression_block
+++ b/tests/custom/04_bugs/17_hang_on_unclosed_expression_block
diff --git a/tests/custom/03_bugs/18_hang_on_line_comments_at_eof b/tests/custom/04_bugs/18_hang_on_line_comments_at_eof
index 957ed47..957ed47 100644
--- a/tests/custom/03_bugs/18_hang_on_line_comments_at_eof
+++ b/tests/custom/04_bugs/18_hang_on_line_comments_at_eof
diff --git a/tests/custom/03_bugs/19_truncated_format_string b/tests/custom/04_bugs/19_truncated_format_string
index 8ddd0a3..8ddd0a3 100644
--- a/tests/custom/03_bugs/19_truncated_format_string
+++ b/tests/custom/04_bugs/19_truncated_format_string
diff --git a/tests/custom/03_bugs/20_use_strict_stack_mismatch b/tests/custom/04_bugs/20_use_strict_stack_mismatch
index 7294d23..7294d23 100644
--- a/tests/custom/03_bugs/20_use_strict_stack_mismatch
+++ b/tests/custom/04_bugs/20_use_strict_stack_mismatch
diff --git a/tests/custom/03_bugs/21_compiler_parenthesized_prop_keyword b/tests/custom/04_bugs/21_compiler_parenthesized_prop_keyword
index 472b2af..472b2af 100644
--- a/tests/custom/03_bugs/21_compiler_parenthesized_prop_keyword
+++ b/tests/custom/04_bugs/21_compiler_parenthesized_prop_keyword
diff --git a/tests/custom/03_bugs/22_compiler_break_continue_scoping b/tests/custom/04_bugs/22_compiler_break_continue_scoping
index 461b144..461b144 100644
--- a/tests/custom/03_bugs/22_compiler_break_continue_scoping
+++ b/tests/custom/04_bugs/22_compiler_break_continue_scoping
diff --git a/tests/custom/03_bugs/23_compiler_parenthesized_division b/tests/custom/04_bugs/23_compiler_parenthesized_division
index a70703f..a70703f 100644
--- a/tests/custom/03_bugs/23_compiler_parenthesized_division
+++ b/tests/custom/04_bugs/23_compiler_parenthesized_division
diff --git a/tests/custom/03_bugs/24_compiler_local_for_loop_declaration b/tests/custom/04_bugs/24_compiler_local_for_loop_declaration
index aafde55..aafde55 100644
--- a/tests/custom/03_bugs/24_compiler_local_for_loop_declaration
+++ b/tests/custom/04_bugs/24_compiler_local_for_loop_declaration
diff --git a/tests/custom/03_bugs/25_lexer_shifted_offsets b/tests/custom/04_bugs/25_lexer_shifted_offsets
index db10121..db10121 100644
--- a/tests/custom/03_bugs/25_lexer_shifted_offsets
+++ b/tests/custom/04_bugs/25_lexer_shifted_offsets
diff --git a/tests/custom/03_bugs/26_compiler_jmp_to_zero b/tests/custom/04_bugs/26_compiler_jmp_to_zero
index e7e0127..e7e0127 100644
--- a/tests/custom/03_bugs/26_compiler_jmp_to_zero
+++ b/tests/custom/04_bugs/26_compiler_jmp_to_zero
diff --git a/tests/custom/03_bugs/26_invalid_sparse_array_set b/tests/custom/04_bugs/27_invalid_sparse_array_set
index 4c47039..4c47039 100644
--- a/tests/custom/03_bugs/26_invalid_sparse_array_set
+++ b/tests/custom/04_bugs/27_invalid_sparse_array_set