File: TestSubHash.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 (14 lines) | stat: -rw-r--r-- 975 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
exclude :test_AREF_fstring_key, "Depends on MRI-specific ObjectSpace.count_objects"
exclude :test_any_hash_fixable, "launches many subprocesses and does not test anything useful on JRuby"
exclude :test_callcc, "needs investigation"
exclude :test_callcc_escape, "needs investigation"
exclude :test_callcc_iter_level, "needs investigation"
exclude :test_callcc_reenter, "needs investigation"
exclude :test_eql, "needs investigation"
exclude :test_exception_in_rehash_memory_leak, "no working assert_no_memory_leak method"
exclude :test_fetch_error, "needs investigation"
exclude :test_float_hash_random, "launches many subprocesses"
exclude :test_integer_hash_random, "JRuby does not randomize hash calculation for integer keys, see https://bugs.ruby-lang.org/issues/13002"
exclude :test_replace_memory_leak, "no working assert_no_memory_leak method"
exclude :test_string_hash_random, "launches many subprocesses"
exclude :test_symbol_hash_random, "launches many subprocesses"