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

Unified Diff: frog/tests/native/native.status

Issue 10042001: change status files to make it possible to run test.py -c frog,dart2js -r none. (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/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 ]

Powered by Google App Engine
This is Rietveld 408576698