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

Unified Diff: pkg/pkg.status

Issue 2547683002: Analyze dev_compiler on the analyzer bot. (Closed)
Patch Set: Created 4 years 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 83654f5c4cfefa48c7b8de4141868c2d416f28d7..fd90c2d9e20da8ebc2f2487e248c7360fb68ad8e 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -11,14 +11,18 @@
*/*/*/*/packages/*/*: Skip
*/*/*/*/*/packages/*/*: Skip
-# Don't run dev_compiler tests
-dev_compiler/test/*: Skip
-
# Analyzer2dart is not maintained anymore.
analyzer2dart/test/*: Skip
dart_messages/test/dart_messages_test: Skip # Requires a package root.
+# Skip dev_compiler codegen tests
+dev_compiler/test/codegen/*: Skip
+
+# Analyze dev_compiler but don't run its tests
+[ $compiler != dart2analyzer ]
+dev_compiler/test/*: Skip
+
[ $compiler == dart2analyzer ]
dev_compiler/gen/*: SkipByDesign
« 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