File: TestRequire.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 (19 lines) | stat: -rw-r--r-- 1,458 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
exclude :test_define_class, "an MRI inconsistency - NameError when class BasicSocket already defined!"
exclude :test_frozen_loaded_features, "error message does not match"
exclude :test_load_ospath, "we lose encoding on the way into load, can't preserve for LoadError message"
exclude :test_load2, "needs investigation"
exclude :test_loading_fifo_fd_leak, "elaborate test to force FD starvation, needs investigation"
exclude :test_loading_fifo_threading_raise, "we do not use IO to read files and so will not show as stopped while loading"
exclude :test_loading_fifo_threading_success, "we do not use IO to read files and so will not show as stopped while loading"
exclude :test_race_exception, "needs investigation"
exclude :test_require_changed_home, "needs investigation"
exclude :test_require_insecure_path, "JRuby does not have null-terminated strings nor tainting"
exclude :test_require_insecure_path_shift_jis, "JRuby does not have null-terminated strings nor tainting"
exclude :test_require_nonascii, "needs investigation"
exclude :test_require_nonascii_path_shift_jis, "needs investigation"
exclude :test_require_path_home_1, "needs investigation"
exclude :test_require_path_home_2, "needs investigation"
exclude :test_require_path_home_3, "needs investigation"
exclude :test_require_too_long_filename, "needs investigation"
exclude :test_tainted_loadpath, "needs investigation"
exclude :test_require_with_loaded_features_pop, "needs investigation"