blob: 0c6e553aa1a66734a70e0a57fb6dd0461ba6a046 [file] [log] [blame] [view]
Dan Fielde7b7ebc2021-04-14 21:54:03 -07001# Forbidden from release tests
2
3This program compiles the Dart portions of a Flutter application to the
4AOT format used for release builds, and verifies that debugging related types
5are not retained. By default, it uses the `//examples/hello_world` application
6in this repository.
7
8This harness is invoked from `dev/bots/test.dart`. By default it uses the
9`examples/hello_world.dart` as if it were being compiled for Android arm64
10release. New forbidden types may be added by adding more `--forbidden-type`
11options in the `runForbiddenFromReleaseTests` method in `dev/bots/test.dart`