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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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: Timeout # Issue
21007 |
261 scheduled_test/test/scheduled_test/nested_task_test: Timeout # Issue 21007 | 261 scheduled_test/test/scheduled_test/nested_task_test: Timeout # Issue 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: Timeout # Issue 21007 |
263 scheduled_test/test/scheduled_test/signal_error_test: Timeout # Issue 21007 | 263 scheduled_test/test/scheduled_test/signal_error_test: Timeout # 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: Timeout # Issue 21007 |
265 scheduled_test/test/scheduled_test/timeout_test: Timeout # Issue 21007 | 265 scheduled_test/test/scheduled_test/timeout_test: Timeout # Issue 21007 |
266 scheduled_test/test/scheduled_test/wrap_async_test: Timeout # Issue 21007 | 266 scheduled_test/test/scheduled_test/wrap_async_test: Timeout # Issue 21007 |
267 scheduled_test/test/scheduled_test/wrap_future_test: Timeout # Issue 21007 | 267 scheduled_test/test/scheduled_test/wrap_future_test: Timeout # Issue 21007 |
268 | 268 |
269 [ $runtime == safari || $runtime == safarimobilesim ] | 269 [ ($runtime == safari && $builder_tag == mac10_7) || $runtime == safarimobilesim
] |
270 # Unexplained errors only occuring on Safari. | 270 # Unexplained errors only occuring on Safari. |
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/js_interop_test: Pass, RuntimeError # Issue 20075 | 274 polymer/test/js_interop_test: Pass, RuntimeError # Issue 20075 |
275 | 275 |
276 [ $runtime == safari || $ie ] | 276 [ $runtime == safari || $ie ] |
277 polymer/test/two_way_bind_test: Pass, RuntimeError # Issue 20075 | 277 polymer/test/two_way_bind_test: Pass, RuntimeError # Issue 20075 |
278 | 278 |
279 # Skip browser-specific tests on VM | 279 # Skip browser-specific tests on VM |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 488 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
489 | 489 |
490 [ $use_repository_packages ] | 490 [ $use_repository_packages ] |
491 analyzer/test/*: PubGetError | 491 analyzer/test/*: PubGetError |
492 | 492 |
493 [ $runtime == drt ] | 493 [ $runtime == drt ] |
494 http/test/html/client_test: Skip # Issue 18566 | 494 http/test/html/client_test: Skip # Issue 18566 |
495 | 495 |
496 [ $system == windows ] | 496 [ $system == windows ] |
497 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 497 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
| 498 |
| 499 [ $runtime == safari && $builder_tag == mac10_8 ] |
| 500 polymer/e2e_test/good_import/test/import_test: RuntimeError # Issue 21424 |
| 501 polymer/test/custom_event_test: RuntimeError # Issue 21425 |
| 502 polymer/test/instance_attrs_test: RuntimeError # Issue 21425 |
| 503 polymer/test/property_observe_test: RuntimeError # Issue 21425 |
| 504 intl/test/date_time_format_http_request_test: RuntimeError # Issue 21428 |
OLD | NEW |