- 29 Oct, 2019 1 commit
-
-
Yegor authored
-
- 28 Oct, 2019 1 commit
-
-
Yegor authored
-
- 25 Oct, 2019 2 commits
- 24 Oct, 2019 1 commit
-
-
Ian Hickson authored
-
- 21 Oct, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 18 Oct, 2019 3 commits
-
-
Ian Hickson authored
See #41880 for history.
-
Jonah Williams authored
This reverts commit 1781d5c9.
-
Ian Hickson authored
-
- 17 Oct, 2019 1 commit
-
-
Emmanuel Garcia authored
* Test the Android embedding v2 * Update integration tests * Split into shards
-
- 16 Oct, 2019 1 commit
-
-
Yegor authored
-
- 15 Oct, 2019 2 commits
- 14 Oct, 2019 2 commits
-
-
Yegor authored
fix and enable painting tests on the Web
- 10 Oct, 2019 1 commit
-
-
Yegor authored
Shard web tests; enable semantics tests on the Web
-
- 09 Oct, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 07 Oct, 2019 1 commit
-
-
Yegor authored
Add more web tests;use blacklist instead of whitelist
-
- 04 Oct, 2019 1 commit
-
-
Jenn Magder authored
-
- 02 Oct, 2019 3 commits
-
-
Yegor authored
-
Ian Hickson authored
-
Christopher Fujino authored
-
- 01 Oct, 2019 4 commits
-
-
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.
-
Jonah Williams authored
-
Jonah Williams authored
-
- 24 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 23 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
This reverts commit 96482eeb.
-
- 20 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 19 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 Sep, 2019 1 commit
-
-
Amir Hardon authored
Before this change, having an Android app depend on a plugin that has no android implementation resulted in a Gradle build failure. This scenario is likely to become more common if we're enabling federated plugins, as the package implementing just the desktop implementation of a plugin won't have an Android implementation. This changes the Gradle plugin to not try to build any plugins that doesn't have an android/build.gradle file.
-
- 17 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 12 Sep, 2019 1 commit
-
-
Jonah Williams authored
-
- 11 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 03 Sep, 2019 1 commit
-
-
Harry Terkelsen authored
* WIP on web plugin registry * WIP on registering plugins * WIP on web plugin registration * Only generate `package:flutter_web_plugins` imports if plugins are defined * Add parsing test * Add documentation * Fix analyzer warnings * add license headers * Add tests for package:flutter_web_plugins * Run `flutter update-packages --force-upgrade` * Fix analyzer errors * Fix analyzer error in test * Update copyright and remove flutter SDK constraints * Enable tests since engine has rolled * add flutter_web_plugins tests to bots * Create an empty .packages file for WebFs test
-
- 23 Aug, 2019 1 commit
-
-
Yegor authored
* shard tests * make foundation tests pass
-
- 21 Aug, 2019 1 commit
-
-
∂ω∂ authored
-
- 20 Aug, 2019 2 commits
-
-
Ian Hickson authored
-
James D. Lin authored
Flutter widget tests assert if a test completes with timers still pending. However, it can be hard to diagnose where a pending timer came from. For example, a widget might consume a third-party library that internally uses a timer. I added a FakeAsync.pendingTimersDebugInfo getter to quiver (https://github.com/google/quiver-dart/pull/500). Make flutter_test use it. Additionally modify Flutter's debugPrintStack to take an optional StackTrace argument instead of always printing StackTrace.current. Fixes #4237.
-