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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS | 89 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS |
90 | 90 |
91 [ $compiler == dart2js && $browser ] | 91 [ $compiler == dart2js && $browser ] |
92 stack_trace/test/vm_test: Fail, OK # VM-specific traces | 92 stack_trace/test/vm_test: Fail, OK # VM-specific traces |
93 crypto/test/sha256_test: Slow, Pass | 93 crypto/test/sha256_test: Slow, Pass |
94 crypto/test/sha1_test: Slow, Pass | 94 crypto/test/sha1_test: Slow, Pass |
95 | 95 |
96 [ $browser ] | 96 [ $browser ] |
97 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. | 97 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. |
98 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. | 98 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. |
| 99 analyzer_experimental/test/generated/parser_test: Fail, OK # Uses dart:io. |
99 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. | 100 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. |
100 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io. | 101 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io. |
101 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. | 102 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. |
102 barback/test/*: Fail, OK # Uses dart:io. | 103 barback/test/*: Fail, OK # Uses dart:io. |
103 http/test/client_test: Fail, OK # Uses dart:io. | 104 http/test/client_test: Fail, OK # Uses dart:io. |
104 http/test/http_test: Fail, OK # Uses dart:io. | 105 http/test/http_test: Fail, OK # Uses dart:io. |
105 http/test/mock_client_test: Fail, OK # Uses dart:io. | 106 http/test/mock_client_test: Fail, OK # Uses dart:io. |
106 http/test/multipart_test: Fail, OK # Uses dart:io. | 107 http/test/multipart_test: Fail, OK # Uses dart:io. |
107 http/test/request_test: Fail, OK # Uses dart:io. | 108 http/test/request_test: Fail, OK # Uses dart:io. |
108 http/test/response_test: Fail, OK # Uses dart:io. | 109 http/test/response_test: Fail, OK # Uses dart:io. |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 custom_element: Skip | 181 custom_element: Skip |
181 mdv: Skip | 182 mdv: Skip |
182 mutation_observer: Skip | 183 mutation_observer: Skip |
183 | 184 |
184 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == dartium || $runtime == drt ] | 185 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == dartium || $runtime == drt ] |
185 docgen/test/single_library_test: Skip # Uses dart:io | 186 docgen/test/single_library_test: Skip # Uses dart:io |
186 | 187 |
187 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 188 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
188 # TODO(vsm): Triage from latest Blink merge | 189 # TODO(vsm): Triage from latest Blink merge |
189 custom_element/test/custom_element_test: Skip | 190 custom_element/test/custom_element_test: Skip |
OLD | NEW |