| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 collection/test/equality_test/04: Fail # Issue 1533 | 60 collection/test/equality_test/04: Fail # Issue 1533 |
| 61 collection/test/equality_test/05: Fail # Issue 1533 | 61 collection/test/equality_test/05: Fail # Issue 1533 |
| 62 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 62 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
| 63 compiler/tool/*: SkipByDesign # Only meant to run on vm | 63 compiler/tool/*: SkipByDesign # Only meant to run on vm |
| 64 front_end/tool/*: SkipByDesign # Only meant to run on vm | 64 front_end/tool/*: SkipByDesign # Only meant to run on vm |
| 65 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. | 65 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. |
| 66 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 66 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
| 67 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773 | 67 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773 |
| 68 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io | 68 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io |
| 69 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io | 69 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io |
| 70 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io |
| 70 | 71 |
| 71 [ $compiler == dart2js && $fast_startup ] | 72 [ $compiler == dart2js && $fast_startup ] |
| 72 front_end/test/*: SkipByDesign # Tests written with dart:mirrors. | 73 front_end/test/*: SkipByDesign # Tests written with dart:mirrors. |
| 73 | 74 |
| 74 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ] | 75 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ] |
| 75 analyzer/test/*: Skip # Issue 26813 | 76 analyzer/test/*: Skip # Issue 26813 |
| 76 analyzer/tool/*: Skip # Issue 26813 | 77 analyzer/tool/*: Skip # Issue 26813 |
| 77 analysis_server/test/*: Skip # Issue 26813 | 78 analysis_server/test/*: Skip # Issue 26813 |
| 78 | 79 |
| 79 [ $compiler == dart2js && $checked ] | 80 [ $compiler == dart2js && $checked ] |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 | 203 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 |
| 203 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 | 204 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 |
| 204 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 205 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
| 205 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 206 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 206 | 207 |
| 207 [ $noopt || $runtime == dart_precompiled ] | 208 [ $noopt || $runtime == dart_precompiled ] |
| 208 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 209 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 209 | 210 |
| 210 [ $compiler == dart2js && $cps_ir && $checked ] | 211 [ $compiler == dart2js && $cps_ir && $checked ] |
| 211 *: Skip # `assert` not implemented, about 75% tests crash | 212 *: Skip # `assert` not implemented, about 75% tests crash |
| OLD | NEW |