Commit Graph

1844 Commits

Author SHA1 Message Date
Eloy Durán
2cd94ea84f [vendor] Actually add our custom XCPretty printer. 2013-12-19 16:34:55 +01:00
Watson
1317e2ad7e [NEWS] Fixed a bug where Kernel#block_given? would not work as expected if Proc object was passed into method argument 2013-12-19 16:34:40 +09:00
Watson
37e1563716 add test for RM-357 and RM-156 2013-12-19 16:33:23 +09:00
Laurent Sansonetti
9edffa8925 link the payload JNI library with the runtime, rebuild the apk file if the payload library changed 2013-12-18 20:02:56 +01:00
Laurent Sansonetti
7ca01db686 copy the android runtime 2013-12-18 20:02:56 +01:00
Laurent Sansonetti
882046a6de builds the android runtime 2013-12-18 20:02:56 +01:00
Laurent Sansonetti
c22bb2d381 generate bridgesupport initializers with “<init>” as method name 2013-12-18 20:02:56 +01:00
Laurent Sansonetti
5af6b0245c propagate android ndk path to rake sub-targets 2013-12-18 20:02:56 +01:00
Watson
b5150ec05c PLATFORMS_DIR -> XCODE_PLATFORMS_DIR 2013-12-19 00:30:57 +09:00
Watson
32eb80e5c4 update build script for Xcode51-DP2 2013-12-18 23:40:48 +09:00
Laurent Sansonetti
a64f24f529 properly process classes who implement interfaces 2013-12-17 14:16:07 +01:00
Laurent Sansonetti
d2491e0f3b determine the android SDK build tools directory dynamically 2013-12-17 14:16:07 +01:00
Laurent Sansonetti
c1358d091a process JDK classes 2013-12-17 14:16:07 +01:00
Watson
6237489ebd [NEWS] Fixed a bug where Kernel#instance_variable_set will immediately release an object 2013-12-16 11:06:01 +09:00
Watson
0a47173b86 add test for RM-359 2013-12-16 11:04:56 +09:00
Watson
23ae75011e [NEWS] Fixed a bug where setter of Boxed member will immediately release an object 2013-12-16 10:08:23 +09:00
Watson
5155480c2d add test for RM-358 2013-12-16 10:07:50 +09:00
Laurent Sansonetti
897f1d003c ‘rake android’ experimental task, generates bridgesupport for the basic android package 2013-12-16 01:24:35 +01:00
Laurent Sansonetti
82c20d0b92 propagate android SDK path and API versions to all rake tasks 2013-12-15 19:09:04 +01:00
Laurent Sansonetti
50a586a30b sync 2013-12-15 18:55:37 +01:00
Laurent Sansonetti
9b6df0f32b PLATFORMS_DIR -> XCODE_PLATFORMS_DIR 2013-12-15 18:54:51 +01:00
Laurent Sansonetti
937e93e151 sync 2013-12-14 23:24:10 +01:00
Watson
cfff1147a7 [NEWS] Fixed a bug where Struct's setter will immediately release an object 2013-12-14 18:56:35 +09:00
Watson
01ca3a9b6e add test for RM-356
However, this test causes a crash as following when run with spec. so far disabled.

Assertion failed: (node->objc_imp == imp), function add_method, file vm.cpp, line 1115.
2013-12-14 18:53:48 +09:00
Watson
01c11e428f [NEWS] Fixed a bug where Struct#[]= will immediately release an object 2013-12-14 15:30:10 +09:00
Watson
cb83433d8e add test for RM-355
However, this test causes a crash as following when run with spec. so far disabled.

Assertion failed: (node->objc_imp == imp), function add_method, file vm.cpp, line 1115.
2013-12-14 15:29:09 +09:00
Watson
f84624ff81 [NEWS] Fixed a bug where Array#delete will immediately release an object 2013-12-14 14:22:03 +09:00
Watson
0105740540 add test for RM-354 2013-12-14 14:21:14 +09:00
Watson
5a9fdc517e [NEWS] Fixed a bug where Hash#removeObjectForKey will immediately release an object 2013-12-14 00:23:15 +09:00
Watson
3da3e6c090 add test for RM-352 2013-12-14 00:21:51 +09:00
Watson
489040d8dd [NEWS] Fixed a bug where Hash#clear will immediately release an object 2013-12-13 23:39:00 +09:00
Watson
b41c77d994 add test for RM-351 2013-12-13 23:38:32 +09:00
Eloy Durán
4d0fecd4c7 [NEWS] Document usage of XCPretty. 2013-12-13 15:06:06 +01:00
Eloy Durán
de9f39514b Merge branch 'XCPretty' 2013-12-13 15:04:12 +01:00
Eloy Durán
a4b6bc00e8 [install] Include XCPretty files in installation. 2013-12-13 15:02:35 +01:00
Eloy Durán
44e93a2759 [vendor] Use custom XCPretty printer when building an Xcode project. 2013-12-13 14:52:18 +01:00
Eloy Durán
62887f0be0 [vendor] Import XCPretty. 2013-12-13 12:11:07 +01:00
Eloy Durán
7d09ed0d56 [test] Disable known failing UI test helper specs. 2013-12-13 11:50:58 +01:00
Eloy Durán
ba636bfa11 [test] Use pretty test helpers in all test suites. 2013-12-13 11:50:34 +01:00
Eloy Durán
0e369fd7de [test] Add spec rake tasks to root Rakefile to run test suites on all iOS SDKs and specific ones. 2013-12-13 11:36:24 +01:00
Watson
9337449c3c update test for RM-350 2013-12-13 18:37:04 +09:00
Watson
de5c6531d6 [NEWS] Fixed a bug where Hash#[]= will immediately release an object 2013-12-13 12:27:58 +09:00
Watson
cd15b1c9d8 add test for RM-350 2013-12-13 12:27:49 +09:00
Laurent Sansonetti
a22cb68772 2.18 2013-12-13 03:02:28 +01:00
Eloy Durán
9778e48abb [test] Add rake spec:all task which runs the tests against all iOS SDKs. 2013-12-13 00:41:01 +01:00
Laurent Sansonetti
c6bc81459a sync 2013-12-13 00:04:33 +01:00
Eloy Durán
78a3ddf5d0 [README] Document the UIAutomation tool dependency. 2013-12-12 22:16:54 +01:00
Eloy Durán
05e7831d56 Merge pull request #8 from lrz/ui-spec
UI spec framework updates.
2013-12-12 13:12:10 -08:00
Eloy Durán
5a813e35af [NEWS] Update for UIAutomation fixes. 2013-12-12 22:03:29 +01:00
Eloy Durán
c69da1037e Ignore ui test app build files. 2013-12-12 22:02:49 +01:00