| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 [ $browser ] | 117 [ $browser ] |
| 118 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo
ts | 118 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo
ts |
| 119 analysis_server/test/*: SkipByDesign # Uses dart:io. | 119 analysis_server/test/*: SkipByDesign # Uses dart:io. |
| 120 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. | 120 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. |
| 121 analyzer/test/*: SkipByDesign # Uses dart:io. | 121 analyzer/test/*: SkipByDesign # Uses dart:io. |
| 122 analyzer2dart/*: SkipByDesign # Uses dart:io. | 122 analyzer2dart/*: SkipByDesign # Uses dart:io. |
| 123 docgen/test/*: SkipByDesign # Uses dart:io. | 123 docgen/test/*: SkipByDesign # Uses dart:io. |
| 124 http_server/test/*: Fail, OK # Uses dart:io. | 124 http_server/test/*: Fail, OK # Uses dart:io. |
| 125 observe/test/transformer_test: Fail, OK # Uses dart:io. | 125 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 126 observe/test/unique_message_test: SkipByDesign # Uses dart:io. | 126 observe/test/unique_message_test: SkipByDesign # Uses dart:io. |
| 127 stub_core_library/test/*: Fail, OK # Uses dart:io. | |
| 128 | 127 |
| 129 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te
|| $arch == simmips || $arch == armv5te) ] | 128 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te
|| $arch == simmips || $arch == armv5te) ] |
| 130 # Timeout. These are not unit tests. They do not run efficiently on our | 129 # Timeout. These are not unit tests. They do not run efficiently on our |
| 131 # simulator or low-end devices. | 130 # simulator or low-end devices. |
| 132 *: Skip | 131 *: Skip |
| 133 | 132 |
| 134 [ $runtime == vm ] | 133 [ $runtime == vm ] |
| 135 # Skip tests on the VM if the package depends on dart:html | 134 # Skip tests on the VM if the package depends on dart:html |
| 136 mutation_observer: Skip | 135 mutation_observer: Skip |
| 137 | 136 |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 analyzer/test/src/util/asserts_test: Crash # try/finally | 179 analyzer/test/src/util/asserts_test: Crash # try/finally |
| 181 analyzer/test/src/util/lru_map_test: Crash # try/finally | 180 analyzer/test/src/util/lru_map_test: Crash # try/finally |
| 182 analyzer2dart/test/driver_test: Crash # unsupported element kind: _escapeRegExp:
field | 181 analyzer2dart/test/driver_test: Crash # unsupported element kind: _escapeRegExp:
field |
| 183 analyzer2dart/test/end2end_test: Crash # unsupported element kind: _escapeRegExp
:field | 182 analyzer2dart/test/end2end_test: Crash # unsupported element kind: _escapeRegExp
:field |
| 184 analyzer2dart/test/identifier_semantics_test: Crash # unsupported element kind:
NOT_SDK:field | 183 analyzer2dart/test/identifier_semantics_test: Crash # unsupported element kind:
NOT_SDK:field |
| 185 analyzer2dart/test/sexpr_test: Crash # unsupported element kind: _escapeRegExp:f
ield | 184 analyzer2dart/test/sexpr_test: Crash # unsupported element kind: _escapeRegExp:f
ield |
| 186 analyzer2dart/test/tree_shaker_test: Crash # unsupported element kind: _escapeRe
gExp:field | 185 analyzer2dart/test/tree_shaker_test: Crash # unsupported element kind: _escapeRe
gExp:field |
| 187 fixnum/test/int_32_test: Crash # try/finally | 186 fixnum/test/int_32_test: Crash # try/finally |
| 188 fixnum/test/int_64_test: Crash # try/finally | 187 fixnum/test/int_64_test: Crash # try/finally |
| 189 js_ast/test/printer_callback_test: Crash # unsupported element kind: templateMan
ager:field | 188 js_ast/test/printer_callback_test: Crash # unsupported element kind: templateMan
ager:field |
| 190 stub_core_library/test/stub_test: Crash # try/finally | |
| 191 typed_data/test/typed_buffers_test/01: Crash # unsupported element kind: _escape
RegExp:field | 189 typed_data/test/typed_buffers_test/01: Crash # unsupported element kind: _escape
RegExp:field |
| 192 typed_data/test/typed_buffers_test/none: Crash # unsupported element kind: _esca
peRegExp:field | 190 typed_data/test/typed_buffers_test/none: Crash # unsupported element kind: _esca
peRegExp:field |
| 193 typed_mock/test/typed_mock_test: Crash # try/finally | 191 typed_mock/test/typed_mock_test: Crash # try/finally |
| OLD | NEW |