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

Unified Diff: tests/language/language.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/co19/co19-runtime.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 15232)
+++ tests/language/language.status (working copy)
@@ -83,6 +83,7 @@
compile_time_constant_checked3_test/06: Fail, OK
[ $compiler == dartc ]
+new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error.
type_variable_shadows_class_test: Fail # Issue 643
redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560
implicit_this_test/none: Fail # should not warn about allocating SubAbstract2
@@ -402,9 +403,6 @@
first_class_types_constants_test: Fail # Issue 6282
-# Renaming type from platform library:
-dynamic_test: Fail
-
# Missing compile-time error when modifying final local variables
final_variable_assignment_test/01: Fail
final_variable_assignment_test/02: Fail
@@ -560,7 +558,9 @@
named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
-new_expression_type_args_test/02: Fail # Test does not conform with spec.
+type_variable_bounds_test/07: Fail # Wrongly reports compile-time error.
+new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
+new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698