Move browser tests that require installation into their own files.
Now, no test suite other than phantomjs_test.dart and dartium_test.dart assume that phantomjs or dartium (respectively) are installed. content_shell is still assumed to be installed, since it's very useful for non-compilation-specific tests. More of those tests have been moved to use content shell rather than chrome. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1088453004
Showing
- .status 0 additions, 1 deletion.status
- test/frontend/expect_async_test.dart 15 additions, 15 deletionstest/frontend/expect_async_test.dart
- test/frontend/matcher/completion_test.dart 7 additions, 7 deletionstest/frontend/matcher/completion_test.dart
- test/frontend/matcher/prints_test.dart 7 additions, 7 deletionstest/frontend/matcher/prints_test.dart
- test/frontend/matcher/throws_test.dart 8 additions, 8 deletionstest/frontend/matcher/throws_test.dart
- test/frontend/matcher/throws_type_test.dart 11 additions, 11 deletionstest/frontend/matcher/throws_type_test.dart
- test/runner/browser/compact_reporter_test.dart 2 additions, 2 deletionstest/runner/browser/compact_reporter_test.dart
- test/runner/browser/dartium_test.dart 43 additions, 0 deletionstest/runner/browser/dartium_test.dart
- test/runner/browser/firefox_test.dart 52 additions, 0 deletionstest/runner/browser/firefox_test.dart
- test/runner/browser/phantom_js_test.dart 42 additions, 0 deletionstest/runner/browser/phantom_js_test.dart
- test/runner/browser/runner_test.dart 29 additions, 77 deletionstest/runner/browser/runner_test.dart
- test/runner/signal_test.dart 1 addition, 1 deletiontest/runner/signal_test.dart
- test/runner/test_on_test.dart 24 additions, 22 deletionstest/runner/test_on_test.dart
- test/utils.dart 1 addition, 1 deletiontest/utils.dart
Loading
Please register or sign in to comment