summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2019-03-10Add bintest headerKOBAYASHI Shuji
2019-03-07Set `GEMNAME` on bintestKOBAYASHI Shuji
2019-03-05Count skip testsKOBAYASHI Shuji
2019-03-04`GEMNAME` is undefined in bintestKOBAYASHI Shuji
2019-03-03Simplify `MRubyTestSkip` in `test/assert.rb`KOBAYASHI Shuji
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-26Remove unneeded `=>` in test skip/error messagesKOBAYASHI Shuji
2019-02-24Refine mrbgem name in assertion failure/skip message for core testKOBAYASHI Shuji
2019-02-21Merge pull request #4290 from shuujii/refactor-exception-handling-in-assertYukihiro "Matz" Matsumoto
2019-02-21Refactor exception handling in `assert`KOBAYASHI Shuji
2019-02-20`assert_true`/`assert_false` should pass when actual is only `true`/`false`KOBAYASHI Shuji
2019-02-19Use more appropriate assertion methodsKOBAYASHI Shuji
2019-02-18Fix wrong assertion method in some testsKOBAYASHI Shuji
2019-02-14Lazy message/diff creation for assertion in `test/assert.rb`KOBAYASHI Shuji
2019-02-09Always through `assert_true` for assertion methods in `test/assert.rb`KOBAYASHI 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-12-21Fix undefined variable is usingdearblue
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-05Merge pull request #4055 from take-cheeze/verbose_bintestYukihiro "Matz" Matsumoto
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-21Support verbose mode in bintest.take-cheeze
2018-06-04Let inspect recursion do the right thingIchito Nagata
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