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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 analyzer/test/generated/scanner_test: Crash # Unhandled node | 214 analyzer/test/generated/scanner_test: Crash # Unhandled node |
215 analyzer/test/generated/static_type_warning_code_test: Crash # Unhandled node | 215 analyzer/test/generated/static_type_warning_code_test: Crash # Unhandled node |
216 analyzer/test/generated/static_warning_code_test: Crash # Unhandled node | 216 analyzer/test/generated/static_warning_code_test: Crash # Unhandled node |
217 analyzer/test/generated/utilities_test: Crash # Unhandled node | 217 analyzer/test/generated/utilities_test: Crash # Unhandled node |
218 analyzer/test/instrumentation/instrumentation_test: Crash # try/finally | 218 analyzer/test/instrumentation/instrumentation_test: Crash # try/finally |
219 analyzer/test/parse_compilation_unit_test: Crash # cannot compile methods that n
eed interceptor calling convention. | 219 analyzer/test/parse_compilation_unit_test: Crash # cannot compile methods that n
eed interceptor calling convention. |
220 analyzer/test/plugin/plugin_impl_test: Crash # try/finally | 220 analyzer/test/plugin/plugin_impl_test: Crash # try/finally |
221 analyzer/test/source/package_map_provider_test: Crash # try/finally | 221 analyzer/test/source/package_map_provider_test: Crash # try/finally |
222 analyzer/test/source/package_map_resolver_test: Crash # Unhandled node | 222 analyzer/test/source/package_map_resolver_test: Crash # Unhandled node |
223 analyzer/test/src/context/cache_test: Crash # Unhandled node | 223 analyzer/test/src/context/cache_test: Crash # Unhandled node |
| 224 analyzer/test/src/context/context_test: Crash # try/finally |
224 analyzer/test/src/task/dart_test: Crash # Unhandled node | 225 analyzer/test/src/task/dart_test: Crash # Unhandled node |
225 analyzer/test/src/task/driver_test: Crash # Unhandled node | 226 analyzer/test/src/task/driver_test: Crash # Unhandled node |
226 analyzer/test/src/task/general_test: Crash # Unhandled node | 227 analyzer/test/src/task/general_test: Crash # Unhandled node |
227 analyzer/test/src/task/inputs_test: Crash # Unhandled node | 228 analyzer/test/src/task/inputs_test: Crash # Unhandled node |
228 analyzer/test/src/task/manager_test: Crash # Unhandled node | 229 analyzer/test/src/task/manager_test: Crash # Unhandled node |
229 analyzer/test/src/task/model_test: Crash # Unhandled node | 230 analyzer/test/src/task/model_test: Crash # Unhandled node |
230 analyzer/test/src/util/asserts_test: Crash # Unhandled node | 231 analyzer/test/src/util/asserts_test: Crash # Unhandled node |
231 analyzer/test/src/util/lru_map_test: Crash # Unhandled node | 232 analyzer/test/src/util/lru_map_test: Crash # Unhandled node |
232 fixnum/test/int_32_test: Crash # try/finally | 233 fixnum/test/int_32_test: Crash # try/finally |
233 fixnum/test/int_64_test: Crash # try/finally | 234 fixnum/test/int_64_test: Crash # try/finally |
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 microlytics/test/dart_microlytics_test: Crash # (throw new ExpectException(messa
ge)): Unhandled node | 688 microlytics/test/dart_microlytics_test: Crash # (throw new ExpectException(messa
ge)): Unhandled node |
688 mock/test/mock_regexp_negative_test: Crash # Instance of 'TypeOperator': unimple
mented in CodeGenerator | 689 mock/test/mock_regexp_negative_test: Crash # Instance of 'TypeOperator': unimple
mented in CodeGenerator |
689 mock/test/mock_stepwise_negative_test: Crash # cannot compile methods that need
interceptor calling convention. | 690 mock/test/mock_stepwise_negative_test: Crash # cannot compile methods that need
interceptor calling convention. |
690 mock/test/mock_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe
nerator | 691 mock/test/mock_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe
nerator |
691 stub_core_library/test/stub_test: Crash # try/finally | 692 stub_core_library/test/stub_test: Crash # try/finally |
692 third_party/angular_tests/vm_test: Crash # try/finally | 693 third_party/angular_tests/vm_test: Crash # try/finally |
693 third_party/di_tests/di_test: Crash # try/finally | 694 third_party/di_tests/di_test: Crash # try/finally |
694 typed_data/test/typed_buffers_test/01: Crash # cannot compile methods that need
interceptor calling convention. | 695 typed_data/test/typed_buffers_test/01: Crash # cannot compile methods that need
interceptor calling convention. |
695 typed_data/test/typed_buffers_test/none: Crash # cannot compile methods that nee
d interceptor calling convention. | 696 typed_data/test/typed_buffers_test/none: Crash # cannot compile methods that nee
d interceptor calling convention. |
696 typed_mock/test/typed_mock_test: Crash # try/finally | 697 typed_mock/test/typed_mock_test: Crash # try/finally |
OLD | NEW |