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

Side by Side Diff: pkg/pkg.status

Issue 79353003: [polymer.dart] fix *Changed observers inheriting (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 polymer/test/custom_event_test: Skip # uses dart:html 51 polymer/test/custom_event_test: Skip # uses dart:html
52 polymer/test/event_handlers_test: Skip #uses dart:html 52 polymer/test/event_handlers_test: Skip #uses dart:html
53 polymer/test/event_path_declarative_test: Skip #uses dart:html 53 polymer/test/event_path_declarative_test: Skip #uses dart:html
54 polymer/test/event_path_test: Skip #uses dart:html 54 polymer/test/event_path_test: Skip #uses dart:html
55 polymer/test/events_test: Skip #uses dart:html 55 polymer/test/events_test: Skip #uses dart:html
56 polymer/test/instance_attrs_test: Skip #uses dart:html 56 polymer/test/instance_attrs_test: Skip #uses dart:html
57 polymer/test/nested_binding_test: Skip # uses dart:html 57 polymer/test/nested_binding_test: Skip # uses dart:html
58 polymer/test/noscript_test: Skip #uses dart:html 58 polymer/test/noscript_test: Skip #uses dart:html
59 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html 59 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html
60 polymer/test/prop_attr_reflection_test: Skip #uses dart:html 60 polymer/test/prop_attr_reflection_test: Skip #uses dart:html
61 polymer/test/property_change_test: Skip # uses dart:html
61 polymer/test/publish_attributes_test: Skip #uses dart:html 62 polymer/test/publish_attributes_test: Skip #uses dart:html
62 polymer/test/publish_inherited_properties_test: Skip #uses dart:html 63 polymer/test/publish_inherited_properties_test: Skip #uses dart:html
63 polymer/test/register_test: Skip #uses dart:html 64 polymer/test/register_test: Skip #uses dart:html
64 polymer/test/take_attributes_test: Skip #uses dart:html 65 polymer/test/take_attributes_test: Skip #uses dart:html
65 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html 66 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html
66 polymer/test/unbind_test: Skip # uses dart:html 67 polymer/test/unbind_test: Skip # uses dart:html
67 68
68 [$compiler == dart2dart] 69 [$compiler == dart2dart]
69 *: Skip 70 *: Skip
70 71
(...skipping 26 matching lines...) Expand all
97 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 98 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260
98 polymer/test/bind_test: Pass, Timeout # Issue 13260 99 polymer/test/bind_test: Pass, Timeout # Issue 13260
99 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260 100 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260
100 polymer/test/custom_event_test: Pass, Timeout # Issue 13260 101 polymer/test/custom_event_test: Pass, Timeout # Issue 13260
101 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260 102 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260
102 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260 103 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260
103 polymer/test/event_path_test: Pass, Timeout # Issue 13260 104 polymer/test/event_path_test: Pass, Timeout # Issue 13260
104 polymer/test/events_test: Pass, Timeout # Issue 13260 105 polymer/test/events_test: Pass, Timeout # Issue 13260
105 polymer/test/nested_binding_test: Pass, Timeout # Issue 13260 106 polymer/test/nested_binding_test: Pass, Timeout # Issue 13260
106 polymer/test/noscript_test: Pass, Timeout # Issue 13260 107 polymer/test/noscript_test: Pass, Timeout # Issue 13260
108 polymer/test/property_change_test: Pass, Timeout # Issue 13260
107 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 109 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260
108 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 110 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260
109 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 111 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260
110 polymer/test/publish_inherited_properties_test: Pass, Timeout # Issue 13260 112 polymer/test/publish_inherited_properties_test: Pass, Timeout # Issue 13260
111 polymer/test/register_test: Pass, Timeout # Issue 13260 113 polymer/test/register_test: Pass, Timeout # Issue 13260
112 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 114 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260
113 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260 115 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260
114 polymer/test/unbind_test: Pass, Timeout # Issue 13260 116 polymer/test/unbind_test: Pass, Timeout # Issue 13260
115 117
116 # Skip browser-specific tests on VM 118 # Skip browser-specific tests on VM
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 watcher/test/*/linux_test: Skip 332 watcher/test/*/linux_test: Skip
331 333
332 [ $runtime == vm && ($system == windows || $system == linux) ] 334 [ $runtime == vm && ($system == windows || $system == linux) ]
333 watcher/test/*/mac_os_test: Skip 335 watcher/test/*/mac_os_test: Skip
334 336
335 [ $runtime == vm && $system == linux ] 337 [ $runtime == vm && $system == linux ]
336 watcher/test/*/linux_test: Pass, Slow # Issue 14606 338 watcher/test/*/linux_test: Pass, Slow # Issue 14606
337 339
338 [ $runtime == vm && $system == macos ] 340 [ $runtime == vm && $system == macos ]
339 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 341 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024
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