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

Unified Diff: frog/tests/frog_native/frog_native.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_native/frog_native.status
diff --git a/frog/tests/native/native.status b/frog/tests/frog_native/frog_native.status
similarity index 64%
rename from frog/tests/native/native.status
rename to frog/tests/frog_native/frog_native.status
index 9d412a3251d20a9117b2c24e03a571d26a98f592..e810fdf6ebf6413cb264ddd59f8973fa79bc560d 100644
--- a/frog/tests/native/native.status
+++ b/frog/tests/frog_native/frog_native.status
@@ -3,16 +3,16 @@
# BSD-style license that can be found in the LICENSE file.
[ $compiler == frog && $runtime == d8 ]
-NativeClassInheritance4FrogTest: Fail
-NativePropertyFrogTest: Fail
-NativeMissingMethod1FrogTest: Fail # Issue 1912
-NativeWindow1FrogTest: Fail # Issue 1915
+native_class_inheritance4_frog_test: Fail
+native_property_frog_test: Fail
+native_missing_method1_frog_test: Fail # Issue 1912
+native_window1_frog_test: Fail # Issue 1915
[ $compiler == frog ]
-ForeignTest: Fail # Leg only test
+foreign_test: Fail # Leg only test
[ $checked ]
-NativeCheckedFieldsFrogTest: Fail
+native_checked_fields_frog_test: Fail
[ $compiler == dartc || $runtime == drt || $runtime == ie || $runtime == chrome || $runtime == safari || $runtime == ff || $runtime == opera ]
*: Skip

Powered by Google App Engine
This is Rietveld 408576698