| 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 |
| 153 [ $compiler == dart2js && $browser ] | 154 [ $compiler == dart2js && $browser ] |
| 154 stack_trace/test/vm_test: Fail, OK # VM-specific traces | 155 stack_trace/test/vm_test: Fail, OK # VM-specific traces |
| 155 crypto/test/sha256_test: Slow, Pass | 156 crypto/test/sha256_test: Slow, Pass |
| 156 crypto/test/sha1_test: Slow, Pass | 157 crypto/test/sha1_test: Slow, Pass |
| 157 polymer/example/component: Fail # Issue 13198 | 158 polymer/example/component: Fail # Issue 13198 |
| 158 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de
velopment only behavior | 159 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de
velopment only behavior |
| 159 | 160 |
| 160 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 161 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 161 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. | 162 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 observe/test/observe_test: fail | 307 observe/test/observe_test: fail |
| 307 | 308 |
| 308 [ $compiler == dart2analyzer ] | 309 [ $compiler == dart2analyzer ] |
| 309 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 310 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
| 310 custom_element/test/analyzer_test: fail | 311 custom_element/test/analyzer_test: fail |
| 311 template_binding/test/analyzer_test: fail | 312 template_binding/test/analyzer_test: fail |
| 312 observe/test/observe_test: fail | 313 observe/test/observe_test: fail |
| 313 | 314 |
| 314 # pkg issue 13945; Missing inherited member 'Trace.frames' | 315 # pkg issue 13945; Missing inherited member 'Trace.frames' |
| 315 observe/test/observe_test: fail | 316 observe/test/observe_test: fail |
| OLD | NEW |