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

Side by Side Diff: pkg/pkg.status

Issue 37793004: Switch to lookup declaration by tag name. This fixes issue 14274. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 43 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
44 polymer/example: Skip # Uses dart:html 44 polymer/example: Skip # Uses dart:html
45 polymer/test/attr_deserialize_test: Skip # uses dart:html 45 polymer/test/attr_deserialize_test: Skip # uses dart:html
46 polymer/test/attr_mustache_test: Skip #uses dart:html 46 polymer/test/attr_mustache_test: Skip #uses dart:html
47 polymer/test/bind_test: Skip # uses dart:html 47 polymer/test/bind_test: Skip # uses dart:html
48 polymer/test/bind_mdv_test: Skip # uses dart:html 48 polymer/test/bind_mdv_test: Skip # uses dart:html
49 polymer/test/custom_event_test: Skip # uses dart:html 49 polymer/test/custom_event_test: Skip # uses dart:html
50 polymer/test/event_path_test: Skip #uses dart:html 50 polymer/test/event_path_test: Skip #uses dart:html
51 polymer/test/events_test: Skip #uses dart:html 51 polymer/test/events_test: Skip #uses dart:html
52 polymer/test/instance_attrs_test: Skip #uses dart:html 52 polymer/test/instance_attrs_test: Skip #uses dart:html
53 polymer/test/noscript_test: Skip #uses dart:html
53 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html 54 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html
54 polymer/test/prop_attr_reflection_test: Skip #uses dart:html 55 polymer/test/prop_attr_reflection_test: Skip #uses dart:html
55 polymer/test/publish_attributes_test: Skip #uses dart:html 56 polymer/test/publish_attributes_test: Skip #uses dart:html
56 polymer/test/register_test: Skip #uses dart:html 57 polymer/test/register_test: Skip #uses dart:html
57 polymer/test/take_attributes_test: Skip #uses dart:html 58 polymer/test/take_attributes_test: Skip #uses dart:html
58 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html 59 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html
59 polymer/test/unbind_test: Skip # uses dart:html 60 polymer/test/unbind_test: Skip # uses dart:html
60 61
61 [$compiler == dart2dart] 62 [$compiler == dart2dart]
62 *: Skip 63 *: Skip
(...skipping 23 matching lines...) Expand all
86 87
87 [ $runtime == ie9 || $runtime == ie10 ] 88 [ $runtime == ie9 || $runtime == ie10 ]
88 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou t 89 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou t
89 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK # tests development only behavior 90 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK # tests development only behavior
90 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 91 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260
91 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 92 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260
92 polymer/test/bind_test: Fail, Timeout # Issue 12865, 13197, 13260 93 polymer/test/bind_test: Fail, Timeout # Issue 12865, 13197, 13260
93 polymer/test/custom_event_test: Fail, Timeout # Issue 12865, 13197, 13260 94 polymer/test/custom_event_test: Fail, Timeout # Issue 12865, 13197, 13260
94 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 95 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260
95 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 96 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260
97 polymer/test/noscript_test: Fail, Timeout # Issue 12865, 13197, 13260
96 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326 0 98 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326 0
97 polymer/test/prop_attr_bind_reflection_test: Fail, Timeout # Issue 12865, 13197, 13260 99 polymer/test/prop_attr_bind_reflection_test: Fail, Timeout # Issue 12865, 13197, 13260
98 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 100 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260
99 polymer/test/register_test: Pass, Fail, Timeout # Issue 12865, 13197, 13260 101 polymer/test/register_test: Pass, Fail, Timeout # Issue 12865, 13197, 13260
100 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 102 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260
101 polymer/test/template_distribute_dynamic_test: Fail, Timeout # Issue 12865, 1319 7, 13260 103 polymer/test/template_distribute_dynamic_test: Fail, Timeout # Issue 12865, 1319 7, 13260
102 polymer/test/unbind_test: Fail, Timeout # Issue 12865, 13197, 13260 104 polymer/test/unbind_test: Fail, Timeout # Issue 12865, 13197, 13260
103 polymer_expressions/test/globals_test: Fail # Issue 13890 105 polymer_expressions/test/globals_test: Fail # Issue 13890
104 106
105 # Skip browser-specific tests on VM 107 # Skip browser-specific tests on VM
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 observe/test/observe_test: fail 295 observe/test/observe_test: fail
294 296
295 [ $compiler == dart2analyzer ] 297 [ $compiler == dart2analyzer ]
296 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 298 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
297 custom_element/test/analyzer_test: fail 299 custom_element/test/analyzer_test: fail
298 template_binding/test/analyzer_test: fail 300 template_binding/test/analyzer_test: fail
299 observe/test/observe_test: fail 301 observe/test/observe_test: fail
300 302
301 # pkg issue 13945; Missing inherited member 'Trace.frames' 303 # pkg issue 13945; Missing inherited member 'Trace.frames'
302 observe/test/observe_test: fail 304 observe/test/observe_test: fail
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