aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* Don't describe C function that does not exist in prior versions.Samuel Williams2021-09-201-2/+2
* Add C interface spec.Samuel Williams2021-09-202-0/+49
* Removed Module.allocate [Bug #17048]Nobuyoshi Nakada2021-09-171-14/+0
* Add spec for MatchData#match and MatchData#match_length [Feature #18172]Nobuyoshi Nakada2021-09-172-0/+68
* Marshal.load: do not call the proc until strings have their encodingJean Boussier2021-09-151-21/+41
* Add printf attribute to functions call va_list format functionsNobuyoshi Nakada2021-09-121-0/+2
* spec/ruby/optional/capi/ext: must support GCC 5卜部昌平2021-09-102-4/+4
* spec/ruby/optional/capi/ext: support ruby < 3卜部昌平2021-09-102-13/+30
* spec/ruby/optional/capi/ext: suppress warnings卜部昌平2021-09-102-0/+19
* Update to ruby/spec@b1e93a2Benoit Daloze2021-09-0717-7/+163
* Fix rubyspec_capiext dependency and flagsNobuyoshi Nakada2021-08-301-4/+3
* Fix dllimport attributeNobuyoshi Nakada2021-08-301-1/+1
* Fix failures on non-UTF-8 environment [Bug #18077]Nobuyoshi Nakada2021-08-222-2/+6
* Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IOLars Kanis2021-08-222-4/+8
* Allow tracing of optimized methodsJeremy Evans2021-08-211-3/+4
* Fix test failure on spec/ruby/language/pattern_matching_spec.rbKazuki Tsujimoto2021-08-191-5/+8
* Allow omission of parentheses in one line pattern matching [Feature #16182]Kazuki Tsujimoto2021-08-191-0/+11
* Update to ruby/spec@330c641Benoit Daloze2021-08-136-98/+123
* Suppress unused-result warningsS.H2021-08-071-2/+6
* Tweak rb_str_modify_expand() + read() spec to try to find out why it fails on...Benoit Daloze2021-07-303-9/+21
* Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in evalJeremy Evans2021-07-291-4/+14
* Update to ruby/spec@b65d01fBenoit Daloze2021-07-29186-3248/+3865
* Bump unicode version for Ruby 3.1Hiroshi SHIBATA2021-07-271-2/+2
* rb_iterate is no longer used in ruby/specBenoit Daloze2021-07-261-1/+0
* Remove meaningless IO#close_on_exec= spec [Feature #17745]Nobuyoshi Nakada2021-07-201-4/+0
* Use rb_block_call() instead of the deprecated rb_iterate()Nobuyoshi Nakada2021-07-182-17/+13
* Disable spec of `pattern matching is experimental` since 3.1Kazuhiro NISHIYAMA2021-07-171-14/+16
* Fix a spec failureKazuhiro NISHIYAMA2021-07-171-1/+1
* Fix a spec failureKazuhiro NISHIYAMA2021-07-171-1/+1
* Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada2021-07-161-0/+40
* Fix ruby_version guards in Unicode/Emoji version specsMartin Dürst2021-07-082-3/+3
* Add new Unicode/Emoji version checks to spec/ruby/library/rbconfigMartin Dürst2021-07-082-3/+15
* [WIP] add error_squiggle gemYusuke Endoh2021-06-291-2/+2
* Update to ruby/spec@c6e9285Benoit Daloze2021-06-024-22/+19
* Update to ruby/spec@a0b7d0dBenoit Daloze2021-06-0266-162/+938
* Skip a `File.atime` test randomly failing on Travis ppc64le.Jun Aruga2021-06-021-0/+5
* Fix Enumerator::ArithmeticSequence handling of float rangesJeremy Evans2021-05-291-17/+21
* Guard ruby/spec with spec/mspec/tool/wrap_with_guard.rbHiroshi SHIBATA2021-05-27164-3901/+4393
* Use a shared spec for YAML.load and YAML.unsafe_loadBenoit Daloze2021-05-173-266/+140
* spec/ruby/library/yaml: Test YAML.unsafe_load instead of YAML.load in 3.1Yusuke Endoh2021-05-172-111/+252
* Revert "Use YAML.unsafe_load instead of YAML.load."Yusuke Endoh2021-05-171-7/+7
* Use YAML.unsafe_load instead of YAML.load.Hiroshi SHIBATA2021-05-171-7/+7
* Fix handling of control/meta escapes in literal regexpsJeremy Evans2021-05-121-1/+1
* Run nmake check on Actions (#4487)Takashi Kokubun2021-05-111-0/+1
* net-http no longer requires stringioNobuyoshi Nakada2021-05-064-0/+5
* spec/ruby/library/net/http/http/fixtures/http_server.rb host naming for WindowsMSP-Greg2021-05-041-1/+1
* spec/ruby/core/file/shared/read.rb: The behavior of FreeBSD was changedYusuke Endoh2021-04-261-2/+2
* spec/ruby/core/hash/transform_keys_spec.rb: Fix the failure of ruby_3_0Yusuke Endoh2021-04-161-2/+2
* spec/ruby/library/matrix/: Change the version guard to 3.1.0Yusuke Endoh2021-04-151-1/+1
* spec/ruby/library/matrix/: Change the version guard to 3.0.2Yusuke Endoh2021-04-061-1/+1