| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 | 110 |
| 111 [ $checked && $runtime == drt ] | 111 [ $checked && $runtime == drt ] |
| 112 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19190 | 112 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19190 |
| 113 | 113 |
| 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_overrides_test: Pass, Slow # Issue 19
756 |
| 121 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756 |
| 120 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6 | 122 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6 |
| 121 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 | 123 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 |
| 122 | 124 |
| 123 [ $runtime == jsshell ] | 125 [ $runtime == jsshell ] |
| 126 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
16473, 19756 |
| 124 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647
3, 19756 | 127 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647
3, 19756 |
| 125 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1
6473, 19756 | 128 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1
6473, 19756 |
| 126 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 | 129 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 |
| 127 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 | 130 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 |
| 128 | 131 |
| 129 [ $runtime == d8 || $runtime == jsshell ] | 132 [ $runtime == d8 || $runtime == jsshell ] |
| 130 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 | 133 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 |
| 131 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces | 134 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces |
| 132 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. | 135 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. |
| 133 | 136 |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 http/test/multipart_test: Fail | 437 http/test/multipart_test: Fail |
| 435 http/test/request_test: Fail | 438 http/test/request_test: Fail |
| 436 http/test/response_test: Fail | 439 http/test/response_test: Fail |
| 437 oauth2/test/authorization_code_grant_test: Fail | 440 oauth2/test/authorization_code_grant_test: Fail |
| 438 oauth2/test/client_test: Fail | 441 oauth2/test/client_test: Fail |
| 439 oauth2/test/credentials_test: Fail | 442 oauth2/test/credentials_test: Fail |
| 440 oauth2/test/handle_access_token_response_test: Fail | 443 oauth2/test/handle_access_token_response_test: Fail |
| 441 | 444 |
| 442 [ $runtime == drt ] | 445 [ $runtime == drt ] |
| 443 http/test/html/client_test: Skip # Issue 18566 | 446 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |