| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 | 198 |
| 199 [ $compiler == dart2js || $compiler == dart2dart ] | 199 [ $compiler == dart2js || $compiler == dart2dart ] |
| 200 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at | 200 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at |
| 201 # overflow in JS (numbers slightly larger than | 201 # overflow in JS (numbers slightly larger than |
| 202 # 32 bits where we do bitwise operations). | 202 # 32 bits where we do bitwise operations). |
| 203 | 203 |
| 204 [ $runtime == opera && $compiler == dart2js ] | 204 [ $runtime == opera && $compiler == dart2js ] |
| 205 intl/test/find_default_locale_browser_test: Fail | 205 intl/test/find_default_locale_browser_test: Fail |
| 206 intl/test/date_time_format_http_request_test: Skip # Timeout. | 206 intl/test/date_time_format_http_request_test: Skip # Timeout. |
| 207 | 207 |
| 208 [ $runtime == ie9 || $runtime == ie10 ] | |
| 209 csslib/test/declaration_test: RuntimeError # Issue 20274 | |
| 210 csslib/test/mixin_test: RuntimeError # Issue 20274 | |
| 211 | |
| 212 [ $runtime == ie9 ] | 208 [ $runtime == ie9 ] |
| 213 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. | 209 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. |
| 214 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. | 210 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. |
| 215 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 | 211 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 |
| 216 polymer/test/bind_mdv_test: Slow, Pass, RuntimeError # Issue 14412, 13260 | 212 polymer/test/bind_mdv_test: Slow, Pass, RuntimeError # Issue 14412, 13260 |
| 217 matcher/test/core_matchers_test: RuntimeError # Issue 17762 | 213 matcher/test/core_matchers_test: RuntimeError # Issue 17762 |
| 218 polymer_expressions/test/bindings_test: RuntimeError # Issue 19265 | 214 polymer_expressions/test/bindings_test: RuntimeError # Issue 19265 |
| 219 polymer_expressions/test/globals_test: RuntimeError # Issue 19265 | 215 polymer_expressions/test/globals_test: RuntimeError # Issue 19265 |
| 220 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 | 216 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 |
| 221 | 217 |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 oauth2/test/authorization_code_grant_test: Fail | 460 oauth2/test/authorization_code_grant_test: Fail |
| 465 oauth2/test/client_test: Fail | 461 oauth2/test/client_test: Fail |
| 466 oauth2/test/credentials_test: Fail | 462 oauth2/test/credentials_test: Fail |
| 467 oauth2/test/handle_access_token_response_test: Fail | 463 oauth2/test/handle_access_token_response_test: Fail |
| 468 | 464 |
| 469 [ $runtime == drt ] | 465 [ $runtime == drt ] |
| 470 http/test/html/client_test: Skip # Issue 18566 | 466 http/test/html/client_test: Skip # Issue 18566 |
| 471 | 467 |
| 472 [ $mode == debug ] | 468 [ $mode == debug ] |
| 473 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass | 469 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass |
| OLD | NEW |