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

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: 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
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 ]
kevmoo 2014/04/16 21:07:11 I'm skipping all docgen tests unless we're on the
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: Pass, Timeout
29 polymer/test/build/all_phases_test: Skip # Slow
Emily Fortuna 2014/04/16 22:13:40 You have two lines for the same test. which one is
kevmoo 2014/04/17 00:01:19 I didn't tweak these...this is just the result of
Emily Fortuna 2014/04/17 16:11:45 Yes, and thank you for sorting. It's indicative th
30 polymer/test/build/script_compactor_test: Pass, Timeout
Emily Fortuna 2014/04/16 22:13:40 generally we say if it is a pass or timeout, just
kevmoo 2014/04/17 00:01:19 This isn't my line...just a diff from sorting. Lea
Emily Fortuna 2014/04/17 16:11:45 I know you didn't change them, but I was making a
36 polymer_expressions/test/globals_test: Pass, Timeout 31 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 32 smoke/test/codegen/end_to_end_test: Pass, Timeout
40 smoke/test/codegen/recorder_test: Pass, Timeout 33 smoke/test/codegen/recorder_test: Pass, Timeout
41 template_binding/test/template_binding_test: Pass, Timeout 34 template_binding/test/template_binding_test: Pass, Timeout
42 third_party/html5lib/test/tokenizer_test: Pass, Timeout 35 third_party/html5lib/test/tokenizer_test: Pass, Timeout
43 36
44 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] 37 [ $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 38 barback/test/too_many_open_files_test: Skip # 14220
39 code_transformers/test/resolver_test: Skip # Issue 17908
40 docgen/test/*: Skip # Issue 17003
41 polymer/test/build/all_phases_test: Skip # Slow
42 polymer/test/build/script_compactor_test: Skip # Slow
48 third_party/html5lib/test/tokenizer_test: Pass, Slow 43 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 44
54 [ $compiler == dart2js ] 45 [ $compiler == dart2js ]
55 collection/test/equality_test/01: Fail # Issue 1533 46 collection/test/equality_test/01: Fail # Issue 1533
56 collection/test/equality_test/02: Fail # Issue 1533 47 collection/test/equality_test/02: Fail # Issue 1533
57 collection/test/equality_test/03: Fail # Issue 1533 48 collection/test/equality_test/03: Fail # Issue 1533
58 collection/test/equality_test/04: Fail # Issue 1533 49 collection/test/equality_test/04: Fail # Issue 1533
59 collection/test/equality_test/05: Fail # Issue 1533 50 collection/test/equality_test/05: Fail # Issue 1533
60 collection/test/equality_test/none: Pass, Fail # Issue 14348 51 collection/test/equality_test/none: Pass, Fail # Issue 14348
61 docgen/test/multi_library_test: Slow, Pass # issue 17060 52 docgen/test/*: Skip # Far too slow
62 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time 53 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. 54 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
64 55
65 [ $compiler == dart2js && $checked ] 56 [ $compiler == dart2js && $checked ]
66 crypto/test/base64_test: Slow, Pass 57 crypto/test/base64_test: Slow, Pass
67 58
68 [ $compiler == dart2js && $checked && $runtime == ie9 ] 59 [ $compiler == dart2js && $checked && $runtime == ie9 ]
69 crypto/test/base64_test: Timeout # Issue 12486 60 crypto/test/base64_test: Timeout # Issue 12486
70 collection/test/priority_queue_test: Pass, Slow # Issue 16426 61 collection/test/priority_queue_test: Pass, Slow # Issue 16426
71 serialization/test/serialization_test: Skip 62 serialization/test/serialization_test: Skip
72 63
73 [ $runtime == jsshell ] 64 [ $runtime == jsshell ]
74 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 65 analyzer/test/generated/element_test: Pass, Slow # Issue 16473
75 docgen/test/typedef_test: Slow, Pass # issue 17060
76 66
77 [ $runtime == d8 || $runtime == jsshell ] 67 [ $runtime == d8 || $runtime == jsshell ]
78 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 68 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
79 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces 69 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. 70 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728.
81 71
82 [ $runtime == jsshell ] 72 [ $runtime == jsshell ]
83 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 73 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
84 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728 74 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728
85 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http:// dartbug.com/10109 75 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 182
193 [ $compiler == dart2js && $browser ] 183 [ $compiler == dart2js && $browser ]
194 stack_trace/test/vm_test: Fail, OK # VM-specific traces 184 stack_trace/test/vm_test: Fail, OK # VM-specific traces
195 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 185 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
196 crypto/test/sha256_test: Slow, Pass 186 crypto/test/sha256_test: Slow, Pass
197 crypto/test/sha1_test: Slow, Pass 187 crypto/test/sha1_test: Slow, Pass
198 polymer/example/component: Fail # Issue 13198 188 polymer/example/component: Fail # Issue 13198
199 polymer/test/mirror_loader_test: Skip # tests development only behavior 189 polymer/test/mirror_loader_test: Skip # tests development only behavior
200 190
201 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 191 [ $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. 192 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
204 193
205 [ $browser ] 194 [ $browser ]
206 analysis_server/test/*: Skip # Uses dart:io. 195 analysis_server/test/*: Skip # Uses dart:io.
207 analyzer/test/error_test: Fail, OK # Uses dart:io. 196 analyzer/test/error_test: Fail, OK # Uses dart:io.
208 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. 197 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io.
209 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 198 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
210 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 199 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
211 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. 200 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io.
212 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. 201 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. 347 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. 348 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 349 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 350 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
362 351
363 [ $use_repository_packages ] 352 [ $use_repository_packages ]
364 analyzer/test/*: PubGetError 353 analyzer/test/*: PubGetError
365 354
366 [ $runtime == ie9 ] 355 [ $runtime == ie9 ]
367 polymer: Pass, Fail, Timeout # Issue 16717 356 polymer: Pass, Fail, Timeout # Issue 16717
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698