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"
|