summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2021-09-15[ruby/racc] Prefer __dir__ over File.dirname(__FILE__)Olle Jonsson
https://github.com/ruby/racc/commit/c49df40658
2021-09-15Add test cases for constants and keywordsShugo Maeda
2021-09-15[ruby/racc] Rename helper to caseHiroshi SHIBATA
2021-09-15[ruby/racc] Ignored loading CoreAssertions in test caseHiroshi SHIBATA
https://github.com/ruby/racc/commit/1f8b05b298
2021-09-15[ruby/logger] Ignored loading CoreAssertions in test runnerHiroshi SHIBATA
https://github.com/ruby/logger/commit/2fd5401ad6
2021-09-15Marshal.load: do not call the proc until strings have their encodingJean Boussier
Ref: https://bugs.ruby-lang.org/issues/18141 Notes: Merged: https://github.com/ruby/ruby/pull/4797
2021-09-14Handle overwriting Object::ENV in spawnJeremy Evans
Instead of looking for Object::ENV (which can be overwritten), directly look for the envtbl variable. As that is static in hash.c, and the lookup code is in process.c, add a couple non-static functions that will return envtbl (or envtbl#to_hash). Fixes [Bug #18164] Notes: Merged: https://github.com/ruby/ruby/pull/4834
2021-09-14[ruby/reline] The behaviour of Alt+key on Windows is changedaycabta
ref. https://github.com/ruby/reline/commit/dc2cf90fa6 https://github.com/ruby/reline/commit/4d1518aafc
2021-09-13Use capture_output instead of capture_ioHiroshi SHIBATA
2021-09-13Adds mixed hash value and value omission testsBrandon Weaver
Introduces specification tests for mixed values and value omissions for Hashes and keyword arguments, such as `{ a:, b:, c: 3 }`. Notes: Merged: https://github.com/ruby/ruby/pull/4829
2021-09-13Fixed leaked file descriptorHiroshi SHIBATA
Leaked file descriptor: TestRDocGeneratorDarkfish#test_template_stylesheets: 11 : #<File:./tmp20210913-30865-7c4ey8/hoge20210913-30865-evm2uo.css>
2021-09-12Preserve the encoding of the argument in IndexError [Bug #18160]Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4822
2021-09-11Hash values should be omitted in Ripper resultsShugo Maeda
2021-09-11Add documentation and tests for keyword argument value omissionShugo Maeda
[Feature #14579]
2021-09-11Another test for [Feature #14579]Nobuyoshi Nakada
The value of the dynamic key cannot be omitted for now.
2021-09-11Allow value omission in Hash literalsShugo Maeda
`{x:, y:}` is a syntax sugar of `{x: x, y: y}`.
2021-09-11[ruby/rdoc] Convert upper case copyright and registered marksNobuyoshi Nakada
https://github.com/ruby/rdoc/commit/3bca7dc093
2021-09-11[ruby/rdoc] Convert tick double quote in character entity referencesNobuyoshi Nakada
https://github.com/ruby/rdoc/commit/6ed889aac9
2021-09-11[ruby/rdoc] Convert a backtick to an open single quoteNobuyoshi Nakada
https://github.com/ruby/rdoc/commit/82eaefbae4
2021-09-11[ruby/rdoc] Convert single quotes in character entity referencesNobuyoshi Nakada
As well as double quotes. https://github.com/ruby/rdoc/pull/824#discussion_r683173389 https://github.com/ruby/rdoc/commit/09002bdab5
2021-09-11[ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA
https://github.com/ruby/net-http/commit/5bb14fd3bc
2021-09-11Fixed inconsistent require order for assertions and core_assertionsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/4813
2021-09-11Use Test::Unit::Runner instead of MiniTest::UnitHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/4813
2021-09-11Use CoreAssertions instead of AssertionsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/4813
2021-09-11Use MiniTestHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/4813
2021-09-11[ruby/irb] Ignore invalid 3 colons in completionaycabta
https://github.com/ruby/irb/commit/5e29e3e39c
2021-09-10[ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta
https://github.com/ruby/reline/commit/92dbac0bff
2021-09-10[ruby/reline] Fix scroll range of a script for testsaycabta
https://github.com/ruby/reline/commit/6ceebe52bc
2021-09-10[ruby/reline] Add tests that column of dialog with scrollbar is moved ↵aycabta
without garbase https://github.com/ruby/reline/commit/45c70d6222
2021-09-10[ruby/reline] Add a test that text under dialog appearsaycabta
https://github.com/ruby/reline/commit/0b63bd56ce
2021-09-10[ruby/reline] Add a test that autocomplete doesn't crash after 2nd lineaycabta
https://github.com/ruby/reline/commit/f682c74975
2021-09-10[ruby/reline] Add a test that dialog doesn't crash when callback returns nilaycabta
https://github.com/ruby/reline/commit/2c6f604b98
2021-09-10[ruby/reline] Add a test that autocompletion returns to the original textaycabta
https://github.com/ruby/reline/commit/d80880e56b
2021-09-10[ruby/reline] Use single quotes to match others in the fileaycabta
https://github.com/ruby/reline/commit/a17de2d6d8
2021-09-10[ruby/reline] Add a test that autocomplete dialog doesn't crash when emptyaycabta
https://github.com/ruby/reline/commit/9c0080c27f
2021-09-10[ruby/reline] Add a test for when completion target is wrappedaycabta
https://github.com/ruby/reline/commit/25a94d70c3
2021-09-10[ruby/reline] Fix complete proc of a script for testsaycabta
https://github.com/ruby/reline/commit/ee1c1adddc
2021-09-10[ruby/reline] Add a test that dialog may appear at the top if cursor at ↵aycabta
bottom edge https://github.com/ruby/reline/commit/6c2ab47958
2021-09-10[ruby/reline] Add a test for dialog at right edgeaycabta
https://github.com/ruby/reline/commit/db642169b9
2021-09-10[ruby/reline] Add a test for dialog with scroll keyaycabta
https://github.com/ruby/reline/commit/99640abf75
2021-09-10[ruby/reline] Add tests for autocomplete with scrollbaraycabta
https://github.com/ruby/reline/commit/29634cbc93
2021-09-10[ruby/reline] Add a test for simple dialogaycabta
https://github.com/ruby/reline/commit/d70f507e2c
2021-09-10[ruby/reline] Add a simple test for autocompleteaycabta
https://github.com/ruby/reline/commit/11f83b2f4b
2021-09-10[ruby/irb] Tests may not execute in the source directoryNobuyoshi Nakada
https://github.com/ruby/irb/commit/f4aaa70cfc
2021-09-10Find irb command path in testaycabta
2021-09-10[ruby/irb] Pend on trufflerubyaycabta
https://github.com/ruby/irb/commit/fbf52d9608
2021-09-10[ruby/irb] Remove an unused variableaycabta
https://github.com/ruby/irb/commit/5bf1cb2078
2021-09-10[ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune
https://github.com/ruby/irb/commit/b12f0cb8e2
2021-09-10[ruby/irb] Add yamatanooroti test for symbol with backtickaycabta
https://github.com/ruby/irb/commit/4d32f0e88e
2021-09-10[ruby/irb] Support symbol with backtickaycabta
https://github.com/ruby/irb/commit/0aa2425883