Chromium Code Reviews| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 103 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86) | 103 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86) |
| 104 # See https://bugzilla.mozilla.org/show_bug.cgi?id=940972 | 104 # See https://bugzilla.mozilla.org/show_bug.cgi?id=940972 |
| 105 # Likely to get patched only on some versions of Firefox. | 105 # Likely to get patched only on some versions of Firefox. |
| 106 typed_data/test/typed_buffers_test: RuntimeError | 106 typed_data/test/typed_buffers_test: RuntimeError |
| 107 | 107 |
| 108 [ $runtime == opera && $compiler == dart2js ] | 108 [ $runtime == opera && $compiler == dart2js ] |
| 109 intl/test/find_default_locale_browser_test: Fail | 109 intl/test/find_default_locale_browser_test: Fail |
| 110 intl/test/date_time_format_http_request_test: Skip # Timeout. | 110 intl/test/date_time_format_http_request_test: Skip # Timeout. |
| 111 | 111 |
| 112 [ $runtime == ie9 ] | 112 [ $runtime == ie9 ] |
| 113 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | |
| 114 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. | 113 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. |
| 115 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. | 114 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. |
| 116 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 | 115 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 |
| 117 polymer/test/bind_mdv_test: Slow, Pass | 116 polymer/test/bind_mdv_test: Slow, Pass |
| 118 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 | 117 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 |
| 118 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 | |
| 119 | |
| 120 [ $runtime == ie9 || $runtime == ie10 ] | |
| 121 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 | |
| 122 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | |
| 123 | |
| 124 [ $runtime == ie10 ] | |
| 125 stack_trace/test/trace_test: RuntimeError # Issue 17607 | |
| 126 typed_data/test/typed_buffers_test: Fail # Issue 17607 (I put this here explicit ly, since this is not the same as on ie9) | |
|
kustermann
2014/03/19 09:23:15
=> typed_data/test/typed_buffers_test/none
ricow1
2014/03/19 09:25:05
Done.
| |
| 119 | 127 |
| 120 [ $runtime == safari ] | 128 [ $runtime == safari ] |
| 121 # Unexplained errors only occuring on Safari. | 129 # Unexplained errors only occuring on Safari. |
| 122 typed_data/test/typed_buffers_test: RuntimeError | 130 typed_data/test/typed_buffers_test: RuntimeError |
| 123 | 131 |
| 124 [ $runtime == ie9 || $runtime == ie10 ] | |
| 125 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 | |
| 126 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 | |
| 127 | |
| 128 # Skip browser-specific tests on VM | 132 # Skip browser-specific tests on VM |
| 129 [ $runtime == vm ] | 133 [ $runtime == vm ] |
| 130 path/test/browser_test: Fail, OK # Uses dart:html | 134 path/test/browser_test: Fail, OK # Uses dart:html |
| 131 intl/test/find_default_locale_browser_test: Skip | 135 intl/test/find_default_locale_browser_test: Skip |
| 132 intl/test/date_time_format_http_request_test: Skip | 136 intl/test/date_time_format_http_request_test: Skip |
| 133 | 137 |
| 134 [ $runtime == vm && $system == windows ] | 138 [ $runtime == vm && $system == windows ] |
| 135 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 139 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 136 smoke/test/codegen/end_to_end_test: Fail # Issue 17600 | 140 smoke/test/codegen/end_to_end_test: Fail # Issue 17600 |
| 137 | 141 |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 381 collection/test/priority_queue_test: PubGetError | 385 collection/test/priority_queue_test: PubGetError |
| 382 collection/test/unmodifiable_collection_test: PubGetError | 386 collection/test/unmodifiable_collection_test: PubGetError |
| 383 collection/test/wrapper_test: PubGetError | 387 collection/test/wrapper_test: PubGetError |
| 384 stack_trace/test/chain_test: PubGetError | 388 stack_trace/test/chain_test: PubGetError |
| 385 stack_trace/test/frame_test: PubGetError | 389 stack_trace/test/frame_test: PubGetError |
| 386 stack_trace/test/trace_test: PubGetError | 390 stack_trace/test/trace_test: PubGetError |
| 387 stack_trace/test/vm_test: PubGetError | 391 stack_trace/test/vm_test: PubGetError |
| 388 | 392 |
| 389 [ $runtime == ie9 ] | 393 [ $runtime == ie9 ] |
| 390 polymer: Pass, Fail, Timeout # Issue 16717 | 394 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |