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

Side by Side Diff: pkg/pkg.status

Issue 27417002: fix PolymerElement.bind to call reflectPropertyToAttribute w/ prop name (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: update pkg.status Created 7 years, 2 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 | « no previous file | pkg/polymer/lib/src/instance.dart » ('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
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 crypto/test/sha256_test: Pass, Fail # Issue 12502 60 crypto/test/sha256_test: Pass, Fail # Issue 12502
61 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 61 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502
62 polymer_expressions/test/globals_test: Fail # Issue 13890 62 polymer_expressions/test/globals_test: Fail # Issue 13890
63 63
64 [ $runtime == ie9 || $runtime == ie10 ] 64 [ $runtime == ie9 || $runtime == ie10 ]
65 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 65 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260
66 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 66 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260
67 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 67 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260
68 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 68 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260
69 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326 0 69 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326 0
70 polymer/test/prop_attr_bind_reflection_test: Fail, Timeout # Issue 12865, 13197, 13260
70 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 71 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260
71 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 72 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260
72 polymer_expressions/test/globals_test: Fail # Issue 13890 73 polymer_expressions/test/globals_test: Fail # Issue 13890
73 74
74 [ $system == windows && ($runtime == chrome || $runtime == ff) ] 75 [ $system == windows && ($runtime == chrome || $runtime == ff) ]
75 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 76 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260
76 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 77 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260
77 polymer/test/event_path_test: Pass, Timeout # Issue 13260 78 polymer/test/event_path_test: Pass, Timeout # Issue 13260
78 polymer/test/events_test: Pass, Timeout # Issue 13260 79 polymer/test/events_test: Pass, Timeout # Issue 13260
79 polymer/test/instance_attrs_test: Pass, Timeout # Issue 13260 80 polymer/test/instance_attrs_test: Pass, Timeout # Issue 13260
80 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 81 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260
82 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260
81 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 83 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260
82 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 84 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260
83 85
84 # Skip browser-specific tests on VM 86 # Skip browser-specific tests on VM
85 [ $runtime == vm ] 87 [ $runtime == vm ]
86 path/test/browser_test: Fail, OK # Uses dart:html 88 path/test/browser_test: Fail, OK # Uses dart:html
87 intl/test/find_default_locale_browser_test: Skip 89 intl/test/find_default_locale_browser_test: Skip
88 intl/test/date_time_format_http_request_test: Skip 90 intl/test/date_time_format_http_request_test: Skip
89 polymer/test/attr_deserialize_test: Fail, OK # Uses dart:html 91 polymer/test/attr_deserialize_test: Fail, OK # Uses dart:html
90 polymer/test/attr_mustache_test: Fail, OK # Uses dart:html 92 polymer/test/attr_mustache_test: Fail, OK # Uses dart:html
91 polymer/test/event_path_test: Fail, OK # Uses dart:html 93 polymer/test/event_path_test: Fail, OK # Uses dart:html
92 polymer/test/events_test: Fail, OK # Uses dart:html 94 polymer/test/events_test: Fail, OK # Uses dart:html
93 polymer/test/instance_attrs_test: Fail, OK # Uses dart:html 95 polymer/test/instance_attrs_test: Fail, OK # Uses dart:html
94 polymer/test/prop_attr_reflection_test: Fail, OK # Uses dart:html 96 polymer/test/prop_attr_reflection_test: Fail, OK # Uses dart:html
97 polymer/test/prop_attr_bind_reflection_test: Fail, OK # Uses dart:html
95 polymer/test/publish_attributes_test: Fail, OK # Uses dart:html 98 polymer/test/publish_attributes_test: Fail, OK # Uses dart:html
96 polymer/test/take_attributes_test: Fail, OK # Uses dart:html 99 polymer/test/take_attributes_test: Fail, OK # Uses dart:html
97 polymer/example: Fail, OK # Uses dart:html 100 polymer/example: Fail, OK # Uses dart:html
98 101
99 [ $runtime == vm && $system == windows ] 102 [ $runtime == vm && $system == windows ]
100 docgen/test/single_library_test: Fail # Issue 11985 103 docgen/test/single_library_test: Fail # Issue 11985
101 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 104 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
102 105
103 [ $compiler == dart2js ] 106 [ $compiler == dart2js ]
104 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 107 stack_trace/test/trace_test: Pass, Timeout # Issue 11645
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 274 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
272 custom_element/test/analyzer_test: fail 275 custom_element/test/analyzer_test: fail
273 mdv/test/analyzer_test: fail 276 mdv/test/analyzer_test: fail
274 observe/test/observe_test: fail 277 observe/test/observe_test: fail
275 278
276 # pkg issue 13945; Missing inherited member 'Trace.frames' 279 # pkg issue 13945; Missing inherited member 'Trace.frames'
277 observe/test/observe_test: fail 280 observe/test/observe_test: fail
278 281
279 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 282 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
280 polymer/test/prop_attr_reflection_test: fail # Issue 14036 283 polymer/test/prop_attr_reflection_test: fail # Issue 14036
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/lib/src/instance.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698