| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-12 | Fix Hash test | Jun Hiroe | |
| 2014-05-10 | Merge pull request #2223 from yui-knk/fix-nameerror | Yukihiro "Matz" Matsumoto | |
| Delete unused NameError#new. And add test. | |||
| 2014-05-10 | Merge pull request #2226 from yui-knk/hash-merge-error | Yukihiro "Matz" Matsumoto | |
| Change to raise TypeError (Hash#merge, #merge!) | |||
| 2014-05-10 | Change to raise TypeError (Hash#merge, #merge!) | yui-knk | |
| 2014-05-10 | OP_ENTER fix segmentation fault | ksss | |
| 2014-05-10 | Delete unused NameError#new. And add test. | yui-knk | |
| 2014-05-10 | Merge pull request #2221 from yui-knk/add-exception-test | Yukihiro "Matz" Matsumoto | |
| Add exception test | |||
| 2014-05-10 | Merge pull request #2222 from take-cheeze/remove_proc_meth | Yukihiro "Matz" Matsumoto | |
| Remove use of mruby-proc-ext method in core test. | |||
| 2014-05-10 | Merge pull request #2220 from yui-knk/refactor-test | Yukihiro "Matz" Matsumoto | |
| Refactoring test to use assert_nothing_raised. | |||
| 2014-05-10 | Add assert to Exception#inspect test. | yui-knk | |
| 2014-05-10 | Remove use of mruby-proc-ext method. | take_cheeze | |
| 2014-05-09 | Refactoring test to use assert_nothing_raised. | yui-knk | |
| 2014-05-09 | Move `__method__` to mruby-kernel-ext since it's not ISO method. | take_cheeze | |
| 2014-05-09 | Merge pull request #2214 from ksss/proc-clear | Yukihiro "Matz" Matsumoto | |
| OP_ENTER clean block object in register | |||
| 2014-05-09 | Merge pull request #2215 from yui-knk/fix-typo-test | Yukihiro "Matz" Matsumoto | |
| Add ISO No. to String#inspect test. | |||
| 2014-05-09 | Add ISO No. to String#inspect test. | yui-knk | |
| 2014-05-09 | OP_ENTER clean block object in register | ksss | |
| 2014-05-08 | Add tests for Range#to_s Range#inspect. | yui-knk | |
| 2014-05-08 | fix typo | yui-knk | |
| 2014-05-08 | Make Array#[]= raise IndexError. | yui-knk | |
| If second param is negative, Array#[] raise IndexError. | |||
| 2014-05-06 | OP_ENTER fix variable assignment | ksss | |
| 2014-05-05 | Refactoring exception test. | yui-knk | |
| Change to use assert_equal explicitly. | |||
| 2014-05-05 | test fixnum overflow for add, sub and mul | cremno | |
| 2014-05-05 | add Mrbtest::FIXNUM_{MAX,MIN,BIT} | cremno | |
| 2014-05-03 | count skipped line numbers | Nobuyoshi Nakada | |
| 2014-05-03 | skip to the next line and reset column after `=end` | Nobuyoshi Nakada | |
| 2014-05-03 | fix embedded documents | Nobuyoshi Nakada | |
| tabs are allowed after `=begin` and `=end`. raise `SyntaxError` if no =end is found. | |||
| 2014-04-30 | remove trailing spaces | Nobuyoshi Nakada | |
| 2014-04-28 | Add tests for multiline comment parsing | Carson McDonald | |
| 2014-04-28 | add post mandatory argument test | mirichi | |
| 2014-04-21 | tests should not depend on `mruby-proc-ext` | cremno | |
| 2014-04-21 | fix optional block arguments in rhs | Nobuyoshi Nakada | |
| define optional block arguments as argument variables in the rhs default expressions, as same as mere assignment expressions. Import ruby/ruby@01740f0c273c89f7bcff3d5014d73c8ff6fb1986 | |||
| 2014-04-21 | fix optional arguments in rhs | Nobuyoshi Nakada | |
| define optional arguments as argument variables in the rhs default expressions, as same as mere assignment expressions. Import ruby/ruby@01740f0c273c89f7bcff3d5014d73c8ff6fb1986 | |||
| 2014-04-21 | allow method definition in cmdarg | Nobuyoshi Nakada | |
| save cmdarg_stack and isolate command argument state from outer scope to allow method definition in cmdarg import from ruby/ruby@04bb9d6b75a55d4000700769eead5a5cb942c25b | |||
| 2014-04-19 | Allow parenthesed do-block in cmdarg | Nobuyoshi Nakada | |
| Flush cmdarg flags inside left-paren in a command argument, to allow parenthesed `do-block` as an argument without arguments parentheses. `CMDARG_PUSH(0)` for tLPAREN_ARG is before `CMDARG_PUSH(1)` in `command_args` due to look-ahead. | |||
| 2014-04-06 | Merge pull request #2018 from akuroda/pr_false_test | Yukihiro "Matz" Matsumoto | |
| add tests for FalseClass | |||
| 2014-04-06 | remove tests for unicode chars in regular expression literals. | Tomoyuki Sahara | |
| mruby does not parse escape characters in a regular expression literal (ref #2007). It is parsed by the external mrbgem that provides Regexp class, if any. These tests should not be in mruby core but in the mrbgem. | |||
| 2014-04-06 | add tests for FalseClass | Akira Kuroda | |
| reorder and add tests for 15.2.6.1 | |||
| 2014-04-05 | Fix 'make test' fail to build on Windows(MSVC) | kyab | |
| 2014-04-04 | Hash#replace should copy default as well; close #2004 | Yukihiro "Matz" Matsumoto | |
| 2014-04-04 | merge test code from #2003 | Yukihiro "Matz" Matsumoto | |
| 2014-04-03 | Fix build fail for 'make test' with no mrbgems | kyab | |
| 2014-03-31 | Show error class name when raise Error | ksss | |
| 2014-03-29 | Use mrb_intern_lit instead of mrb_intern in test driver. | take_cheeze | |
| 2014-03-28 | Implement Kernel#define_singleton_method | ksss | |
| 2014-03-28 | Add test for backquote. | take_cheeze | |
| * Implement code generation of NODE_DXSTR. * Fix NOVAL NODE_XSTR. | |||
| 2014-03-28 | add Numeric#/ tests; ref #1965 | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | Implement Kernel#__method__ | ksss | |
| 2014-03-27 | allow underscores in integer literals; close #1960 | Yukihiro "Matz" Matsumoto | |
| 2014-03-26 | revert 813ba5 since #1949 fixed | Yukihiro "Matz" Matsumoto | |
