Dan Field | e7b7ebc | 2021-04-14 21:54:03 -0700 | [diff] [blame] | 1 | # Forbidden from release tests |
| 2 | |
| 3 | This program compiles the Dart portions of a Flutter application to the |
| 4 | AOT format used for release builds, and verifies that debugging related types |
| 5 | are not retained. By default, it uses the `//examples/hello_world` application |
| 6 | in this repository. |
| 7 | |
| 8 | This 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 |
| 10 | release. New forbidden types may be added by adding more `--forbidden-type` |
| 11 | options in the `runForbiddenFromReleaseTests` method in `dev/bots/test.dart` |