| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 stack_trace/test/vm_test: Fail, OK # VM-specific traces | 143 stack_trace/test/vm_test: Fail, OK # VM-specific traces |
| 144 crypto/test/sha256_test: Slow, Pass | 144 crypto/test/sha256_test: Slow, Pass |
| 145 crypto/test/sha1_test: Slow, Pass | 145 crypto/test/sha1_test: Slow, Pass |
| 146 polymer/example/component: Fail # Issue 13198 | 146 polymer/example/component: Fail # Issue 13198 |
| 147 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de
velopment only behavior | 147 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de
velopment only behavior |
| 148 | 148 |
| 149 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 149 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 150 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. | 150 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. |
| 151 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. | 151 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. |
| 152 | 152 |
| 153 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] | 153 [ $compiler == none && $runtime == vm && $system == windows ] |
| 154 http_server/test/http_body_test: Pass, Fail # Issue 14381 | 154 http_server/test/http_body_test: Pass, Fail # Issue 14381 |
| 155 | 155 |
| 156 [ $browser ] | 156 [ $browser ] |
| 157 analyzer_experimental/test/error_test: Fail, Timeout, OK # Uses dart:io. | 157 analyzer_experimental/test/error_test: Fail, Timeout, OK # Uses dart:io. |
| 158 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. | 158 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. |
| 159 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. | 159 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. |
| 160 analyzer_experimental/test/options_test: Fail, OK, Pass # Uses dart:io. | 160 analyzer_experimental/test/options_test: Fail, OK, Pass # Uses dart:io. |
| 161 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. | 161 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. |
| 162 analyzer_experimental/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. | 162 analyzer_experimental/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. |
| 163 barback/test/*: Fail, OK # Uses dart:io. | 163 barback/test/*: Fail, OK # Uses dart:io. |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 observe/test/observe_test: fail | 297 observe/test/observe_test: fail |
| 298 | 298 |
| 299 [ $compiler == dart2analyzer ] | 299 [ $compiler == dart2analyzer ] |
| 300 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 300 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
| 301 custom_element/test/analyzer_test: fail | 301 custom_element/test/analyzer_test: fail |
| 302 template_binding/test/analyzer_test: fail | 302 template_binding/test/analyzer_test: fail |
| 303 observe/test/observe_test: fail | 303 observe/test/observe_test: fail |
| 304 | 304 |
| 305 # pkg issue 13945; Missing inherited member 'Trace.frames' | 305 # pkg issue 13945; Missing inherited member 'Trace.frames' |
| 306 observe/test/observe_test: fail | 306 observe/test/observe_test: fail |
| OLD | NEW |