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