Greg Spencer
738ce43d97
Randomize tests, exclude tests that fail with randomization. ( #86793 )
...
* Randomize tests, exclude tests that fail with randomization.
* Disable some more tool tests
2021-07-26 23:40:49 -07:00
Greg Spencer
57224f81d5
Fix analysis script to run from anywhere ( #86683 )
...
Fixes a small problem with the analyze.dart script that fixes it so that it can be invoked from any directory, not just the Flutter root.
2021-07-26 15:31:37 -07:00
Tong Mu
5f792ba170
Keyboard events ( #83752 )
2021-07-26 12:28:05 -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
Jenn Magder
6881fca7b7
Respect plugin excluded iOS architectures ( #86905 )
2021-07-23 13:56:03 -07:00
Darren Austin
8fcace1d6c
Migrate devicelab tests and test runners to null safety. ( #85999 )
...
* Migrate devicelab tests and test runners to null safety.
2021-07-23 13:37:57 -07:00
Christopher Fujino
93b358f912
fix cast error in codesign sub-command ( #86890 )
2021-07-22 13:36:05 -07:00
keyonghan
03de61664e
Update codegen_integration_test name & ownership ( #86889 )
2021-07-22 13:31:05 -07:00
Jacob MacDonald
fdb80f916d
update packages to the latest ( #86880 )
2021-07-22 13:26:05 -07:00
Jenn Magder
81aeb33ce3
Increase Flutter framework minimum iOS version to 9.0 ( #86840 )
2021-07-22 13:21:05 -07:00
Anna Gringauze
84c3b56877
Update dwds (and other packages) ( #86832 )
...
* Upgrade all packages
In particular, bring in dwds with latest fixes for flakes.
Closes: https://github.com/flutter/flutter/issues/85043
Related: https://github.com/flutter/flutter/issues/85575
* Re-enable fixed tests
* Disable failing test due to DDS issue
2021-07-21 21:47:10 -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
Jenn Magder
ae851a730d
Remove obsolete plugin_test_win ( #86826 )
2021-07-21 17:41:03 -07:00
Jenn Magder
becd5ec8b1
Remove unused tiles_scroll_perf_iphonexs__timeline_summary ( #86822 )
2021-07-21 17:16:06 -07:00
Jenn Magder
f50e2316e6
Remove unused build_mode_test ( #86808 )
2021-07-21 16:01:05 -07:00
Jenn Magder
883cdfb443
Remove unused flutter_gallery_instrumentation_test ( #86812 )
2021-07-21 15:56:03 -07:00
Zachary Anderson
b6419e8e89
Revert "Manually close the tree for issue #86754 ( #86755 )" ( #86803 )
...
This reverts commit 5acf7e98f16222610a4e6bfe1e36b08a90cf53a4.
2021-07-21 12:26:59 -07:00
Zachary Anderson
5acf7e98f1
Manually close the tree for issue #86754 ( #86755 )
2021-07-20 19:58:58 -07:00
Michael Goderbauer
b0e51db8d5
Fixes for upcoming changes to avoid_classes_with_only_static_members ( #86744 )
2021-07-20 16:12:12 -07:00
Jeff Ward
841beff520
Support Float32Lists in StandardMessageCodec ( #72613 ) ( #83318 )
2021-07-20 14:31:07 -07:00
Pierre-Louis
7d026b6b8b
Fix regression ( #86657 )
2021-07-20 14:58:12 +02:00
Greg Spencer
2cb685e157
Modify key info generation for new iOS key code. ( #83439 )
...
The (new, not yet used) code gen for iOS was setting up a std::map from key codes to logical and physical key codes, but it was using uint32_t, which isn't big enough to hold the Flutter key codes.
Also, iOS needs to be able to filter out function keys, so I added a function key set.
2021-07-20 04:24:43 -07:00
keyonghan
a5b9b5774a
Fix the tree ( #86691 )
...
* fix type cast error
* update doc
2021-07-19 20:23:45 -07:00
Michael Goderbauer
045ba2b661
Migrate dev/bots to null safety ( #86522 )
2021-07-19 13:59:15 -07:00
Christopher Fujino
2ba15a5aba
teach dartdoc.dart about LUCI_BRANCH env var ( #86592 )
2021-07-19 12:20:00 -07:00
keyonghan
3aeb794298
Extend test runner command to update test flaky status ( #86513 )
2021-07-19 09:46:03 -07:00
Christopher Fujino
2108fbd78d
add a check for env variable RELEASE_CHANNEL while generating docs ( #86501 )
...
* add a check for env variable RELEASE_CHANNEL in dev/snippets/lib/main.dart during doc generation
* update to LUCI_BRANCH, which is already populated
* validate env variable is either master or stable
2021-07-16 15:59:54 -07:00
Kaushik Iska
df3fe587e8
Validate that min frame number is numeric ( #86498 )
2021-07-15 17:11:09 -07:00
Zachary Anderson
f71ceb77fe
Add iOS benchmarks for sksl warmup ( #86460 )
2021-07-15 10:18:49 -07:00
Ren You
3dea9f0251
Revert "Clean up the bindings APIs ( #86438 )" ( #86484 )
...
This reverts commit d056500bfe6a712cdace450d06c4a8fb2290e63a.
2021-07-15 09:29:16 -07:00
Pierre-Louis
0d7e6798c9
[Fonts] Use exact matching for icon identifier rewrites ( #86464 )
...
* Fix sorting
* Update icons.dart
* [Fonts] Use instead matching instead of prefix
* Add new
2021-07-15 15:20:46 +02:00
keyonghan
4d96a3fd50
Rerun devicelab task from test runner ( #86394 )
2021-07-14 15:23:10 -07:00
Ian Hickson
d056500bfe
Clean up the bindings APIs ( #86438 )
2021-07-14 14:41:24 -07:00
Pierre-Louis
666185c027
[Fonts] Fix icons sorting ( #86434 )
...
* Fix sorting
* Update icons.dart
2021-07-14 23:25:16 +02:00
Eng Zer Jun
57a4b023f1
build: update dependencies ( #86433 )
2021-07-14 13:46:04 -07:00
Tong Mu
c8d0b1d9db
New scheme for keyboard logical key ID ( #85121 )
...
This PR updates the ID used by logical keyboard keys.
The logical key ID is still composed of 2 parts: 32 bits of value, and 8 bits of plane. But the assignment of planes has been drastically changed. HID plane is removed, and unprintable plane and Flutter plane are added. This is to reflect the new generation method for logical key IDs. Now keys that are defined by Flutter but not by dom_key_data are placed into the Flutter plane, including numpad keys, sided modifier keys, and gamepad keys. The values for platform planes have also been adjusted.
The generation script and README have been updated accordingly as well.
A new file, test_utils/key_codes.h is now generated to assist engine unit testing.
All lists generated by the script are now sorted by the key.
2021-07-14 13:07:22 -07:00
Darren Austin
a0e5fe84ac
Migrate core devicelab tasks f-i null safety. ( #86378 )
2021-07-13 22:04:03 -07:00
William Hesse
e01d327239
Always write devicelab test results to a file if the resultsPath option is present ( #86393 )
...
Some runs of DeviceLab performance tests are run without a gitBranch option, but
still must save their results to a local file.
2021-07-13 22:00:26 -07:00
Zachary Anderson
7f741e9181
Revert "Clean up the bindings APIs ( #86388 )" ( #86404 )
...
This reverts commit 31de052e3fddb4909ff88172a6937db7f3dc49db.
2021-07-13 21:32:29 -07:00
Ian Hickson
31de052e3f
Clean up the bindings APIs ( #86388 )
2021-07-13 18:31:11 -07:00
Darren Austin
4c96cb26d2
Fixed a cast issue with host_mode_tests.dart. ( #86392 )
2021-07-13 17:31:02 -07:00
Ian Hickson
1133921c4d
Add more debugging logs to overall_experience_test ( #86368 )
2021-07-13 16:56:06 -07:00
Darren Austin
f6e5227b28
Migrate the first 3rd of the devicelab tasks to null safety. ( #86374 )
2021-07-13 16:45:09 -07:00
Darren Austin
0c81077582
Migrate devicelab tasks i-z to null safety. ( #85998 )
2021-07-13 16:41:06 -07:00
Ian Hickson
c800b9c3e4
Revert "Clean up the bindings APIs ( #83843 )" ( #86386 )
...
This reverts commit e2490f2906060d0aaecbbe34a9240ca3d54ef998.
2021-07-13 15:47:40 -07:00
Ian Hickson
e2490f2906
Clean up the bindings APIs ( #83843 )
2021-07-13 12:41:03 -07:00
Darren Austin
ef5ffd08f6
Migrate devicelab framework code to null safety. ( #86325 )
...
(Attempt to reland #85993 )
2021-07-13 12:14:50 -07:00