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

Side by Side Diff: pkg/pkg.status

Issue 54983011: "Reverting 29728" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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/test/nested_binding_test.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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 polymer/test/attr_deserialize_test: Skip # uses dart:html 44 polymer/test/attr_deserialize_test: Skip # uses dart:html
45 polymer/test/attr_mustache_test: Skip #uses dart:html 45 polymer/test/attr_mustache_test: Skip #uses dart:html
46 polymer/test/bind_test: Skip # uses dart:html 46 polymer/test/bind_test: Skip # uses dart:html
47 polymer/test/bind_mdv_test: Skip # uses dart:html 47 polymer/test/bind_mdv_test: Skip # uses dart:html
48 polymer/test/custom_event_test: Skip # uses dart:html 48 polymer/test/custom_event_test: Skip # uses dart:html
49 polymer/test/event_handlers_test: Skip #uses dart:html 49 polymer/test/event_handlers_test: Skip #uses dart:html
50 polymer/test/event_path_declarative_test: Skip #uses dart:html 50 polymer/test/event_path_declarative_test: Skip #uses dart:html
51 polymer/test/event_path_test: Skip #uses dart:html 51 polymer/test/event_path_test: Skip #uses dart:html
52 polymer/test/events_test: Skip #uses dart:html 52 polymer/test/events_test: Skip #uses dart:html
53 polymer/test/instance_attrs_test: Skip #uses dart:html 53 polymer/test/instance_attrs_test: Skip #uses dart:html
54 polymer/test/nested_binding_test: Skip # uses dart:html
54 polymer/test/noscript_test: Skip #uses dart:html 55 polymer/test/noscript_test: Skip #uses dart:html
55 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html 56 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html
56 polymer/test/prop_attr_reflection_test: Skip #uses dart:html 57 polymer/test/prop_attr_reflection_test: Skip #uses dart:html
57 polymer/test/publish_attributes_test: Skip #uses dart:html 58 polymer/test/publish_attributes_test: Skip #uses dart:html
58 polymer/test/publish_inherited_properties_test: Skip #uses dart:html 59 polymer/test/publish_inherited_properties_test: Skip #uses dart:html
59 polymer/test/register_test: Skip #uses dart:html 60 polymer/test/register_test: Skip #uses dart:html
60 polymer/test/take_attributes_test: Skip #uses dart:html 61 polymer/test/take_attributes_test: Skip #uses dart:html
61 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html 62 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html
62 polymer/test/unbind_test: Skip # uses dart:html 63 polymer/test/unbind_test: Skip # uses dart:html
63 64
(...skipping 27 matching lines...) Expand all
91 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK # tests development only behavior 92 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK # tests development only behavior
92 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 93 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260
93 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 94 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260
94 polymer/test/bind_test: Pass, Timeout # Issue 13260 95 polymer/test/bind_test: Pass, Timeout # Issue 13260
95 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260 96 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260
96 polymer/test/custom_event_test: Pass, Timeout # Issue 13260 97 polymer/test/custom_event_test: Pass, Timeout # Issue 13260
97 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260 98 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260
98 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260 99 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260
99 polymer/test/event_path_test: Pass, Timeout # Issue 13260 100 polymer/test/event_path_test: Pass, Timeout # Issue 13260
100 polymer/test/events_test: Pass, Timeout # Issue 13260 101 polymer/test/events_test: Pass, Timeout # Issue 13260
102 polymer/test/nested_binding_test: Pass, Timeout # Issue 13260
101 polymer/test/noscript_test: Pass, Timeout # Issue 13260 103 polymer/test/noscript_test: Pass, Timeout # Issue 13260
102 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 104 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260
103 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 105 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260
104 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 106 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260
105 polymer/test/publish_inherited_properties_test: Pass, Timeout # Issue 13260 107 polymer/test/publish_inherited_properties_test: Pass, Timeout # Issue 13260
106 polymer/test/register_test: Pass, Timeout # Issue 13260 108 polymer/test/register_test: Pass, Timeout # Issue 13260
107 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 109 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260
108 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260 110 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260
109 polymer/test/unbind_test: Pass, Timeout # Issue 13260 111 polymer/test/unbind_test: Pass, Timeout # Issue 13260
110 112
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 intl/test/date_time_format_file_odd_test: StaticWarning 327 intl/test/date_time_format_file_odd_test: StaticWarning
326 intl/test/date_time_format_http_request_test: StaticWarning 328 intl/test/date_time_format_http_request_test: StaticWarning
327 intl/test/date_time_format_local_even_test: StaticWarning 329 intl/test/date_time_format_local_even_test: StaticWarning
328 intl/test/date_time_format_local_odd_test: StaticWarning 330 intl/test/date_time_format_local_odd_test: StaticWarning
329 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract class 331 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract class
330 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members 332 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members
331 333
332 [ $runtime == vm ] 334 [ $runtime == vm ]
333 # Issue surfaced after removing deprecated async features. 335 # Issue surfaced after removing deprecated async features.
334 scheduled_test/test/scheduled_test/nested_task_test: RuntimeError # Issue 14639 336 scheduled_test/test/scheduled_test/nested_task_test: RuntimeError # Issue 14639
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/test/nested_binding_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698