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

Unified Diff: dart/tests/language/language_dart2js.status

Issue 10911167: Update dart2js test status (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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
« dart/tests/co19/co19-dart2js.status ('K') | « dart/tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/language_dart2js.status
diff --git a/dart/tests/language/language_dart2js.status b/dart/tests/language/language_dart2js.status
index 982dcefca6ad1048e3165d38f2231fbf7d622667..0555ef7b8820e504e2ebcfb0e25203d3fedaf407 100644
--- a/dart/tests/language/language_dart2js.status
+++ b/dart/tests/language/language_dart2js.status
@@ -43,8 +43,13 @@ type_parameter_test/04: Fail # Issue 4932
[ $compiler == dart2js && $unchecked ]
assertion_test: Fail
-[ $compiler == dart2js ]
+[ $compiler == dart2js && $host_unchecked ]
metadata_test: Fail # Metadata on type parameters not supported.
ahe 2012/09/08 08:37:22 $host_unchecked is when dart2js is running on the
+
+[ $compiler == dart2js && $host_checked ]
+metadata_test: Crash # Metadata on type parameters not supported.
ahe 2012/09/08 08:37:22 $host_checked is when dart2js is running on the VM
ricow1 2012/09/08 19:26:08 I think that makes perfekt sense (since this is a
+
+[ $compiler == dart2js ]
infinity_test: Fail # Issue 4984
positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>.
« dart/tests/co19/co19-dart2js.status ('K') | « dart/tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698