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

Side by Side Diff: pkg/pkg.status

Issue 235883016: pkg/docgen: support better const rendering of String, List, and empty Map (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: nits 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 | « pkg/docgen/test/multi_library_code/lib/test_lib.dart ('k') | no next file » | 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
11 */*/*/*/packages/*/*: Skip 11 */*/*/*/packages/*/*: Skip
12 12
13 # Skip non-test files ending with "_test". 13 # Skip non-test files ending with "_test".
14 scheduled_test/lib/*: Skip 14 scheduled_test/lib/*: Skip
15 polymer/example/scoped_style/*: Skip 15 polymer/example/scoped_style/*: Skip
16 16
17 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524 17 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524
18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
19 19
20 [ $compiler == dart2js && $mode == debug ]
21 docgen/test/generate_json_test: Skip # Way too slow
22 docgen/test/multi_library_test: Skip # Way too slow
23 docgen/test/single_library_test: Skip # Way too slow
24 docgen/test/typedef_test: Skip # Way too slow
25
26 [ $runtime == vm && $mode == debug] 20 [ $runtime == vm && $mode == debug]
27 docgen/test/only_lib_content_in_pkg_test: Skip # Slow
28 polymer/test/build/all_phases_test: Skip # Slow
29 analysis_server/test/analysis_server_test: Pass, Timeout 21 analysis_server/test/analysis_server_test: Pass, Timeout
30 analysis_server/test/domain_context_test: Pass, Timeout 22 analysis_server/test/domain_context_test: Pass, Timeout
31 analysis_server/test/domain_server_test: Pass, Timeout 23 analysis_server/test/domain_server_test: Pass, Timeout
32 analyzer/test/generated/element_test: Pass, Timeout 24 analyzer/test/generated/element_test: Pass, Timeout
33 analyzer/test/generated/parser_test: Pass, Timeout 25 analyzer/test/generated/parser_test: Pass, Timeout
34 code_transformers/test/resolver_test: Pass, Timeout 26 code_transformers/test/resolver_test: Pass, Timeout
35 docgen/test/only_lib_content_in_pkg_test: Pass, Timeout 27 docgen/test/*: Skip # Slow
28 polymer/test/build/all_phases_test: Skip # Slow
29 polymer/test/build/script_compactor_test: Pass, Timeout
36 polymer_expressions/test/globals_test: Pass, Timeout 30 polymer_expressions/test/globals_test: Pass, Timeout
37 polymer/test/build/all_phases_test: Pass, Timeout
38 polymer/test/build/script_compactor_test: Pass, Timeout
39 smoke/test/codegen/end_to_end_test: Pass, Timeout 31 smoke/test/codegen/end_to_end_test: Pass, Timeout
40 smoke/test/codegen/recorder_test: Pass, Timeout 32 smoke/test/codegen/recorder_test: Pass, Timeout
41 template_binding/test/template_binding_test: Pass, Timeout 33 template_binding/test/template_binding_test: Pass, Timeout
42 third_party/html5lib/test/tokenizer_test: Pass, Timeout 34 third_party/html5lib/test/tokenizer_test: Pass, Timeout
43 35
44 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] 36 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
45 docgen/test/only_lib_content_in_pkg_test: Skip # slow
46 docgen/test/typedef_test: Skip # slow
47 barback/test/too_many_open_files_test: Skip # 14220 37 barback/test/too_many_open_files_test: Skip # 14220
38 code_transformers/test/resolver_test: Skip # Issue 17908
39 docgen/test/*: Skip # Issue 17003
40 polymer/test/build/all_phases_test: Skip # Slow
41 polymer/test/build/script_compactor_test: Skip # Slow
48 third_party/html5lib/test/tokenizer_test: Pass, Slow 42 third_party/html5lib/test/tokenizer_test: Pass, Slow
49 docgen/test/generate_json_test: Skip # Issue 17003
50 polymer/test/build/script_compactor_test: Skip # Slow
51 polymer/test/build/all_phases_test: Skip # Slow
52 code_transformers/test/resolver_test: Skip # Issue 17908
53 43
54 [ $compiler == dart2js ] 44 [ $compiler == dart2js ]
55 collection/test/equality_test/01: Fail # Issue 1533 45 collection/test/equality_test/01: Fail # Issue 1533
56 collection/test/equality_test/02: Fail # Issue 1533 46 collection/test/equality_test/02: Fail # Issue 1533
57 collection/test/equality_test/03: Fail # Issue 1533 47 collection/test/equality_test/03: Fail # Issue 1533
58 collection/test/equality_test/04: Fail # Issue 1533 48 collection/test/equality_test/04: Fail # Issue 1533
59 collection/test/equality_test/05: Fail # Issue 1533 49 collection/test/equality_test/05: Fail # Issue 1533
60 collection/test/equality_test/none: Pass, Fail # Issue 14348 50 collection/test/equality_test/none: Pass, Fail # Issue 14348
61 docgen/test/multi_library_test: Slow, Pass # issue 17060 51 docgen/test/*: Skip # Far too slow
62 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time 52 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
63 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 53 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
64 54
65 [ $compiler == dart2js && $checked ] 55 [ $compiler == dart2js && $checked ]
66 crypto/test/base64_test: Slow, Pass 56 crypto/test/base64_test: Slow, Pass
67 57
68 [ $compiler == dart2js && $checked && $runtime == ie9 ] 58 [ $compiler == dart2js && $checked && $runtime == ie9 ]
69 crypto/test/base64_test: Timeout # Issue 12486 59 crypto/test/base64_test: Timeout # Issue 12486
70 collection/test/priority_queue_test: Pass, Slow # Issue 16426 60 collection/test/priority_queue_test: Pass, Slow # Issue 16426
71 serialization/test/serialization_test: Skip 61 serialization/test/serialization_test: Skip
72 62
73 [ $runtime == jsshell ] 63 [ $runtime == jsshell ]
74 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 64 analyzer/test/generated/element_test: Pass, Slow # Issue 16473
75 docgen/test/typedef_test: Slow, Pass # issue 17060
76 65
77 [ $runtime == d8 || $runtime == jsshell ] 66 [ $runtime == d8 || $runtime == jsshell ]
78 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 67 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
79 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces 68 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
80 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728. 69 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728.
81 70
82 [ $runtime == jsshell ] 71 [ $runtime == jsshell ]
83 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 72 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
84 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728 73 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728
85 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http:// dartbug.com/10109 74 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http:// dartbug.com/10109
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 181
193 [ $compiler == dart2js && $browser ] 182 [ $compiler == dart2js && $browser ]
194 stack_trace/test/vm_test: Fail, OK # VM-specific traces 183 stack_trace/test/vm_test: Fail, OK # VM-specific traces
195 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 184 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
196 crypto/test/sha256_test: Slow, Pass 185 crypto/test/sha256_test: Slow, Pass
197 crypto/test/sha1_test: Slow, Pass 186 crypto/test/sha1_test: Slow, Pass
198 polymer/example/component: Fail # Issue 13198 187 polymer/example/component: Fail # Issue 13198
199 polymer/test/mirror_loader_test: Skip # tests development only behavior 188 polymer/test/mirror_loader_test: Skip # tests development only behavior
200 189
201 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 190 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
202 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage.
203 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. 191 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
204 192
205 [ $browser ] 193 [ $browser ]
206 analysis_server/test/*: Skip # Uses dart:io. 194 analysis_server/test/*: Skip # Uses dart:io.
207 analyzer/test/error_test: Fail, OK # Uses dart:io. 195 analyzer/test/error_test: Fail, OK # Uses dart:io.
208 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. 196 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io.
209 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 197 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
210 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 198 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
211 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. 199 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io.
212 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. 200 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 346 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
359 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 347 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
360 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 348 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
361 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 349 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
362 350
363 [ $use_repository_packages ] 351 [ $use_repository_packages ]
364 analyzer/test/*: PubGetError 352 analyzer/test/*: PubGetError
365 353
366 [ $runtime == ie9 ] 354 [ $runtime == ie9 ]
367 polymer: Pass, Fail, Timeout # Issue 16717 355 polymer: Pass, Fail, Timeout # Issue 16717
OLDNEW
« no previous file with comments | « pkg/docgen/test/multi_library_code/lib/test_lib.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698