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

Unified Diff: pkg/pkg.status

Issue 2618313002: Ignore dev_compiler generated files in pkg.status. (Closed)
Patch Set: Created 3 years, 11 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 e347260b3ff872289ce134688c274736ebeecc68..a252b52fd80d5faf2820b7ddc6eb0cb3f60f949f 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -18,6 +18,7 @@ dart_messages/test/dart_messages_test: Skip # Requires a package root.
# Skip dev_compiler codegen tests
dev_compiler/test/codegen/*: Skip
+dev_compiler/gen/*: SkipByDesign
[ $runtime == vm && $mode == release && $system == linux ]
kernel/test/closures_test: Slow, Pass
@@ -30,7 +31,6 @@ kernel/test/closures_test: Skip
dev_compiler/test/*: Skip
[ $compiler == dart2analyzer ]
-dev_compiler/gen/*: SkipByDesign
dev_compiler/test/options/*: SkipByDesign
# Issue #28236
« 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