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