You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What if we have a test_runner.yaml file that needs to exist for every test_data that has a test/ directory. This is verifiable through CI. The logic in the sdk test could iterate through test_runner.yaml files and verify that everything works correctly.
For example we seem not to be testing https://github.com/dart-lang/native/blob/main/pkgs/native_assets_builder/test_data/treeshaking_native_libs/test/treeshaking_native_libs_test.dart
As seen here: https://github.com/dart-lang/sdk/blob/main/pkg/dartdev/test/native_assets/test_test.dart
What if we have a
test_runner.yaml
file that needs to exist for every test_data that has atest/
directory. This is verifiable through CI. The logic in the sdk test could iterate throughtest_runner.yaml
files and verify that everything works correctly.@dcharkes @mosuem
The text was updated successfully, but these errors were encountered: