| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 # printed. Minified versions of these tests exist that test the behavior when | 116 # printed. Minified versions of these tests exist that test the behavior when |
| 117 # minified. | 117 # minified. |
| 118 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS | 118 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS |
| 119 | 119 |
| 120 [ $compiler == dart2js && $browser ] | 120 [ $compiler == dart2js && $browser ] |
| 121 stack_trace/test/vm_test: Fail, OK # VM-specific traces | 121 stack_trace/test/vm_test: Fail, OK # VM-specific traces |
| 122 crypto/test/sha256_test: Slow, Pass | 122 crypto/test/sha256_test: Slow, Pass |
| 123 crypto/test/sha1_test: Slow, Pass | 123 crypto/test/sha1_test: Slow, Pass |
| 124 polymer/example/component: Fail # Issue 13198 | 124 polymer/example/component: Fail # Issue 13198 |
| 125 | 125 |
| 126 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 127 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. |
| 128 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. |
| 129 |
| 126 [ $browser ] | 130 [ $browser ] |
| 127 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. | 131 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. |
| 128 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. | 132 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. |
| 129 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. | 133 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. |
| 130 analyzer_experimental/test/options_test: Fail, OK, Pass # Uses dart:io. | 134 analyzer_experimental/test/options_test: Fail, OK, Pass # Uses dart:io. |
| 131 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. | 135 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. |
| 132 analyzer_experimental/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. | 136 analyzer_experimental/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. |
| 133 barback/test/*: Fail, OK # Uses dart:io. | 137 barback/test/*: Fail, OK # Uses dart:io. |
| 134 http/test/client_test: Fail, OK # Uses dart:io. | 138 http/test/client_test: Fail, OK # Uses dart:io. |
| 135 http/test/http_test: Fail, OK # Uses dart:io. | 139 http/test/http_test: Fail, OK # Uses dart:io. |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 | 227 |
| 224 [ $browser || $runtime == vm ] | 228 [ $browser || $runtime == vm ] |
| 225 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. | 229 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. |
| 226 | 230 |
| 227 # Issue http://dartbug.com/12930 | 231 # Issue http://dartbug.com/12930 |
| 228 [ $runtime == vm ] | 232 [ $runtime == vm ] |
| 229 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 | 233 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 |
| 230 | 234 |
| 231 [ $compiler == none && $runtime == drt && $arch == ia32 ] | 235 [ $compiler == none && $runtime == drt && $arch == ia32 ] |
| 232 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 | 236 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 |
| OLD | NEW |