| Index: dart/tests/compiler/dart2js_foreign/dart2js_foreign.status
|
| diff --git a/dart/tests/compiler/dart2js_foreign/dart2js_foreign.status b/dart/tests/compiler/dart2js_foreign/dart2js_foreign.status
|
| index 3780b91bb2a6f49b6f48fea89b3d57b6f05da309..23326df32a7d500503ec4f657dcacc3189d0605c 100644
|
| --- a/dart/tests/compiler/dart2js_foreign/dart2js_foreign.status
|
| +++ b/dart/tests/compiler/dart2js_foreign/dart2js_foreign.status
|
| @@ -2,11 +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.
|
|
|
| +[ $compiler == dart2js && $runtime == none ]
|
| +foreign_test: Fail # Cannot resolve JS.
|
| +
|
| +
|
| [ $checked ]
|
| native_checked_fields_test: Fail
|
|
|
|
|
| -[ $compiler == dart2js ]
|
| +[ $compiler == dart2js && ( $runtime == d8 || $browser ) ]
|
| foreign_test: Fail # TODO(ahe): Convert to metadata syntax.
|
| native_call_arity1_test: Fail # TODO(ahe): Convert to metadata syntax.
|
| native_call_arity2_test: Fail # TODO(ahe): Convert to metadata syntax.
|
|
|