File: TestSetTraceFunc.rb

package info (click to toggle)
jruby 9.4.8.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 89,244 kB
  • sloc: ruby: 548,574; java: 276,189; yacc: 25,873; ansic: 6,178; xml: 6,111; sh: 1,855; sed: 94; makefile: 78; jsp: 48; tcl: 40; exp: 12
file content (56 lines) | stat: -rw-r--r-- 3,373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
exclude :test_argument_error_on_bmethod, "needs investigation"
exclude :test_b_call_with_redo, "needs investigation"
exclude :test_b_tracepoints_going_away, "needs investigation"
exclude :test_break, "needs investigation"
exclude :test_break_with_rescue, "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_define_method_on_return, "needs investigation"
exclude :test_fiber_switch, "needs investigation"
exclude :test_lineno_in_optimized_insn, "not implemented, jruby/jruby#6149"
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_return_bmethod_location, "needs investigation"
exclude :test_return_value_with_rescue, "needs investigation"
exclude :test_return_value_with_rescue_and_defined_methods, "needs investigation"
exclude :test_script_compiled, "not implemented, jruby/jruby#6149"
exclude :test_thread_add_trace_func, "hangs"
exclude :test_thread_trace, "needs investigation"
exclude :test_throwing_return_with_finish_frame, "needs investigation"
exclude :test_trace_defined_method, "needs investigation"
exclude :test_trace_point_at_return_when_exception, "needs investigation"
exclude :test_tracepoint, "needs investigation"
exclude :test_tracepoint_access_from_outside, "needs investigation"
exclude :test_tracepoint_attr, "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_callee_id, "needs investigation"
exclude :test_tracepoint_enable_target, "not implemented, jruby/jruby#6149"
exclude :test_tracepoint_enable_with_target_line, "not implemented, jruby/jruby#6149"
exclude :test_tracepoint_inspect, "needs investigation"
exclude :test_tracepoint_memory_leak, "unsupported"
exclude :test_tracepoint_nested_enabled_with_target, "not implemented, jruby/jruby#6149"
exclude :test_tracepoint_opt_invokebuiltin_delegate_leave, "looking at iseq"
exclude :test_tracepoint_raised_exception, "needs investigation"
exclude :test_tracepoint_return_value, "needs investigation"
exclude :test_tracepoint_parameters, "not implemented, jruby/jruby#6149"
exclude :test_tracepoint_thread, "needs investigation"
exclude :"test_allow_reentry", "work in progress"
exclude :"test_enable_target_thread", "work in progress"
exclude :"test_non_local_return_across_multiple_define_methods", "work in progress"
exclude :"test_set_trace_func", "work in progress"
exclude :"test_stat_exists", "work in progress"
exclude :"test_target_different_bmethod_same_iseq", "work in progress"
exclude :"test_tracepoint_attr", "work in progress"
exclude :"test_tracepoint_disable", "work in progress"
exclude :"test_tracepoint_enable_with_target_line_two_times", "work in progress"
exclude :"test_tracepoint_opt_invokebuiltin_delegate_leave", "work in progress"