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

Unified Diff: tests/language/language_dart2js.status

Issue 11348188: Ambiguous type references require a compile time error in some special cases (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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 | « tests/language/language.status ('k') | tests/language/new_expression_type_args_test.dart » ('j') | 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 15232)
+++ tests/language/language_dart2js.status (working copy)
@@ -70,7 +70,7 @@
[ $compiler == dart2js && $unchecked ]
assertion_test: Fail
-new_expression_type_args_test/02: Fail # Test does not conform with spec.
+type_variable_bounds_test/07: Fail # Wrongly reports compile-time error.
factory_redirection_test/08: Fail
factory_redirection_test/09: Fail
factory_redirection_test/10: Fail
@@ -96,6 +96,8 @@
compile_time_constant_checked3_test/06: Fail, OK
[ $compiler == dart2js ]
+new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
+new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
double_int_to_string_test: Fail # Issue 1533 (double/integer distinction)
mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic).
arithmetic_test: Fail # http://dartbug.com/6627
« no previous file with comments | « tests/language/language.status ('k') | tests/language/new_expression_type_args_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698