summaryrefslogtreecommitdiffhomepage
path: root/test/t
AgeCommit message (Expand)Author
2019-03-02Fix missing assertion in `test/t/class.rb`KOBAYASHI Shuji
2019-03-02Remove useless regression tests; ref #4306Yukihiro "Matz" Matsumoto
2019-03-02Remove useless regression tests; fix #4306Yukihiro "Matz" Matsumoto
2019-02-28Remove `?A` style string literals from string tests; #4303Yukihiro "Matz" Matsumoto
2019-02-27Add test for string literal concatenationdearblue
2019-02-19Use more appropriate assertion methodsKOBAYASHI Shuji
2019-02-18Fix wrong assertion method in some testsKOBAYASHI Shuji
2019-01-28`class`/`module` expression with empty body should return `nil`KOBAYASHI Shuji
2019-01-22Fix tests for `String#reverse` with `MRB_UTF8_STRING`KOBAYASHI Shuji
2019-01-17Fix assertion name for `Numeric#**` testKOBAYASHI Shuji
2019-01-15Fix coercing for first step counter in `Numeric#step`KOBAYASHI Shuji
2019-01-13Improve compatibility to CRuby for `Float#to_s`KOBAYASHI Shuji
2019-01-12Use `__send__` instead of `send`; ref #4207KOBAYASHI Shuji
2019-01-05Add `assert_same` and `assert_not_same`KOBAYASHI Shuji
2019-01-03Remove `Kernel#class_defined?` which is not available in CRuby; #3829Yukihiro "Matz" Matsumoto
2019-01-01range: Embed edges in RRange on boxing environment.KOBAYASHI Shuji
2019-01-01Use `__send__` instead of `send` in a Range test.KOBAYASHI Shuji
2018-11-19Remove implicit conversion using `to_str` method; fix #3854Yukihiro "Matz" Matsumoto
2018-11-05Fixed a bug in argument number check with kwargs; fix #4159Yukihiro "Matz" Matsumoto
2018-10-18replace quicksort with mergesort.Tomoyuki Sahara
2018-10-12`Hash#delete` should return the deleted value; fix #4133Yukihiro "Matz" Matsumoto
2018-09-20Move `Symbol#to_proc` to the core from `mruby-symbol-ext` gem.Yukihiro "Matz" Matsumoto
2018-09-07Clear terminated spacedearblue
2018-09-01Move `Kernel#send` to `mruby-metaprog` gem.Yukihiro "Matz" Matsumoto
2018-08-30Separate meta-programming features to `mruby-metaprog` gem.Yukihiro "Matz" Matsumoto
2018-08-25Fix misspelling words in commentsKazuhiro Sera
2018-07-31Add test case corresponding to 53e2723.Yukihiro "Matz" Matsumoto
2018-07-30Keyword argument implemented.Yukihiro "Matz" Matsumoto
2018-06-01The `clone` method should copy object status (e.g. frozen) too; #4030Yukihiro "Matz" Matsumoto
2018-04-25Fix array replace leak error in mruby-uri.Takeshi Watanabe
2018-03-24Return nil if type differ in `String#<=>`.Takeshi Watanabe
2018-02-12`String#inspect` to use hexadecimal, not octal to print unprintable.Yukihiro "Matz" Matsumoto
2017-12-23Update `Kernel#method_missing` tests for new `NoMethodError` message.Yukihiro "Matz" Matsumoto
2017-12-13Skip `test/t/float.rb` tests; ref #3827Yukihiro "Matz" Matsumoto
2017-11-22Change newline style of test/t/lang.rb (from DOS)Yukihiro "Matz" Matsumoto
2017-11-22Some cosmetic changesYukihiro "Matz" Matsumoto
2017-11-04Merge branch 'master' of github.com:mruby/mrubyYAMAMOTO Masaya
2017-10-28Update test for `Kernel#local_variables`Yukihiro "Matz" Matsumoto
2017-10-11Test for MRB_WITHOUT_FLOATYAMAMOTO Masaya
2017-08-30Tested LocalJumpErrors caused by break in a procChristopher Aue
2017-08-29Refactored #assert_raise and #assert_nothing_raisedChristopher Aue
2017-08-23Fixed register windows of OP_SENDs generated by NODE_{DREGX,REGX}; ref #3783Christopher Aue
2017-08-23Tested register windows of OP_SENDs generated by NODE_{DXSTR,XSTR}; ref #3783Christopher Aue
2017-08-23Fixed register windows of OP_SENDs generated by NODE_OP_ASGN; ref #3783Christopher Aue
2017-08-23Fixed register windows of OP_SENDs generated by NODE_{FOR,SYMBOLS}; ref #3783Christopher Aue
2017-08-23Tested register windows of OP_SENDs generated by NODE_{RESCUE,HASH,ALIAS}; re...Christopher Aue
2017-08-23Fixed register windows of OP_SENDs generated by NODE_{SCALL,CASE,YIELD,UNDEF}...Christopher Aue
2017-08-11Added basic test for calling a missing method through superChristopher Aue
2017-08-01Implements `Module::nesting' (15.2.2.3.2); ref #600, #3200Yukihiro "Matz" Matsumoto
2017-07-29Merge pull request #3757 from christopheraue/module_const_get_class_pathYukihiro "Matz" Matsumoto