File: TestRubyOptimization.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 (18 lines) | stat: -rw-r--r-- 1,305 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
exclude :test_block_parameter_should_not_create_objects, "requires ObjectSpace count_objects"
exclude :test_callinfo_unreachable_path, "depends on RubyVM, tests RubyVM::InstructionSequence"
exclude :test_clear_unreachable_keyword_args, "depends on RubyVM"
exclude :test_fixnum_minus, "needs investigation"
exclude :test_fixnum_plus, "needs investigation"
exclude :test_opt_case_dispatch, "depends on RubyVM"
exclude :test_peephole_optimization_without_trace, "depends on RubyVM"
exclude :test_peephole_string_literal_range, "depends on RubyVM"
exclude :test_string_freeze, "frozen string literal should be a new object if String#freeze is redefined (#2156)"
exclude :test_string_freeze_block, "frozen string literal revert to a call if String#freeze is redefined (#2156)"
exclude :test_string_freeze_saves_memory, "depends on ObjectSpace#memsize_of"
exclude :test_string_uminus, "frozen string literal revert to a call if String#-@ is redefined (#2156)"
exclude :test_tailcall, "needs investigation"
exclude :test_tailcall_condition_block, "depends on RubyVM"
exclude :test_tailcall_inhibited_by_block, "depends on RubyVM"
exclude :test_tailcall_inhibited_by_rescue, "depends on RubyVM"
exclude :test_tailcall_symbol_block_arg, "depends on RubyVM"
exclude :test_tailcall_with_block, "needs investigation"