| 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 11 matching lines...) Expand all Loading... |
| 22 third_party/html5lib/test/dom_compat_test: Skip | 22 third_party/html5lib/test/dom_compat_test: Skip |
| 23 third_party/html5lib/test/browser/browser_test: Skip | 23 third_party/html5lib/test/browser/browser_test: Skip |
| 24 | 24 |
| 25 [ $compiler == dart2js ] | 25 [ $compiler == dart2js ] |
| 26 collection_helpers/test/equality_test/01: Fail # Issue 1533 | 26 collection_helpers/test/equality_test/01: Fail # Issue 1533 |
| 27 collection_helpers/test/equality_test/02: Fail # Issue 1533 | 27 collection_helpers/test/equality_test/02: Fail # Issue 1533 |
| 28 collection_helpers/test/equality_test/03: Fail # Issue 1533 | 28 collection_helpers/test/equality_test/03: Fail # Issue 1533 |
| 29 collection_helpers/test/equality_test/04: Fail # Issue 1533 | 29 collection_helpers/test/equality_test/04: Fail # Issue 1533 |
| 30 collection_helpers/test/equality_test/05: Fail # Issue 1533 | 30 collection_helpers/test/equality_test/05: Fail # Issue 1533 |
| 31 collection_helpers/test/equality_test/none: Pass, Fail # Issue 14348 | 31 collection_helpers/test/equality_test/none: Pass, Fail # Issue 14348 |
| 32 collection_helpers/test/typed_buffers_test/01: Fail # Not supporting Int64List,
Uint64List. | |
| 33 | 32 |
| 34 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 33 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 35 crypto/test/base64_test: Timeout # Issue 12486 | 34 crypto/test/base64_test: Timeout # Issue 12486 |
| 36 | 35 |
| 37 [ $compiler == dart2js && $checked && $runtime == d8 ] | 36 [ $compiler == dart2js && $checked && $runtime == d8 ] |
| 38 serialization/test/serialization_test: Pass, RuntimeError # Issue 14735 | 37 serialization/test/serialization_test: Pass, RuntimeError # Issue 14735 |
| 39 | 38 |
| 40 [ $runtime == d8 || $runtime == jsshell ] | 39 [ $runtime == d8 || $runtime == jsshell ] |
| 41 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, RuntimeError # h
ttp://dartbug.com/10109 | 40 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, RuntimeError # h
ttp://dartbug.com/10109 |
| 42 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces | 41 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces |
| (...skipping 23 matching lines...) Expand all Loading... |
| 66 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html | 65 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html |
| 67 polymer/test/unbind_test: Skip # uses dart:html | 66 polymer/test/unbind_test: Skip # uses dart:html |
| 68 | 67 |
| 69 [$compiler == dart2dart] | 68 [$compiler == dart2dart] |
| 70 *: Skip | 69 *: Skip |
| 71 | 70 |
| 72 [ $compiler == dart2js || $compiler == dart2dart ] | 71 [ $compiler == dart2js || $compiler == dart2dart ] |
| 73 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at | 72 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at |
| 74 # overflow in JS (numbers slightly larger than | 73 # overflow in JS (numbers slightly larger than |
| 75 # 32 bits where we do bitwise operations). | 74 # 32 bits where we do bitwise operations). |
| 76 [ $runtime == ff ] | |
| 77 # Bug in Spidermonkey's Uint8ClampedArray. | |
| 78 # See https://bugzilla.mozilla.org/show_bug.cgi?id=940972 | |
| 79 # Likely to get patched only on some versions of Firefox. | |
| 80 collection_helpers/test/typed_buffers_test: RuntimeError | |
| 81 | 75 |
| 82 [ $runtime == opera && $compiler == dart2js ] | 76 [ $runtime == opera && $compiler == dart2js ] |
| 83 intl/test/find_default_locale_browser_test: Fail | 77 intl/test/find_default_locale_browser_test: Fail |
| 84 intl/test/date_time_format_http_request_test: Skip # Timeout. | 78 intl/test/date_time_format_http_request_test: Skip # Timeout. |
| 85 | 79 |
| 86 [ $runtime == ie9 ] | 80 [ $runtime == ie9 ] |
| 87 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 81 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
| 88 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. | 82 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. |
| 89 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 | 83 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 |
| 90 | 84 |
| 91 [ $runtime == safari ] | 85 [ $runtime == safari ] |
| 92 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. | 86 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. |
| 93 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. | 87 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. |
| 94 crypto/test/sha1_test: Fail # Issue 11407. | 88 crypto/test/sha1_test: Fail # Issue 11407. |
| 95 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 | 89 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 |
| 96 crypto/test/sha256_test: Pass, Fail # Issue 12502 | 90 crypto/test/sha256_test: Pass, Fail # Issue 12502 |
| 97 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 | 91 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 |
| 98 | 92 |
| 99 # Unexplained errors only occuring on Safari. | |
| 100 collection_helpers/test/typed_buffers_test: RuntimeError | |
| 101 | |
| 102 [ $runtime == ie9 || $runtime == ie10 ] | 93 [ $runtime == ie9 || $runtime == ie10 ] |
| 103 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou
t | 94 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou
t |
| 104 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK #
tests development only behavior | 95 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK #
tests development only behavior |
| 105 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 | 96 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 |
| 106 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 | 97 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 |
| 107 polymer/test/bind_test: Pass, Timeout # Issue 13260 | 98 polymer/test/bind_test: Pass, Timeout # Issue 13260 |
| 108 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260 | 99 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260 |
| 109 polymer/test/custom_event_test: Pass, Timeout # Issue 13260 | 100 polymer/test/custom_event_test: Pass, Timeout # Issue 13260 |
| 110 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260 | 101 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260 |
| 111 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260 | 102 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260 |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 watcher/test/*/linux_test: Skip | 333 watcher/test/*/linux_test: Skip |
| 343 | 334 |
| 344 [ $runtime == vm && ($system == windows || $system == linux) ] | 335 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 345 watcher/test/*/mac_os_test: Skip | 336 watcher/test/*/mac_os_test: Skip |
| 346 | 337 |
| 347 [ $runtime == vm && $system == linux ] | 338 [ $runtime == vm && $system == linux ] |
| 348 watcher/test/*/linux_test: Pass, Slow # Issue 14606 | 339 watcher/test/*/linux_test: Pass, Slow # Issue 14606 |
| 349 | 340 |
| 350 [ $runtime == vm && $system == macos ] | 341 [ $runtime == vm && $system == macos ] |
| 351 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 | 342 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 |
| OLD | NEW |