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

Side by Side Diff: pkg/pkg.status

Issue 33903003: Fixing polymer element registration when extending tag extensions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Sync to ToT 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
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 26 matching lines...) Expand all
37 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 37 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
38 polymer/example: Skip # Uses dart:html 38 polymer/example: Skip # Uses dart:html
39 polymer/test/attr_deserialize_test: Skip # uses dart:html 39 polymer/test/attr_deserialize_test: Skip # uses dart:html
40 polymer/test/attr_mustache_test: Skip #uses dart:html 40 polymer/test/attr_mustache_test: Skip #uses dart:html
41 polymer/test/event_path_test: Skip #uses dart:html 41 polymer/test/event_path_test: Skip #uses dart:html
42 polymer/test/events_test: Skip #uses dart:html 42 polymer/test/events_test: Skip #uses dart:html
43 polymer/test/instance_attrs_test: Skip #uses dart:html 43 polymer/test/instance_attrs_test: Skip #uses dart:html
44 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html 44 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html
45 polymer/test/prop_attr_reflection_test: Skip #uses dart:html 45 polymer/test/prop_attr_reflection_test: Skip #uses dart:html
46 polymer/test/publish_attributes_test: Skip #uses dart:html 46 polymer/test/publish_attributes_test: Skip #uses dart:html
47 polymer/test/register_test: Skip #uses dart:html
47 polymer/test/take_attributes_test: Skip #uses dart:html 48 polymer/test/take_attributes_test: Skip #uses dart:html
48 49
49 [$compiler == dart2dart] 50 [$compiler == dart2dart]
50 *: Skip 51 *: Skip
51 52
52 [ $compiler == dart2js || $compiler == dart2dart ] 53 [ $compiler == dart2js || $compiler == dart2dart ]
53 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at 54 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at
54 # overflow in JS (numbers slightly larger than 55 # overflow in JS (numbers slightly larger than
55 # 32 bits where we do bitwise operations). 56 # 32 bits where we do bitwise operations).
56 57
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 93
93 [ $system == windows && ($runtime == chrome || $runtime == ff) ] 94 [ $system == windows && ($runtime == chrome || $runtime == ff) ]
94 polymer/test/attr_deserialize_test: Pass, Fail, Timeout # Issue 13260, 14293 95 polymer/test/attr_deserialize_test: Pass, Fail, Timeout # Issue 13260, 14293
95 polymer/test/attr_mustache_test: Pass, Fail, Timeout # Issue 13260, 14293 96 polymer/test/attr_mustache_test: Pass, Fail, Timeout # Issue 13260, 14293
96 polymer/test/event_path_test: Pass, Fail, Timeout # Issue 13260, 14293 97 polymer/test/event_path_test: Pass, Fail, Timeout # Issue 13260, 14293
97 polymer/test/events_test: Pass, Fail, Timeout # Issue 13260, 14293 98 polymer/test/events_test: Pass, Fail, Timeout # Issue 13260, 14293
98 polymer/test/instance_attrs_test: Pass, Fail, Timeout # Issue 13260, 14293 99 polymer/test/instance_attrs_test: Pass, Fail, Timeout # Issue 13260, 14293
99 polymer/test/prop_attr_bind_reflection_test: Pass, Fail, Timeout # Issue 13260, 14293 100 polymer/test/prop_attr_bind_reflection_test: Pass, Fail, Timeout # Issue 13260, 14293
100 polymer/test/prop_attr_reflection_test: Pass, Fail, Timeout # Issue 13260, 14293 101 polymer/test/prop_attr_reflection_test: Pass, Fail, Timeout # Issue 13260, 14293
101 polymer/test/publish_attributes_test: Pass, Fail, Timeout # Issue 13260, 14293 102 polymer/test/publish_attributes_test: Pass, Fail, Timeout # Issue 13260, 14293
103 polymer/test/register_test: Pass, Fail, Timeout # Issue 13260, 14293
102 polymer/test/take_attributes_test: Pass, Fail, Timeout # Issue 13260, 14293 104 polymer/test/take_attributes_test: Pass, Fail, Timeout # Issue 13260, 14293
103 105
104 106
105 # Skip browser-specific tests on VM 107 # Skip browser-specific tests on VM
106 [ $runtime == vm ] 108 [ $runtime == vm ]
107 path/test/browser_test: Fail, OK # Uses dart:html 109 path/test/browser_test: Fail, OK # Uses dart:html
108 intl/test/find_default_locale_browser_test: Skip 110 intl/test/find_default_locale_browser_test: Skip
109 intl/test/date_time_format_http_request_test: Skip 111 intl/test/date_time_format_http_request_test: Skip
110 112
111 [ $runtime == vm && $system == windows ] 113 [ $runtime == vm && $system == windows ]
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 290 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
289 custom_element/test/analyzer_test: fail 291 custom_element/test/analyzer_test: fail
290 mdv/test/analyzer_test: fail 292 mdv/test/analyzer_test: fail
291 observe/test/observe_test: fail 293 observe/test/observe_test: fail
292 294
293 # pkg issue 13945; Missing inherited member 'Trace.frames' 295 # pkg issue 13945; Missing inherited member 'Trace.frames'
294 observe/test/observe_test: fail 296 observe/test/observe_test: fail
295 297
296 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 298 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
297 polymer/test/prop_attr_reflection_test: Fail # Issue 14295 299 polymer/test/prop_attr_reflection_test: Fail # Issue 14295
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/lib/src/declaration.dart » ('j') | pkg/polymer/lib/src/declaration.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698