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
ruby_4_0
ruby_4_0-prism-1-8-0
sync-gems
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_env.rb
Age
Commit message (
Expand
)
Author
13 days
Prefer dedicated assertions
Nobuyoshi Nakada
2025-05-31
`Ractor::Port`
Koichi Sasada
2025-05-08
Make test/ruby/test_env.rb#test_delete_if_in_ractor easier to debug
Jean Boussier
2024-12-27
[Bug #20984] Fix test with locale encoding
Nobuyoshi Nakada
2024-12-26
[Bug #20982] Put spaces in `ENV.inspect` results as well as `Hash`
Nobuyoshi Nakada
2024-12-26
[Bug #20984] ENV.inspect should be encoding aware
Nobuyoshi Nakada
2024-12-26
Refine ENV tests
Nobuyoshi Nakada
2024-12-26
"test" environment variable is unset in `setup`
Nobuyoshi Nakada
2024-09-24
Windows: Use Unicode aware WinAPI function for ENV[]=
Lars Kanis
2024-03-14
Ensure test suite is compatible with --frozen-string-literal
Jean Boussier
2022-08-02
[Bug #17767] Now `ENV.clone` raises `TypeError` as well as `ENV.dup`
Nobuyoshi Nakada
2022-06-17
ENV.merge! support multile arguments [Feature #18279]
Nobuyoshi Nakada
2021-12-17
`ENV` ivars should not be accessible from ractors
Koichi Sasada
2021-12-15
ucrt can raise `Errno::EINVAL`
Koichi Sasada
2021-12-15
fix test
Koichi Sasada
2021-12-15
Removed traling spaces [ci skip]
Nobuyoshi Nakada
2021-12-15
Add Ractor tests for ENV
Rohit Menon
2021-11-29
Simplify platform check for Windows-UCRT
Lars Kanis
2021-09-20
Adjust test to set+get big values on all platforms and add MINGW-UCRT
Lars Kanis
2021-06-08
Make ENV.clone warn and ENV.dup raise
Jeremy Evans
2020-12-17
test/ruby: Check warning messages at a finer granularity
Nobuyoshi Nakada
2020-12-08
Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)
Lars Kanis
2020-12-02
ENV.index: delete
卜部昌平
2020-06-18
Add Hash#except ENV#except [Feature #15822]
Timo Schilling
2020-06-10
ENV.delete should return the result of block on non-existing key
Nobuyoshi Nakada
2020-04-18
Environment variable values are not case-insensitive
Nobuyoshi Nakada
2020-04-18
Compare environment variable names in those manor [Bug #16798]
Nobuyoshi Nakada
2019-11-30
Relax test strictness for error message from KeyError
Yuki Nishijima
2019-11-30
ENV.update should not call block on existing keys
Nobuyoshi Nakada
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-07-02
Renamed to get rid of name clash
Nobuyoshi Nakada
2019-07-01
Raise TypeError if calling ENV.freeze
Jeremy Evans
2018-10-01
Removed Windows version condition
nobu
2018-09-20
Enumerable#to_h with block and so on
nobu
2018-08-15
test_env.rb: change mingw branch
k0kubun
2018-08-15
skip tests failing on AppVeyor MinGW
k0kubun
2018-08-11
test_env.rb: a failure on appveyor
nobu
2018-08-11
hash.c: env block size limit on Windows
nobu
2018-04-19
Add slice method to ENV like Hash#slice
nobu
2018-02-25
Add a new #filter alias for #select
eregon
2017-12-13
test/ruby/test_env.rb: suppress a warning
nobu
2017-10-26
test_env.rb: fix one-off bug
nobu
2017-09-18
error.c: KeyError#receiver and KeyError#key
nobu
2016-08-05
hash.c: env_name_new
nobu
2016-08-04
hash.c: set encoding
nobu
2016-06-10
hash.c: ensure NUL-terminated for ENV
nobu
2016-02-19
test/ruby: suppress parser warnings
nobu
2016-01-17
Add a test case for ENV#select_bang,keep_if
nobu
2016-01-17
Add a test case for ENV#reject_bang,delete_if
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
[next]