| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 114 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 115 crypto/test/base64_test: Timeout # Issue 12486 | 115 crypto/test/base64_test: Timeout # Issue 12486 |
| 116 collection/test/priority_queue_test: Pass, Slow # Issue 16426 | 116 collection/test/priority_queue_test: Pass, Slow # Issue 16426 |
| 117 serialization/test/serialization_test: Skip | 117 serialization/test/serialization_test: Skip |
| 118 | 118 |
| 119 [ $runtime == d8 ] | 119 [ $runtime == d8 ] |
| 120 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6 | 120 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6 |
| 121 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 | 121 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 |
| 122 | 122 |
| 123 [ $runtime == jsshell ] | 123 [ $runtime == jsshell ] |
| 124 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647
3, 19756 |
| 124 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1
6473, 19756 | 125 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1
6473, 19756 |
| 125 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 | 126 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 |
| 126 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 | 127 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 |
| 127 | 128 |
| 128 [ $runtime == d8 || $runtime == jsshell ] | 129 [ $runtime == d8 || $runtime == jsshell ] |
| 129 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 | 130 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 |
| 130 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces | 131 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces |
| 131 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. | 132 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. |
| 132 | 133 |
| 133 [ $runtime == jsshell ] | 134 [ $runtime == jsshell ] |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 http/test/multipart_test: Fail | 434 http/test/multipart_test: Fail |
| 434 http/test/request_test: Fail | 435 http/test/request_test: Fail |
| 435 http/test/response_test: Fail | 436 http/test/response_test: Fail |
| 436 oauth2/test/authorization_code_grant_test: Fail | 437 oauth2/test/authorization_code_grant_test: Fail |
| 437 oauth2/test/client_test: Fail | 438 oauth2/test/client_test: Fail |
| 438 oauth2/test/credentials_test: Fail | 439 oauth2/test/credentials_test: Fail |
| 439 oauth2/test/handle_access_token_response_test: Fail | 440 oauth2/test/handle_access_token_response_test: Fail |
| 440 | 441 |
| 441 [ $runtime == drt ] | 442 [ $runtime == drt ] |
| 442 http/test/html/client_test: Skip # Issue 18566 | 443 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |