| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index b61dd39a6d558fcb99ac73e95833bd2d7357b451..bb54e5c6be637590940e677f5f90216da3d2c1cd 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -54,6 +54,9 @@ generic_methods_new_test: CompiletimeError # DartOptions not passed to compiler.
|
| generic_methods_function_type_test: CompiletimeError # DartOptions not passed to compiler.
|
| generic_methods_type_expression_test: CompiletimeError # DartOptions not passed to compiler.
|
|
|
| +# Experimental feature: Use initializing formals in initializers and constructor body.
|
| +initializing_formal_access_test: CompiletimeError # DartOptions not passed to compiler.
|
| +
|
| [ $compiler == dart2js ]
|
| invocation_mirror_empty_arguments_test: Fail # Issue 24331
|
| nan_identical_test: Fail # Issue 11551
|
|
|