-
When anyone changes compiler-related code, the numbers in `symbolic-examples:bench-compiler` are bound to change.
Should we add the golden test run to CI to track changes?
-
Currently, all golden image tests are run on CI on mac bots. Swiftshader is used for Vulkan and ANGLE is used for OpenGLES.
In https://github.com/flutter/flutter/issues/157951 it was shown that th…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Can it do golden image or binary compare ?
### Anything else?
I often need to check an image is …
-
As a developer I want to have a reference of a good implementation of golden tests using the alchemist package.
ACs:
- [x] Update implementation of helper classes and test configuration
- [x] Update…
-
seen in dcc8c65eb3d1d43decb52d276b7f29390ea67c9d
test: impeller_Play_AiksTest_FilledEllipsesRenderCorrectly
## metal
![impeller_Play_AiksTest_FilledEllipsesRenderCorrectly_Metal](https://github.c…
-
As a developer I want the plugin to be able to generate tests using the [alchemist package](https://pub.dev/packages/alchemist) as an ongoing effort to replace the discontinued golden_toolkit package.…
-
### What
- Issue to track the implementation of golden tests for Dialogs in the app.
### Part of
- #1176
-
### Motivation.
Some of tests in vllm is neither sufficient nor easy to read, e.g.
https://github.com/vllm-project/vllm/blob/8344f7742b794ca6ec9bcb891c178cd0551f23d0/tests/core/test_scheduler.py#L…
-
Currently `flutter_svg` unit tests don't compile on web due to using non-web-only golden methods in a small number of tests. For now I've opted out the entire package from web Dart unit tests via `dar…
-
As a developer, when I generate a project using rx_bloc_cli, I want to have all generated functionality covered with golden tests (where applicable). Since the change in the used package (from `golden…