| Index: frog/tests/native/native.status
|
| diff --git a/frog/tests/native/native.status b/frog/tests/native/native.status
|
| index 5271fac9b23479bc7e31df2f64032a2fe21ca219..ca642716f0813969862fa01e729304d3d2e0a5ba 100644
|
| --- a/frog/tests/native/native.status
|
| +++ b/frog/tests/native/native.status
|
| @@ -2,17 +2,19 @@
|
| # 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.
|
|
|
| -[ $compiler == frog || $compiler == frogsh ]
|
| +[ ($compiler == frog || $compiler == frogsh) && $runtime == d8 ]
|
| NativeClassInheritance4FrogTest: Fail
|
| NativePropertyFrogTest: Fail
|
| NativeMissingMethod1FrogTest: Fail # Issue 1912
|
| NativeWindow1FrogTest: Fail # Issue 1915
|
| +
|
| +[ $compiler == frog || $compiler == frogsh ]
|
| ForeignTest: Fail # Leg only test
|
|
|
| [ $checked ]
|
| NativeCheckedFieldsFrogTest: Fail
|
|
|
| -[ $compiler == dart2js ]
|
| +[ $compiler == dart2js && $runtime == d8 ]
|
| NativeClassInheritance4FrogTest: Fail
|
|
|
| [ $compiler == dartc || $runtime == drt || $runtime == ie || $runtime == chrome || $runtime == safari || $runtime == ff || $runtime == opera ]
|
|
|