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

Unified Diff: pkg/pkg.status

Issue 203913004: pkg/docgen: marking status for known static warnings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index 65b189e8596450479ee05f66828145914a4f1947..22321b0b75d7d95399394785f20fce09d948a761 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -27,6 +27,9 @@ docgen/test/typedef_test: Skip # Way too slow
[ $mode == debug ]
docgen/test/only_lib_content_in_pkg_test: Skip # doesn't make any progress
+[ $runtime == vm && $system == windows ]
+docgen\test\only_lib_content_in_pkg_test: Fail # Issue 17597
Alan Knight 2014/03/18 23:55:48 This looks like the mirror system creation isn't g
+
[ $compiler == dart2js ]
collection/test/equality_test/01: Fail # Issue 1533
collection/test/equality_test/02: Fail # Issue 1533
@@ -326,8 +329,10 @@ source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
docgen/test/generate_json_test: StaticWarning # Issue 16950
-docgen/test/single_library_test: StaticWarning # Issue 16950
docgen/test/multi_library_test: StaticWarning # Issue 16950
+docgen/test/only_lib_content_in_pkg_test: StaticWarning # Issue 16950
+docgen/test/single_library_test: StaticWarning # Issue 16950
+docgen/test/typedef_test: StaticWarning # Issue 16950
unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract class
[ $runtime == vm && ($system == windows || $system == macos) ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698