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

Unified Diff: dart/tests/compiler/dart2js_foreign/dart2js_foreign.status

Issue 10836351: Parse metadata, but ignore it. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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: 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.

Powered by Google App Engine
This is Rietveld 408576698