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

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

Issue 9418045: Support for native in leg, and start moving native tests to a specific test suite. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 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/native/native.status
===================================================================
--- frog/tests/native/native.status (revision 0)
+++ frog/tests/native/native.status (working copy)
@@ -2,30 +2,4 @@
# 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.
-prefix frog
-
-
-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
-
-[ $component == frogsh && $checked]
-NodeProcessTest: Fail # Checked mode failure -- looked like it failed to find assert$WritableStream
-NativeCheckedFieldsFrogTest: Fail
-
-
-[ $component == vm || $component == dartc || $component == chromium || $component == dartium || $component == frogium || $component == frog || $component == leg]
-Node*Test: Skip
-
-
-[ $component == frog || $component == frogsh || $component == dartc || $component == chromium || $component == dartium || $component == frogium || $component == leg ]
-FrogServerTest: Skip
-NativePropertyFrogTest: Fail
-
-
-[ $component == webdriver ]
-*: Skip
+prefix native
ahe 2012/02/19 14:38:02 I think this should be called "frog_native". This

Powered by Google App Engine
This is Rietveld 408576698