-
Notifications
You must be signed in to change notification settings - Fork 6k
Remove felt snapshotting behavior. #37639
Remove felt snapshotting behavior. #37639
Conversation
harryterkelsen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
lib/web_ui/dev/felt
Outdated
| $DART_SDK_DIR/bin/dart $FELT_DEBUG_FLAGS --packages="$WEB_UI_DIR/.dart_tool/package_config.json" "$SNAPSHOT_PATH" $@ | ||
| fi | ||
| install_deps | ||
| $DART_SDK_DIR/bin/dart $FELT_DEBUG_FLAGS --packages="$WEB_UI_DIR/.dart_tool/package_config.json" "$SCRIPT_PATH" $@ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we use dart run could we avoid install_deps and needing to pass the --packages directly? https://dart.dev/tools/dart-run
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like even with dart run I have to run install_deps first (it doesn't seem like dart run pulls dependencies. But I can change over to dart run to remove the need for the --packages stuff.
…115406) * 6563c5843 Remove felt snapshotting behavior. (flutter/engine#37639) * c6e556489 Update language version in flutter_frontend_server/test/fixtures (flutter/engine#37643) * eedb93eb7 Update text editing tests (flutter/engine#37642) * a1dd33540 colorFilter as imageFilter for web (flutter/engine#37522) * b74c2c57a Remove usage of deprecated Fuchsia event source (flutter/engine#37641) * e56ed93fa Revert "Update text editing tests (#37642)" (flutter/engine#37653)
* Remove felt snapshotting behavior. * Use `dart run`.
* clang-tidy: added the ability to shard jobs (#37265) * clang-tidy: added the ability to shard jobs * added test * jenn feedback * hack ci to run as a shard to measure the time * tweak * fix hack * zach feedback * zach feedback 2 * removed stray async * moved to using sets for lookups * fixed typo in docstring * Revert "fix hack" This reverts commit 06a61a6. Revert "tweak" This reverts commit e7c58b1. Revert "hack ci to run as a shard to measure the time" This reverts commit e458963. * removed calls to map * turned the ci hack back on * Revert "turned the ci hack back on" This reverts commit 0d53794. * removed sync* * Clang-tidy: Fixed math on shard-id validator. (#37433) Clang-tidy: Fixed math on shard-id validator. * Felt analyze (#37481) * Adding `felt analyze` command that CI will run. * Remove some copypasta'd stuff. * Also remove code path from felt.dart that forces a rebuild if it doesn't detect the host_debug_unopt directory. * More cleanup of felt.bat for CI. * Fix typo in felt.bat. * Run pub get before building host.dart. (#37502) * Run pub get before building host.dart. * We should call `pub get` for `web_ui` in the launcher script because felt itself needs it. However, we should let felt invoke `pub get` on `web_engine_tester` only as needed, not in the launcher script. * Skip the skwasm unit test suite on Safari since it is flaky. (#37602) * Skip the skwasm unit test suite on Safari since it is flaky. * Add TODO. * Remove felt snapshotting behavior. (#37639) * Remove felt snapshotting behavior. * Use `dart run`. * Combine results of all the test batches. (#37610) * Combine results of all the test batches. * Skip regressions * Use bool instead * remove unused var * skip fragment_program_test * Also skip GL context lost test * Transparent background test fails on Firefox and Safari * Skip other test in safari * Skip text test on firefox Co-authored-by: gaaclarke <[email protected]> Co-authored-by: Jackson Gardner <[email protected]> Co-authored-by: Harry Terkelsen <[email protected]>
We don't do Dart snapshots anymore (since #37639).
We don't do Dart snapshots anymore (since #37639).
…lutter#115406) * 6563c5843 Remove felt snapshotting behavior. (flutter/engine#37639) * c6e556489 Update language version in flutter_frontend_server/test/fixtures (flutter/engine#37643) * eedb93eb7 Update text editing tests (flutter/engine#37642) * a1dd33540 colorFilter as imageFilter for web (flutter/engine#37522) * b74c2c57a Remove usage of deprecated Fuchsia event source (flutter/engine#37641) * e56ed93fa Revert "Update text editing tests (flutter#37642)" (flutter/engine#37653)
…lutter#115406) * 6563c5843 Remove felt snapshotting behavior. (flutter/engine#37639) * c6e556489 Update language version in flutter_frontend_server/test/fixtures (flutter/engine#37643) * eedb93eb7 Update text editing tests (flutter/engine#37642) * a1dd33540 colorFilter as imageFilter for web (flutter/engine#37522) * b74c2c57a Remove usage of deprecated Fuchsia event source (flutter/engine#37641) * e56ed93fa Revert "Update text editing tests (flutter#37642)" (flutter/engine#37653)
No description provided.