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

Unified Diff: tests/language/language_dart2js.status

Issue 10665028: Add filter for vm specific tests to dart2js status file. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
===================================================================
--- tests/language/language_dart2js.status (revision 9070)
+++ tests/language/language_dart2js.status (working copy)
@@ -2,6 +2,11 @@
# 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 ]
Ivan Posva 2012/06/25 17:59:02 This line should not be needed as this status file
+# VM specific tests that should not be run by dart2js.
+*vm_test: Skip
+*vm_negative_test: Skip
+
[ $compiler == dart2js && $checked ]
assign_static_type_test/01: Fail
assign_static_type_test/02: Fail
@@ -89,7 +94,6 @@
super_implicit_closure_test: Fail # internal error: super property read not implemented
super_operator_test: Fail # internal error: super property store not implemented
switch_label_test: Fail # error: target of continue is not a loop or switch case
-type_cast_vm_test: Fail # type cast not yet implemented
# Implementation errors (library or generated code).
@@ -206,7 +210,6 @@
throw7_negative_test: Fail, OK # Negative language test.
try_catch_syntax_test/08: Fail, OK # Negative language test.
-type_vm_test: Fail, OK # VM specific test.
disable_privacy_test: Fail, OK # VM specific test.
numbers_test: Fail, OK # (unintended?) VM specific test.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698