| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 | 250 |
| 251 [ $runtime == ie10 ] | 251 [ $runtime == ie10 ] |
| 252 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 | 252 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 |
| 253 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 | 253 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 |
| 254 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327 | 254 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327 |
| 255 polymer_expressions/*: Pass, RuntimeError # Issue 19265 | 255 polymer_expressions/*: Pass, RuntimeError # Issue 19265 |
| 256 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 | 256 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 |
| 257 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) | 257 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) |
| 258 | 258 |
| 259 [ $runtime == ie10 || $runtime == ie11 ] | 259 [ $runtime == ie10 || $runtime == ie11 ] |
| 260 scheduled_test/test/scheduled_test/current_schedule_errors_test: Timeout # Issue
21007 | 260 scheduled_test/test/scheduled_test/current_schedule_errors_test: Skip # Issue 21
007 |
| 261 scheduled_test/test/scheduled_test/nested_task_test: Timeout # Issue 21007 | 261 scheduled_test/test/scheduled_test/nested_task_test: Timeout # Skip 21007 |
| 262 scheduled_test/test/scheduled_test/out_of_band_task_test: Timeout # Issue 21007 | 262 scheduled_test/test/scheduled_test/out_of_band_task_test: Skip # Issue 21007 |
| 263 scheduled_test/test/scheduled_test/signal_error_test: Timeout # Issue 21007 | 263 scheduled_test/test/scheduled_test/signal_error_test: Skip # Issue 21007 |
| 264 scheduled_test/test/scheduled_test/task_return_value_test: Timeout # Issue 21007 | 264 scheduled_test/test/scheduled_test/task_return_value_test: Skip # Issue 21007 |
| 265 scheduled_test/test/scheduled_test/timeout_test: Timeout # Issue 21007 | 265 scheduled_test/test/scheduled_test/timeout_test: Skip # Issue 21007 |
| 266 scheduled_test/test/scheduled_test/wrap_async_test: Timeout # Issue 21007 | 266 scheduled_test/test/scheduled_test/wrap_async_test: Skip # Issue 21007 |
| 267 scheduled_test/test/scheduled_test/wrap_future_test: Timeout # Issue 21007 | 267 scheduled_test/test/scheduled_test/wrap_future_test: Skip # Issue 21007 |
| 268 | 268 |
| 269 [ $runtime == safarimobilesim ] | 269 [ $runtime == safarimobilesim ] |
| 270 # Unexplained errors only occuring on Safari 6.1 and earlier. | 270 # Unexplained errors only occuring on Safari 6.1 and earlier. |
| 271 typed_data/test/typed_buffers_test: RuntimeError | 271 typed_data/test/typed_buffers_test: RuntimeError |
| 272 | 272 |
| 273 [ $runtime == safari ] | 273 [ $runtime == safari ] |
| 274 polymer/test/*: Skip # Issue 21434 | 274 polymer/test/*: Skip # Issue 21434 |
| 275 polymer/test/js_interop_test: Pass, RuntimeError # Issue 20075 | 275 polymer/test/js_interop_test: Pass, RuntimeError # Issue 20075 |
| 276 | 276 |
| 277 [ $runtime == safari || $ie ] | 277 [ $runtime == safari || $ie ] |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 486 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 487 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 487 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 488 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 488 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 489 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 489 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 490 | 490 |
| 491 [ $use_repository_packages ] | 491 [ $use_repository_packages ] |
| 492 analyzer/test/*: PubGetError | 492 analyzer/test/*: PubGetError |
| 493 | 493 |
| 494 [ $runtime == drt ] | 494 [ $runtime == drt ] |
| 495 http/test/html/client_test: Skip # Issue 18566 | 495 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |