| 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
|
|
|