Skip to content

Commit

Permalink
Showing 10 changed files with 336 additions and 124 deletions.
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TC_Set.rb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
exclude :test_inspect, "needs investigation"
exclude :test_eq , "needs investigation"
6 changes: 6 additions & 0 deletions test/mri/excludes_truffle/TestMathn.rb
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"
42 changes: 42 additions & 0 deletions test/mri/excludes_truffle/TestProc.rb
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"
40 changes: 40 additions & 0 deletions test/mri/excludes_truffle/TestSetTraceFunc.rb
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"
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestSprintf.rb
Original file line number Diff line number Diff line change
@@ -16,3 +16,4 @@
exclude :test_rational, "needs investigation"
exclude :test_star, "needs investigation"
exclude :test_string, "needs investigation"
exclude :test_negative_hex , "needs investigation"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exclude :+-0e) , "needs investigation"
exclude :+0.E) , "needs investigation"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exclude :+-0B) , "needs investigation"
exclude :+0.b) , "needs investigation"
10 changes: 10 additions & 0 deletions test/mri/excludes_truffle/TestSprintfComb.rb
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"
4 changes: 4 additions & 0 deletions test/mri/excludes_truffle/TestTracer.rb
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"
352 changes: 228 additions & 124 deletions test/mri_truffle.index

Large diffs are not rendered by default.

0 comments on commit bc83de0

Please sign in to comment.