Commit Graph

205 Commits

Author SHA1 Message Date
Laurent Sansonetti
ec989dda83 add language/hash spec 2014-04-11 20:01:14 +02:00
Watson
497f969891 [test] display the iOS result of `rake spec:all' on Jenkins CI console 2014-04-12 00:44:00 +09:00
Laurent Sansonetti
a1dcc590b3 remove unnecessary line 2014-04-11 16:31:52 +02:00
Laurent Sansonetti
1590c16f0f add language/numbers spec 2014-04-11 16:31:51 +02:00
Laurent Sansonetti
94bdca20ac add 'language/not' spec 2014-04-11 16:31:51 +02:00
Laurent Sansonetti
ebe24446b2 add 'be_true' and 'be_false' matchers 2014-04-11 16:31:51 +02:00
Laurent Sansonetti
d5554c5e89 add 'language/or' spec 2014-04-11 16:31:51 +02:00
Laurent Sansonetti
32e547e48c add 'be_nil' matcher 2014-04-11 15:35:57 +02:00
Laurent Sansonetti
b9219f0258 add 'language/and' spec 2014-04-11 15:35:57 +02:00
Eloy Durán
0ae18aacdf [test] Store iOS results in temp files on Jenkins CI. 2014-04-11 15:10:56 +02:00
Watson
f4fe13cba8 fix 'uninitialized constant Motion (NameError)'
'../helpers/bacon.rb' requires 'lib/motion/util/version.rb'
2014-04-11 21:21:57 +09:00
Laurent Sansonetti
c88b386a24 move 1.9 specs to a different file, like rubyspec does 2014-04-11 14:16:44 +02:00
Eloy Durán
87ea27d251 [test] rake spec:all now runs on all installed iOS and OS X sdks. 2014-04-11 12:26:30 +02:00
Laurent Sansonetti
f3f98218b9 add language/array spec 2014-04-11 00:41:08 +02:00
Laurent Sansonetti
4fdc978165 add support for should’ with an argument, add be_kind_of’ and `equal’ matchers 2014-04-10 17:18:48 +02:00
Laurent Sansonetti
07f048572d better conditional 2014-04-10 17:18:12 +02:00
Laurent Sansonetti
21522a99e3 really send #== instead of #!= 2014-04-10 15:28:59 +02:00
Laurent Sansonetti
f34647252e add until and while specs 2014-04-10 01:03:36 +02:00
Laurent Sansonetti
c2d9d48871 remove test suite, start integrating rubyspec 2014-04-10 00:40:02 +02:00
Eloy Durán
c0a53b1ad3 WOrk on testing on all platforms, SDKs, and archs for CI. 2014-04-09 20:47:28 +02:00
Laurent Sansonetti
ac07875133 added tests for Fixnum#{<, <=, >, >=} 2014-04-09 01:08:03 +02:00
Eloy Durán
e1ce31d7de Cleanup some debug logging. 2014-04-08 16:04:41 +02:00
Eloy Durán
4773557230 [WeakRef] Remove another reference of the private class. 2014-04-08 16:01:29 +02:00
Eloy Durán
13a4de2840 [WeakRef] Remove private class. 2014-04-08 15:58:29 +02:00
Eloy Durán
e3fa07fe1c Add tests for WeakRef change. 2014-04-08 15:02:56 +02:00
Laurent Sansonetti
f3a89ed883 add test for Array#each 2014-04-06 01:20:33 +02:00
Laurent Sansonetti
b24839acc7 add android test suite (very early work) 2014-04-04 17:12:52 +02:00
Eloy Durán
73ad72e54d Add failing tests for http://hipbyte.myjetbrains.com/youtrack/issue/RM-447 2014-04-04 11:38:08 +02:00
Eloy Durán
279b2dfd50 [vm] Sync and add NEWS+tests for warning when overriding attr methods. 2014-03-27 20:31:01 +01:00
Eloy Durán
1ba0d8baf1 [NEWS] Document WeakRef to raise with unsupported classes. 2014-03-20 12:12:50 +01:00
Eloy Durán
84e2a3b914 [test] Let tests fail on 32-bit, now that we reverted to LLVM 3.3. 2014-03-19 20:06:12 +01:00
Eloy Durán
82c0396cd0 [test] Rename ‘helper selectors’ to ‘special selectors’. 2014-03-19 17:48:43 +01:00
Eloy Durán
c606a0aef8 [test] Add failing tests for KVC property validation methods. 2014-03-19 17:45:13 +01:00
Eloy Durán
2814af43c6 [test] Add tests for helper selectors: setters, predicates. 2014-03-18 12:11:53 +01:00
Eloy Durán
82cb030e97 [test] Make test suite run for OS X 32 and 64 bit. 2014-03-17 19:40:49 +01:00
Eloy Durán
0d29a453bc [test] Get source to build on OS X 10.7 32-bit. 2014-03-17 17:13:46 +01:00
Eloy Durán
f024795ed0 [test] Improve task descriptions. 2014-03-17 16:29:12 +01:00
Eloy Durán
f2a106d388 [test] Replace custom tagged object with NSIndexPath. 2014-03-17 16:26:37 +01:00
Eloy Durán
395c574e17 [test] Add tasks to run tests on all 32 or 64 bit platforms. 2014-03-17 16:26:09 +01:00
Eloy Durán
da34327713 [test] Aggregate test results for multiple platforms/archs. 2014-03-17 15:49:57 +01:00
Eloy Durán
174c3b3b8a [NEWS] Document ImmediateRef introspection enhancements. 2014-03-17 12:19:35 +01:00
Eloy Durán
044fe33a57 [ImmediateRef] Add failing tests for Ruby methods and relfection. 2014-03-14 17:46:32 +01:00
Eloy Durán
067e0a0600 Add a failing test for an ImmediateRef dispatching to self.
Related to http://hipbyte.myjetbrains.com/youtrack/issue/RM-443.
2014-03-06 18:09:04 +01:00
Eloy Durán
db4ddbaa32 Add failing test for String#rindex with multibyte chars.
Related to http://hipbyte.myjetbrains.com/youtrack/issue/RM-441
2014-03-05 17:45:40 +01:00
Eloy Durán
7af091acb9 [UI spec] Add failing test for flick and direction.
Related to http://hipbyte.myjetbrains.com/youtrack/issue/RM-439
2014-03-05 17:28:01 +01:00
Eloy Durán
21e0311921 [UI spec] Make tap work with UISwitch.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-440.
2014-03-05 17:28:00 +01:00
Eloy Durán
0b2a392f98 [CodeSign] Improve cert finding by only checking codesign identities.
Also move the logic out into a separate util module.

Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-399.
2014-02-27 16:01:20 +01:00
Eloy Durán
210a577317 [Version] Add a util class that can be used to compare versions. 2014-02-26 13:27:29 +01:00
Watson
b5682f5719 [Benchmark] add test case 2014-02-24 07:41:48 +09:00
Watson
bfabd1b92f [spec] add test for RM-427 2014-02-20 13:13:58 +09:00