summaryrefslogtreecommitdiff
path: root/test/ruby/test_require.rb
AgeCommit message (Expand)Author
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
2013-07-25envutil.rb: encodingnobu
2013-06-19test/ruby: reap zombiesnobu
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-04-07Regexp.escape(RUBY_PLATFORM)kazu
2013-04-06* test/ruby/test_require.rb (TestRequire#test_require_nonascii_path):shirosaki
2013-04-05* load.c (features_index_add): use rb_str_subseq() to specify C stringshirosaki
2013-04-02Add ignore_stderr because it outputs "circular require" warningsnaruse
2013-03-24* test/ruby/test_require.rb: Remove temporally files in the tests.akr
2013-02-06test_require.rb: shared drivenobu
2013-01-09Add RUBYOPT=>nil to avoid false negativenaruse
2013-01-09* test/ruby/test_require.rb: improve test for r38744.glass