| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 polymer/test/unbind_test: Skip # uses dart:html | 105 polymer/test/unbind_test: Skip # uses dart:html |
| 106 third_party/angular_tests/browser_test: Skip # uses dart:html | 106 third_party/angular_tests/browser_test: Skip # uses dart:html |
| 107 | 107 |
| 108 [$compiler == dart2dart] | 108 [$compiler == dart2dart] |
| 109 *: Skip | 109 *: Skip |
| 110 | 110 |
| 111 [ $compiler == dart2js || $compiler == dart2dart ] | 111 [ $compiler == dart2js || $compiler == dart2dart ] |
| 112 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at | 112 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at |
| 113 # overflow in JS (numbers slightly larger than | 113 # overflow in JS (numbers slightly larger than |
| 114 # 32 bits where we do bitwise operations). | 114 # 32 bits where we do bitwise operations). |
| 115 [ $runtime == jsshell ] | |
| 116 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86) | |
| 117 # See https://bugzilla.mozilla.org/show_bug.cgi?id=940972 | |
| 118 # Likely to get patched only on some versions of Firefox. | |
| 119 typed_data/test/typed_buffers_test: RuntimeError | |
| 120 | 115 |
| 121 [ $runtime == opera && $compiler == dart2js ] | 116 [ $runtime == opera && $compiler == dart2js ] |
| 122 intl/test/find_default_locale_browser_test: Fail | 117 intl/test/find_default_locale_browser_test: Fail |
| 123 intl/test/date_time_format_http_request_test: Skip # Timeout. | 118 intl/test/date_time_format_http_request_test: Skip # Timeout. |
| 124 | 119 |
| 125 [ $runtime == ie9 ] | 120 [ $runtime == ie9 ] |
| 126 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. | 121 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. |
| 127 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. | 122 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. |
| 128 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 | 123 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 |
| 129 polymer/test/bind_mdv_test: Slow, Pass | 124 polymer/test/bind_mdv_test: Slow, Pass |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 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. |
| 349 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. |
| 350 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 |
| 351 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 |
| 352 | 347 |
| 353 [ $use_repository_packages ] | 348 [ $use_repository_packages ] |
| 354 analyzer/test/*: PubGetError | 349 analyzer/test/*: PubGetError |
| 355 | 350 |
| 356 [ $runtime == ie9 ] | 351 [ $runtime == ie9 ] |
| 357 polymer: Pass, Fail, Timeout # Issue 16717 | 352 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |