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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 106 intl/test/find_default_locale_browser_test: Fail | 106 intl/test/find_default_locale_browser_test: Fail |
| 107 intl/test/date_time_format_http_request_test: Skip # Timeout. | 107 intl/test/date_time_format_http_request_test: Skip # Timeout. |
| 108 | 108 |
| 109 [ $runtime == ie9 ] | 109 [ $runtime == ie9 ] |
| 110 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. | 110 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. |
| 111 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. | 111 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. |
| 112 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 | 112 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 |
| 113 polymer/test/bind_mdv_test: Slow, Pass | 113 polymer/test/bind_mdv_test: Slow, Pass |
| 114 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 | 114 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 |
| 115 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 | 115 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 |
| 116 matcher/test/matchers_test: RuntimeError # Issue 17762 | |
| 116 | 117 |
| 117 [ $runtime == ie9 || $runtime == ie10 ] | 118 [ $ie ] |
| 118 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 | 119 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 |
| 119 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 120 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
| 120 | 121 |
| 121 [ $runtime == ie10 ] | 122 [ $runtime == ie10 || $runtime == ie11 ] |
| 122 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here exp licitly, since this is not the same as on ie9) | 123 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here exp licitly, since this is not the same as on ie9) |
| 123 | 124 |
| 124 [ $runtime == safari ] | 125 [ $runtime == safari ] |
| 125 # Unexplained errors only occuring on Safari. | 126 # Unexplained errors only occuring on Safari. |
| 126 typed_data/test/typed_buffers_test: RuntimeError | 127 typed_data/test/typed_buffers_test: RuntimeError |
| 127 | 128 |
| 128 # Skip browser-specific tests on VM | 129 # Skip browser-specific tests on VM |
| 129 [ $runtime == vm ] | 130 [ $runtime == vm ] |
| 130 path/test/browser_test: Fail, OK # Uses dart:html | 131 path/test/browser_test: Fail, OK # Uses dart:html |
| 131 intl/test/find_default_locale_browser_test: Skip | 132 intl/test/find_default_locale_browser_test: Skip |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 312 | 313 |
| 313 # Skip tests on the VM if the package depends on dart:html | 314 # Skip tests on the VM if the package depends on dart:html |
| 314 custom_element: Skip | 315 custom_element: Skip |
| 315 template_binding: Skip | 316 template_binding: Skip |
| 316 mutation_observer: Skip | 317 mutation_observer: Skip |
| 317 polymer_expressions/test/syntax_test: Skip | 318 polymer_expressions/test/syntax_test: Skip |
| 318 polymer_expressions/test/globals_test: Skip | 319 polymer_expressions/test/globals_test: Skip |
| 319 polymer_expressions/test/bindings_test: Skip | 320 polymer_expressions/test/bindings_test: Skip |
| 320 third_party/html5lib/test/browser/browser_test: Skip | 321 third_party/html5lib/test/browser/browser_test: Skip |
| 321 | 322 |
| 322 [ $runtime == safari || $runtime == ie9 || $runtime == ie10 ] | 323 [ $runtime == safari || $ie ] |
| 323 polymer_expressions/test/globals_test: Fail # Issue 16568 | 324 polymer_expressions/test/globals_test: Fail # Issue 16568 |
| 324 | 325 |
| 325 [ $browser ] | 326 [ $browser ] |
| 326 docgen/test/*: Skip # Uses dart:io | 327 docgen/test/*: Skip # Uses dart:io |
| 327 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io | 328 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io |
| 328 | 329 |
| 329 [ $browser || $runtime == vm ] | 330 [ $browser || $runtime == vm ] |
| 330 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. | 331 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. |
| 331 | 332 |
| 332 | 333 |
| 333 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 334 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 334 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure. | 335 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure. |
| 335 | 336 |
| 336 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 337 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 337 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract class | 338 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract class |
| 338 | 339 |
| 339 [ $runtime == vm && ($system == windows || $system == macos) ] | 340 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 340 watcher/test/*/linux_test: Skip | 341 watcher/test/*/linux_test: Skip |
| 341 | 342 |
| 342 [ $runtime == vm && ($system == windows || $system == linux) ] | 343 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 343 watcher/test/*/mac_os_test: Skip | 344 watcher/test/*/mac_os_test: Skip |
| 344 | 345 |
| 345 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == ie10 ] | 346 [ $runtime == safari || $runtime == chrome || $ie ] |
|
Emily Fortuna
2014/03/28 16:49:06
was this an accident that $runtime==ff was deleted
Bill Hesse
2014/03/28 16:55:56
Yes it was, and it was restored in a later CL. I
| |
| 346 # Various issues due to limited browser testing in Angular. | 347 # Various issues due to limited browser testing in Angular. |
| 347 third_party/angular_tests/*: Skip | 348 third_party/angular_tests/*: Skip |
| 348 | 349 |
| 349 [ $unchecked ] | 350 [ $unchecked ] |
| 350 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 351 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 351 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 352 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 352 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 353 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 353 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 354 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 354 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 | 355 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 |
| 355 | 356 |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 375 collection/test/priority_queue_test: PubGetError | 376 collection/test/priority_queue_test: PubGetError |
| 376 collection/test/unmodifiable_collection_test: PubGetError | 377 collection/test/unmodifiable_collection_test: PubGetError |
| 377 collection/test/wrapper_test: PubGetError | 378 collection/test/wrapper_test: PubGetError |
| 378 stack_trace/test/chain_test: PubGetError | 379 stack_trace/test/chain_test: PubGetError |
| 379 stack_trace/test/frame_test: PubGetError | 380 stack_trace/test/frame_test: PubGetError |
| 380 stack_trace/test/trace_test: PubGetError | 381 stack_trace/test/trace_test: PubGetError |
| 381 stack_trace/test/vm_test: PubGetError | 382 stack_trace/test/vm_test: PubGetError |
| 382 | 383 |
| 383 [ $runtime == ie9 ] | 384 [ $runtime == ie9 ] |
| 384 polymer: Pass, Fail, Timeout # Issue 16717 | 385 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |