| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 [ $compiler == dart2js && $checked ] | 66 [ $compiler == dart2js && $checked ] |
| 67 crypto/test/base64_test: Slow, Pass | 67 crypto/test/base64_test: Slow, Pass |
| 68 | 68 |
| 69 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 69 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 70 crypto/test/base64_test: Timeout # Issue 12486 | 70 crypto/test/base64_test: Timeout # Issue 12486 |
| 71 collection/test/priority_queue_test: Pass, Slow # Issue 16426 | 71 collection/test/priority_queue_test: Pass, Slow # Issue 16426 |
| 72 serialization/test/serialization_test: Skip | 72 serialization/test/serialization_test: Skip |
| 73 | 73 |
| 74 [ $runtime == jsshell ] | 74 [ $runtime == jsshell ] |
| 75 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 | 75 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 |
| 76 docgen/test/typedef_test: Slow, Pass # issue 17060 |
| 76 | 77 |
| 77 [ $runtime == d8 || $runtime == jsshell ] | 78 [ $runtime == d8 || $runtime == jsshell ] |
| 78 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. | 79 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. |
| 79 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728 | 80 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728 |
| 80 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 | 81 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 |
| 81 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces | 82 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces |
| 82 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. | 83 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. |
| 83 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http://
dartbug.com/10109 | 84 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http://
dartbug.com/10109 |
| 84 | 85 |
| 85 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] | 86 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 360 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 360 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 361 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 361 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 362 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 362 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 363 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 363 | 364 |
| 364 [ $use_repository_packages ] | 365 [ $use_repository_packages ] |
| 365 analyzer/test/*: PubGetError | 366 analyzer/test/*: PubGetError |
| 366 | 367 |
| 367 [ $runtime == ie9 ] | 368 [ $runtime == ie9 ] |
| 368 polymer: Pass, Fail, Timeout # Issue 16717 | 369 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |