| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 | 131 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 |
| 132 matcher/test/matchers_test: RuntimeError # Issue 17762 | 132 matcher/test/matchers_test: RuntimeError # Issue 17762 |
| 133 | 133 |
| 134 [ $ie ] | 134 [ $ie ] |
| 135 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 | 135 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 |
| 136 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 136 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
| 137 | 137 |
| 138 [ $runtime == ie10 ] | 138 [ $runtime == ie10 ] |
| 139 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e
xplicitly, since this is not the same as on ie9) | 139 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e
xplicitly, since this is not the same as on ie9) |
| 140 | 140 |
| 141 [ $runtime == safari ] | 141 [ $runtime == safari || $runtime == safarimobilesim ] |
| 142 # Unexplained errors only occuring on Safari. | 142 # Unexplained errors only occuring on Safari. |
| 143 typed_data/test/typed_buffers_test: RuntimeError | 143 typed_data/test/typed_buffers_test: RuntimeError |
| 144 | 144 |
| 145 # Skip browser-specific tests on VM | 145 # Skip browser-specific tests on VM |
| 146 [ $runtime == vm ] | 146 [ $runtime == vm ] |
| 147 path/test/browser_test: Fail, OK # Uses dart:html | 147 path/test/browser_test: Fail, OK # Uses dart:html |
| 148 intl/test/find_default_locale_browser_test: Skip | 148 intl/test/find_default_locale_browser_test: Skip |
| 149 intl/test/date_time_format_http_request_test: Skip | 149 intl/test/date_time_format_http_request_test: Skip |
| 150 | 150 |
| 151 [ $runtime == vm && $system == windows ] | 151 [ $runtime == vm && $system == windows ] |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 [ $runtime == vm ] | 308 [ $runtime == vm ] |
| 309 # Skip tests on the VM if the package depends on dart:html | 309 # Skip tests on the VM if the package depends on dart:html |
| 310 custom_element: Skip | 310 custom_element: Skip |
| 311 template_binding: Skip | 311 template_binding: Skip |
| 312 mutation_observer: Skip | 312 mutation_observer: Skip |
| 313 polymer_expressions/test/syntax_test: Skip | 313 polymer_expressions/test/syntax_test: Skip |
| 314 polymer_expressions/test/globals_test: Skip | 314 polymer_expressions/test/globals_test: Skip |
| 315 polymer_expressions/test/bindings_test: Skip | 315 polymer_expressions/test/bindings_test: Skip |
| 316 third_party/html5lib/test/browser/browser_test: Skip | 316 third_party/html5lib/test/browser/browser_test: Skip |
| 317 | 317 |
| 318 [ $runtime == safari || $ie ] | 318 [ $runtime == safari || $runtime == safarimobilesim || $ie ] |
| 319 polymer_expressions/test/globals_test: Fail # Issue 16568 | 319 polymer_expressions/test/globals_test: Fail # Issue 16568 |
| 320 polymer_expressions/test/bindings_test: Fail # Issue 16568 | 320 polymer_expressions/test/bindings_test: Fail # Issue 16568 |
| 321 | 321 |
| 322 [ $browser ] | 322 [ $browser ] |
| 323 docgen/test/*: Skip # Uses dart:io | 323 docgen/test/*: Skip # Uses dart:io |
| 324 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io | 324 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io |
| 325 | 325 |
| 326 [ $browser || $runtime == vm ] | 326 [ $browser || $runtime == vm ] |
| 327 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. | 327 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. |
| 328 | 328 |
| 329 | 329 |
| 330 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 330 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 331 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. | 331 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. |
| 332 | 332 |
| 333 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 333 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 334 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract
class | 334 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract
class |
| 335 | 335 |
| 336 [ $runtime == vm && ($system == windows || $system == macos) ] | 336 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 337 watcher/test/*/linux_test: Skip | 337 watcher/test/*/linux_test: Skip |
| 338 | 338 |
| 339 [ $runtime == vm && ($system == windows || $system == linux) ] | 339 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 340 watcher/test/*/mac_os_test: Skip | 340 watcher/test/*/mac_os_test: Skip |
| 341 | 341 |
| 342 [ $runtime == safari || $runtime == chrome || $runtime == ff || $ie ] | 342 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] |
| 343 # Various issues due to limited browser testing in Angular. | 343 # Various issues due to limited browser testing in Angular. |
| 344 third_party/angular_tests/*: Skip | 344 third_party/angular_tests/*: Skip |
| 345 | 345 |
| 346 [ $unchecked ] | 346 [ $unchecked ] |
| 347 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 347 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 348 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 348 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 349 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 349 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 350 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 350 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 351 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 351 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 352 | 352 |
| 353 [ $use_repository_packages ] | 353 [ $use_repository_packages ] |
| 354 analyzer/test/*: PubGetError | 354 analyzer/test/*: PubGetError |
| 355 | 355 |
| 356 [ $runtime == ie9 ] | 356 [ $runtime == ie9 ] |
| 357 polymer: Pass, Fail, Timeout # Issue 16717 | 357 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |