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

Side by Side Diff: pkg/pkg.status

Issue 26395002: fix polymer copy-instance-attributes feature (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/declaration.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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. 53 fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
54 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. 54 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407.
55 crypto/test/sha1_test: Fail # Issue 11407. 55 crypto/test/sha1_test: Fail # Issue 11407.
56 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 56 stack_trace/test/trace_test: Fail # http://dartbug.com/12380
57 crypto/test/sha256_test: Pass, Fail # Issue 12502 57 crypto/test/sha256_test: Pass, Fail # Issue 12502
58 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 58 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502
59 polymer/test/attr_deserialize_test: Fail # Issue 12865, 13197 59 polymer/test/attr_deserialize_test: Fail # Issue 12865, 13197
60 polymer/test/attr_mustache_test: Fail # Issue 12865, 13197 60 polymer/test/attr_mustache_test: Fail # Issue 12865, 13197
61 polymer/test/event_path_test: Fail # Issue 12865, 13197 61 polymer/test/event_path_test: Fail # Issue 12865, 13197
62 polymer/test/events_test: Fail # Issue 12865, 13197 62 polymer/test/events_test: Fail # Issue 12865, 13197
63 polymer/test/instance_attrs_test: Fail # Issue 12865, 13197
63 polymer/test/prop_attr_reflection_test: Fail # Issue 12865, 13197 64 polymer/test/prop_attr_reflection_test: Fail # Issue 12865, 13197
64 65
65 [ $runtime == ie9 || $runtime == ie10 ] 66 [ $runtime == ie9 || $runtime == ie10 ]
66 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 67 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260
67 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 68 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260
68 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 69 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260
69 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 70 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260
71 polymer/test/instance_attrs_test: Fail, Timeout # Issue 12865, 13197, 13260
70 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326 0 72 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326 0
71 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 73 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260
72 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 74 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260
73 75
74 [ $system == windows && ($runtime == chrome || $runtime == ff) ] 76 [ $system == windows && ($runtime == chrome || $runtime == ff) ]
75 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 77 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260
76 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 78 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260
77 polymer/test/event_path_test: Pass, Timeout # Issue 13260 79 polymer/test/event_path_test: Pass, Timeout # Issue 13260
78 polymer/test/events_test: Pass, Timeout # Issue 13260 80 polymer/test/events_test: Pass, Timeout # Issue 13260
81 polymer/test/instance_attrs_test: Pass, Timeout # Issue 13260
79 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 82 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260
80 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 83 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260
81 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 84 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260
82 85
83 # Skip browser-specific tests on VM 86 # Skip browser-specific tests on VM
84 [ $runtime == vm ] 87 [ $runtime == vm ]
85 path/test/browser_test: Fail, OK # Uses dart:html 88 path/test/browser_test: Fail, OK # Uses dart:html
86 intl/test/find_default_locale_browser_test: Skip 89 intl/test/find_default_locale_browser_test: Skip
87 intl/test/date_time_format_http_request_test: Skip 90 intl/test/date_time_format_http_request_test: Skip
88 polymer/test/attr_deserialize_test: Fail, OK # Uses dart:html 91 polymer/test/attr_deserialize_test: Fail, OK # Uses dart:html
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 239
237 [ $compiler == none && $runtime == vm ] 240 [ $compiler == none && $runtime == vm ]
238 observe/test/observe_test: Pass, Fail # Issue 13543 241 observe/test/observe_test: Pass, Fail # Issue 13543
239 242
240 [ $compiler == none && $runtime == vm && $checked ] 243 [ $compiler == none && $runtime == vm && $checked ]
241 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543 244 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543
242 245
243 [ $compiler == none && $runtime == dartium ] 246 [ $compiler == none && $runtime == dartium ]
244 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure. 247 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure.
245 248
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/lib/src/declaration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698