flutter/packages/flutter/test_release
2024-01-02 09:56:30 -08:00
..
foundation Rename MemoryAllocations to FlutterMemoryAllocations. (#140623) 2024-01-02 09:56:30 -08:00
rendering Rename MemoryAllocations to FlutterMemoryAllocations. (#140623) 2024-01-02 09:56:30 -08:00
widgets Rename MemoryAllocations to FlutterMemoryAllocations. (#140623) 2024-01-02 09:56:30 -08:00
diagnostics_test.dart Improve tracing (#93086) 2021-12-10 10:09:24 -08:00
precondition_test.dart
README.md Fix typos (#121171) 2023-02-23 19:43:21 +00:00

This folder contains unit tests that are run with kReleaseMode set to true. This can be used for unit testing code that is guarded by this boolean, such as in cases where debug code is intentionally elided for performance or code size reasons. The unit tests are still run in the VM and are not otherwise precompiled.

To run these test from the command line, use the command: flutter test --dart-define=dart.vm.product=true test_release/