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

Side by Side Diff: pkg/pkg.status

Issue 219433004: Fix mirror_loader to detect whether the type is a generic class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/mirror_loader.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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 polymer/test/bind_test: Skip # uses dart:html 74 polymer/test/bind_test: Skip # uses dart:html
75 polymer/test/bind_mdv_test: Skip # uses dart:html 75 polymer/test/bind_mdv_test: Skip # uses dart:html
76 polymer/test/custom_event_test: Skip # uses dart:html 76 polymer/test/custom_event_test: Skip # uses dart:html
77 polymer/test/entered_view_test: Skip # uses dart:html 77 polymer/test/entered_view_test: Skip # uses dart:html
78 polymer/test/event_handlers_test: Skip #uses dart:html 78 polymer/test/event_handlers_test: Skip #uses dart:html
79 polymer/test/event_path_declarative_test: Skip #uses dart:html 79 polymer/test/event_path_declarative_test: Skip #uses dart:html
80 polymer/test/event_path_test: Skip #uses dart:html 80 polymer/test/event_path_test: Skip #uses dart:html
81 polymer/test/events_test: Skip #uses dart:html 81 polymer/test/events_test: Skip #uses dart:html
82 polymer/test/instance_attrs_test: Skip #uses dart:html 82 polymer/test/instance_attrs_test: Skip #uses dart:html
83 polymer/test/js_interop_test: Skip #uses dart:html 83 polymer/test/js_interop_test: Skip #uses dart:html
84 polymer/test/mirror_loader_test: Skip # uses dart:html
84 polymer/test/nested_binding_test: Skip # uses dart:html 85 polymer/test/nested_binding_test: Skip # uses dart:html
85 polymer/test/noscript_test: Skip #uses dart:html 86 polymer/test/noscript_test: Skip #uses dart:html
86 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html 87 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html
87 polymer/test/prop_attr_reflection_test: Skip #uses dart:html 88 polymer/test/prop_attr_reflection_test: Skip #uses dart:html
88 polymer/test/property_change_test: Skip # uses dart:html 89 polymer/test/property_change_test: Skip # uses dart:html
89 polymer/test/property_observe_test: Skip #uses dart:html 90 polymer/test/property_observe_test: Skip #uses dart:html
90 polymer/test/publish_attributes_test: Skip #uses dart:html 91 polymer/test/publish_attributes_test: Skip #uses dart:html
91 polymer/test/publish_inherited_properties_test: Skip #uses dart:html 92 polymer/test/publish_inherited_properties_test: Skip #uses dart:html
92 polymer/test/register_test: Skip #uses dart:html 93 polymer/test/register_test: Skip #uses dart:html
93 polymer/test/take_attributes_test: Skip #uses dart:html 94 polymer/test/take_attributes_test: Skip #uses dart:html
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 stack_trace/test/vm_test: Fail, OK # VM-specific traces 178 stack_trace/test/vm_test: Fail, OK # VM-specific traces
178 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 179 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
179 crypto/test/sha256_test: Slow, Pass 180 crypto/test/sha256_test: Slow, Pass
180 crypto/test/sha1_test: Slow, Pass 181 crypto/test/sha1_test: Slow, Pass
181 polymer/example/component: Fail # Issue 13198 182 polymer/example/component: Fail # Issue 13198
182 polymer/example/canonicalization/test/dev_test: Fail, OK # tests development onl y behavior 183 polymer/example/canonicalization/test/dev_test: Fail, OK # tests development onl y behavior
183 polymer/example/canonicalization/test/dev2_test: Fail, OK # tests development on ly behavior 184 polymer/example/canonicalization/test/dev2_test: Fail, OK # tests development on ly behavior
184 polymer/example/canonicalization/test/dev3_test: Fail, OK # tests development on ly behavior 185 polymer/example/canonicalization/test/dev3_test: Fail, OK # tests development on ly behavior
185 polymer/example/canonicalization/test/dir/dev_test: Fail, OK # tests development only behavior 186 polymer/example/canonicalization/test/dir/dev_test: Fail, OK # tests development only behavior
186 polymer/example/canonicalization/test/dir/dev2_test: Fail, OK # tests developmen t only behavior 187 polymer/example/canonicalization/test/dir/dev2_test: Fail, OK # tests developmen t only behavior
188 polymer/test/mirror_loader_test: Fail, OK # tests development only behavior
187 189
188 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 190 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
189 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. 191 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage.
190 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. 192 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
191 193
192 [ $browser ] 194 [ $browser ]
193 analysis_server/test/*: Skip # Uses dart:io. 195 analysis_server/test/*: Skip # Uses dart:io.
194 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. 196 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io.
195 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 197 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
196 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. 198 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io.
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 344 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
343 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 345 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
344 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 346 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
345 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 347 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
346 348
347 [ $use_repository_packages ] 349 [ $use_repository_packages ]
348 analyzer/test/*: PubGetError 350 analyzer/test/*: PubGetError
349 351
350 [ $runtime == ie9 ] 352 [ $runtime == ie9 ]
351 polymer: Pass, Fail, Timeout # Issue 16717 353 polymer: Pass, Fail, Timeout # Issue 16717
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/lib/src/mirror_loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698