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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index 66d6014490cc8991840d27d99ee21460315416cc..f3b3c88ade8a5f13e73fecba74d0e27320223294 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -17,39 +17,30 @@ polymer/example/scoped_style/*: Skip
scheduled_test/test/scheduled_server_test: Pass, Fail # 13524
scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
-[ $compiler == dart2js && $mode == debug ]
kevmoo 2014/04/16 21:07:11 I'm skipping all docgen tests unless we're on the
-docgen/test/generate_json_test: Skip # Way too slow
-docgen/test/multi_library_test: Skip # Way too slow
-docgen/test/single_library_test: Skip # Way too slow
-docgen/test/typedef_test: Skip # Way too slow
-
[ $runtime == vm && $mode == debug]
-docgen/test/only_lib_content_in_pkg_test: Skip # Slow
-polymer/test/build/all_phases_test: Skip # Slow
analysis_server/test/analysis_server_test: Pass, Timeout
analysis_server/test/domain_context_test: Pass, Timeout
analysis_server/test/domain_server_test: Pass, Timeout
analyzer/test/generated/element_test: Pass, Timeout
analyzer/test/generated/parser_test: Pass, Timeout
code_transformers/test/resolver_test: Pass, Timeout
-docgen/test/only_lib_content_in_pkg_test: Pass, Timeout
-polymer_expressions/test/globals_test: Pass, Timeout
+docgen/test/*: Skip # Slow
polymer/test/build/all_phases_test: Pass, Timeout
+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
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
+polymer_expressions/test/globals_test: Pass, Timeout
smoke/test/codegen/end_to_end_test: Pass, Timeout
smoke/test/codegen/recorder_test: Pass, Timeout
template_binding/test/template_binding_test: Pass, Timeout
third_party/html5lib/test/tokenizer_test: Pass, Timeout
[ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
-docgen/test/only_lib_content_in_pkg_test: Skip # slow
-docgen/test/typedef_test: Skip # slow
barback/test/too_many_open_files_test: Skip # 14220
-third_party/html5lib/test/tokenizer_test: Pass, Slow
-docgen/test/generate_json_test: Skip # Issue 17003
-polymer/test/build/script_compactor_test: Skip # Slow
-polymer/test/build/all_phases_test: Skip # Slow
code_transformers/test/resolver_test: Skip # Issue 17908
+docgen/test/*: Skip # Issue 17003
+polymer/test/build/all_phases_test: Skip # Slow
+polymer/test/build/script_compactor_test: Skip # Slow
+third_party/html5lib/test/tokenizer_test: Pass, Slow
[ $compiler == dart2js ]
collection/test/equality_test/01: Fail # Issue 1533
@@ -58,7 +49,7 @@ collection/test/equality_test/03: Fail # Issue 1533
collection/test/equality_test/04: Fail # Issue 1533
collection/test/equality_test/05: Fail # Issue 1533
collection/test/equality_test/none: Pass, Fail # Issue 14348
-docgen/test/multi_library_test: Slow, Pass # issue 17060
+docgen/test/*: Skip # Far too slow
third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64List.
@@ -72,7 +63,6 @@ serialization/test/serialization_test: Skip
[ $runtime == jsshell ]
analyzer/test/generated/element_test: Pass, Slow # Issue 16473
-docgen/test/typedef_test: Slow, Pass # issue 17060
[ $runtime == d8 || $runtime == jsshell ]
stack_trace/test/chain_test: Fail # Issues 15171 and 15105
@@ -199,7 +189,6 @@ polymer/example/component: Fail # Issue 13198
polymer/test/mirror_loader_test: Skip # tests development only behavior
[ $compiler == dart2js && $runtime == chromeOnAndroid ]
-docgen/test/single_library_test: Fail # TODO(kasperl): Please triage.
intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triage.
[ $browser ]

Powered by Google App Engine
This is Rietveld 408576698