Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 # Don't run any test-like files that show up in packages directories. It | 5 # Don't run any test-like files that show up in packages directories. It |
| 6 # shouldn't be necessary to run "pub install" in these packages, but if you do | 6 # shouldn't be necessary to run "pub install" in these packages, but if you do |
| 7 # it shouldn't break the tests. | 7 # it shouldn't break the tests. |
| 8 */packages/*/*: Skip | 8 */packages/*/*: Skip |
| 9 */*/packages/*/*: Skip | 9 */*/packages/*/*: Skip |
| 10 */*/*/packages/*/*: Skip | 10 */*/*/packages/*/*: Skip |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 184 polymer/example/canonicalization/test/dev3_test: Fail, OK # tests development on ly behavior | 184 polymer/example/canonicalization/test/dev3_test: Fail, OK # tests development on ly behavior |
| 185 polymer/example/canonicalization/test/dir/dev_test: Fail, OK # tests development only behavior | 185 polymer/example/canonicalization/test/dir/dev_test: Fail, OK # tests development only behavior |
| 186 polymer/example/canonicalization/test/dir/dev2_test: Fail, OK # tests developmen t only behavior | 186 polymer/example/canonicalization/test/dir/dev2_test: Fail, OK # tests developmen t only behavior |
| 187 | 187 |
| 188 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 188 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 189 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. | 189 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. |
| 190 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. | 190 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. |
| 191 | 191 |
| 192 [ $browser ] | 192 [ $browser ] |
| 193 analysis_server/test/*: Skip # Uses dart:io. | 193 analysis_server/test/*: Skip # Uses dart:io. |
| 194 analyzer/test/error_test: Fail, OK # Uses dart:io. | |
| 194 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. | 195 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. |
| 195 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. | 196 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. |
| 197 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. | |
| 196 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. | 198 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. |
| 197 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. | 199 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. |
| 198 analyzer/test/error_test: Fail, OK # Uses dart:io. | |
| 199 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. | |
| 200 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. | 200 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. |
| 201 analyzer/test/options_test: Fail, OK # Uses dart:io. | 201 analyzer/test/options_test: Fail, OK # Uses dart:io. |
| 202 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. | |
| 202 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io. | 203 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io. |
| 203 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. | |
| 204 barback/test/*: Fail, OK # Uses dart:io. | 204 barback/test/*: Fail, OK # Uses dart:io. |
| 205 code_transformers/test/*: Skip # Uses dart:io. | 205 code_transformers/test/*: Skip # Uses dart:io. |
| 206 http/test/client_test: Fail, OK # Uses dart:io. | 206 http/test/client_test: Fail, OK # Uses dart:io. |
| 207 http/test/http_test: Fail, OK # Uses dart:io. | 207 http/test/http_test: Fail, OK # Uses dart:io. |
| 208 http/test/mock_client_test: Fail, OK # Uses dart:io. | 208 http/test/mock_client_test: Fail, OK # Uses dart:io. |
| 209 http/test/multipart_test: Fail, OK # Uses dart:io. | 209 http/test/multipart_test: Fail, OK # Uses dart:io. |
| 210 http/test/request_test: Fail, OK # Uses dart:io. | 210 http/test/request_test: Fail, OK # Uses dart:io. |
| 211 http/test/response_test: Fail, OK # Uses dart:io. | 211 http/test/response_test: Fail, OK # Uses dart:io. |
| 212 http/test/streamed_request_test: Fail, OK # Uses dart:io. | 212 http/test/streamed_request_test: Fail, OK # Uses dart:io. |
| 213 http_server/test/*: Fail, OK # Uses dart:io. | 213 http_server/test/*: Fail, OK # Uses dart:io. |
| 214 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. | 214 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. |
| 215 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. | 215 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. |
| 216 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 216 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
| 217 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io | |
| 218 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | |
| 217 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 219 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| 218 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | |
| 219 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io | 220 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io |
| 220 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io | |
| 221 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. | 221 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. |
| 222 oauth2/test/client_test: Fail, OK # Uses dart:io. | 222 oauth2/test/client_test: Fail, OK # Uses dart:io. |
| 223 oauth2/test/credentials_test: Fail, OK # Uses dart:io. | 223 oauth2/test/credentials_test: Fail, OK # Uses dart:io. |
| 224 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. | 224 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. |
| 225 observe/test/transformer_test: Fail, OK # Uses dart:io. | 225 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 226 path/test/io_test: Fail, OK # Uses dart:io. | 226 path/test/io_test: Fail, OK # Uses dart:io. |
| 227 polymer/test/build/*: Fail, OK # Uses dart:io. | 227 polymer/test/build/*: Fail, OK # Uses dart:io. |
| 228 shelf/test/shelf_io_test: Fail, OK # Uses dart:io | |
|
kevmoo
2014/04/01 03:47:36
This is the only real delta -- everything else is
| |
| 229 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. | |
| 228 smoke/test/codegen/recorder_test: Skip # Uses dart:io. | 230 smoke/test/codegen/recorder_test: Skip # Uses dart:io. |
| 229 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. | 231 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 |
| 230 third_party/angular_tests/vm_test: Skip # Uses dart:io | 232 third_party/angular_tests/vm_test: Skip # Uses dart:io |
| 231 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 | |
| 232 watcher/test/*: Fail, OK # Uses dart:io. | 233 watcher/test/*: Fail, OK # Uses dart:io. |
| 233 | 234 |
| 234 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 | 235 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 |
| 235 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40 | 236 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40 |
| 236 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 | 237 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 |
| 237 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 | 238 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 |
| 238 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug. com/8440 | 239 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug. com/8440 |
| 239 | 240 |
| 240 | 241 |
| 241 */test/analyzer_test: Skip # No need to run analysis tests on browser bots | 242 */test/analyzer_test: Skip # No need to run analysis tests on browser bots |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 342 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 343 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 343 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 344 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 344 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 345 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 345 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 | 346 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 |
| 346 | 347 |
| 347 [ $use_repository_packages ] | 348 [ $use_repository_packages ] |
| 348 analyzer/test/*: PubGetError | 349 analyzer/test/*: PubGetError |
| 349 | 350 |
| 350 [ $runtime == ie9 ] | 351 [ $runtime == ie9 ] |
| 351 polymer: Pass, Fail, Timeout # Issue 16717 | 352 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |