summaryrefslogtreecommitdiff
path: root/test/ruby/test_require.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip failing test with freebsdHiroshi SHIBATA2022-05-311-0/+2
* Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA2022-01-041-6/+6
* Allow Kernel#load to load code into a specified moduleJeremy Evans2021-11-171-0/+32
* Do not load file with same realpath twice when requiringJeremy Evans2021-10-021-2/+28
* Fix the encoding of loaded feature names [Bug #18191]Nobuyoshi Nakada2021-10-011-0/+22
* Revert "Do not load file with same realpath twice when requiring"Jeremy Evans2021-09-181-28/+2
* Do not load file with same realpath twice when requiringJeremy Evans2021-09-181-2/+28
* [Bug #18173] Update loaded_features_indexNobuyoshi Nakada2021-09-161-0/+17
* Get rid of multibyte prefix to tmpdirNobuyoshi Nakada2021-04-051-6/+6
* `$LOAD_PATH.resolve_feature_path` should not raiseDavid Rodríguez2021-02-161-0/+4
* Skip TestRequire#test_loading_fifo_fd_leak on AndroidYusuke Endoh2020-04-191-0/+2
* require enc/trans/single_byte in advance.Koichi Sasada2020-03-011-0/+1
* Add the loaded feature after no exception raisedNobuyoshi Nakada2020-02-041-0/+7
* restore $LOADED_FEATURES.Koichi Sasada2020-01-291-0/+5
* Do not load files in build directoryKazuhiro NISHIYAMA2019-12-111-3/+3
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-25/+0
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-7/+0
* test/ruby/test_require.rb: Remove the tests of require with $SAFEYusuke Endoh2019-11-121-55/+0
* Use the original require for test_race_exceptionHiroshi SHIBATA2019-08-171-2/+2
* Should require without wrapper moduleNobuyoshi Nakada2019-08-091-0/+13
* Reduce unnecessary EXEC_TAG in requireNobuyoshi Nakada2019-08-081-2/+2
* Revert "Skip test_race_exception on MJIT for now"Takashi Kokubun2019-08-041-1/+0
* Defer skip to avoid errors on ensureTakashi Kokubun2019-08-041-1/+1
* Skip test_race_exception on MJIT for nowTakashi Kokubun2019-08-041-0/+1
* $LOAD_PATH.resolve_feature_pathNobuyoshi Nakada2019-07-111-3/+3
* Suppress void context warnings in verbose modeNobuyoshi Nakada2019-06-301-2/+2
* Avoid to show warning message with unused variable.Hiroshi SHIBATA2019-05-251-2/+2
* load.c: resolve_feature_pathnobu2018-12-311-0/+20
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-0/+2
* load.c: real path to loadnobu2017-09-211-0/+14
* test_require.rb: fix expected pathnobu2017-06-041-1/+1
* test_require.rb: ignore EPERM at UNCnobu2017-06-031-7/+14
* file.c: preserve encodingnobu2017-06-031-0/+3
* test/ruby/test_require.rb: remove duplicate assertionnobu2017-06-031-7/+0
* test_require.rb: untouch default internal encodingnobu2017-06-031-2/+5
* test_require.rb: assert_require_insecure_pathnobu2017-06-021-17/+48
* test_require.rb: fallback encodingnobu2017-06-021-1/+2
* test_require.rb: filesystem encodingnobu2017-06-021-2/+2
* file.c: preserve encodingnobu2017-06-021-0/+22
* test/ruby/test_require.rb: use squiggly heredocsnobu2017-03-111-26/+38
* Extend timeout for Solaris unstable10s.shugo2016-12-071-1/+1
* Don't insert an entry to loading_tbl if another thread succeed to load.shugo2016-12-051-2/+2
* Increase timeout of TestRequire#test_require_with_loaded_features_popnaruse2016-12-041-1/+1
* test_require.rb: reduce GCnobu2016-10-211-2/+6
* ruby.c: bind fd before waitingnobu2016-10-101-0/+20
* test_require.rb: use assert_separatelynobu2016-10-101-20/+23
* load.c: setup syntax error backtracenobu2016-10-061-10/+10
* load.c: fix load/require contextnobu2016-10-061-0/+20
* * test/ruby/test_require.rb (test_require_with_loaded_features_pop):headius2016-03-081-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1