| 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 polymer/e2e_test/bad_import2: RuntimeError # Issue 17596 | 304 polymer/e2e_test/bad_import2: RuntimeError # Issue 17596 |
| 305 polymer/e2e_test/bad_import3: Fail, OK # tests broken import | 305 polymer/e2e_test/bad_import3: Fail, OK # tests broken import |
| 306 polymer/test/mirror_loader_test: Skip # tests development only behavior | 306 polymer/test/mirror_loader_test: Skip # tests development only behavior |
| 307 | 307 |
| 308 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 308 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 309 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. | 309 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. |
| 310 | 310 |
| 311 [ $browser ] | 311 [ $browser ] |
| 312 analysis_server/test/*: Skip # Uses dart:io. | 312 analysis_server/test/*: Skip # Uses dart:io. |
| 313 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. | 313 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. |
| 314 analyzer2dart/*: Skip # Uses dart:io. |
| 314 analyzer/test/*: Skip # Uses dart:io. | 315 analyzer/test/*: Skip # Uses dart:io. |
| 315 barback/test/*: Fail, OK # Uses dart:io. | 316 barback/test/*: Fail, OK # Uses dart:io. |
| 316 code_transformers/test/*: Skip # Uses dart:io. | 317 code_transformers/test/*: Skip # Uses dart:io. |
| 317 http/test/io/*: Fail, OK # Uses dart:io. | 318 http/test/io/*: Fail, OK # Uses dart:io. |
| 318 http_parser/test/web_socket_test: Fail, OK # Uses dart:io | 319 http_parser/test/web_socket_test: Fail, OK # Uses dart:io |
| 319 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io | 320 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io |
| 320 http_server/test/*: Fail, OK # Uses dart:io. | 321 http_server/test/*: Fail, OK # Uses dart:io. |
| 321 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. | 322 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. |
| 322 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. | 323 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. |
| 323 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 324 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 oauth2/test/authorization_code_grant_test: Fail | 471 oauth2/test/authorization_code_grant_test: Fail |
| 471 oauth2/test/client_test: Fail | 472 oauth2/test/client_test: Fail |
| 472 oauth2/test/credentials_test: Fail | 473 oauth2/test/credentials_test: Fail |
| 473 oauth2/test/handle_access_token_response_test: Fail | 474 oauth2/test/handle_access_token_response_test: Fail |
| 474 | 475 |
| 475 [ $runtime == drt ] | 476 [ $runtime == drt ] |
| 476 http/test/html/client_test: Skip # Issue 18566 | 477 http/test/html/client_test: Skip # Issue 18566 |
| 477 | 478 |
| 478 [ $system == windows ] | 479 [ $system == windows ] |
| 479 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 480 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
| OLD | NEW |