aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_require.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu2012-10-161-1/+1
* envutil.rb: file_assertionnobu2012-10-151-1/+1
* envutil.rb: assert_file and assert_file_notnobu2012-10-091-1/+1
* load.c: keep encoding of feature namenobu2012-08-231-0/+17
* * test/ruby/test_require.rb (TestRequire#test_require_twice): added.usa2012-08-071-0/+13
* * test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.nobu2012-03-151-1/+1
* * error.c (rb_load_fail): should honor encoding.nobu2012-03-071-2/+4
* * error.c (rb_loaderror_with_path): Adding the missing file as antenderlove2012-03-061-0/+8
* * test/ruby/test_require.rb (test_race_exception): delete temporary library n...nobu2011-12-201-0/+1
* * test/ruby/test_require.rb (test_race_exception): rewrote withoutnobu2011-12-201-25/+25
* * test/ruby/test_require.rb (test_race_exception): get rid ofnobu2011-12-151-5/+4
* * load.c (load_unlock): all threads requiring one file shouldnobu2011-12-131-0/+56