aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_require.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ruby/test_require.rb (loading_fifo): checking by defined? is meaningless aboutusa2015-10-181-2/+2
* test_require.rb: no guarantees to load FIFOnobu2015-10-181-5/+5
* test_require.rb: test conditionsnobu2015-10-181-4/+2
* * ruby.c (open_load_file): reset O_NONBLOCK after open.kosaki2015-10-171-6/+29
* file.c: non-blocking opennobu2015-10-161-1/+6
* test: File.symlink needs administrator privilegenobu2015-08-281-1/+1
* envutil.rb: -w for assert_separatelynobu2015-07-301-1/+1
* load.c: avoid segfault when 'throw' occurs in the middle of rb_load_file_strnobu2015-07-301-0/+29
* class.c: TypeError when superclass mismatchnobu2015-06-281-1/+1
* test_require.rb: wait loadignobu2015-06-141-1/+1
* * test/ruby/test_require.rb (TestRequire#test_loading_fifo_threading): omit onusa2015-06-141-1/+1
* file.c: open without gvlnobu2015-06-141-0/+13
* fix test failures introduced in r50494tenderlove2015-05-161-7/+13
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* load.c: transcode pathnobu2014-10-291-0/+22
* test_require.rb: renamenobu2014-10-291-2/+3
* test/ruby: better assertionsnobu2013-12-131-1/+1
* test/unit/assertions.rb: return exceptionnobu2013-10-091-2/+1
* test_require.rb: need verbosenobu2013-10-091-0/+5
* load.c: display backtrace to $stderrnobu2013-10-081-7/+10
* file.c: OSX path encodingnobu2013-08-111-1/+1
* test_require.rb: __FILE__ encoding on Windowsnobu2013-08-111-2/+12
* ruby.c: use String path version parser functionsnobu2013-08-091-1/+10
* test_require.rb: same processnobu2013-07-261-4/+8
* test_require.rb: use assert_separatelynobu2013-07-261-69/+30
* load.c: search in OS path encodingnobu2013-07-261-1/+8
* test_require.rb: splitnobu2013-07-261-2/+6
* fix warning: shadowing outer local variable - pathnaruse2013-07-261-3/+3
* envutil.rb: encodingnobu2013-07-251-4/+7
* test/ruby: reap zombiesnobu2013-06-191-1/+1
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-156/+154
* Regexp.escape(RUBY_PLATFORM)kazu2013-04-071-1/+1
* * test/ruby/test_require.rb (TestRequire#test_require_nonascii_path):shirosaki2013-04-061-1/+3
* * load.c (features_index_add): use rb_str_subseq() to specify C stringshirosaki2013-04-051-0/+21
* Add ignore_stderr because it outputs "circular require" warningsnaruse2013-04-021-1/+1
* * test/ruby/test_require.rb: Remove temporally files in the tests.akr2013-03-241-0/+6
* test_require.rb: shared drivenobu2013-02-061-1/+7
* Add RUBYOPT=>nil to avoid false negativenaruse2013-01-091-3/+1
* * test/ruby/test_require.rb: improve test for r38744.glass2013-01-091-4/+8
* * load.c (load_lock): fix not to delete thread shield twice.glass2013-01-091-0/+21
* error.c: rb_write_error_strnobu2012-12-251-0/+7
* Add test for r38529 [Bug #7536]naruse2012-12-211-0/+13
* test_require.rb: clear load pathnobu2012-12-201-0/+8
* Show $LOAD_PATH and RUBYLIB to debug easiernaruse2012-12-181-2/+2
* * test/ruby/test_require.rb (TestRequire#test_loaded_features_encoding):usa2012-12-131-1/+1
* Fix cache validity check of requireshirosaki2012-11-221-0/+31
* * test/ruby/test_require.rbshirosaki2012-11-051-2/+2
* Fix compatibility of cached expanded load pathshirosaki2012-11-051-0/+110