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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 collection/test/equality_test/04: Fail # Issue 1533 | 50 collection/test/equality_test/04: Fail # Issue 1533 |
51 collection/test/equality_test/05: Fail # Issue 1533 | 51 collection/test/equality_test/05: Fail # Issue 1533 |
52 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 52 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
53 compiler/tool/*: SkipByDesign # Only meant to run on vm | 53 compiler/tool/*: SkipByDesign # Only meant to run on vm |
54 front_end/tool/*: SkipByDesign # Only meant to run on vm | 54 front_end/tool/*: SkipByDesign # Only meant to run on vm |
55 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. | 55 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. |
56 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 56 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
57 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773 | 57 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773 |
58 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io | 58 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io |
59 | 59 |
| 60 [ $compiler == dart2js && $fast_startup ] |
| 61 front_end/test/*: SkipByDesign # Tests written with dart:mirrors. |
| 62 |
60 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ] | 63 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ] |
61 analyzer/test/*: Skip # Issue 26813 | 64 analyzer/test/*: Skip # Issue 26813 |
62 analyzer/tool/*: Skip # Issue 26813 | 65 analyzer/tool/*: Skip # Issue 26813 |
63 analysis_server/test/*: Skip # Issue 26813 | 66 analysis_server/test/*: Skip # Issue 26813 |
64 | 67 |
65 [ $compiler == dart2js && $checked ] | 68 [ $compiler == dart2js && $checked ] |
66 crypto/test/base64_test: Slow, Pass | 69 crypto/test/base64_test: Slow, Pass |
67 | 70 |
68 [ $runtime == jsshell ] | 71 [ $runtime == jsshell ] |
69 async/test/stream_zip_test: RuntimeError, OK # Issue 26103. Timers are not suppo
rted. | 72 async/test/stream_zip_test: RuntimeError, OK # Issue 26103. Timers are not suppo
rted. |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 | 183 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 |
181 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 | 184 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 |
182 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 185 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
183 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 186 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
184 | 187 |
185 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ] | 188 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ] |
186 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 189 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
187 | 190 |
188 [ $compiler == dart2js && $cps_ir && $checked ] | 191 [ $compiler == dart2js && $cps_ir && $checked ] |
189 *: Skip # `assert` not implemented, about 75% tests crash | 192 *: Skip # `assert` not implemented, about 75% tests crash |
OLD | NEW |