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

Side by Side Diff: pkg/pkg.status

Issue 112433002: update our CustomElement+Shadow DOM patch (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 | « pkg/custom_element/pubspec.yaml ('k') | pkg/polymer/pubspec.yaml » ('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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported. 45 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported.
46 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728. 46 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728.
47 47
48 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 48 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
49 polymer/example: Skip # Uses dart:html 49 polymer/example: Skip # Uses dart:html
50 polymer/test/attr_deserialize_test: Skip # uses dart:html 50 polymer/test/attr_deserialize_test: Skip # uses dart:html
51 polymer/test/attr_mustache_test: Skip #uses dart:html 51 polymer/test/attr_mustache_test: Skip #uses dart:html
52 polymer/test/bind_test: Skip # uses dart:html 52 polymer/test/bind_test: Skip # uses dart:html
53 polymer/test/bind_mdv_test: Skip # uses dart:html 53 polymer/test/bind_mdv_test: Skip # uses dart:html
54 polymer/test/custom_event_test: Skip # uses dart:html 54 polymer/test/custom_event_test: Skip # uses dart:html
55 polymer/test/entered_view_test: Skip # uses dart:html
55 polymer/test/event_handlers_test: Skip #uses dart:html 56 polymer/test/event_handlers_test: Skip #uses dart:html
56 polymer/test/event_path_declarative_test: Skip #uses dart:html 57 polymer/test/event_path_declarative_test: Skip #uses dart:html
57 polymer/test/event_path_test: Skip #uses dart:html 58 polymer/test/event_path_test: Skip #uses dart:html
58 polymer/test/events_test: Skip #uses dart:html 59 polymer/test/events_test: Skip #uses dart:html
59 polymer/test/instance_attrs_test: Skip #uses dart:html 60 polymer/test/instance_attrs_test: Skip #uses dart:html
60 polymer/test/nested_binding_test: Skip # uses dart:html 61 polymer/test/nested_binding_test: Skip # uses dart:html
61 polymer/test/noscript_test: Skip #uses dart:html 62 polymer/test/noscript_test: Skip #uses dart:html
62 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html 63 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html
63 polymer/test/prop_attr_reflection_test: Skip #uses dart:html 64 polymer/test/prop_attr_reflection_test: Skip #uses dart:html
64 polymer/test/property_change_test: Skip # uses dart:html 65 polymer/test/property_change_test: Skip # uses dart:html
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 collection_helpers/test/typed_buffers_test: RuntimeError 100 collection_helpers/test/typed_buffers_test: RuntimeError
100 101
101 [ $runtime == ie9 || $runtime == ie10 ] 102 [ $runtime == ie9 || $runtime == ie10 ]
102 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou t 103 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou t
103 polymer/example/canonicalization/test/canonicalization_test: Timeout, OK # tests development only behavior 104 polymer/example/canonicalization/test/canonicalization_test: Timeout, OK # tests development only behavior
104 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 105 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260
105 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 106 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260
106 polymer/test/bind_test: Timeout # Issue 13260 107 polymer/test/bind_test: Timeout # Issue 13260
107 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 108 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260
108 polymer/test/custom_event_test: Timeout # Issue 13260 109 polymer/test/custom_event_test: Timeout # Issue 13260
110 polymer/test/entered_view_test: Timeout # Issue 13260
109 polymer/test/event_handlers_test: Timeout # Issue 13260 111 polymer/test/event_handlers_test: Timeout # Issue 13260
110 polymer/test/event_path_declarative_test: Timeout # Issue 13260 112 polymer/test/event_path_declarative_test: Timeout # Issue 13260
111 polymer/test/event_path_test: Timeout # Issue 13260 113 polymer/test/event_path_test: Timeout # Issue 13260
112 polymer/test/events_test: Timeout # Issue 13260 114 polymer/test/events_test: Timeout # Issue 13260
113 polymer/test/nested_binding_test: Timeout # Issue 13260 115 polymer/test/nested_binding_test: Timeout # Issue 13260
114 polymer/test/noscript_test: Timeout # Issue 13260 116 polymer/test/noscript_test: Timeout # Issue 13260
115 polymer/test/property_change_test: Timeout # Issue 13260 117 polymer/test/property_change_test: Timeout # Issue 13260
116 polymer/test/prop_attr_reflection_test: Timeout # Issue 13260 118 polymer/test/prop_attr_reflection_test: Timeout # Issue 13260
117 polymer/test/prop_attr_bind_reflection_test: Timeout # Issue 13260 119 polymer/test/prop_attr_bind_reflection_test: Timeout # Issue 13260
118 polymer/test/publish_attributes_test: Timeout # Issue 13260 120 polymer/test/publish_attributes_test: Timeout # Issue 13260
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members 331 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members
330 332
331 [ $runtime == vm && ($system == windows || $system == macos) ] 333 [ $runtime == vm && ($system == windows || $system == macos) ]
332 watcher/test/*/linux_test: Skip 334 watcher/test/*/linux_test: Skip
333 335
334 [ $runtime == vm && ($system == windows || $system == linux) ] 336 [ $runtime == vm && ($system == windows || $system == linux) ]
335 watcher/test/*/mac_os_test: Skip 337 watcher/test/*/mac_os_test: Skip
336 338
337 [ $runtime == vm && $system == macos ] 339 [ $runtime == vm && $system == macos ]
338 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 340 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024
OLDNEW
« no previous file with comments | « pkg/custom_element/pubspec.yaml ('k') | pkg/polymer/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698