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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 polymer/example/canonicalization/test/dev2_test: Fail, OK # tests development on
ly behavior | 174 polymer/example/canonicalization/test/dev2_test: Fail, OK # tests development on
ly behavior |
175 polymer/example/canonicalization/test/dev3_test: Fail, OK # tests development on
ly behavior | 175 polymer/example/canonicalization/test/dev3_test: Fail, OK # tests development on
ly behavior |
176 polymer/example/canonicalization/test/dir/dev_test: Fail, OK # tests development
only behavior | 176 polymer/example/canonicalization/test/dir/dev_test: Fail, OK # tests development
only behavior |
177 polymer/example/canonicalization/test/dir/dev2_test: Fail, OK # tests developmen
t only behavior | 177 polymer/example/canonicalization/test/dir/dev2_test: Fail, OK # tests developmen
t only behavior |
178 | 178 |
179 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 179 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
180 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. | 180 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. |
181 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. | 181 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. |
182 | 182 |
183 [ $browser ] | 183 [ $browser ] |
184 analysis_server/test/channel_test: Skip # Uses dart:io. | 184 analysis_server/test/*: Skip # Uses dart:io. |
185 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. | 185 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. |
186 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. | 186 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. |
187 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. | 187 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. |
188 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. | 188 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. |
189 analyzer/test/error_test: Fail, OK # Uses dart:io. | 189 analyzer/test/error_test: Fail, OK # Uses dart:io. |
190 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. | 190 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. |
191 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. | 191 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. |
192 analyzer/test/options_test: Fail, OK # Uses dart:io. | 192 analyzer/test/options_test: Fail, OK # Uses dart:io. |
193 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io. | 193 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io. |
194 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. | 194 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 collection/test/priority_queue_test: PubGetError | 364 collection/test/priority_queue_test: PubGetError |
365 collection/test/unmodifiable_collection_test: PubGetError | 365 collection/test/unmodifiable_collection_test: PubGetError |
366 collection/test/wrapper_test: PubGetError | 366 collection/test/wrapper_test: PubGetError |
367 stack_trace/test/chain_test: PubGetError | 367 stack_trace/test/chain_test: PubGetError |
368 stack_trace/test/frame_test: PubGetError | 368 stack_trace/test/frame_test: PubGetError |
369 stack_trace/test/trace_test: PubGetError | 369 stack_trace/test/trace_test: PubGetError |
370 stack_trace/test/vm_test: PubGetError | 370 stack_trace/test/vm_test: PubGetError |
371 | 371 |
372 [ $runtime == ie9 ] | 372 [ $runtime == ie9 ] |
373 polymer: Pass, Fail, Timeout # Issue 16717 | 373 polymer: Pass, Fail, Timeout # Issue 16717 |
OLD | NEW |