summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2019-04-19Add type check (conversion) in `String#[]=`KOBAYASHI Shuji
2019-04-12Refine `assert_float`KOBAYASHI Shuji
2019-04-10Use `mrb_immediate_p()` in `mrb_obj_freeze()` and `mrb_obj_frozen()`KOBAYASHI Shuji
2019-04-07Fix test for `Array#slice`KOBAYASHI Shuji
2019-04-05`Module#alias_method` should return `self` in ISO standardKOBAYASHI Shuji
2019-03-31Fix warning: '*' interpreted as argument prefixKOBAYASHI Shuji
2019-03-30Add `pass` and `flunk` to `test/assert.rb`KOBAYASHI Shuji
2019-03-26Fix dealing with infinity and NaN in `test/assert.rb:assert_float`KOBAYASHI Shuji
2019-03-25Remove implementation of `Symbol#===`KOBAYASHI Shuji
2019-03-25Update float test values to avoid precision errors.Yukihiro "Matz" Matsumoto
2019-03-25Avoid infinite binary floating numbers in `float`.Yukihiro "Matz" Matsumoto
2019-03-23Refactor `t_print` for testKOBAYASHI Shuji
2019-03-22Simplify `assert_step` in `test/t/numeric.rb`KOBAYASHI Shuji
2019-03-22Merge pull request #4334 from shuujii/remove-redundant-content-in-assertion-f...Yukihiro "Matz" Matsumoto
2019-03-21Fix `Float#eql?`KOBAYASHI Shuji
2019-03-21Remove redundant content in assertion failure message and diffKOBAYASHI Shuji
2019-03-19Use `FrozenError` instead of `RuntimeError` in frozen object modification testKOBAYASHI Shuji
2019-03-17Fix class/instance variable name validationKOBAYASHI Shuji
2019-03-15Merge pull request #4328 from shuujii/fix-constant-name-validationYukihiro "Matz" Matsumoto
2019-03-15Avoid using infinite binary floating point numbers in tests.Yukihiro "Matz" Matsumoto
2019-03-14Fix constant name validationKOBAYASHI Shuji
2019-03-13Do not raise an exception when bintest failKOBAYASHI Shuji
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