Compatibility pass on flutter/material tests for JavaScript compilation. (9)#33378
Merged
jonahwilliams merged 5 commits intoflutter:masterfrom Jun 13, 2019
Merged
Compatibility pass on flutter/material tests for JavaScript compilation. (9)#33378jonahwilliams merged 5 commits intoflutter:masterfrom
jonahwilliams merged 5 commits intoflutter:masterfrom
Conversation
yjbanov
reviewed
May 28, 2019
added 2 commits
June 12, 2019 13:56
tango5614
added a commit
to tango5614/flutter
that referenced
this pull request
Jun 13, 2019
* master: (84 commits) Compatibility pass on flutter/material tests for JavaScript compilation. (9) (flutter#33378) fix Applying decoration for a table row widget will cause render exception (flutter#34285) Add widget of the week videos (flutter#34356) Roll engine ab5c14b..67aadb6 (2 commits) (flutter#34350) Re-apply compressionState changes. (flutter#34341) Revert "update the Flutter.Frame event to use new engine APIs (flutter#34243)" (flutter#34352) Change Xcode project developmentRegion to 'en' and plist CFBundleDevelopmentRegion to DEVELOPMENT_LANGUAGE (flutter#34293) update the Flutter.Frame event to use new engine APIs (flutter#34243) [flutter_tool] Don't truncate verbose logs from _flutter.listViews (flutter#34255) ab5c14b Set Dart version to git hash 3166bbf24b0c929eef33fd5d0f69e0f36a9009f3 (Dart 2.3.3-dev) (flutter/engine#9292) (flutter#34336) Prepare for Uint8List SDK breaking changes (flutter#34295) Roll engine b14d971..d3c213e (3 commits) (flutter#34331) Roll engine 4fc95eb..b14d971 (4 commits) (flutter#34310) 4fc95eb Fixed memory leaks within FlutterFragment and FlutterView (flutter#34268, flutter#34269, flutter#34270). (flutter/engine#9288) (flutter#34305) Roll engine 2d2cfc0..de350c4 (2 commits) (flutter#34302) Roll engine 02e6a13..2d2cfc0 (3 commits) (flutter#34292) Split gradle_plugin_test.dart (flutter#34282) Roll engine 4d68474..02e6a13 (4 commits) (flutter#34281) Compatibility pass on flutter/widgets tests for JavaScript compilation. (8) (flutter#33377) Instrument usage of include_flutter.groovy and xcode_backend.sh (flutter#34189) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Flags certain test cases in rendering using package:test tags in order to facilitate landing support for running all framework tests in a browser.
Requires #33349