- 14 Oct, 2019 1 commit
-
-
chunhtai authored
-
- 11 Oct, 2019 4 commits
-
-
Ian Hickson authored
-
Janice Collins authored
-
Dan Field authored
-
Michael Klimushyn authored
The flake appears to be coming from the Google Maps plugin. This test just needs a platform view plugin without the interface method implemented in general, not Maps specifically. Update it here to avoid the issue in Maps until that's fixed. Create a very simple platform view implementation that exercises this potential bug in order to create a minimal test case with less risk of causing second order issues like depending on any kind of full package would cause.
-
- 10 Oct, 2019 5 commits
-
-
Greg Spencer authored
Fixes the android_semantics_testing integration test to have the right criteria now that ce150971 has landed.
-
Greg Spencer authored
This attempts to reland #40186 and #41220, that were reverted in #41945. The main modifications from the original PRs are that I predefine the shortcuts and actions maps instead of defining them inline in the build function, and I use a new mapEquals to do a deep comparison so that we don't rebuild modified things if the contents of the map haven't changed. I also eliminated an operator== and hashCode that were defined on the Actions widget, since widgets shouldn't have those. (it's too bad though: I get an 85% speedup if we leave this in! Too bad it prevents rebuilding of the children...) Fixes #40101
-
Michael Klimushyn authored
1. The platform code to show the keyboard wasn't working on certain devices. From my testing it appears to be related to when the code was firing. IMM won't show the soft input (or shows and then immediately hides it, it's hard to tell) if it's called before the Flutter UI is loaded. Change this to instead show the soft keyboard after a message from Flutter that main() has been started. 2. A text field was visible in the UI, and the test was run under a fuzzer that random tapped portions of the screen. Remove the text field so that the fuzzer can't accidentally open the keyboard on its own at a random time. 3. The keyboard was left open even after the app was closed. Also toggle the input off when the app was closed, so that this test can be ran multiple times in succession relatively hermetically.
-
Yegor authored
Shard web tests; enable semantics tests on the Web
-
Emmanuel Garcia authored
* Add smoke test for the new Android embedding * Update AndroidManifest.xml in app template * Update test README.md * Remove widget_test.dart * Update pubspec.yaml * Force GeneratedPluginRegistrant.java
-
- 09 Oct, 2019 5 commits
-
-
Emmanuel Garcia authored
-
Shi-Hao Hong authored
-
Greg Spencer authored
This updated the broken android_semantics_test to correspond to existing engine behavior.
-
Greg Spencer authored
This adds a Semantics node to the Focus and FocusScope widgets, setting the focused and focusable attributes so that the accessibility subsystem can be told when a control has the input focus. Includes an engine roll to flutter/engine@77252d2, and the following 8 engine changes: flutter/engine@77252d2 Greg Spencer Add missing focusable testing info (flutter/engine#13013) flutter/engine@0e42a29 skia-flutter-.. Roll src/third_party/skia 54548626a977..e27a503a0a21 (1 commits) (flutter/engine#13024) flutter/engine@6b56ed7 gaaclarke Refactor: FlutterDartProject (flutter/engine#13006) flutter/engine@393480c skia-flutter-.. Roll src/third_party/skia 77dde599c98a..54548626a977 (1 commits) (flutter/engine#13023) flutter/engine@080b89d skia-flutter-.. Roll src/third_party/skia 2b1a25a4d324..77dde599c98a (1 commits) (flutter/engine#13021) flutter/engine@90b0f30 Ben Konyi Roll src/third_party/dart f4a72bfc64..bb04f145b2 (18 commits) (flutter/engine#13020) flutter/engine@049fb89 skia-flutter-.. Roll fuchsia/sdk/core/linux-amd64 from q_uYX... to cknsi... (flutter/engine#13019) flutter/engine@6925b2a skia-flutter-.. Roll fuchsia/sdk/core/mac-amd64 from wuAtw... to u0JpE... (flutter/engine#13018) Related Issues Addresses #40101 Landing on red in order to fix the build: it's red because of the needed engine roll.
-
Emmanuel Garcia authored
-
- 07 Oct, 2019 3 commits
-
-
Yegor authored
Add more web tests;use blacklist instead of whitelist
-
Emmanuel Garcia authored
-
Zachary Anderson authored
-
- 04 Oct, 2019 4 commits
-
-
Jonah Williams authored
Revert "replace package:vm_service_client with package:vm_service in the devicelab project (#41646)" (#41960)
-
Devon Carew authored
-
Greg Spencer authored
-
Jenn Magder authored
-
- 02 Oct, 2019 6 commits
-
-
Greg Spencer authored
This adds the default shortcuts and actions for keyboard-based focus traversal of apps. This list of shortcuts includes shortcuts for TAB, SHIFT TAB, RIGHT_ARROW, LEFT_ARROW, UP_ARROW, DOWN_ARROW, and the four DPAD keys for game controllers (because the DPAD produces arrow key events). It doesn't yet include functionality for triggering a control (e.g. SPACE, ENTER, or controller buttons), because that involves restructuring some of the Flutter controls to trigger animations differently, and so will be done in another PR (#41220)
-
Yegor authored
-
Ian Hickson authored
-
liyuqian authored
This reverts commit 19c08e89. The attempted revert doesn't fix the problem, so we'll reland.
-
Christopher Fujino authored
-
Greg Spencer authored
This reverts c9d920f3 so that we can attempt to fix the build. The build dashboard clearly shows that things started failing at this change, although it's not totally clear that it is the cause: tests succeed locally. If it doesn't fix things we can re-land this.
-
- 01 Oct, 2019 6 commits
-
-
Mouad Debbar authored
-
Jonah Williams authored
* Stop using build_runner for dart2js * fixes to yield when computing hashes and to imports * add missing await * Update filecache_test.dart * Fix paths in filecache test * use file uri for import * add test cases and configurable override * remove test dep * fix filepaths for windows * test no longer failing * fix paths for test cases * fix typo * address comments * make a constant * make filehash async and use constant * fix silly logic error
-
Yegor authored
Spawn no more than 1 iframe in web tests. Using multiple iframes in DDK mode times out tests. Also set concurrency to 1 to guarantee that the test runner does not even attempt to parallelize tests. (#40630) Spawn no more than 1 iframe in web tests. Using multiple iframes in DDK mode times out tests. Also set concurrency to 1 to guarantee that the test runner does not even attempt to parallelize tests.
-
liyuqian authored
This test is flaky if CPU/GPU measurement is enabled due to https://github.com/flutter/flutter/issues/41577
-
Jonah Williams authored
-
Jonah Williams authored
-
- 30 Sep, 2019 1 commit
-
-
Jenn Magder authored
-
- 29 Sep, 2019 4 commits
-
-
Jonah Williams authored
-
liyuqian authored
TBR: @goderbauer
-
liyuqian authored
This reverts commit baea9bf7. Additionally, we let the test run on mac8 with iphonexs because the test won't run on Xcode 10.1 (mac3-7). Hence we force it to run on mac8 which currently has Xcode 10.2.
-
- 28 Sep, 2019 1 commit
-
-
liyuqian authored
This reverts commit f1e7fe81. This fix is in https://github.com/flutter/packages/pull/39
-