index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
etc
/
test_etc.rb
Age
Commit message (
Expand
)
Author
2025-03-28
[ruby/etc] Skip TestEtc#test_ractor_parallel on ModGC workflow
Naoto Ono
2025-03-27
[ruby/etc] Attempt to re-enable TestEtc#test_ractor_parallel
Benoit Daloze
2025-03-27
[ruby/etc] Speedup TestEtc#test_ractor_parallel
Benoit Daloze
2025-03-27
[ruby/etc] Increase timeout for test_ractor_parallel
Benoit Daloze
2025-03-27
Pend a test for ractor in etc
Yusuke Endoh
2025-03-25
[ruby/etc] Etc.sysconfdir does not work in a Ractor
Benoit Daloze
2025-03-25
[ruby/etc] Most Etc methods are not Ractor-safe currently
Benoit Daloze
2024-10-17
[ruby/etc] Fix sysconfdir when load-relative
Nobuyoshi Nakada
2021-03-24
Fix leaked file descriptor in passwd test
Peter Zhu
2020-12-22
[ruby/etc] Make Ractor safe
Marc-Andre Lafortune
2020-02-12
test/etc/test_etc.rb: skip some tests on Android
Yusuke Endoh
2017-09-29
test_etc.rb: fix test_getgrnam for duplicated group names
sonots
2017-01-29
{ext,test}/etc: Specify frozen_string_literal: true.
kazu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-01-10
test_etc.rb: relax comparisons
nobu
2014-11-10
win32.c: login name encoding
nobu
2014-10-02
* ext/etc/etc.c (etc_nprocessors): New method.
akr
2014-05-18
test_etc.rb: omit unrunnable tests
nobu
2014-05-18
[DOC]
akr
2014-05-18
* ext/etc/etc.c: Etc.sysconf, Etc.confstr and IO#pathconf implemented.
akr
2014-05-18
* ext/etc/etc.c: Etc.uname method implemented.
akr
2012-08-27
test_etc.rb: fix for non unique GID
shirosaki
2012-08-06
* test/etc/test_etc.rb (TestEtc#test_getpwuid): `s' is never set to nil.
usa
2012-08-05
test_etc.rb: remove implicit assumption
nobu
2011-06-26
* test/etc/test_etc.rb (TestEtc#test_get{pw,gr}nam): skip entries
nobu
2010-05-05
* test/etc/test_etc.rb: assert only when any value is given.
nobu
2009-02-06
* test/etc/test_etc.rb: trivial.
nobu
2009-02-03
* test/etc/test_etc.rb(test_getpwnam, test_getgrgid, test_getgrnam):
mame
2008-09-03
* test/etc/test_etc.rb (test_getpwuid, test_getgrgid): use
mame
2008-09-03
* test/etc/test_etc.rb: check only typical use of
mame
2008-07-29
* test/etc/test_etc.rb (test_passwd): age field may be string under
mame
2008-07-29
* test/etc/test_etc.rb (test_getpwuid): fix for users whose uid is
naruse
2008-06-18
* test/etc/test_etc.rb: avoid infinite loop. [ruby-dev:35158]
mame
2008-06-04
avoid infinite loop on FreeBSD 6.3.
akr
2008-06-03
* test/etc/test_etc.rb: new tests for etc.
mame