summaryrefslogtreecommitdiff
path: root/test/ruby/test_require.rb
AgeCommit message (Expand)Author
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
2015-08-28test: File.symlink needs administrator privilegenobu
2015-07-30envutil.rb: -w for assert_separatelynobu
2015-07-30load.c: avoid segfault when 'throw' occurs in the middle of rb_load_file_strnobu
2015-06-28class.c: TypeError when superclass mismatchnobu
2015-06-14test_require.rb: wait loadignobu
2015-06-14* test/ruby/test_require.rb (TestRequire#test_loading_fifo_threading): omit onusa
2015-06-14file.c: open without gvlnobu
2015-05-16fix test failures introduced in r50494tenderlove
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-10-29load.c: transcode pathnobu
2014-10-29test_require.rb: renamenobu
2013-12-13test/ruby: better assertionsnobu
2013-10-09test/unit/assertions.rb: return exceptionnobu
2013-10-09test_require.rb: need verbosenobu
2013-10-08load.c: display backtrace to $stderrnobu
2013-08-11file.c: OSX path encodingnobu
2013-08-11test_require.rb: __FILE__ encoding on Windowsnobu
2013-08-09ruby.c: use String path version parser functionsnobu
2013-07-26test_require.rb: same processnobu
2013-07-26test_require.rb: use assert_separatelynobu
2013-07-26load.c: search in OS path encodingnobu
2013-07-26test_require.rb: splitnobu
2013-07-26fix warning: shadowing outer local variable - pathnaruse