Chromium Code Reviews| 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 |
| 11 */*/*/*/packages/*/*: Skip | 11 */*/*/*/packages/*/*: Skip |
| 12 | 12 |
| 13 # Skip non-test files ending with "_test". | 13 # Skip non-test files ending with "_test". |
| 14 scheduled_test/lib/*: Skip | 14 scheduled_test/lib/*: Skip |
| 15 polymer/example/scoped_style/*: Skip | 15 polymer/example/scoped_style/*: Skip |
| 16 | 16 |
| 17 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524 | 17 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524 |
| 18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 | 18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 |
| 19 polymer/test/build/script_compactor_test: Pass, Slow | 19 polymer/test/build/script_compactor_test: Pass, Slow |
| 20 | 20 |
| 21 [ $runtime == drt || $runtime == dartium ] | 21 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 22 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 18931 (Disabled for Chrome 35 roll) | 22 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 18931 (Disabled for Chrome 35 roll) |
| 23 polymer/example/component/news/test/news_index_test: Pass, RuntimeError # Issue 18931 | 23 polymer/example/component/news/test/news_index_test: Pass, RuntimeError # Issue 18931 |
| 24 polymer/test/attr_deserialize_test: Pass, RuntimeError # Issue 18931 | 24 polymer/test/attr_deserialize_test: Pass, RuntimeError # Issue 18931 |
| 25 polymer/test/attr_mustache_test: Pass, RuntimeError # Issue 18931 | 25 polymer/test/attr_mustache_test: Pass, RuntimeError # Issue 18931 |
| 26 polymer/test/bind_test: Pass, RuntimeError # Issue 18931 | 26 polymer/test/bind_test: Pass, RuntimeError # Issue 18931 |
| 27 polymer/test/custom_event_test: Pass, RuntimeError # Issue number 18931 | |
|
vsm
2014/05/21 18:59:03
Nit: Just "Issue 18931" here and below.
Leaf
2014/05/21 19:29:09
Done.
| |
| 27 polymer/test/entered_view_test: Pass, RuntimeError # Issue 18931 | 28 polymer/test/entered_view_test: Pass, RuntimeError # Issue 18931 |
| 28 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 18931 | 29 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 18931 |
| 29 polymer/test/event_path_test: Pass, RuntimeError # Issue 18931 | 30 polymer/test/event_path_test: Pass, RuntimeError # Issue 18931 |
| 30 polymer/test/events_test: Pass, RuntimeError # Issue 18931 | 31 polymer/test/events_test: Pass, RuntimeError # Issue 18931 |
| 31 polymer/test/instance_attrs_test: Pass, RuntimeError # Issue 18931 | 32 polymer/test/instance_attrs_test: Pass, RuntimeError # Issue 18931 |
| 32 polymer/test/js_interop_test: Pass, RuntimeError # Issue 18931 | 33 polymer/test/js_interop_test: Pass, RuntimeError # Issue 18931 |
| 33 polymer/test/nested_binding_test: Pass, RuntimeError # Issue 18931 | 34 polymer/test/nested_binding_test: Pass, RuntimeError # Issue 18931 |
| 34 polymer/test/noscript_test: Pass, RuntimeError # Issue 18931 | 35 polymer/test/noscript_test: Pass, RuntimeError # Issue 18931 |
| 35 polymer/test/prop_attr_bind_reflection_test: Pass, RuntimeError # Issue 18931 | 36 polymer/test/prop_attr_bind_reflection_test: Pass, RuntimeError # Issue 18931 |
| 36 polymer/test/prop_attr_reflection_test: Pass, RuntimeError # Issue 18931 | 37 polymer/test/prop_attr_reflection_test: Pass, RuntimeError # Issue 18931 |
| 38 polymer/test/publish_attributes_test: Pass, RuntimeError # Issue number 18931 | |
| 39 polymer/test/take_attributes_test: Pass, RuntimeError # Issue number 18931 | |
| 40 polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue number 18931 | |
| 37 | 41 |
| 38 [ $runtime == vm && $mode == debug] | 42 [ $runtime == vm && $mode == debug] |
| 39 analysis_server/test/analysis_server_test: Pass, Timeout | 43 analysis_server/test/analysis_server_test: Pass, Timeout |
| 40 analysis_server/test/domain_context_test: Pass, Timeout | 44 analysis_server/test/domain_context_test: Pass, Timeout |
| 41 analysis_server/test/domain_server_test: Pass, Timeout | 45 analysis_server/test/domain_server_test: Pass, Timeout |
| 42 analyzer/test/generated/element_test: Pass, Timeout | 46 analyzer/test/generated/element_test: Pass, Timeout |
| 43 analyzer/test/generated/parser_test: Pass, Timeout | 47 analyzer/test/generated/parser_test: Pass, Timeout |
| 44 code_transformers/test/resolver_test: Pass, Timeout | 48 code_transformers/test/resolver_test: Pass, Timeout |
| 45 docgen/test/*: Skip # Slow | 49 docgen/test/*: Skip # Slow |
| 46 polymer/test/build/all_phases_test: Skip # Slow | 50 polymer/test/build/all_phases_test: Skip # Slow |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 371 http/test/multipart_test: Fail | 375 http/test/multipart_test: Fail |
| 372 http/test/request_test: Fail | 376 http/test/request_test: Fail |
| 373 http/test/response_test: Fail | 377 http/test/response_test: Fail |
| 374 oauth2/test/authorization_code_grant_test: Fail | 378 oauth2/test/authorization_code_grant_test: Fail |
| 375 oauth2/test/client_test: Fail | 379 oauth2/test/client_test: Fail |
| 376 oauth2/test/credentials_test: Fail | 380 oauth2/test/credentials_test: Fail |
| 377 oauth2/test/handle_access_token_response_test: Fail | 381 oauth2/test/handle_access_token_response_test: Fail |
| 378 | 382 |
| 379 [ $runtime == drt ] | 383 [ $runtime == drt ] |
| 380 http/test/html/client_test: Skip # Issue 18566 | 384 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |