Run pub tests against older versions of barback.
If we're going to claim to support older versions of barback indefinitely, we need to test that support. This will become increasingly important as the glue code for more recent versions becomes more and more distinct from that for older versions. This does slow down the time it takes to run all the pub tests by about 20%. It may be worth considering only running a subset of barback tests against all versions when running locally. R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//291843011 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@36707 260f80e4-7a28-3924-810f-c04153c831b5
Showing
- test/build/allows_arbitrary_modes_test.dart 26 additions, 24 deletionstest/build/allows_arbitrary_modes_test.dart
- test/build/defaults_to_release_mode_test.dart 26 additions, 24 deletionstest/build/defaults_to_release_mode_test.dart
- test/build/outputs_error_to_json_test.dart 34 additions, 32 deletionstest/build/outputs_error_to_json_test.dart
- test/dart2js/compiles_generated_dart_file_test.dart 20 additions, 18 deletionstest/dart2js/compiles_generated_dart_file_test.dart
- test/dart2js/compiles_generated_file_from_dependency_outside_web_test.dart 23 additions, 21 deletions...iles_generated_file_from_dependency_outside_web_test.dart
- test/dart2js/compiles_generated_file_from_dependency_test.dart 29 additions, 27 deletions...dart2js/compiles_generated_file_from_dependency_test.dart
- test/dart2js/compiles_imported_generated_file_test.dart 21 additions, 19 deletionstest/dart2js/compiles_imported_generated_file_test.dart
- test/dart2js/does_not_compile_until_its_output_is_requested_test.dart 0 additions, 2 deletions.../does_not_compile_until_its_output_is_requested_test.dart
- test/dart2js/does_not_support_invalid_command_line_options_type_test.dart 0 additions, 5 deletions...s_not_support_invalid_command_line_options_type_test.dart
- test/dart2js/does_not_support_invalid_environment_type_test.dart 0 additions, 5 deletions...rt2js/does_not_support_invalid_environment_type_test.dart
- test/dart2js/does_not_support_invalid_option_test.dart 1 addition, 6 deletionstest/dart2js/does_not_support_invalid_option_test.dart
- test/dart2js/doesnt_support_invalid_type_for_boolean_option_test.dart 0 additions, 5 deletions.../doesnt_support_invalid_type_for_boolean_option_test.dart
- test/dart2js/minify_configuration_overrides_mode_test.dart 1 addition, 6 deletionstest/dart2js/minify_configuration_overrides_mode_test.dart
- test/dart2js/output_can_be_consumed_by_successive_phases.dart 19 additions, 17 deletions.../dart2js/output_can_be_consumed_by_successive_phases.dart
- test/dart2js/supports_valid_options_test.dart 1 addition, 6 deletionstest/dart2js/supports_valid_options_test.dart
- test/serve/allows_arbitrary_modes_test.dart 21 additions, 19 deletionstest/serve/allows_arbitrary_modes_test.dart
- test/serve/defaults_to_debug_mode_test.dart 21 additions, 19 deletionstest/serve/defaults_to_debug_mode_test.dart
- test/serve/does_not_crash_if_an_unused_dart_file_has_a_syntax_error_test.dart 22 additions, 20 deletions...crash_if_an_unused_dart_file_has_a_syntax_error_test.dart
- test/serve/supports_user_defined_declaring_transformers_test.dart 30 additions, 28 deletions...ve/supports_user_defined_declaring_transformers_test.dart
- test/serve/supports_user_defined_lazy_transformers_test.dart 24 additions, 22 deletionstest/serve/supports_user_defined_lazy_transformers_test.dart
Loading
Please register or sign in to comment