| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 analyzer/test/generated/element_test: Skip # Times out | 62 analyzer/test/generated/element_test: Skip # Times out |
| 63 analyzer/test/generated/parser_test: Skip # Times out | 63 analyzer/test/generated/parser_test: Skip # Times out |
| 64 code_transformers/test/resolver_test: Skip # Times out | 64 code_transformers/test/resolver_test: Skip # Times out |
| 65 docgen/test/*: Skip # Slow | 65 docgen/test/*: Skip # Slow |
| 66 polymer/test/build/all_phases_test: Skip # Slow | 66 polymer/test/build/all_phases_test: Skip # Slow |
| 67 smoke/test/codegen/end_to_end_test: Skip # Times out | 67 smoke/test/codegen/end_to_end_test: Skip # Times out |
| 68 smoke/test/codegen/recorder_test: Skip # Times out | 68 smoke/test/codegen/recorder_test: Skip # Times out |
| 69 template_binding/test/template_binding_test: Skip # Times out | 69 template_binding/test/template_binding_test: Skip # Times out |
| 70 third_party/html5lib/test/tokenizer_test: Skip # Times out | 70 third_party/html5lib/test/tokenizer_test: Skip # Times out |
| 71 barback/test/package_graph/repetition_test: Skip # Times out | 71 barback/test/package_graph/repetition_test: Skip # Times out |
| 72 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow # 13524 |
| 72 | 73 |
| 73 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] | 74 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] |
| 74 barback/test/too_many_open_files_test: Skip # 14220 | 75 barback/test/too_many_open_files_test: Skip # 14220 |
| 75 code_transformers/test/resolver_test: Skip # Issue 17908 | 76 code_transformers/test/resolver_test: Skip # Issue 17908 |
| 76 docgen/test/*: Skip # Too slow | 77 docgen/test/*: Skip # Too slow |
| 77 polymer/test/build/all_phases_test: Skip # Slow | 78 polymer/test/build/all_phases_test: Skip # Slow |
| 78 polymer/test/build/script_compactor_test: Skip # Slow | 79 polymer/test/build/script_compactor_test: Skip # Slow |
| 79 third_party/html5lib/test/tokenizer_test: Pass, Slow | 80 third_party/html5lib/test/tokenizer_test: Pass, Slow |
| 80 | 81 |
| 81 [ $compiler == dart2js ] | 82 [ $compiler == dart2js ] |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 http/test/multipart_test: Fail | 423 http/test/multipart_test: Fail |
| 423 http/test/request_test: Fail | 424 http/test/request_test: Fail |
| 424 http/test/response_test: Fail | 425 http/test/response_test: Fail |
| 425 oauth2/test/authorization_code_grant_test: Fail | 426 oauth2/test/authorization_code_grant_test: Fail |
| 426 oauth2/test/client_test: Fail | 427 oauth2/test/client_test: Fail |
| 427 oauth2/test/credentials_test: Fail | 428 oauth2/test/credentials_test: Fail |
| 428 oauth2/test/handle_access_token_response_test: Fail | 429 oauth2/test/handle_access_token_response_test: Fail |
| 429 | 430 |
| 430 [ $runtime == drt ] | 431 [ $runtime == drt ] |
| 431 http/test/html/client_test: Skip # Issue 18566 | 432 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |