| 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 polymer/example/canonicalization/test/deploy3_test: Fail, OK # tests deploy only
behavior | 302 polymer/example/canonicalization/test/deploy3_test: Fail, OK # tests deploy only
behavior |
| 303 polymer/example/canonicalization/test/deploy_test: Fail, OK # tests deploy only
behavior | 303 polymer/example/canonicalization/test/deploy_test: Fail, OK # tests deploy only
behavior |
| 304 polymer/example/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy
only behavior | 304 polymer/example/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy
only behavior |
| 305 polymer/example/canonicalization/test/dir/deploy_test: Fail, OK # tests deploy o
nly behavior | 305 polymer/example/canonicalization/test/dir/deploy_test: Fail, OK # tests deploy o
nly behavior |
| 306 polymer/test/custom_event_test: Pass, Crash # 14360 | 306 polymer/test/custom_event_test: Pass, Crash # 14360 |
| 307 | 307 |
| 308 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ] | 308 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ] |
| 309 polymer/test/custom_event_test: Skip # http://dartbug.com/15517 | 309 polymer/test/custom_event_test: Skip # http://dartbug.com/15517 |
| 310 | 310 |
| 311 [ $runtime == vm ] | 311 [ $runtime == vm ] |
| 312 intl/test/message_extraction/message_extraction_test: Skip # Issue 17130 | |
| 313 | |
| 314 code_transformers/test/resolver_test: Skip # Issue 17709 | 312 code_transformers/test/resolver_test: Skip # Issue 17709 |
| 315 | 313 |
| 316 # Skip tests on the VM if the package depends on dart:html | 314 # Skip tests on the VM if the package depends on dart:html |
| 317 custom_element: Skip | 315 custom_element: Skip |
| 318 template_binding: Skip | 316 template_binding: Skip |
| 319 mutation_observer: Skip | 317 mutation_observer: Skip |
| 320 polymer_expressions/test/syntax_test: Skip | 318 polymer_expressions/test/syntax_test: Skip |
| 321 polymer_expressions/test/globals_test: Skip | 319 polymer_expressions/test/globals_test: Skip |
| 322 polymer_expressions/test/bindings_test: Skip | 320 polymer_expressions/test/bindings_test: Skip |
| 323 third_party/html5lib/test/browser/browser_test: Skip | 321 third_party/html5lib/test/browser/browser_test: Skip |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 collection/test/priority_queue_test: PubGetError | 376 collection/test/priority_queue_test: PubGetError |
| 379 collection/test/unmodifiable_collection_test: PubGetError | 377 collection/test/unmodifiable_collection_test: PubGetError |
| 380 collection/test/wrapper_test: PubGetError | 378 collection/test/wrapper_test: PubGetError |
| 381 stack_trace/test/chain_test: PubGetError | 379 stack_trace/test/chain_test: PubGetError |
| 382 stack_trace/test/frame_test: PubGetError | 380 stack_trace/test/frame_test: PubGetError |
| 383 stack_trace/test/trace_test: PubGetError | 381 stack_trace/test/trace_test: PubGetError |
| 384 stack_trace/test/vm_test: PubGetError | 382 stack_trace/test/vm_test: PubGetError |
| 385 | 383 |
| 386 [ $runtime == ie9 ] | 384 [ $runtime == ie9 ] |
| 387 polymer: Pass, Fail, Timeout # Issue 16717 | 385 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |