| 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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 498 |
| 499 [ $runtime == safari && $builder_tag == mac10_8 ] | 499 [ $runtime == safari && $builder_tag == mac10_8 ] |
| 500 polymer/e2e_test/good_import/test/import_test: RuntimeError # Issue 21424 | 500 polymer/test/attr_mustache_test: Pass, RuntimeError # Issue 21434 |
| 501 polymer/test/custom_event_test: RuntimeError # Issue 21425 | 501 polymer/test/auto_binding_test: Pass, RuntimeError # Issue 21434 |
| 502 polymer/test/instance_attrs_test: RuntimeError # Issue 21425 | 502 polymer/test/bind_test: Pass, RuntimeError # Issue 21434 |
| 503 polymer/test/property_observe_test: RuntimeError # Issue 21425 | 503 polymer/test/property_observe_test: Pass, RuntimeError # Issue 21434 |
| 504 intl/test/date_time_format_http_request_test: RuntimeError # Issue 21428 | 504 polymer/test/take_attributes_test: Pass, RuntimeError # Issue 21434 |
| 505 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 21434 |
| OLD | NEW |