| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 | 116 |
| 117 [ $compiler == dart2js && $checked ] | 117 [ $compiler == dart2js && $checked ] |
| 118 crypto/test/base64_test: Slow, Pass | 118 crypto/test/base64_test: Slow, Pass |
| 119 | 119 |
| 120 [ $checked && $runtime == drt ] | 120 [ $checked && $runtime == drt ] |
| 121 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19190 | 121 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19190 |
| 122 | 122 |
| 123 [ $compiler == dart2js && $runtime == drt ] | 123 [ $compiler == dart2js && $runtime == drt ] |
| 124 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu
e 19329 | 124 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu
e 19329 |
| 125 | 125 |
| 126 [ $compiler == dart2js && $checked && $runtime == drt ] | 126 [ $compiler == dart2js && $csp && $runtime == drt ] |
| 127 web_components/test/interop_test: Fail # Issue 19329 | 127 web_components/test/interop_test: Fail # Issue 19329 |
| 128 | 128 |
| 129 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 129 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 130 crypto/test/base64_test: Timeout # Issue 12486 | 130 crypto/test/base64_test: Timeout # Issue 12486 |
| 131 collection/test/priority_queue_test: Pass, Slow # Issue 16426 | 131 collection/test/priority_queue_test: Pass, Slow # Issue 16426 |
| 132 serialization/test/serialization_test: Skip | 132 serialization/test/serialization_test: Skip |
| 133 | 133 |
| 134 [ $runtime == d8 ] | 134 [ $runtime == d8 ] |
| 135 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19
756 | 135 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19
756 |
| 136 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756 | 136 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756 |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 oauth2/test/authorization_code_grant_test: Fail | 452 oauth2/test/authorization_code_grant_test: Fail |
| 453 oauth2/test/client_test: Fail | 453 oauth2/test/client_test: Fail |
| 454 oauth2/test/credentials_test: Fail | 454 oauth2/test/credentials_test: Fail |
| 455 oauth2/test/handle_access_token_response_test: Fail | 455 oauth2/test/handle_access_token_response_test: Fail |
| 456 | 456 |
| 457 [ $runtime == drt ] | 457 [ $runtime == drt ] |
| 458 http/test/html/client_test: Skip # Issue 18566 | 458 http/test/html/client_test: Skip # Issue 18566 |
| 459 | 459 |
| 460 [ $mode == debug ] | 460 [ $mode == debug ] |
| 461 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass | 461 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass |
| OLD | NEW |