Commit Graph

6147 Commits

Author SHA1 Message Date
Daniel Bovensiepen d8c8893e94 Implement assert_float and add block mode to assert_equal and assert_not_equal 2013-06-15 02:10:05 +08:00
Daniel Bovensiepen cbc9c24fe1 Improve String Tests 2013-06-15 02:08:34 +08:00
Daniel Bovensiepen f092c8df73 Improve Module Tests 2013-06-15 01:49:48 +08:00
Daniel Bovensiepen 4bd527cebf Improve Kernel Tests 2013-06-15 01:32:22 +08:00
Daniel Bovensiepen b1c309cc87 Improve Hash Tests 2013-06-15 00:54:58 +08:00
kyab cf4655683e Remove extra separator in compile command 2013-06-15 01:40:04 +09:00
Daniel Bovensiepen 409541d1fa Improve Literal Tests 2013-06-15 00:33:11 +08:00
Daniel Bovensiepen b55958b4fa Improve Integer Tests 2013-06-15 00:11:12 +08:00
Daniel Bovensiepen 71e1257417 Improve Range Tests 2013-06-15 00:01:08 +08:00
Daniel Bovensiepen c5d116f9c2 Improve Syntax Tests 2013-06-14 23:57:09 +08:00
Daniel Bovensiepen 1a6731fbde assert_not_equal can now also handle blocks 2013-06-14 22:39:10 +08:00
Daniel Bovensiepen 059405edb8 Fix Bootstrap Block Tests with assert_nil 2013-06-14 22:38:29 +08:00
Daniel Bovensiepen a028a388f7 Improve RuntimeError Tests 2013-06-14 22:20:42 +08:00
Daniel Bovensiepen 0e16fd3562 Improve TypeError Tests 2013-06-14 22:19:22 +08:00
Daniel Bovensiepen f4e169cbfb Improve true Tests 2013-06-14 22:19:10 +08:00
Daniel Bovensiepen 7177fdbd39 Improve Symbol Tests 2013-06-14 22:19:02 +08:00
Daniel Bovensiepen 7df35e930a Improve StandardError Tests 2013-06-14 22:18:52 +08:00
Daniel Bovensiepen 9c93be0297 Improve RangeError Tests 2013-06-14 22:18:39 +08:00
Daniel Bovensiepen 9166a1352b Improve Proc Tests 2013-06-14 22:18:16 +08:00
Daniel Bovensiepen e44ba31603 Improve Object Tests 2013-06-14 22:18:03 +08:00
Daniel Bovensiepen 6d3d234b7d Improve Numeric Tests 2013-06-14 22:17:53 +08:00
Daniel Bovensiepen f2013337f4 Improve NoMethodError Tests 2013-06-14 22:17:40 +08:00
Daniel Bovensiepen 9bf797acf7 Improve nil Tests 2013-06-14 22:17:28 +08:00
Daniel Bovensiepen 4acacaf989 Improve NameError Tests 2013-06-14 22:17:16 +08:00
Daniel Bovensiepen b825c53998 Improve LocalJumpError Tests 2013-06-14 22:17:03 +08:00
Daniel Bovensiepen 67af374e37 Improve IndexError Tests 2013-06-14 22:16:52 +08:00
Daniel Bovensiepen 8d38d9eaf1 Fix float parenthese warning 2013-06-14 22:16:38 +08:00
kyab 9619945cf4 Fix and refactor crossbuild target config 2013-06-14 23:11:13 +09:00
Daniel Bovensiepen 06939bedbc Improve GC Tests 2013-06-14 21:53:50 +08:00
Daniel Bovensiepen 04191cc829 Improve Float Tests 2013-06-14 21:50:22 +08:00
Daniel Bovensiepen 60d230d0fd Add assert_float to test environment 2013-06-14 21:49:56 +08:00
Carson McDonald 63a29dbce6 Change seperator to separator 2013-06-14 09:37:22 -04:00
Daniel Bovensiepen bbdc24f2ee Improve Bootstrap Literal Tests 2013-06-14 21:35:49 +08:00
Daniel Bovensiepen f8e13b86b7 Improve Bootstrap Block Tests 2013-06-14 21:32:33 +08:00
Daniel Bovensiepen 821f6d42ad Add block mode to assert_equal 2013-06-14 21:32:13 +08:00
Yukihiro "Matz" Matsumoto 7ba2f85546 Merge branch 'master' of github.com:mruby/mruby 2013-06-14 20:32:41 +09:00
Yukihiro "Matz" Matsumoto 34cd70b1c5 Merge pull request #1279 from Bovi-Li/improve-tests
Improve Test Infrastructure (Part 1)
2013-06-14 04:30:52 -07:00
mirichi a5f63e4864 Merge remote-tracking branch 'upstream/master' 2013-06-14 20:01:03 +09:00
Yukihiro "Matz" Matsumoto f3c1048756 fix indent 2013-06-13 09:51:09 +09:00
Yukihiro "Matz" Matsumoto dbc93621c9 Merge pull request #1281 from Bovi-Li/singleton
Singleton raises TypeError on #new
2013-06-12 09:53:03 -07:00
Yukihiro "Matz" Matsumoto 16424a14dc Merge pull request #1278 from monaka/pr-calloc-improvement
Check parameters strictly.
2013-06-11 00:25:50 -07:00
Masaki Muranaka 97b9caf892 Check parameters strictly.
calloc in C99 is expected to return NULL when nelem * len == 0.
2013-06-11 16:09:12 +09:00
Yukihiro "Matz" Matsumoto ae288fe78d add assertion that check sizeof(void*) should be 4 bytes when MRB_NAN_BOXING is in use 2013-06-11 12:43:42 +09:00
kyab 4b2bdbe2cc No need to specify empty bin list anymore(example) 2013-06-10 20:53:32 +09:00
Yukihiro "Matz" Matsumoto 4e877bc92f restructure header files; move non config lines away from mrbconf.h 2013-06-10 14:40:32 +09:00
Yukihiro "Matz" Matsumoto 20ef86bea0 Merge pull request #1276 from h2so5/replace-isupper-msvc
Replace isupper with a macro in msvc
2013-06-09 15:55:17 -07:00
h2so5 b543046070 Use casting instead of a macro 2013-06-10 07:17:46 +09:00
h2so5 f8df722e92 Replace isupper with a macro in msvc 2013-06-09 23:05:35 +09:00
Yukihiro "Matz" Matsumoto b9b24822b4 Merge pull request #1275 from carsonmcdonald/undeffix
Fix for 1274
2013-06-09 06:14:23 -07:00
Carson McDonald cf0fbcd0ee Remove incorrect removal of iv 2013-06-09 07:50:07 -04:00