Commit Graph

1828 Commits

Author SHA1 Message Date
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
Eloy Durán
c6be6e5bde [UIAutomation] Make the drag command actually send events again.
However, for the moment this only works with 1 touch at a time.
2013-12-12 22:02:49 +01:00
Eloy Durán
168d23d26f [UIAutomation] Make orientation change tests green. 2013-12-12 22:02:49 +01:00
Eloy Durán
fdece65bb3 [UIAutomation] Make tap tests green on 4" retina. The app needs to run on the device's native resolution. 2013-12-12 22:02:49 +01:00
Eloy Durán
dba87148f2 Revert use of PublicAutomation lib. 2013-12-12 22:02:49 +01:00
Eloy Durán
f2c7b956c9 [UIAutomation] Make tap work again. 2013-12-12 22:02:49 +01:00
Eloy Durán
d7f3053d42 [UIAutomation] Link the PublicAutomation objects into the app in spec mode. 2013-12-12 22:02:49 +01:00
Eloy Durán
ef803412eb [UIAutomation] Generate BS before all other BS, so it gets copied into all iOS SDK dirs. 2013-12-12 22:02:48 +01:00
Eloy Durán
4fe3869b8d [UIAutomation] Integrate libPublicAutomation into build system. 2013-12-12 22:02:48 +01:00
Eloy Durán
3e164cb220 [UIAutomation] Generate BS metadata for libPublicAutomation. 2013-12-12 22:02:48 +01:00
Eloy Durán
6dd0440e2b [UIAutomation] Build the PublicAutomation lib for the required SDKs. 2013-12-12 22:02:48 +01:00
Eloy Durán
010c4c5f47 [UIAutomation] Vendor PublicAutomation 2013-12-12 22:02:48 +01:00
Eloy Durán
69d9f72ed0 [UIAutomation] Revert additions to generate BS files. 2013-12-12 22:02:48 +01:00
Eloy Durán
b44586b4a9 [BS] Patch iOS CoreText's header to remove CTRunDelegateGetTypeID.
This function is not actually available and appears to be a bug on
Apple’s side.
2013-12-12 22:02:48 +01:00
Eloy Durán
9ffdee3de9 [UIAutomation] Add test task to the UI test suite that runs against all available iOS SDKs. 2013-12-12 22:02:48 +01:00
Eloy Durán
2a58725e78 [UIAutomation] More massaging of headers to generate proper BS for all SDKs. 2013-12-12 22:02:48 +01:00
Eloy Durán
08c55ebad7 [UIAutomation] Run tests on all available iOS SDKs. 2013-12-12 22:02:48 +01:00