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

Unified Diff: dart/tests/utils/utils.status

Issue 10164004: Remove frogsh. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 8 years, 8 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 | « dart/tests/standalone/standalone.status ('k') | dart/tools/create_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/utils/utils.status
diff --git a/dart/tests/utils/utils.status b/dart/tests/utils/utils.status
index b344cf9d2634ad18a5651029fe50af1aa9edcb46..b3f34f9e5c3bf27b04ec85d41e6b64f306effd99 100644
--- a/dart/tests/utils/utils.status
+++ b/dart/tests/utils/utils.status
@@ -5,12 +5,12 @@
[ $arch == simarm ]
*: Skip
-[ $compiler == frog || $compiler == frogsh || $compiler == dart2js ]
+[ $compiler == frog || $compiler == dart2js ]
# Dartdoc only runs on the VM.
DartdocTest: Skip
MarkdownTest: Skip
-[ $compiler == frog || $compiler == frogsh ]
+[ $compiler == frog ]
DummyCompilerTest: Fail
[ $compiler == frog ]
@@ -36,5 +36,5 @@ DummyCompilerTest: Fail # Issue 2263.
[ $compiler == dart2js && $runtime == drt ]
*: Skip
-[ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
+[ $compiler == frog && $runtime == none ]
*: Skip
« no previous file with comments | « dart/tests/standalone/standalone.status ('k') | dart/tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698