Kaushik Iska
d6627c6a7d
Reland [ios] Refactor IOSSurface factory and unify surface creation ( #22016 )
2020-10-29 11:58:03 -07:00
Dan Field
6ba6d81295
Ocmock dylib ( #21786 )
...
- Build OCMock as a dylib for iOS tests
- Set install_name for ios_flutter_test and ocmock dylibs
- Copy and sign dylibs during build process
2020-10-13 09:36:29 -07:00
xster
7ebab5dc8a
Delete unused iOS test scripts after LUCI change ( #18712 )
...
This deletes old LUCI build scripts that have been unused since
https://flutter-review.googlesource.com/c/recipes/+/3160
2020-09-09 18:22:45 -07:00
Mehmet Fidanboylu
3aff256928
Enable iOS plumbing for network security and add tests ( #20492 )
2020-08-16 21:20:26 -07:00
Dan Field
b32a2a5b05
Make sure ios tests fail if they fail ( #20518 )
...
* Make sure ios tests fail if they fail
* explain
2020-08-14 10:11:37 -07:00
xster
0c504da039
Refactor initial route code take 2 ( #20468 )
2020-08-13 14:18:11 -07:00
gaaclarke
2ac5b3460a
Revert "Refactor initial route code ( #19684 )" ( #20450 )
...
This reverts commit 8d08e6c369e349986831d83204a79af3fcb8d8ca.
2020-08-12 12:43:08 -07:00
xster
8d08e6c369
Refactor initial route code ( #19684 )
2020-08-11 19:52:04 -07:00
Jenn Magder
d2a036d376
Turn off failing XCTest attachment collection ( #19668 )
2020-07-14 09:06:03 -07:00
Jenn Magder
ae37971218
Remove xcpretty from unit tests to see full output on test failures ( #19667 )
2020-07-13 15:48:42 -07:00
xster
3dfbe722b9
Make the testing process on different platforms more consistent ( #18660 )
2020-05-29 18:11:26 -07:00
Kaushik Iska
c413b3d743
Update the observatory thread name for profiling thread ( #18199 )
2020-05-15 12:28:10 -07:00
Kaushik Iska
fe7d6e06d9
Add ocmock to iOS unit tests xcode project ( #18396 )
2020-05-14 19:42:02 -07:00
xster
2589d07ee9
Fix accessibility focus loss when first focusing on text field ( #17803 )
2020-04-24 15:44:54 -07:00
gaaclarke
3791f0bc8c
Added some tests after the fact for #17499 ( #17714 )
2020-04-15 11:52:52 -07:00
gaaclarke
61ec840edd
Made it so unit tests can be written against all ios engine code. ( #17624 )
2020-04-13 12:34:54 -07:00
gaaclarke
1c6934eaad
Enabled hiding the home indicator with SystemChrome.setEnabledSystemUIOverlays ( #17574 )
2020-04-09 09:43:38 -07:00
LongCatIsLooong
e59543708d
iOS UITextInput autocorrection prompt ( #13959 )
2020-04-07 14:45:59 -07:00
LongCatIsLooong
3339c42e28
Reland "Bump simulator version in IosUnitTests & scenario app in preparation for luci xcode 11 migration ( #15316 )", Reverted in #15313
...
This reverts commit 8ed688f7d5dce604e05133504927ce2d5c45b396.
2020-01-08 12:06:15 -08:00
LongCatIsLooong
8ed688f7d5
Revert "Bump simulator version in IosUnitTests & scenario app in preparation for luci xcode 11 migration ( #15154 )" ( #15313 )
...
This reverts commit 3a9121b923b83299235d34c62e263b1b8cfe0098.
2020-01-08 10:43:32 -08:00
LongCatIsLooong
3a9121b923
Bump simulator version in IosUnitTests & scenario app in preparation for luci xcode 11 migration ( #15154 )
2020-01-08 10:05:56 -08:00
gaaclarke
3c271bb942
Started asserting the FlutterEngine is running before communicating over channels. ( #12469 )
...
Started asserting the FlutterEngine is running before communicating
over channels. This changes a null pointer exception to an
NSException that will provide some meaningful data to clients
incorrectly using the engine in an add-to-app situations.
2019-09-27 15:18:45 -07:00
gaaclarke
933f83e303
Added unit tests for method channels. ( #12373 )
...
Added unit tests for method channels.
2019-09-20 14:25:56 -07:00
Chinmay Garde
ba51408257
Reference the Flutter framework instead of the dylib in iOS tests. ( #11337 )
2019-08-21 00:04:01 -07:00
Matt Carroll
5bb144ca8b
Re-lands platform brightness support on iOS, plus platform contrast ( #10791 )
2019-08-15 14:51:07 -07:00
Chinmay Garde
7cfb3de69b
Revert "Forwards iOS dark mode trait to the Flutter framework ( #34441 ). ( #9722 )" ( #10789 )
...
This reverts commit 65fd5d4d629a2150cf85566857ab0bd2ddeb3d5a.
2019-08-08 17:15:06 -07:00
Matt Carroll
65fd5d4d62
Forwards iOS dark mode trait to the Flutter framework ( #34441 ). ( #9722 )
2019-08-08 16:22:45 -07:00
gaaclarke
3d7f93a2e7
Removed logic from FlutterAppDelegate into FlutterPluginAppLifeCycleDelegate ( #9893 )
...
Removed logic from FlutterAppDelegate into
FlutterPluginAppLifeCycleDelegate. This is a better place for
add-to-app since it doesn't require them to use our app delegate.
2019-07-19 10:58:39 -07:00
gaaclarke
3b944102a5
Un-deprecated FlutterViewController's binaryMessenger. ( #9767 )
...
Un-deprecated FlutterViewController's binaryMessenger. Leaving it as
a valid convenience method and to help minimize a breaking change.
2019-07-11 10:04:26 -07:00
gaaclarke
50a8e73615
Has a binary messenger ( #9419 )
...
Made the engine and the view controllers have BinaryMessengers, not be
BinaryMessengers. This allows us to break retain cycles and makes the
leaking channels we have not less dire.
2019-06-27 17:25:32 -07:00
gaaclarke
13145e90cd
ios-unit-tests: Started using rsync instead of cp -R to copy frameworks. ( #9471 )
...
* Started using rsync instead of cp -R to copy frameworks.
* Removed stray input files for xcode script.
2019-06-25 08:59:19 -07:00
gaaclarke
b7dd1cdce9
ios-unit-tests: Fixed ocmock system header search paths. ( #9469 )
2019-06-24 17:04:44 -07:00
gaaclarke
a6e5b10f22
Forgot a usage of a variable in our script. ( #9467 )
2019-06-24 16:49:19 -07:00
gaaclarke
183a76b38d
Added shebangs to ios unit test scripts. ( #9464 )
2019-06-24 14:02:38 -07:00
gaaclarke
52ebf4c429
Made sure that the run_tests script returns the right error code. ( #9456 )
2019-06-24 11:22:41 -07:00
gaaclarke
f6389583f4
Ios unit tests choose engine ( #9432 )
...
* Split out the run_tests script to a build_and_run_tests script to make
it easier to run the tests on luci.
* Made build and run pass in its argument to run.
2019-06-21 16:43:35 -07:00
gaaclarke
cd973f8aae
Added unit tests for the ios code. ( #9388 )
...
* Added unit tests for the ios code.
* Moved the tests to live next to the source.
* Added mocking library.
* Fixed formatting and removed third_party from the format check.
* fixed formatting 2
* Removed ocmock from third_party.
* Added ocmock to third_party, compile from source.
* removed ocmock from license checking
* updated licenses_flutter
* updated tool_signature
2019-06-20 17:37:03 -07:00