index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_require.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* test/ruby/test_require.rb (TestRequire#test_loading_fifo_threading): omit on
usa
2015-06-14
1
-1
/
+1
*
file.c: open without gvl
nobu
2015-06-14
1
-0
/
+13
*
fix test failures introduced in r50494
tenderlove
2015-05-16
1
-7
/
+13
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
1
-1
/
+0
*
load.c: transcode path
nobu
2014-10-29
1
-0
/
+22
*
test_require.rb: rename
nobu
2014-10-29
1
-2
/
+3
*
test/ruby: better assertions
nobu
2013-12-13
1
-1
/
+1
*
test/unit/assertions.rb: return exception
nobu
2013-10-09
1
-2
/
+1
*
test_require.rb: need verbose
nobu
2013-10-09
1
-0
/
+5
*
load.c: display backtrace to $stderr
nobu
2013-10-08
1
-7
/
+10
*
file.c: OSX path encoding
nobu
2013-08-11
1
-1
/
+1
*
test_require.rb: __FILE__ encoding on Windows
nobu
2013-08-11
1
-2
/
+12
*
ruby.c: use String path version parser functions
nobu
2013-08-09
1
-1
/
+10
*
test_require.rb: same process
nobu
2013-07-26
1
-4
/
+8
*
test_require.rb: use assert_separately
nobu
2013-07-26
1
-69
/
+30
*
load.c: search in OS path encoding
nobu
2013-07-26
1
-1
/
+8
*
test_require.rb: split
nobu
2013-07-26
1
-2
/
+6
*
fix warning: shadowing outer local variable - path
naruse
2013-07-26
1
-3
/
+3
*
envutil.rb: encoding
nobu
2013-07-25
1
-4
/
+7
*
test/ruby: reap zombies
nobu
2013-06-19
1
-1
/
+1
*
* test/csv/test_features.rb, test/logger/test_logger.rb
akr
2013-04-20
1
-156
/
+154
*
Regexp.escape(RUBY_PLATFORM)
kazu
2013-04-07
1
-1
/
+1
*
* test/ruby/test_require.rb (TestRequire#test_require_nonascii_path):
shirosaki
2013-04-06
1
-1
/
+3
*
* load.c (features_index_add): use rb_str_subseq() to specify C string
shirosaki
2013-04-05
1
-0
/
+21
*
Add ignore_stderr because it outputs "circular require" warnings
naruse
2013-04-02
1
-1
/
+1
*
* test/ruby/test_require.rb: Remove temporally files in the tests.
akr
2013-03-24
1
-0
/
+6
*
test_require.rb: shared drive
nobu
2013-02-06
1
-1
/
+7
*
Add RUBYOPT=>nil to avoid false negative
naruse
2013-01-09
1
-3
/
+1
*
* test/ruby/test_require.rb: improve test for r38744.
glass
2013-01-09
1
-4
/
+8
*
* load.c (load_lock): fix not to delete thread shield twice.
glass
2013-01-09
1
-0
/
+21
*
error.c: rb_write_error_str
nobu
2012-12-25
1
-0
/
+7
*
Add test for r38529 [Bug #7536]
naruse
2012-12-21
1
-0
/
+13
*
test_require.rb: clear load path
nobu
2012-12-20
1
-0
/
+8
*
Show $LOAD_PATH and RUBYLIB to debug easier
naruse
2012-12-18
1
-2
/
+2
*
* test/ruby/test_require.rb (TestRequire#test_loaded_features_encoding):
usa
2012-12-13
1
-1
/
+1
*
Fix cache validity check of require
shirosaki
2012-11-22
1
-0
/
+31
*
* test/ruby/test_require.rb
shirosaki
2012-11-05
1
-2
/
+2
*
Fix compatibility of cached expanded load path
shirosaki
2012-11-05
1
-0
/
+110
*
* test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...
kazu
2012-10-16
1
-1
/
+1
*
envutil.rb: file_assertion
nobu
2012-10-15
1
-1
/
+1
*
envutil.rb: assert_file and assert_file_not
nobu
2012-10-09
1
-1
/
+1
*
load.c: keep encoding of feature name
nobu
2012-08-23
1
-0
/
+17
*
* test/ruby/test_require.rb (TestRequire#test_require_twice): added.
usa
2012-08-07
1
-0
/
+13
*
* test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.
nobu
2012-03-15
1
-1
/
+1
*
* error.c (rb_load_fail): should honor encoding.
nobu
2012-03-07
1
-2
/
+4
*
* error.c (rb_loaderror_with_path): Adding the missing file as an
tenderlove
2012-03-06
1
-0
/
+8
*
* test/ruby/test_require.rb (test_race_exception): delete temporary library n...
nobu
2011-12-20
1
-0
/
+1
*
* test/ruby/test_require.rb (test_race_exception): rewrote without
nobu
2011-12-20
1
-25
/
+25
*
* test/ruby/test_require.rb (test_race_exception): get rid of
nobu
2011-12-15
1
-5
/
+4
*
* load.c (load_unlock): all threads requiring one file should
nobu
2011-12-13
1
-0
/
+56
[prev]
[next]