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

Unified Diff: frog/tests/frog/frog.status

Issue 10250002: test rename overhaul: step 5 - frog and leg tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: frog/tests/frog/frog.status
diff --git a/frog/tests/frog/frog.status b/frog/tests/frog/frog.status
index a4c74085dc6e024c0179519c700159aac158c9d9..a5218e584b0acd155095f6457dfbc77110eb42db 100644
--- a/frog/tests/frog/frog.status
+++ b/frog/tests/frog/frog.status
@@ -2,25 +2,15 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-EvaluatorTest: Skip # TODO(jimhug): Skipped until ready to work on REPL.
-InheritanceOrderingTest: Skip # TODO(jimhug): Fix flakiness uniformly
-PrototypePatchingTest: Skip # TODO(jimhug): Fix flakiness uniformly
-
-
-[ $checked ]
-NativeCheckedFieldsFrogTest: Fail
-
-[ $runtime == vm || $compiler == dartc || $compiler == frog || $compiler == dart2js || ($runtime == drt && $compiler == none) ]
-Node*Test: Skip
-
[ $compiler == frog || $compiler == dartc || ($runtime == drt && $compiler == none) || $compiler == dart2js ]
-FrogServerTest: Skip
-
+frog_server_test: Skip
[ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == opera || $runtime == ff ]
*: Skip
-
[ $compiler == dart2js || $compiler == dartc ]
*: Skip
+
+[ $compiler == none ]
+*_frog_test: Skip

Powered by Google App Engine
This is Rietveld 408576698