| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 scheduled_test/test/scheduled_test/nested_task_test: RuntimeError #Issue 21005 | 159 scheduled_test/test/scheduled_test/nested_task_test: RuntimeError #Issue 21005 |
| 160 scheduled_test/test/scheduled_test/on_complete_test: RuntimeError #Issue 21005 | 160 scheduled_test/test/scheduled_test/on_complete_test: RuntimeError #Issue 21005 |
| 161 scheduled_test/test/scheduled_test/on_exception_test: RuntimeError #Issue 21005 | 161 scheduled_test/test/scheduled_test/on_exception_test: RuntimeError #Issue 21005 |
| 162 scheduled_test/test/scheduled_test/set_up_test: RuntimeError #Issue 21005 | 162 scheduled_test/test/scheduled_test/set_up_test: RuntimeError #Issue 21005 |
| 163 scheduled_test/test/scheduled_test/simple_test: RuntimeError #Issue 21005 | 163 scheduled_test/test/scheduled_test/simple_test: RuntimeError #Issue 21005 |
| 164 scheduled_test/test/scheduled_test/task_return_value_test: RuntimeError #Issue 2
1005 | 164 scheduled_test/test/scheduled_test/task_return_value_test: RuntimeError #Issue 2
1005 |
| 165 scheduled_test/test/scheduled_test/tear_down_test: RuntimeError #Issue 21005 | 165 scheduled_test/test/scheduled_test/tear_down_test: RuntimeError #Issue 21005 |
| 166 scheduled_test/test/scheduled_test/unhandled_error_test: RuntimeError #Issue 210
05 | 166 scheduled_test/test/scheduled_test/unhandled_error_test: RuntimeError #Issue 210
05 |
| 167 scheduled_test/test/scheduled_test/wrap_future_test: RuntimeError #Issue 21005 | 167 scheduled_test/test/scheduled_test/wrap_future_test: RuntimeError #Issue 21005 |
| 168 scheduled_test/test/unittest_compatibility_test: RuntimeError #Issue 21005 | 168 scheduled_test/test/unittest_compatibility_test: RuntimeError #Issue 21005 |
| 169 unittest/test/missing_tick_test: RuntimeError # Timer interface not supported: d
artbug.com/7728 | 169 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728 |
| 170 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c
om/10109 | 170 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c
om/10109 |
| 171 | 171 |
| 172 [ $compiler == dart2js && $runtime == drt ] | 172 [ $compiler == dart2js && $runtime == drt ] |
| 173 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 | 173 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 |
| 174 | 174 |
| 175 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] | 175 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
| 176 polymer/example: Skip # Uses dart:html | 176 polymer/example: Skip # Uses dart:html |
| 177 polymer/e2e_test: Skip # Uses dart:html | 177 polymer/e2e_test: Skip # Uses dart:html |
| 178 polymer/test/auto_binding_test: Skip # uses dart:html | 178 polymer/test/auto_binding_test: Skip # uses dart:html |
| 179 polymer/test/attr_deserialize_test: Skip # uses dart:html | 179 polymer/test/attr_deserialize_test: Skip # uses dart:html |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 478 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 479 | 479 |
| 480 [ $use_repository_packages ] | 480 [ $use_repository_packages ] |
| 481 analyzer/test/*: PubGetError | 481 analyzer/test/*: PubGetError |
| 482 | 482 |
| 483 [ $runtime == drt ] | 483 [ $runtime == drt ] |
| 484 http/test/html/client_test: Skip # Issue 18566 | 484 http/test/html/client_test: Skip # Issue 18566 |
| 485 | 485 |
| 486 [ $system == windows ] | 486 [ $system == windows ] |
| 487 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 487 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
| OLD | NEW |