Commit Graph

3569 Commits

Author SHA1 Message Date
Yegor
6b2f3bc113 add web e2e and smoke tests to the long running test shard (#82281) 2021-05-11 13:15:36 -07:00
Greg Spencer
af3337b676 Add Enter and Tab back in to ios and macos key maps (#81865)
I noticed that tab traversal stopped working on iOS when #73440 was landed.

It seems to be that the control characters were excluded from the list of logical keys, and so they ended up being generated values.

This PR just adds "Enter" and "Tab" to the list for both macOS and iOS.
2021-05-11 10:23:11 -07:00
Alexandre Ardhuin
df3662b15e use throwsA (#82238) 2021-05-11 10:19:01 -07:00
Zachary Anderson
a9f7c7a338 Revert "Mark Linux complex_layout_scroll_perf__devtools_memory flaky (#82143)" (#82218)
This reverts commit d28737eedf.
2021-05-11 09:07:46 -07:00
Alexandre Ardhuin
58499c29ea fix lints (#82246) 2021-05-11 11:39:10 +02:00
Michael Goderbauer
2bf42e7047 clean-up analysis_options.yaml's across the repository (#81986) 2021-05-10 23:44:02 -07:00
Casey Hillers
191c75d4cf Fix mac_plugin_test task name in try_builders (#82160) 2021-05-10 17:39:03 -07:00
Michael Goderbauer
b8a2456737 Enable library_private_types_in_public_api lint (#81578) 2021-05-10 16:26:16 -07:00
Jacob Richman
f82dedd5b9 Update perf_tests to use devtools 2.2.2 (#81869) 2021-05-10 15:22:50 -07:00
Zachary Anderson
c7c67e19af Revert "Disable temporarily validate_scheduler config. (#82073)" (#82156)
This reverts commit 411eeb4155.
2021-05-10 08:55:46 -07:00
Tong Mu
0e251e0ae1 [key_codegen] Remove webValues (#81678)
Removes webValues from logical_key_data.json. Web's logical mapping should map webNames to logical key values, i.e. entry.value.
2021-05-10 03:16:25 -07:00
Zachary Anderson
d28737eedf Mark Linux complex_layout_scroll_perf__devtools_memory flaky (#82143) 2021-05-09 14:24:19 -07:00
godofredoc
411eeb4155 Disable temporarily validate_scheduler config. (#82073) 2021-05-08 23:34:01 -07:00
Jia Hao
b3f7ebe069 Init licenses for test bindings (#81961) 2021-05-07 17:54:02 -07:00
Jia Hao
099f1162ac [integration_test] Don't log exceptions twice (#81812) 2021-05-07 17:49:02 -07:00
Jenn Magder
783e1dd22c Standardize build system environment defines derived from build info (#81879) 2021-05-07 17:04:02 -07:00
Greg Spencer
59b406c760 Sort imports when interpolating sample templates (#81873) 2021-05-07 15:34:04 -07:00
Alexandre Ardhuin
9bca38c5e5 remove unnecessary String.toString() (#81859) 2021-05-07 14:54:02 -07:00
gaaclarke
8694e19ac7 Added binary platform channels test (#81874) 2021-05-07 14:21:00 -07:00
Dan Field
3101374f60 Revert "Reland GC benchmark changes again (#82042)" (#82059)
This reverts commit 99a947c3e5.
2021-05-07 13:19:56 -07:00
Dan Field
99a947c3e5 Reland GC benchmark changes again (#82042) 2021-05-07 12:29:01 -07:00
gaaclarke
a5f57b9e64 Added performance benchmarks for platform channels (#81414) 2021-05-07 10:24:03 -07:00
Sam Rawlins
208bf4bc92 Remove "unnecessary" imports in dev/ (#81004) 2021-05-07 08:59:02 -07:00
Zachary Anderson
4056ac057d Revert "Reland GC related bench update (#81794)" (#82005)
This reverts commit 714dea5e03.
2021-05-06 19:03:59 -07:00
Dan Field
714dea5e03 Reland GC related bench update (#81794) 2021-05-06 16:49:04 -07:00
Abhishek Ghaskata
3fb28929bc remove jcenter from build.gradle (#81633) 2021-05-06 16:44:05 -07:00
Todd Volkert
14d5eab43c Temporarily disable win_build_tests_2_3 (#81955)
For #81837
2021-05-05 21:51:53 -07:00
Ren You
7f1d1414cc Revert "Migrate to ChannelBuffers.push (#81235)" (#81829)
This reverts commit 35ad43f20c.
2021-05-04 06:17:19 -07:00
Ian Hickson
35ad43f20c Migrate to ChannelBuffers.push (#81235) 2021-05-03 17:14:03 -07:00
Christopher Fujino
7b3ce8c003 [flutter_conductor] Add candidates sub command (#81234) 2021-05-03 16:49:04 -07:00
Christopher Fujino
f33499df33 test macos binaries are codesigned before publishing (#81585) 2021-05-03 15:14:38 -07:00
Greg Spencer
ea9d9ee9fd Turn off directives_ordering lint when analyzing samples (#81698)
This turns off the "directives_ordering" lint when analyzing samples, since it's indeterminate what the ordering will be, given that samples derive their imports both from the template and the example code.

This is temporary to avoid broken builds, but the correct solution is to reorder the output so that the imports are ordered properly so that we give the proper example for our users.
2021-05-03 13:41:29 -07:00
Kate Lovett
2d89ebb929 Revert "Fix benchmark (#81449)" (#81696)
This reverts commit a3893aea04.
2021-05-03 12:22:46 -05:00
Dan Field
a3893aea04 Fix benchmark (#81449) 2021-05-03 10:02:09 -07:00
Phil Quitslund
96e4b47f5d sort directives (#81624) 2021-05-02 07:24:01 -07:00
Tong Mu
9956a35a5a Hardware keyboard: codegen (#73440)
Rewrites tools/gen_keycodes, the script that generates key mappings across the framework and the engine.
2021-04-30 21:06:03 -07:00
Greg Spencer
7bff366b96 Convert snippets tool to null safety (#78646) 2021-04-29 22:34:04 -07:00
Michael Goderbauer
3cbfe82d9d Rev DevTools to 2.1.1 for tests (#81515) 2021-04-29 16:47:42 -07:00
Michael Goderbauer
41d0e1a95d Add a fifth tool_integration_tests shard on Windows (#81400) 2021-04-28 13:38:20 -07:00
Jonah Williams
2b0d09dd81 [versions] roll versions and add ffi dep (#81403) 2021-04-28 11:19:03 -07:00
Abhishek Ghaskata
677ad02e60 Migrate non_nullable to null safety (#81109) 2021-04-27 19:05:05 -07:00
Abhishek Ghaskata
a195bcc0cf Migrate dev/integration_tests/ui to null safety (#80624) 2021-04-27 18:50:51 -07:00
Jenn Magder
e2166f8b3e Mark dart_plugin_registry_test not flaky (#81346) 2021-04-27 18:44:02 -07:00
Jenn Magder
c7d7a28024 Mark linux_skp_generator not flaky (#81347) 2021-04-27 18:34:03 -07:00
yusufm
a083104830 Removing the agents task manifest.yaml file. (#81064)
All agents have been deleted and removing this entry with last few agent tasks that appear in the dashboard. And remove the test_manifest.dart as well.

Co-authored-by: yusufm <mohsinally@google.com>
2021-04-27 15:50:40 -07:00
Ian Hickson
6beafa7b16 Apply style guide regarding createTempSync pattern (#81090) 2021-04-27 14:59:03 -07:00
Angjie Li
cbdd9c4787 Revert "Refactor text editing test APIs (Mark III) (#80003)" (#81316)
This reverts commit 285b475124.
2021-04-27 11:34:36 -07:00
Dan Field
0866005f70 Add benchmark for number of GCs in animated GIF (#81240) 2021-04-27 10:39:02 -07:00
Phil Quitslund
08d7811f7f sort directives (#81210) 2021-04-27 10:09:02 -07:00
xster
ff2dde2c7f Reland double gzip wrapping NOTICES to reduce on-disk installed space (#80897) 2021-04-26 22:35:45 -07:00