summaryrefslogtreecommitdiff
path: root/test/ruby/test_require.rb
AgeCommit message (Expand)Author
2021-09-18Revert "Do not load file with same realpath twice when requiring"Jeremy Evans
2021-09-18Do not load file with same realpath twice when requiringJeremy Evans
2021-09-16[Bug #18173] Update loaded_features_indexNobuyoshi Nakada
2021-04-05Get rid of multibyte prefix to tmpdirNobuyoshi Nakada
2021-02-16`$LOAD_PATH.resolve_feature_path` should not raiseDavid Rodríguez
2020-04-19Skip TestRequire#test_loading_fifo_fd_leak on AndroidYusuke Endoh
2020-03-01require enc/trans/single_byte in advance.Koichi Sasada
2020-02-04Add the loaded feature after no exception raisedNobuyoshi Nakada
2020-01-29restore $LOADED_FEATURES.Koichi Sasada
2019-12-11Do not load files in build directoryKazuhiro NISHIYAMA
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-11-12test/ruby/test_require.rb: Remove the tests of require with $SAFEYusuke Endoh
2019-08-17Use the original require for test_race_exceptionHiroshi SHIBATA
2019-08-09Should require without wrapper moduleNobuyoshi Nakada
2019-08-08Reduce unnecessary EXEC_TAG in requireNobuyoshi Nakada
2019-08-04Revert "Skip test_race_exception on MJIT for now"Takashi Kokubun
2019-08-04Defer skip to avoid errors on ensureTakashi Kokubun
2019-08-04Skip test_race_exception on MJIT for nowTakashi Kokubun
2019-07-11$LOAD_PATH.resolve_feature_pathNobuyoshi Nakada
2019-06-30Suppress void context warnings in verbose modeNobuyoshi Nakada
2019-05-25Avoid to show warning message with unused variable.Hiroshi SHIBATA
2018-12-31load.c: resolve_feature_pathnobu
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-09-21load.c: real path to loadnobu
2017-06-04test_require.rb: fix expected pathnobu
2017-06-03test_require.rb: ignore EPERM at UNCnobu
2017-06-03file.c: preserve encodingnobu
2017-06-03test/ruby/test_require.rb: remove duplicate assertionnobu
2017-06-03test_require.rb: untouch default internal encodingnobu
2017-06-02test_require.rb: assert_require_insecure_pathnobu
2017-06-02test_require.rb: fallback encodingnobu
2017-06-02test_require.rb: filesystem encodingnobu
2017-06-02file.c: preserve encodingnobu
2017-03-11test/ruby/test_require.rb: use squiggly heredocsnobu
2016-12-07Extend timeout for Solaris unstable10s.shugo
2016-12-05Don't insert an entry to loading_tbl if another thread succeed to load.shugo
2016-12-04Increase timeout of TestRequire#test_require_with_loaded_features_popnaruse
2016-10-21test_require.rb: reduce GCnobu
2016-10-10ruby.c: bind fd before waitingnobu
2016-10-10test_require.rb: use assert_separatelynobu
2016-10-06load.c: setup syntax error backtracenobu
2016-10-06load.c: fix load/require contextnobu
2016-03-08* test/ruby/test_require.rb (test_require_with_loaded_features_pop):headius
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-10-18* ruby/test_require.rb (loading_fifo): checking by defined? is meaningless aboutusa
2015-10-18test_require.rb: no guarantees to load FIFOnobu
2015-10-18test_require.rb: test conditionsnobu
2015-10-17* ruby.c (open_load_file): reset O_NONBLOCK after open.kosaki
2015-10-16file.c: non-blocking opennobu