Currently, tests like fragment_shader_test.dart will only execute against the vulkan backend. flutter_tester lacks the ability to run against any other backend which is important when the test incorporates things like impellerc which behaves differently for each backend.
notes:
Currently, tests like fragment_shader_test.dart will only execute against the vulkan backend.
flutter_testerlacks the ability to run against any other backend which is important when the test incorporates things like impellerc which behaves differently for each backend.notes:
flutter/engine/src/flutter/testing/dart/fragment_shader_test.dart
Line 46 in 1e87bd8