Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Side by Side Diff: pkg/pkg.status

Issue 307793002: update polymer, nodebind, and templatebinding (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/observe/pubspec.yaml ('k') | pkg/polymer/CHANGELOG.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 */*/*/*/*/packages/*/*: Skip
12 13
13 # Skip non-test files ending with "_test". 14 # Skip non-test files ending with "_test".
14 scheduled_test/lib/*: Skip 15 scheduled_test/lib/*: Skip
15 polymer/example/scoped_style/*: Skip 16 polymer/example/scoped_style/*: Skip
16 17
17 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524 18 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524
18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 19 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
19 scheduled_test/test/scheduled_stream/stream_matcher_test: Pass, Slow 20 scheduled_test/test/scheduled_stream/stream_matcher_test: Pass, Slow
20 polymer/test/build/script_compactor_test: Pass, Slow 21 polymer/test/build/script_compactor_test: Pass, Slow
21 22
22 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 23 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
23 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 18931 (Disabled for Chrome 35 roll) 24 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 18931 (Disabled for Chrome 35 roll)
24 polymer/example/component/news/test/news_index_test: Pass, RuntimeError # Issue 18931 25 polymer/example/component/news/test/news_index_test: Pass, RuntimeError # Issue 18931
25 polymer/test/attr_deserialize_test: Pass, RuntimeError # Issue 18931
26 polymer/test/attr_mustache_test: Pass, RuntimeError # Issue 18931
27 polymer/test/bind_test: Pass, RuntimeError # Issue 18931
28 polymer/test/custom_event_test: Pass, RuntimeError # Issue 18931
29 polymer/test/entered_view_test: Pass, RuntimeError # Issue 18931
30 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 18931
31 polymer/test/event_path_test: Pass, RuntimeError # Issue 18931
32 polymer/test/event_path_declarative_test: Pass, RuntimeError # Issue 18931
33 polymer/test/events_test: Pass, RuntimeError # Issue 18931
34 polymer/test/instance_attrs_test: Pass, RuntimeError # Issue 18931
35 polymer/test/js_interop_test: Pass, RuntimeError # Issue 18931
36 polymer/test/nested_binding_test: Pass, RuntimeError # Issue 18931
37 polymer/test/noscript_test: Pass, RuntimeError # Issue 18931
38 polymer/test/prop_attr_bind_reflection_test: Pass, RuntimeError # Issue 18931
39 polymer/test/prop_attr_reflection_test: Pass, RuntimeError # Issue 18931
40 polymer/test/publish_attributes_test: Pass, RuntimeError # Issue 18931
41 polymer/test/publish_inherited_properties_test: Pass, RuntimeError # Issue 18931
42 polymer/test/register_test: Pass, RuntimeError # Issue 18931
43 polymer/test/take_attributes_test: Pass, RuntimeError # Issue 18931
44 polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 18931
45 26
46 [ $runtime == vm && $mode == debug] 27 [ $runtime == vm && $mode == debug]
47 analysis_server/test/analysis_server_test: Pass, Timeout 28 analysis_server/test/analysis_server_test: Pass, Timeout
48 analysis_server/test/domain_context_test: Pass, Timeout 29 analysis_server/test/domain_context_test: Pass, Timeout
49 analysis_server/test/domain_server_test: Pass, Timeout 30 analysis_server/test/domain_server_test: Pass, Timeout
50 analyzer/test/generated/element_test: Pass, Timeout 31 analyzer/test/generated/element_test: Pass, Timeout
51 analyzer/test/generated/parser_test: Pass, Timeout 32 analyzer/test/generated/parser_test: Pass, Timeout
52 code_transformers/test/resolver_test: Pass, Timeout 33 code_transformers/test/resolver_test: Pass, Timeout
53 docgen/test/*: Skip # Slow 34 docgen/test/*: Skip # Slow
54 polymer/test/build/all_phases_test: Skip # Slow 35 polymer/test/build/all_phases_test: Skip # Slow
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 81 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
101 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728 82 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728
102 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http:// dartbug.com/10109 83 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http:// dartbug.com/10109
103 84
104 [ $compiler == dart2js && $runtime == drt ] 85 [ $compiler == dart2js && $runtime == drt ]
105 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 86 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
106 87
107 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 88 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
108 polymer/example: Skip # Uses dart:html 89 polymer/example: Skip # Uses dart:html
109 polymer/e2e_test: Skip # Uses dart:html 90 polymer/e2e_test: Skip # Uses dart:html
91 polymer/test/auto_binding_test: Skip # uses dart:html
110 polymer/test/attr_deserialize_test: Skip # uses dart:html 92 polymer/test/attr_deserialize_test: Skip # uses dart:html
111 polymer/test/attr_mustache_test: Skip #uses dart:html 93 polymer/test/attr_mustache_test: Skip #uses dart:html
112 polymer/test/bind_test: Skip # uses dart:html 94 polymer/test/bind_test: Skip # uses dart:html
113 polymer/test/bind_mdv_test: Skip # uses dart:html 95 polymer/test/bind_mdv_test: Skip # uses dart:html
114 polymer/test/custom_event_test: Skip # uses dart:html 96 polymer/test/custom_event_test: Skip # uses dart:html
115 polymer/test/entered_view_test: Skip # uses dart:html 97 polymer/test/entered_view_test: Skip # uses dart:html
116 polymer/test/event_handlers_test: Skip #uses dart:html 98 polymer/test/event_handlers_test: Skip #uses dart:html
117 polymer/test/event_path_declarative_test: Skip #uses dart:html 99 polymer/test/event_path_declarative_test: Skip #uses dart:html
118 polymer/test/event_path_test: Skip #uses dart:html 100 polymer/test/event_path_test: Skip #uses dart:html
119 polymer/test/events_test: Skip #uses dart:html 101 polymer/test/events_test: Skip #uses dart:html
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 unittest/test/unittest_teardown_test: Fail # 13921 307 unittest/test/unittest_teardown_test: Fail # 13921
326 unittest/test/unittest_test_returning_future_test: Fail # 13921 308 unittest/test/unittest_test_returning_future_test: Fail # 13921
327 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 309 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921
328 unittest/test/unittest_testcases_immutable_test: Fail # 13921 310 unittest/test/unittest_testcases_immutable_test: Fail # 13921
329 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl y behavior 311 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl y behavior
330 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl y behavior 312 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl y behavior
331 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl y behavior 313 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl y behavior
332 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596 314 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596
333 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior 315 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior
334 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior 316 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
335 polymer/test/custom_event_test: Pass, Crash # 14360
336
337 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ]
338 polymer/test/custom_event_test: Skip # http://dartbug.com/15517
339 317
340 [ $runtime == vm ] 318 [ $runtime == vm ]
341 # Skip tests on the VM if the package depends on dart:html 319 # Skip tests on the VM if the package depends on dart:html
342 custom_element: Skip 320 custom_element: Skip
343 template_binding: Skip 321 template_binding: Skip
344 mutation_observer: Skip 322 mutation_observer: Skip
345 polymer_expressions/test/syntax_test: Skip 323 polymer_expressions/test/syntax_test: Skip
346 polymer_expressions/test/globals_test: Skip 324 polymer_expressions/test/globals_test: Skip
347 polymer_expressions/test/bindings_test: Skip 325 polymer_expressions/test/bindings_test: Skip
348 third_party/html5lib/test/browser/browser_test: Skip 326 third_party/html5lib/test/browser/browser_test: Skip
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 http/test/multipart_test: Fail 374 http/test/multipart_test: Fail
397 http/test/request_test: Fail 375 http/test/request_test: Fail
398 http/test/response_test: Fail 376 http/test/response_test: Fail
399 oauth2/test/authorization_code_grant_test: Fail 377 oauth2/test/authorization_code_grant_test: Fail
400 oauth2/test/client_test: Fail 378 oauth2/test/client_test: Fail
401 oauth2/test/credentials_test: Fail 379 oauth2/test/credentials_test: Fail
402 oauth2/test/handle_access_token_response_test: Fail 380 oauth2/test/handle_access_token_response_test: Fail
403 381
404 [ $runtime == drt ] 382 [ $runtime == drt ]
405 http/test/html/client_test: Skip # Issue 18566 383 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« no previous file with comments | « pkg/observe/pubspec.yaml ('k') | pkg/polymer/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698