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

Unified Diff: pkg/pkg.status

Issue 2666193003: Skip fasta tests again, take 2. (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 5547b9aa21281a57eb62fae60f45714ee25a354e..c6da182297fd617ba86b1872f7865cd5d63dcddc 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -28,14 +28,14 @@ front_end/test/fasta/rasta/*: SkipByDesign
front_end/test/fasta/sdk_test: SkipByDesign
# Skip fasta tests for now (https://github.com/dart-lang/sdk/issues/28594).
-kernel/test/closures_test: Skip
-
-[ $runtime != vm || $mode != release || $system == windows ]
front_end/test/fasta/*: Skip
[ $runtime == vm && $mode == release && $system == linux ]
kernel/test/closures_test: Slow, Pass
+[ $runtime != vm || $mode != release || $system != linux ]
+kernel/test/closures_test: Skip
+
# Analyze dev_compiler but don't run its tests
[ $compiler != dart2analyzer ]
dev_compiler/test/*: Skip
« 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