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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 unittest/test/mirror_matchers_test: Skip # Issue 12151 | 142 unittest/test/mirror_matchers_test: Skip # Issue 12151 |
143 | 143 |
144 # This test cannot run under CSP because it is injecting a JavaScript polyfill | 144 # This test cannot run under CSP because it is injecting a JavaScript polyfill |
145 mutation_observer: Skip | 145 mutation_observer: Skip |
146 | 146 |
147 [ $compiler == dart2js && $minified ] | 147 [ $compiler == dart2js && $minified ] |
148 # The unminified unittest tests test that the real names of Dart types are | 148 # The unminified unittest tests test that the real names of Dart types are |
149 # printed. Minified versions of these tests exist that test the behavior when | 149 # printed. Minified versions of these tests exist that test the behavior when |
150 # minified. | 150 # minified. |
151 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS | 151 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS |
152 analyzer/test/generated/ast_test: Fail # Issue 12336 | 152 |
| 153 # Issue 9217: Uses unspecified Type.toString. |
| 154 analyzer/test/generated/ast_test: Fail |
153 | 155 |
154 [ $compiler == dart2js && $browser ] | 156 [ $compiler == dart2js && $browser ] |
155 stack_trace/test/vm_test: Fail, OK # VM-specific traces | 157 stack_trace/test/vm_test: Fail, OK # VM-specific traces |
156 crypto/test/sha256_test: Slow, Pass | 158 crypto/test/sha256_test: Slow, Pass |
157 crypto/test/sha1_test: Slow, Pass | 159 crypto/test/sha1_test: Slow, Pass |
158 polymer/example/component: Fail # Issue 13198 | 160 polymer/example/component: Fail # Issue 13198 |
159 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de
velopment only behavior | 161 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de
velopment only behavior |
160 | 162 |
161 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 163 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
162 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. | 164 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 observe/test/observe_test: fail | 309 observe/test/observe_test: fail |
308 | 310 |
309 [ $compiler == dart2analyzer ] | 311 [ $compiler == dart2analyzer ] |
310 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 312 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
311 custom_element/test/analyzer_test: fail | 313 custom_element/test/analyzer_test: fail |
312 template_binding/test/analyzer_test: fail | 314 template_binding/test/analyzer_test: fail |
313 observe/test/observe_test: fail | 315 observe/test/observe_test: fail |
314 | 316 |
315 # pkg issue 13945; Missing inherited member 'Trace.frames' | 317 # pkg issue 13945; Missing inherited member 'Trace.frames' |
316 observe/test/observe_test: fail | 318 observe/test/observe_test: fail |
OLD | NEW |