Commit Graph

287 Commits

Author SHA1 Message Date
Watson
a75ced9400 [test] fix that all spec will be disabled if use :unless option 2014-05-21 15:37:14 +09:00
Watson
6a309ab246 [test] fix a number that it is small for Bignum on 64bit platform 2014-05-21 13:07:14 +09:00
Eloy Durán
8dd6784d49 [BigDecimal] Add test to ensure we convert Float. 2014-05-20 12:12:08 +02:00
Eloy Durán
0bad4ebd99 [BigDecimal] Add test for negative power to raise by. 2014-05-20 12:11:56 +02:00
Eloy Durán
143fbdf869 [BigDecimal] Add tests for NSDecimalNumber -> NSDecimal. 2014-05-20 12:11:24 +02:00
Eloy Durán
252ff5b7e5 [BigDecimal] Add failing test for NSDecimal conversion. 2014-05-20 12:11:16 +02:00
Eloy Durán
cd1ef2ecfc [BigDecimal] Add tests for #abs and #% 2014-05-20 12:11:16 +02:00
Eloy Durán
43b3adf51f [BigDecimal] Test that init and any operators accept any Ruby type. 2014-05-20 12:11:16 +02:00
Eloy Durán
6c4524e054 [BigDecimal] Add test to ensure we do not convert NSDecimalNumbers. 2014-05-20 12:11:16 +02:00
Eloy Durán
73830c8d1d Initial import of BigDecimal tests. 2014-05-20 12:11:15 +02:00
Watson
ffbb6e4f59 [test] update RM-276 spec 2014-05-19 07:16:09 +09:00
Watson
b25fce98df [test] add spec for RM-276 2014-05-19 01:00:31 +09:00
Watson
0e2a616e4f [test] add spec for RM-276 2014-05-18 21:27:15 +09:00
Laurent Sansonetti
82b116d125 remove hacks no longer necessary to work around JNI locals stack overflow, since we now delete local refs 2014-05-11 00:40:21 +08:00
Eloy Durán
c411237b64 Add test to ensure we always convert Pointer instances. 2014-05-08 16:54:29 +02:00
Watson
1b58677c11 [test] add spec for RM-494 2014-05-08 22:14:23 +09:00
Eloy Durán
279f1e0c66 [NEWS] Document fix for methods that expect void-pointers. 2014-05-07 18:36:44 +02:00
Watson
c4e8a637e3 [test] add test for RM-491 2014-05-07 12:36:12 +09:00
Laurent Sansonetti
36c2b69ca2 add more language/regexp specs 2014-05-06 22:57:41 +08:00
Laurent Sansonetti
81cb2f67e5 disable stupid spec that does not pass 2014-05-06 22:57:13 +08:00
Laurent Sansonetti
c7ba9cfd8f add LanguageSpecs.punctuations 2014-05-06 22:56:54 +08:00
Laurent Sansonetti
91e857857e fix raise_error() to catch all exceptions 2014-05-05 15:49:28 +08:00
Laurent Sansonetti
898e83233e more language/regexp specs 2014-05-04 08:24:58 +08:00
Laurent Sansonetti
ef52932712 add more language/regexp specs 2014-05-02 09:09:51 +08:00
Laurent Sansonetti
c1795ac734 add LanguageSpecs fixture class 2014-05-02 09:09:51 +08:00
Eloy Durán
34f1862d89 [BS] Fix CoreMIDI metadata on platforms that have 64-bit support.
These types are all defined as typedefs for UInt32 (via MIDIObjectRef).

Fixes: http://hipbyte.myjetbrains.com/youtrack/issue/RM-485
2014-05-01 17:02:43 +02:00
Eloy Durán
1179ac6373 [builder] Do not try to compile completely empty .strings files.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-483
2014-05-01 12:52:17 +02:00
Laurent Sansonetti
526d1d2cf4 add language/regexp spec 2014-05-01 06:58:53 +08:00
Laurent Sansonetti
a735085874 comment a Float#to_s spec that does not pass in RM, for whatever reason 2014-05-01 06:12:09 +08:00
Laurent Sansonetti
0c92106289 comment some weird/edge case failing Float#to_s specs regarding the e-notation 2014-04-30 03:14:46 +08:00
Laurent Sansonetti
d04b92c41d fix typo in error msg 2014-04-29 20:35:35 +02:00
Laurent Sansonetti
9fe65de65e this very agile refactoring was done from a chair in the sky 2014-04-29 20:08:06 +02:00
Watson
0800bb5dae [test] add test for RM-455 2014-04-28 14:54:32 +09:00
Laurent Sansonetti
c3d999792a add a spec for the new __annotation__ feature 2014-04-22 23:55:21 +02:00
Laurent Sansonetti
6070037790 update specs to follow Class#inspect changes with 'const shortcuts' 2014-04-21 19:13:34 +02:00
Laurent Sansonetti
b6536a90db add rubymotion/proc spec, test for java.lang.Runnable functionality 2014-04-21 19:13:34 +02:00
Watson
0fe97bc9d2 [test] add test for RM-470 2014-04-21 21:40:33 +09:00
Laurent Sansonetti
b5d37e2c88 add core/float/to_s spec (sadly most expectations are failing due to a precision loss - to investigate) 2014-04-21 00:28:01 +02:00
Laurent Sansonetti
5340345e7d add spec/fixnum/uminus spec 2014-04-20 23:57:56 +02:00
Laurent Sansonetti
1dabc27473 add spec/core/float/uminus spec 2014-04-20 23:54:12 +02:00
Laurent Sansonetti
77bee046dc add core/float/== spec 2014-04-20 23:34:56 +02:00
Laurent Sansonetti
e600f20111 add core/float/zero spec 2014-04-20 23:20:46 +02:00
Laurent Sansonetti
22353535d0 add core/float/hash spec 2014-04-20 23:17:31 +02:00
Laurent Sansonetti
c537374a75 add core/float/{<, <=, >, >=} specs 2014-04-20 20:43:31 +02:00
Laurent Sansonetti
006a5419bd add new core/float specs: divide, minus, multiply, plus, to_f 2014-04-20 19:39:20 +02:00
Laurent Sansonetti
1da2ee416d add core/fixnum/hash spec 2014-04-20 18:24:01 +02:00
Laurent Sansonetti
7a93cde769 add core/fixnum/== spec 2014-04-20 18:12:01 +02:00
Laurent Sansonetti
1276bc8e1c add core/fixnum/{<, <=, >, >=} specs 2014-04-20 16:32:40 +02:00
Laurent Sansonetti
2268897fb2 add be_close matcher + TOLERANCE constant 2014-04-20 14:28:00 +02:00
Laurent Sansonetti
5ccbcde97f add core/fixnum/divide spec 2014-04-20 01:19:02 +02:00