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 |
11 */*/*/*/packages/*/*: Skip | 11 */*/*/*/packages/*/*: Skip |
12 | 12 |
13 # Skip non-test files ending with "_test". | 13 # Skip non-test files ending with "_test". |
14 scheduled_test/lib/*: Skip | 14 scheduled_test/lib/*: Skip |
15 polymer/example/scoped_style/*: Skip | 15 polymer/example/scoped_style/*: Skip |
16 | 16 |
17 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524 | 17 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524 |
18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 | 18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 |
19 | 19 |
20 | 20 |
21 # Skip test not runnable via test.dart | 21 # Skip test not runnable via test.dart |
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 http/test/http_test: Pass, RuntimeError # Issue 15652 | 25 http/test/http_test: Pass, RuntimeError # Issue 15652 |
26 | 26 |
27 [ $compiler == dart2js ] | 27 [ $compiler == dart2js ] |
28 collection_helpers/test/equality_test/01: Fail # Issue 1533 | 28 collection/test/equality_test/01: Fail # Issue 1533 |
29 collection_helpers/test/equality_test/02: Fail # Issue 1533 | 29 collection/test/equality_test/02: Fail # Issue 1533 |
30 collection_helpers/test/equality_test/03: Fail # Issue 1533 | 30 collection/test/equality_test/03: Fail # Issue 1533 |
31 collection_helpers/test/equality_test/04: Fail # Issue 1533 | 31 collection/test/equality_test/04: Fail # Issue 1533 |
32 collection_helpers/test/equality_test/05: Fail # Issue 1533 | 32 collection/test/equality_test/05: Fail # Issue 1533 |
33 collection_helpers/test/equality_test/none: Pass, Fail # Issue 14348 | 33 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
34 collection_helpers/test/typed_buffers_test/01: Fail # Not supporting Int64List,
Uint64List. | 34 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
35 | 35 |
36 [ $compiler == dart2js && $checked ] | 36 [ $compiler == dart2js && $checked ] |
37 crypto/test/base64_test: Slow, Pass | 37 crypto/test/base64_test: Slow, Pass |
38 | 38 |
39 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 39 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
40 crypto/test/base64_test: Timeout # Issue 12486 | 40 crypto/test/base64_test: Timeout # Issue 12486 |
41 serialization/test/serialization_test: Skip | 41 serialization/test/serialization_test: Skip |
42 | 42 |
43 [ $runtime == d8 || $runtime == jsshell ] | 43 [ $runtime == d8 || $runtime == jsshell ] |
44 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http://
dartbug.com/10109 | 44 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http://
dartbug.com/10109 |
45 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces | 45 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces |
46 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 | 46 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 |
47 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported. | 47 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. |
48 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. | 48 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. |
49 | 49 |
50 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] | 50 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
51 polymer/example: Skip # Uses dart:html | 51 polymer/example: Skip # Uses dart:html |
52 polymer/test/attr_deserialize_test: Skip # uses dart:html | 52 polymer/test/attr_deserialize_test: Skip # uses dart:html |
53 polymer/test/attr_mustache_test: Skip #uses dart:html | 53 polymer/test/attr_mustache_test: Skip #uses dart:html |
54 polymer/test/bind_test: Skip # uses dart:html | 54 polymer/test/bind_test: Skip # uses dart:html |
55 polymer/test/bind_mdv_test: Skip # uses dart:html | 55 polymer/test/bind_mdv_test: Skip # uses dart:html |
56 polymer/test/custom_event_test: Skip # uses dart:html | 56 polymer/test/custom_event_test: Skip # uses dart:html |
57 polymer/test/entered_view_test: Skip # uses dart:html | 57 polymer/test/entered_view_test: Skip # uses dart:html |
(...skipping 18 matching lines...) Expand all Loading... |
76 *: Skip | 76 *: Skip |
77 | 77 |
78 [ $compiler == dart2js || $compiler == dart2dart ] | 78 [ $compiler == dart2js || $compiler == dart2dart ] |
79 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at | 79 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at |
80 # overflow in JS (numbers slightly larger than | 80 # overflow in JS (numbers slightly larger than |
81 # 32 bits where we do bitwise operations). | 81 # 32 bits where we do bitwise operations). |
82 [ $runtime == ff && $system != windows ] | 82 [ $runtime == ff && $system != windows ] |
83 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86) | 83 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86) |
84 # See https://bugzilla.mozilla.org/show_bug.cgi?id=940972 | 84 # See https://bugzilla.mozilla.org/show_bug.cgi?id=940972 |
85 # Likely to get patched only on some versions of Firefox. | 85 # Likely to get patched only on some versions of Firefox. |
86 collection_helpers/test/typed_buffers_test: RuntimeError | 86 typed_data/test/typed_buffers_test: RuntimeError |
87 | 87 |
88 [ $runtime == opera && $compiler == dart2js ] | 88 [ $runtime == opera && $compiler == dart2js ] |
89 intl/test/find_default_locale_browser_test: Fail | 89 intl/test/find_default_locale_browser_test: Fail |
90 intl/test/date_time_format_http_request_test: Skip # Timeout. | 90 intl/test/date_time_format_http_request_test: Skip # Timeout. |
91 | 91 |
92 [ $runtime == ie9 ] | 92 [ $runtime == ie9 ] |
93 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 93 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
94 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. | 94 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. |
95 collection_helpers/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. | 95 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. |
96 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 | 96 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 |
97 | 97 |
98 [ $runtime == safari ] | 98 [ $runtime == safari ] |
99 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. | 99 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. |
100 | 100 |
101 # Unexplained errors only occuring on Safari. | 101 # Unexplained errors only occuring on Safari. |
102 collection_helpers/test/typed_buffers_test: RuntimeError | 102 typed_data/test/typed_buffers_test: RuntimeError |
103 | 103 |
104 [ $runtime == ie9 || $runtime == ie10 ] | 104 [ $runtime == ie9 || $runtime == ie10 ] |
105 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 | 105 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 |
106 polymer/test/noscript_test: RuntimeError # Issue 13260 | 106 polymer/test/noscript_test: RuntimeError # Issue 13260 |
107 | 107 |
108 [ ($runtime == ie9 || $runtime == ie10) && $checked ] | 108 [ ($runtime == ie9 || $runtime == ie10) && $checked ] |
109 polymer/test/take_attributes_test: RuntimeError # Issue 13260 | 109 polymer/test/take_attributes_test: RuntimeError # Issue 13260 |
110 | 110 |
111 # Skip browser-specific tests on VM | 111 # Skip browser-specific tests on VM |
112 [ $runtime == vm ] | 112 [ $runtime == vm ] |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members | 311 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members |
312 | 312 |
313 [ $runtime == vm && ($system == windows || $system == macos) ] | 313 [ $runtime == vm && ($system == windows || $system == macos) ] |
314 watcher/test/*/linux_test: Skip | 314 watcher/test/*/linux_test: Skip |
315 | 315 |
316 [ $runtime == vm && ($system == windows || $system == linux) ] | 316 [ $runtime == vm && ($system == windows || $system == linux) ] |
317 watcher/test/*/mac_os_test: Skip | 317 watcher/test/*/mac_os_test: Skip |
318 | 318 |
319 [ $runtime == vm && $system == macos ] | 319 [ $runtime == vm && $system == macos ] |
320 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 | 320 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 |
OLD | NEW |