-
-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Adding tests to truffle mri index and sorting to match mri.…
…index.
- 9.4.12.0
- 9.4.11.0
- 9.4.10.0
- 9.4.9.0
- 9.4.8.0
- 9.4.7.0
- 9.4.6.0
- 9.4.5.0
- 9.4.4.0
- 9.4.3.0
- 9.4.2.0
- 9.4.1.0
- 9.4.0.0
- 9.3.15.0
- 9.3.14.0
- 9.3.13.0
- 9.3.12.0
- 9.3.11.0
- 9.3.10.0
- 9.3.9.0
- 9.3.8.0
- 9.3.7.0
- 9.3.6.0
- 9.3.5.0
- 9.3.4.0
- 9.3.3.0
- 9.3.2.0
- 9.3.1.0
- 9.3.0.0
- 9.2.21.0
- 9.2.20.1
- 9.2.20.0
- 9.2.19.0
- 9.2.18.0
- 9.2.17.0
- 9.2.16.0
- 9.2.15.0
- 9.2.14.0
- 9.2.13.0
- 9.2.12.0
- 9.2.11.1
- 9.2.11.0
- 9.2.10.0
- 9.2.9.0
- 9.2.8.0
- 9.2.7.0
- 9.2.6.0
- 9.2.5.0
- 9.2.4.1
- 9.2.4.0
- 9.2.3.0
- 9.2.2.0
- 9.2.1.0
- 9.2.0.0
- 9.1.17.0
- 9.1.16.0
- 9.1.15.0
- 9.1.14.0
- 9.1.13.0
- 9.1.12.0
- 9.1.11.0
- 9.1.10.0
- 9.1.9.0
- 9.1.8.0
- 9.1.7.0
- 9.1.6.0
- 9.1.5.0
- 9.1.4.0
- 9.1.3.0
- 9.1.2.0
- 9.1.1.0
- 9.1.0.0
- 9.0.5.0
- 9.0.4.0
- 9.0.3.0
- 9.0.1.0
- 9.0.0.0
- 9.0.0.0.rc2
- 9.0.0.0.rc1
Showing
10 changed files
with
336 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
exclude :test_inspect, "needs investigation" | ||
exclude :test_eq , "needs investigation" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
exclude :test_ceil , "needs investigation" | ||
exclude :test_floor , "needs investigation" | ||
exclude :test_power , "needs investigation" | ||
exclude :test_quo , "needs investigation" | ||
exclude :test_round , "needs investigation" | ||
exclude :test_truncate , "needs investigation" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
exclude :test_arity , "needs investigation" | ||
exclude :test_arity2 , "needs investigation" | ||
exclude :test_binding , "needs investigation" | ||
exclude :test_binding2 , "needs investigation" | ||
exclude :test_binding_receiver , "needs investigation" | ||
exclude :test_bound_parameters , "needs investigation" | ||
exclude :test_curry , "needs investigation" | ||
exclude :test_curry_from_knownbug , "needs investigation" | ||
exclude :test_curry_instance_exec , "needs investigation" | ||
exclude :test_curry_optional_params , "needs investigation" | ||
exclude :test_curry_ski_fib , "needs investigation" | ||
exclude :test_curry_with_trace , "needs investigation" | ||
exclude :test_dup_clone , "needs investigation" | ||
exclude :test_local_variable_defined? , "needs investigation" | ||
exclude :test_local_variable_set , "needs investigation" | ||
exclude :test_local_variables , "needs investigation" | ||
exclude :test_localjump_error , "needs investigation" | ||
exclude :test_method_to_proc , "needs investigation" | ||
exclude :test_overridden_lambda , "needs investigation" | ||
exclude :test_overridden_proc , "needs investigation" | ||
exclude :test_parameters , "needs investigation" | ||
exclude :test_proc_args_opt , "needs investigation" | ||
exclude :test_proc_args_opt_post , "needs investigation" | ||
exclude :test_proc_args_opt_post_block , "needs investigation" | ||
exclude :test_proc_args_opt_rest , "needs investigation" | ||
exclude :test_proc_args_opt_rest_post , "needs investigation" | ||
exclude :test_proc_args_opt_rest_post_block , "needs investigation" | ||
exclude :test_proc_args_pos_opt , "needs investigation" | ||
exclude :test_proc_args_pos_opt_post , "needs investigation" | ||
exclude :test_proc_args_pos_opt_post_block , "needs investigation" | ||
exclude :test_proc_args_pos_opt_rest , "needs investigation" | ||
exclude :test_proc_args_pos_opt_rest_post , "needs investigation" | ||
exclude :test_proc_args_pos_opt_rest_post_block , "needs investigation" | ||
exclude :test_proc_args_pos_rest_post , "needs investigation" | ||
exclude :test_proc_args_pos_rest_post_block , "needs investigation" | ||
exclude :test_proc_args_rest_post , "needs investigation" | ||
exclude :test_proc_args_rest_post_block , "needs investigation" | ||
exclude :test_proc_lambda , "needs investigation" | ||
exclude :test_proc_location , "needs investigation" | ||
exclude :test_safe , "needs investigation" | ||
exclude :test_to_proc , "needs investigation" | ||
exclude :test_to_s , "needs investigation" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
exclude :test_a_call , "needs investigation" | ||
exclude :test_a_return , "needs investigation" | ||
exclude :test_aliased_c_method , "needs investigation" | ||
exclude :test_aliased_ruby_method , "needs investigation" | ||
exclude :test_argument_error_on_bmethod , "needs investigation" | ||
exclude :test_b_call_with_redo , "needs investigation" | ||
exclude :test_break , "needs investigation" | ||
exclude :test_c_call , "needs investigation" | ||
exclude :test_call , "needs investigation" | ||
exclude :test_class , "needs investigation" | ||
exclude :test_const_missing , "needs investigation" | ||
exclude :test_define_method_on_exception , "needs investigation" | ||
exclude :test_isolated_raise_in_trace , "needs investigation" | ||
exclude :test_method_missing , "needs investigation" | ||
exclude :test_raise , "needs investigation" | ||
exclude :test_rb_rescue , "needs investigation" | ||
exclude :test_recursive , "needs investigation" | ||
exclude :test_rescue_and_ensure_should_not_cause_b_return , "needs investigation" | ||
exclude :test_return , "needs investigation" | ||
exclude :test_return2 , "needs investigation" | ||
exclude :test_thread_trace , "needs investigation" | ||
exclude :test_trace_defined_method , "needs investigation" | ||
exclude :test_trace_point_at_return_when_exception , "needs investigation" | ||
exclude :test_trace_point_binding_in_ifunc , "needs investigation" | ||
exclude :test_tracepoint , "needs investigation" | ||
exclude :test_tracepoint_access_from_outside , "needs investigation" | ||
exclude :test_tracepoint_b_return_with_lambda , "needs investigation" | ||
exclude :test_tracepoint_b_return_with_next , "needs investigation" | ||
exclude :test_tracepoint_block , "needs investigation" | ||
exclude :test_tracepoint_disable , "needs investigation" | ||
exclude :test_tracepoint_enable , "needs investigation" | ||
exclude :test_tracepoint_enabled , "needs investigation" | ||
exclude :test_tracepoint_exception_at_line , "needs investigation" | ||
exclude :test_tracepoint_exception_at_return , "needs investigation" | ||
exclude :test_tracepoint_inspect , "needs investigation" | ||
exclude :test_tracepoint_object_id , "needs investigation" | ||
exclude :test_tracepoint_raised_exception , "needs investigation" | ||
exclude :test_tracepoint_return_value , "needs investigation" | ||
exclude :test_tracepoint_thread , "needs investigation" | ||
exclude :test_tracepoint_with_multithreads , "needs investigation" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
test/mri/excludes_truffle/TestSprintfComb#test_format_float(% .rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
exclude :+-0e) , "needs investigation" | ||
exclude :+0.E) , "needs investigation" |
2 changes: 2 additions & 0 deletions
2
test/mri/excludes_truffle/TestSprintfComb#test_format_integer(% .rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
exclude :+-0B) , "needs investigation" | ||
exclude :+0.b) , "needs investigation" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
exclude :test_format_float(%-00.E) , "needs investigation" | ||
exclude :test_format_float(%.E) , "needs investigation" | ||
exclude :test_format_float(%0.e) , "needs investigation" | ||
exclude :test_format_float(%0E) , "needs investigation" | ||
exclude :test_format_float(%e) , "needs investigation" | ||
exclude :test_format_integer(%-00.b) , "needs investigation" | ||
exclude :test_format_integer(%.b) , "needs investigation" | ||
exclude :test_format_integer(%0.B) , "needs investigation" | ||
exclude :test_format_integer(%0b) , "needs investigation" | ||
exclude :test_format_integer(%B) , "needs investigation" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
exclude :test_tracer_with_option_r , "needs investigation" | ||
exclude :test_tracer_with_option_r_without_gems , "needs investigation" | ||
exclude :test_tracer_with_require , "needs investigation" | ||
exclude :test_tracer_with_require_without_gems , "needs investigation" |
Large diffs are not rendered by default.
Oops, something went wrong.