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

Unified Diff: tests/language/language_dart2js.status

Issue 19097003: Support new malformed types semantics. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix unittests. Created 7 years, 5 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 | « tests/language/language.status ('k') | tests/language/list_literal_syntax_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
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 99249b52115dd10f1411ba11659bfc208f98eda8..167f2017fc0d88299950ae43303053cd09b1894d 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -40,9 +40,6 @@ stacktrace_test: Pass, Fail # Assumes stack trace string ends in newline.
*vm_test: Skip
*vm_negative_test: Skip
-[ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ]
-type_parameter_test/05: Fail, OK # No way of specifying a compile-time type error in checked mode only.
-
[ $compiler == dart2js && $checked ]
checked_setter2_test: Fail # dartbug.com/11273
default_factory2_test/01: Fail
@@ -65,9 +62,7 @@ function_subtype_setter0_test: Fail # dartbug.com/11273
factory_redirection_test/14: Fail # redirecting to redirecting factory
type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. -- checked mode test.
-prefix16_test: Fail # dartbug.com/9056
assertion_test: Fail
-type_variable_bounds_test/07: Fail # Wrongly reports compile-time error.
double_to_string_as_exponential2_test: Fail # toStringAsExponential doesn't check if argument is an integer.
double_to_string_as_fixed2_test: Fail # toStringAsFixed doesn't check if argument is an integer.
@@ -163,7 +158,6 @@ named_parameters_aggregated_test/03: Fail # Presence of default values for optio
named_parameters_aggregated_test/05: Fail # Absence of positional parameters before named parameters does not trigger static type warning.
pseudo_kw_test: Fail # Unexpected token '('
super_implicit_closure_test: Fail # internal error: super property read not implemented
-on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors.
# Missing compilation error for wrong number of type arguments.
mixin_type_parameters_errors_test/01: Fail
« no previous file with comments | « tests/language/language.status ('k') | tests/language/list_literal_syntax_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698