Commit Graph

330 Commits

Author SHA1 Message Date
Watson
17c56d85de [test] add comment 2014-10-16 20:35:55 +09:00
Watson
42534ba041 [test] enable other Dispatch.once spec 2014-10-16 20:35:55 +09:00
Watson
58eec98497 [test] configure app.archs' for device if passed arm' into ENV['ARCH'] 2014-10-16 11:58:18 +09:00
Watson
e98a1682d9 [test] add spec for RM-628 2014-10-16 11:50:17 +09:00
Watson
128386590d [test] fix "undefined method running_disabled_spec=' for Bacon:Class" error with rake spec:device' 2014-10-14 23:21:37 +09:00
Watson
77e4d16028 [test] embed ENV['deployment_target'] into app for `rake spec:device'
When run `rake spec:device', ENV['deployment_target'] did not have any data.
Then the exception was raised in a75ced9400/test/helpers/bacon.rb (L4)
2014-10-14 23:19:48 +09:00
Eloy Durán
1291cfa473 Add test for -[ImmediateRef copy] and document. 2014-10-10 17:46:35 +02:00
Laurent Sansonetti
0f1ceeef85 let the build system target the proper API version 2014-10-06 12:03:10 +02:00
Laurent Sansonetti
a107550158 ignore build-time created files 2014-10-06 12:03:10 +02:00
Laurent Sansonetti
a520f08d7c add java exceptions test 2014-10-06 12:03:10 +02:00
Laurent Sansonetti
9cf9688b1e pre is now 3.2 2014-10-04 12:21:37 +02:00
Watson
278cd9b35e [test] add spec for RM-601 2014-09-16 23:42:42 +09:00
Watson
4ca70a7e18 [test] fix where "rake spec" does't work if there is symbolic link in SDK path
The symbolic link "iPhoneSimulator8.0.sdk -> iPhoneSimulator.sdk" was introduce at Xcode 6 beta6 which cause an error.

$ rake spec
rake aborted!
undefined method `[]' for nil:NilClass
/Users/watson/prj/RubyMotion/test/test/Rakefile:54:in `block in <top (required)>'
/Users/watson/prj/RubyMotion/test/test/Rakefile:53:in `map'
/Users/watson/prj/RubyMotion/test/test/Rakefile:53:in `<top (required)>'
(See full trace by running task with --trace)

$ ls -la /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
total 8
drwxr-xr-x@  7 watson  admin  238  9 11 17:17 .
drwxr-xr-x@  5 watson  admin  170  9  5 00:03 ..
drwxr-xr-x@ 12 watson  admin  408  9  3 03:40 iPhoneSimulator.sdk
drwxr-xr-x   8 watson  admin  272  9 10 23:51 iPhoneSimulator6.1.sdk
drwxrwxr-x  11 root    admin  374 12 10  2013 iPhoneSimulator7.0.sdk
drwxr-xr-x  12 watson  admin  408  9 10 18:18 iPhoneSimulator7.1.sdk
lrwxr-xr-x   1 watson  admin   19  9  5 00:03 iPhoneSimulator8.0.sdk -> iPhoneSimulator.sdk
2014-09-13 22:20:36 +09:00
Eloy Durán
80e8afbb41 [iOS] Launch image names should be the filenames after all.
Related to http://hipbyte.myjetbrains.com/youtrack/issue/RM-596#comment=74-1742
2014-09-13 14:45:28 +02:00
Eloy Durán
82a75cf09b [iOS] On >= 7, infer UILaunchImages metadata from resources/Default*.png
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-596
2014-09-12 21:17:00 +02:00
Watson
887790f9e8 [test] add more spec for method_missing 2014-09-06 13:53:58 +09:00
Watson
fe07c9e1ba [test] add spec for RM-586 2014-09-06 13:04:06 +09:00
Watson
b698c17e28 [test] add assertions for RM-583 2014-09-03 18:40:06 +09:00
Watson
20e7030905 [test] add spec for RM-583 2014-09-03 18:34:22 +09:00
Watson
ba0b5b622b [test] add spec for RM-541 2014-09-02 14:48:33 +09:00
Eloy Durán
14fdc05f0e [osx] Allow the user to configure a NSApplication subclass and use that instead.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-539
2014-09-01 17:49:07 +02:00
Eloy Durán
e3d96b3e78 Revert "[osx] Allow the user to configure a NSApplication subclass and use that instead."
This reverts commit 51538c0ac7.
2014-08-27 19:29:39 +02:00
Watson
b5f21631c2 [test] disable an exception spec on OSX 32bit (10.6 & 10.7) 2014-08-22 10:14:55 +09:00
Watson
8dab11c770 [test] disable an exception spec on OSX 10.6 & 10.7
if run spec on 10.6 & 10.7, it freezes a running spec.
2014-08-22 09:59:10 +09:00
Eloy Durán
198a1ebfe1 [test] Add failing test for iOS backtrace symbolication. 2014-08-21 18:02:49 +02:00
Watson
dd05cc82c3 [test] add spec for RM-540 2014-08-06 17:34:24 +09:00
Eloy Durán
06a3121d96 Revert "[test] On iOS, also set the target env var to the deployment target."
This reverts commit 82f38e3606.
2014-08-05 16:05:15 +02:00
Eloy Durán
82f38e3606 [test] On iOS, also set the target env var to the deployment target. 2014-08-05 14:41:27 +02:00
Eloy Durán
51538c0ac7 [osx] Allow the user to configure a NSApplication subclass and use that instead.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-539
2014-08-05 14:41:27 +02:00
Eloy Durán
e7d1da2841 [test] Add failing test case for RM-539. 2014-08-04 17:56:28 +02:00
Watson
729d1e33c1 [test] add spec for RM-407 2014-07-23 23:27:48 +09:00
Watson
3d123bf932 [test] add spec for RM-407 2014-07-23 22:58:52 +09:00
Watson
9e2c129081 [test] add spec for RM-528 2014-07-06 16:45:55 +09:00
Watson
cd9cd42f5e [test] add spec for RM-518 2014-06-27 09:31:27 +09:00
Watson
8cff0d73c2 [test] add spec for RM-505 2014-06-20 12:44:48 +09:00
Watson
7743ca7685 [test] add spec for RM-33 2014-06-19 23:54:13 +09:00
Watson
5851bbcac4 add test suite for BigDecimal 2014-06-13 23:34:37 +09:00
Laurent Sansonetti
cdf2e1a2a0 add specs for basic java types argument/return values calling pure-java / overridden methods 2014-06-12 20:05:24 +02:00
Watson
6a4c4774fe [test] add spec for RM-511 2014-06-12 17:03:14 +09:00
Watson
496420a84e [test] add spec for RM-512 2014-06-09 12:15:15 +09:00
Watson
8a37a16305 [test] add spec for RM-508 2014-06-05 14:10:32 +09:00
Watson
e93ce057aa [test] add spec for RM-502 2014-06-05 14:10:21 +09:00
Watson
0800265307 [test] disable specs which are failed 2014-05-21 16:16:04 +09:00
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