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

Unified Diff: pkg/pkg.status

Issue 2663163005: Update location of rasta tests. (Closed)
Patch Set: Update location of rasta tests. 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 | « pkg/front_end/test/fasta/testing.json ('k') | 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 7efa44cbd59feb566bdb3e2804f65b08cdd61c6e..96126b767cb82559b9decbf2c21931808d9c212e 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -20,12 +20,16 @@ dart_messages/test/dart_messages_test: Skip # Requires a package root.
dev_compiler/test/codegen/*: Skip
dev_compiler/gen/*: SkipByDesign
-# Skip fasta tests for now (https://github.com/dart-lang/sdk/issues/28594).
-front_end/test/fasta/*: Skip
-
# Anything in rasta is input to fasta unit tests and shouldn't be run as tests.
front_end/test/fasta/rasta/*: SkipByDesign
+# sdk_test would take too long to complete, and should be run in a different
+# way.
+front_end/test/fasta/sdk_test: SkipByDesign
+
+[ $runtime != vm || $mode != release || $system == windows ]
+front_end/test/fasta/*: Skip
+
[ $runtime == vm && $mode == release && $system == linux ]
kernel/test/closures_test: Slow, Pass
« no previous file with comments | « pkg/front_end/test/fasta/testing.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698