| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 mutation_observer: Skip | 147 mutation_observer: Skip |
| 148 | 148 |
| 149 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 149 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 150 third_party/di_tests/di_test: Pass, Slow # Issue 22896 | 150 third_party/di_tests/di_test: Pass, Slow # Issue 22896 |
| 151 | 151 |
| 152 [ $use_repository_packages ] | 152 [ $use_repository_packages ] |
| 153 analyzer/test/*: PubGetError | 153 analyzer/test/*: PubGetError |
| 154 | 154 |
| 155 [ $compiler == dart2js && $cps_ir ] | 155 [ $compiler == dart2js && $cps_ir ] |
| 156 analyzer/test/cancelable_future_test: Crash # Invalid argument(s) | 156 analyzer/test/cancelable_future_test: Crash # Invalid argument(s) |
| 157 analyzer/test/enum_test: Crash # (static Iterable<Str... cannot handle async/sy
nc*/async* functions | 157 analyzer/test/enum_test: Crash # (static Iterable<Str... cannot handle sync*/as
ync* functions |
| 158 analyzer/test/file_system/physical_resource_provider_test: Crash # (Future _poll
()async... cannot handle async/sync*/async* functions | 158 analyzer/test/generated/all_the_rest_test: Crash # Invalid argument(s) |
| 159 analyzer/test/generated/all_the_rest_test: Crash # (Future test_implici... cann
ot handle async/sync*/async* functions | |
| 160 analyzer/test/src/context/context_test: Crash # Invalid argument(s) | 159 analyzer/test/src/context/context_test: Crash # Invalid argument(s) |
| 161 typed_data/test/typed_buffers_test/none: RuntimeError # Please triage this failu
re. | 160 typed_data/test/typed_buffers_test/none: RuntimeError # Please triage this failu
re. |
| OLD | NEW |