Skip to content

Commit d2ef575

Browse files
committed
Retag TestRequire.rb MRI test file
1 parent 89c6e93 commit d2ef575

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

test/mri/excludes/TestRequire.rb

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
exclude :test_load, "needs investigation"
2-
exclude :test_race_exception, "needs investigation"
3-
exclude :test_require_changed_home, "needs investigation"
4-
exclude :test_require_invalid_shared_object, "needs investigation"
5-
exclude :test_require_path_home_1, "needs investigation"
6-
exclude :test_require_path_home_2, "needs investigation"
7-
exclude :test_require_path_home_3, "needs investigation"
8-
exclude :test_require_to_path_redefined_in_load_path, "needs investigation"
9-
exclude :test_require_to_str_redefined_in_load_path, "needs investigation"
10-
exclude :test_require_too_long_filename, "needs investigation"
11-
exclude :test_throw_while_loading, "needs investigation"
12-
exclude :test_load_ospath, "needs investigation"
13-
exclude :test_loading_fifo_fd_leak, "needs investigation"
14-
exclude :test_loading_fifo_threading_raise, "needs investigation"
15-
exclude :test_loading_fifo_threading_success, "needs investigation"
16-
exclude :test_require_nonascii_path, "needs investigation"
17-
exclude :test_require_nonascii_path_shift_jis, "needs investigation"
1+
exclude :test_require_path_home_2, "pid 90932 exit 1"
2+
exclude :test_race_exception, "Expected /circular require/ to match \"\"."
3+
exclude :test_require_invalid_shared_object, "[LoadError] exception expected, not #<NameError: undefined local variable or method `dummy' for main:Object>."
4+
exclude :test_require_to_path_redefined_in_load_path, "[ruby-core:47970]"
5+
exclude :test_require_changed_home, "[ruby-core:47970]"
6+
exclude :test_require_path_home_1, "pid 90994 exit 1"
187
exclude :test_relative_symlink_realpath, "bug17885 [ruby-core:104010]."
19-
exclude :test_load_into_module, "<[:b]> expected but was"
8+
exclude :test_require_path_home_3, "pid 90997 exit 1"
9+
exclude :test_require_too_long_filename, "Expected 2 to be <= 1."
10+
exclude :test_require_to_str_redefined_in_load_path, "[ruby-core:47970]"
11+
exclude :test_require_nonascii_path_shift_jis, "LoadError: cannot load such file -- enc/trans/single_byte"
12+
exclude :test_load_ospath, "Encoding::CompatibilityError: incompatible encoding regexp match (Windows-31J regexp with UTF-8 string)"
13+
exclude :test_loading_fifo_threading_raise, "Timeout::Error: execution of assert_separately expired (took longer than 9 seconds)"
14+
exclude :test_loading_fifo_threading_success, "Timeout::Error: execution of assert_separately expired (took longer than 9 seconds)"
15+
exclude :test_loading_fifo_fd_leak, "Timeout::Error: execution of assert_separately expired (took longer than 9 seconds)"
16+
exclude :test_require_nonascii_path, "LoadError: cannot load such file -- enc/trans/single_byte"

0 commit comments

Comments
 (0)