| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 polymer/test/bind_mdv_test: Slow, Pass, RuntimeError # Issue 14412, 13260 | 229 polymer/test/bind_mdv_test: Slow, Pass, RuntimeError # Issue 14412, 13260 |
| 230 matcher/test/core_matchers_test: RuntimeError # Issue 17762 | 230 matcher/test/core_matchers_test: RuntimeError # Issue 17762 |
| 231 polymer_expressions/test/bindings_test: RuntimeError # Issue 19265 | 231 polymer_expressions/test/bindings_test: RuntimeError # Issue 19265 |
| 232 polymer_expressions/test/globals_test: RuntimeError # Issue 19265 | 232 polymer_expressions/test/globals_test: RuntimeError # Issue 19265 |
| 233 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 | 233 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 |
| 234 | 234 |
| 235 [ $ie ] | 235 [ $ie ] |
| 236 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 | 236 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 |
| 237 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 237 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
| 238 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 | 238 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 |
| 239 observe/test/list_path_observer_test: RuntimeError, Pass # Issue 20849 |
| 239 | 240 |
| 240 [ $runtime == ie10 ] | 241 [ $runtime == ie10 ] |
| 241 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e
xplicitly, since this is not the same as on ie9) | 242 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e
xplicitly, since this is not the same as on ie9) |
| 242 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 | 243 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 |
| 243 polymer_expressions/*: Pass, RuntimeError # Issue 19265 | 244 polymer_expressions/*: Pass, RuntimeError # Issue 19265 |
| 244 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 | 245 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 |
| 245 template_binding/test/custom_element_bindings_test: Pass, RuntimeError # Issue 2
0714 | 246 template_binding/test/custom_element_bindings_test: Pass, RuntimeError # Issue 2
0714 |
| 246 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327 | 247 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327 |
| 247 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 | 248 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 |
| 248 | 249 |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 oauth2/test/authorization_code_grant_test: Fail | 483 oauth2/test/authorization_code_grant_test: Fail |
| 483 oauth2/test/client_test: Fail | 484 oauth2/test/client_test: Fail |
| 484 oauth2/test/credentials_test: Fail | 485 oauth2/test/credentials_test: Fail |
| 485 oauth2/test/handle_access_token_response_test: Fail | 486 oauth2/test/handle_access_token_response_test: Fail |
| 486 | 487 |
| 487 [ $runtime == drt ] | 488 [ $runtime == drt ] |
| 488 http/test/html/client_test: Skip # Issue 18566 | 489 http/test/html/client_test: Skip # Issue 18566 |
| 489 | 490 |
| 490 [ $system == windows ] | 491 [ $system == windows ] |
| 491 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 492 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
| OLD | NEW |