Chris Bracken
e827f0b3e1
[macOS] Ignore stderr contents in launch test ( #100591 )
...
In the run_release_test_macos integration test that verifies that a
release build of an app can be launched (and quit), xcodebuild from the
Xcode install on the macOS bots emits a few info messages about
Simulator SDK versions that are irrelevant to the functioning of this
test.
Ignore these instead of failing the test if they occur.
Related: https://github.com/flutter/flutter/pull/100526
Issue: https://github.com/flutter/flutter/issues/100348 (fix)
Issue: https://github.com/flutter/flutter/issues/97978 (partial fix)
Issue: https://github.com/flutter/flutter/issues/97977 (partial fix)
Umbrella issue: https://github.com/flutter/flutter/issues/60113
2022-03-22 17:31:47 -07:00
Chris Bracken
4b819782fb
[macOS] Add run release test in devicelab ( #100526 )
...
Adds a test that invokes flutter run in release mode on macOS desktop,
waits for successful launch and the flutter command list, then sends the
'q' command to quit the running app.
This adds an integration test for https://github.com/flutter/flutter/pull/100504 .
Issue: https://github.com/flutter/flutter/issues/100348 (fix)
Issue: https://github.com/flutter/flutter/issues/97978 (partial fix)
Issue: https://github.com/flutter/flutter/issues/97977 (partial fix)
Umbrella issue: https://github.com/flutter/flutter/issues/60113
2022-03-22 14:12:59 -07:00
gaaclarke
97258979df
Revert "Starts using the --source
flag to compile the dart registrant. ( #98046 ) ( #100493 )
2022-03-21 13:40:23 -07:00
wangying
b4040c867b
Add benchmark for ColorFilter raster cache ( #99542 )
2022-03-16 19:15:13 -07:00
Jesús S Guerrero
169a4a0098
Fix route integration test on ios ( #99781 )
2022-03-14 12:30:20 -07:00
Jenn Magder
47a5b18e14
Handle hidden dot files in iOS framework bundles ( #99771 )
2022-03-08 15:05:22 -08:00
Jonah Williams
59859df126
Add Windows performance benchmark ( #99564 )
2022-03-04 15:41:14 -08:00
gaaclarke
fdcd14464c
Starts using the --source
flag to compile the dart registrant. ( #98046 )
...
* Starts using the `--source` flag to compile the dart registrant.
* updated general.shard tests
* Fixed the resident compiler flow
* added integration test
* made the integration test self contained
* renamed generated_main to dart_plugin_registrant
* cleaned up for review
* added task runner for ci
* added bringup and TESTOWNERS
* updated failure message
2022-03-01 16:24:47 -08:00
Emmanuel Garcia
6c818d772a
Add Android lifecycles test ( #99319 )
2022-03-01 15:26:21 -08:00
Emmanuel Garcia
e27f714497
Add regression test for #98973 ( #99187 )
2022-02-28 10:16:21 -08:00
Jenn Magder
ac708f1cb8
Pin url_launcher to federated version in plugin_lint_mac ( #98171 )
2022-02-10 18:53:01 -08:00
Jenn Magder
ea6025ca49
Revert "Update plugin lint test for federated url_launcher plugin ( #94374 )" ( #98166 )
...
This reverts commit 86b80d1cfe
.
2022-02-10 14:59:20 -08:00
George Wright
8b944ea88d
Split complexity scoring tests into two tasks - one for Android and one for iOS ( #98063 )
2022-02-08 16:10:43 -08:00
George Wright
ff1e9b7b9e
Add a benchmark for simple DisplayLists to exercise the Raster Cache's cache admission algorithm ( #97992 )
2022-02-07 21:01:01 -08:00
Casey Hillers
3f7d997c3a
[ci] Remove ios32 tests ( #97385 )
2022-02-07 19:24:43 -08:00
Jenn Magder
57d5222876
Include -isysroot -arch and -miphoneos-version-min when creating dummy module App.framework ( #97689 )
2022-02-04 14:50:11 -08:00
Jenn Magder
802d872d40
Revert "Export an IPA for distribution via "flutter build ipa" without --export-options-plist" ( #97616 )
2022-02-01 18:26:23 -08:00
Jenn Magder
dff9126d79
Run devicelab test xcarchive export as development method ( #97615 )
2022-02-01 17:51:31 -08:00
Jim Graham
9c934041bd
Add benchmarks to measure impact of alpha saveLayers in DisplayLists ( #97336 )
2022-01-27 13:25:17 -08:00
Daco Harkes
0e2f51dfd0
FFI plugins ( #96225 )
2022-01-26 23:44:45 +01:00
stuartmorgan
2df7dca858
Fully support Dart-only mobile and macOS plugins ( #96183 )
2022-01-13 08:30:22 -08:00
Emmanuel Garcia
f01556ab75
Bump Android dependencies that rely on Jcenter ( #96558 )
...
* Bump video_player in flutter gallery
* Update packages
* Update dependencies
* Bump device_info
* Update dev/devicelab/bin/tasks/build_ios_framework_module_test.dart
Co-authored-by: Jenn Magder <magder@google.com>
* Update dev/devicelab/bin/tasks/module_custom_host_app_name_test.dart
Co-authored-by: Jenn Magder <magder@google.com>
* Update dev/devicelab/bin/tasks/module_test.dart
Co-authored-by: Jenn Magder <magder@google.com>
* Remove deprecated device_info from ios-frameworks test
Co-authored-by: Jenn Magder <magder@google.com>
2022-01-12 20:13:32 -08:00
Christopher Fujino
6054eda86b
fix lateinitialization error in devicelab-runner ( #94957 )
2021-12-28 18:19:16 -08:00
Emmanuel Garcia
db78a2e540
Temporarily skip Gradle warning ( #95207 )
2021-12-13 15:38:11 -08:00
keyonghan
bb3f232724
Rename devicelab catalina tests ( #94980 )
2021-12-10 15:39:07 -08:00
Jim Graham
ee204880a5
Opacity Peephole optimization benchmarks ( #94447 )
2021-12-01 01:39:02 -08:00
Jenn Magder
62dc238b6c
Avoid using watchOS SDK in CI tests ( #94190 )
2021-11-30 18:54:04 -08:00
Zachary Anderson
3f688f6e83
Reopen the tree by fixing flavors_test ( #94436 )
2021-11-30 16:16:11 -08:00
Jenn Magder
361d416e6a
Add post-submit failing test to close the tree for #94356 ( #94390 )
2021-11-29 22:01:32 -08:00
Jenn Magder
86b80d1cfe
Update plugin lint test for federated url_launcher plugin ( #94374 )
2021-11-29 12:19:21 -08:00
Core
d8034538bd
feat: enable flavor option on test command ( #89045 )
2021-11-11 09:23:02 -08:00
Jenn Magder
dc20a6066f
Skip codesigning during native macOS integration tests ( #92938 )
2021-11-02 16:41:32 -07:00
Ian Hickson
61a0add286
Enable avoid_redundant_argument_values lint ( #91409 ) ( #91462 )
2021-10-08 09:25:14 -07:00
Zachary Anderson
b9d2177da0
Revert "Enable avoid_redundant_argument_values lint ( #91409 )" ( #91461 )
...
This reverts commit 5fd259be24
.
2021-10-07 21:11:07 -07:00
Ian Hickson
5fd259be24
Enable avoid_redundant_argument_values lint ( #91409 )
2021-10-07 20:13:02 -07:00
Dan Field
22c1ca769b
Add a startup test that delays runApp ( #91346 )
2021-10-06 09:43:02 -07:00
Jenn Magder
be8d29ffc6
Run native_ui_tests_macos in correct directory ( #90829 )
2021-09-27 17:38:03 -07:00
Jenn Magder
5c79a0c2f4
Run flutter_gallery macOS native tests on presubmit ( #89620 )
2021-09-22 13:18:07 -07:00
Jenn Magder
ab6f2fc8ce
Set BUILD_DIR when determining if plugins support arm64 simulators ( #90088 )
2021-09-15 18:37:04 -07:00
Jenn Magder
18f8b63e0a
Run flutter_gallery ios tests on arm64 device ( #89618 )
2021-09-09 20:37:03 -07:00
Zachary Anderson
deacb8d434
Revert "Manually close the tree for issue #88531 ( #88532 )" ( #88580 )
...
This reverts commit de08016913
.
2021-08-20 08:33:16 -07:00
Zachary Anderson
de08016913
Manually close the tree for issue #88531 ( #88532 )
2021-08-19 07:57:53 -07:00
Dan Field
ed62cd5dfa
Avoid reporting frame/raster times for large image changer ( #88454 )
2021-08-18 12:12:02 -07:00
Darren Austin
41ff30c871
Added a check to the analyzer script to detect skipped tests. ( #88003 )
...
Added a check to the analyzer script to detect skipped tests that aren't commented.
The comment following the `skip` parameter should include either a link to a
github issue tracking the reenabling of the test, or a '[intended]' tag with
a brief description of why the test should never be enabled for the given
condition.
2021-08-10 23:03:48 -07:00
Emmanuel Garcia
e7a9adeeab
Remove AndroidX workarounds ( #86911 )
2021-07-23 17:41:04 -07:00
Jenn Magder
f673c5c58f
Remove obsolete codegen_integration tests ( #86962 )
2021-07-23 14:56:04 -07:00
keyonghan
03de61664e
Update codegen_integration_test name & ownership ( #86889 )
2021-07-22 13:31:05 -07:00
Jenn Magder
af200d97d1
Remove obsolete textfield_perf test ( #86827 )
2021-07-21 20:11:04 -07:00
Jenn Magder
70ee176a7c
Remove unused web_incremental_test ( #86829 )
2021-07-21 18:21:05 -07:00
Jenn Magder
b0faa05adb
Remove unused flutter_run_test ( #86828 )
2021-07-21 18:06:03 -07:00