| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index cab3e41924fee9cf970e4a7d762ad32101ff83df..774de404ffee1ac073c39a0cef70be759ff6eb46 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -122,8 +122,6 @@ metadata_test: Fail # Metadata on type parameters not supported.
|
| infinity_test: Fail # Issue 4984
|
| positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>.
|
|
|
| -compile_time_constant8_test: Fail # We don't take the generic type into account yet.
|
| -canonical_const_test: Fail # We don't take the generic type into account yet.
|
|
|
| # Support for optional parameters not conform to latest spec.
|
| function_type_alias_test: Fail # http://dartbug.com/9058
|
| @@ -134,10 +132,8 @@ positional_parameters_type_test: Fail
|
| # Compilation errors.
|
| const_var_test: Fail # Map literals take 2 type arguments.
|
| map_literal3_test: Fail # Map literals take 2 type arguments.
|
| -ct_const_test: Fail # We don't take the generic type into account yet.
|
| dynamic_test: Fail # cannot resolve type F1
|
| constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal
|
| -factory3_test: Fail # internal error: visitIs for type variables not implemented
|
| function_type_alias2_test: Fail # cannot resolve type f1
|
| function_type_alias3_test: Fail # cannot resolve type F
|
| function_type_alias4_test: Fail # cannot resolve type F
|
| @@ -241,9 +237,7 @@ instantiate_type_variable_negative_test: Pass # For the wrong reason.
|
| interface_factory3_negative_test: Fail # Negative language test.
|
| interface_factory_constructor_negative_test: Fail # Negative language test.
|
| list_literal1_negative_test: Fail # Negative language test.
|
| -list_literal2_negative_test: Fail # Negative language test.
|
| map_literal1_negative_test: Fail # Negative language test.
|
| -map_literal2_negative_test: Fail # Negative language test.
|
| number_identifier_negative_test: Fail # Negative language test.
|
| operator1_negative_test: Fail # Negative language test.
|
| prefix23_negative_test: Fail # Negative language test.
|
| @@ -303,7 +297,6 @@ double_to_string_as_exponential3_test: Fail
|
| double_to_string_as_fixed_test: Fail
|
| double_to_string_as_precision3_test: Fail
|
| expect_test: Fail
|
| -factory3_test: Fail
|
| stack_overflow_test: Fail
|
| stack_overflow_stacktrace_test: Fail
|
|
|
|
|