dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.08k stars 1.56k forks source link

Add `integration_test` fix tests to `analyze_flutter_flutter.sh` #52795

Open pdblasi-google opened 1 year ago

pdblasi-google commented 1 year ago

As part of flutter #124346, we're adding support for dart fix to the integration_test library. Currently, analyze_flutter_flutter.sh only runs the fix tests for the main flutter package, but it may be worth adding the integration_test fix tests to the script.

whesse commented 1 year ago

@srawlins @devoncarew

tools/bots/flutter/analyze_flutter_flutter.sh

This test is running on the https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/flutter-analyze builder