| 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 23 matching lines...) Expand all Loading... |
| 34 crypto/test/base64_test: Slow, Pass | 34 crypto/test/base64_test: Slow, Pass |
| 35 | 35 |
| 36 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 36 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 37 crypto/test/base64_test: Timeout # Issue 12486 | 37 crypto/test/base64_test: Timeout # Issue 12486 |
| 38 collection/test/priority_queue_test: Pass, Slow # Issue 16426 | 38 collection/test/priority_queue_test: Pass, Slow # Issue 16426 |
| 39 serialization/test/serialization_test: Skip | 39 serialization/test/serialization_test: Skip |
| 40 | 40 |
| 41 [ $runtime == jsshell ] | 41 [ $runtime == jsshell ] |
| 42 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 | 42 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 |
| 43 | 43 |
| 44 [ $compiler == dart2js && $checked && $runtime == drt && $nocsp ] | |
| 45 async/test/stream_zip_test: RuntimeError # Issue 16719 | |
| 46 | |
| 47 [ $runtime == d8 || $runtime == jsshell ] | 44 [ $runtime == d8 || $runtime == jsshell ] |
| 48 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http://
dartbug.com/10109 | 45 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http://
dartbug.com/10109 |
| 49 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces | 46 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces |
| 50 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 | 47 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 |
| 51 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. | 48 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. |
| 52 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. | 49 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. |
| 53 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728 | 50 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728 |
| 54 | 51 |
| 55 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] | 52 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
| 56 polymer/example: Skip # Uses dart:html | 53 polymer/example: Skip # Uses dart:html |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 collection/test/priority_queue_test: PubGetError | 363 collection/test/priority_queue_test: PubGetError |
| 367 collection/test/unmodifiable_collection_test: PubGetError | 364 collection/test/unmodifiable_collection_test: PubGetError |
| 368 collection/test/wrapper_test: PubGetError | 365 collection/test/wrapper_test: PubGetError |
| 369 stack_trace/test/chain_test: PubGetError | 366 stack_trace/test/chain_test: PubGetError |
| 370 stack_trace/test/frame_test: PubGetError | 367 stack_trace/test/frame_test: PubGetError |
| 371 stack_trace/test/trace_test: PubGetError | 368 stack_trace/test/trace_test: PubGetError |
| 372 stack_trace/test/vm_test: PubGetError | 369 stack_trace/test/vm_test: PubGetError |
| 373 | 370 |
| 374 [ $runtime == ie9 ] | 371 [ $runtime == ie9 ] |
| 375 polymer: Pass, Fail, Timeout # Issue 16717 | 372 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |