| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 polymer/test/unbind_test: Skip # uses dart:html | 73 polymer/test/unbind_test: Skip # uses dart:html |
| 74 third_party/angular_tests/browser_test: Skip # uses dart:html | 74 third_party/angular_tests/browser_test: Skip # uses dart:html |
| 75 | 75 |
| 76 [$compiler == dart2dart] | 76 [$compiler == dart2dart] |
| 77 *: Skip | 77 *: Skip |
| 78 | 78 |
| 79 [ $compiler == dart2js || $compiler == dart2dart ] | 79 [ $compiler == dart2js || $compiler == dart2dart ] |
| 80 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at | 80 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at |
| 81 # overflow in JS (numbers slightly larger than | 81 # overflow in JS (numbers slightly larger than |
| 82 # 32 bits where we do bitwise operations). | 82 # 32 bits where we do bitwise operations). |
| 83 [ $runtime == ff && $system != windows ] | 83 [ ($runtime == ff || $runtime == jsshell) && $system != windows ] |
| 84 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86) | 84 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86) |
| 85 # See https://bugzilla.mozilla.org/show_bug.cgi?id=940972 | 85 # See https://bugzilla.mozilla.org/show_bug.cgi?id=940972 |
| 86 # Likely to get patched only on some versions of Firefox. | 86 # Likely to get patched only on some versions of Firefox. |
| 87 typed_data/test/typed_buffers_test: RuntimeError | 87 typed_data/test/typed_buffers_test: RuntimeError |
| 88 | 88 |
| 89 [ $runtime == opera && $compiler == dart2js ] | 89 [ $runtime == opera && $compiler == dart2js ] |
| 90 intl/test/find_default_locale_browser_test: Fail | 90 intl/test/find_default_locale_browser_test: Fail |
| 91 intl/test/date_time_format_http_request_test: Skip # Timeout. | 91 intl/test/date_time_format_http_request_test: Skip # Timeout. |
| 92 | 92 |
| 93 [ $runtime == ie9 ] | 93 [ $runtime == ie9 ] |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 collection/test/algorithms_test: PubGetError | 327 collection/test/algorithms_test: PubGetError |
| 328 collection/test/iterable_zip_test: PubGetError | 328 collection/test/iterable_zip_test: PubGetError |
| 329 collection/test/priority_queue_test: PubGetError | 329 collection/test/priority_queue_test: PubGetError |
| 330 collection/test/unmodifiable_collection_test: PubGetError | 330 collection/test/unmodifiable_collection_test: PubGetError |
| 331 collection/test/wrapper_test: PubGetError | 331 collection/test/wrapper_test: PubGetError |
| 332 stack_trace/test/chain_test: PubGetError | 332 stack_trace/test/chain_test: PubGetError |
| 333 stack_trace/test/frame_test: PubGetError | 333 stack_trace/test/frame_test: PubGetError |
| 334 stack_trace/test/trace_test: PubGetError | 334 stack_trace/test/trace_test: PubGetError |
| 335 stack_trace/test/vm_test: PubGetError | 335 stack_trace/test/vm_test: PubGetError |
| 336 | 336 |
| OLD | NEW |