flutter_tool: only enable wasm compile in master channel#121755
flutter_tool: only enable wasm compile in master channel#121755auto-submit[bot] merged 3 commits intomasterfrom
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
Need to wait on the parent PR to land, first |
b3457bb to
3602381
Compare
|
@christopherfujino – suggestions on adding tests for this? Or not needed? |
|
@eyebrowsoffire – the only thing I worry about here is |
Yeah, can you add a test here: https://github.com/flutter/flutter/blob/master/packages/flutter_tools/test/general.shard/features_test.dart |
christopherfujino
left a comment
There was a problem hiding this comment.
nit about capitalization of JavaScript, otherwise LGTM
bf0b573 to
dfd85e6
Compare
|
auto label is removed for flutter/flutter, pr: 121755, due to - The status or check suite Mac tool_integration_tests_1_4 has failed. Please fix the issues identified (or deflake) before re-applying this label. |
| /// All current Flutter feature flags that can be configured. | ||
| /// | ||
| /// [Feature.configSetting] is not `null`. | ||
| Iterable<Feature> get allConfigurableFeatures => allFeatures.where((Feature feature) => feature.configSetting != null); |
There was a problem hiding this comment.
@christopherfujino – seems there are a number of tests that assume every feature is configurable. Figured this was a clean way to address it.
Added an associated
Feature