Chromium Code Reviews| Index: tests/language/language.status |
| diff --git a/tests/language/language.status b/tests/language/language.status |
| index b3712bb05365bcdf3136d317c24c0d7bbf53688b..0a7e8b01d18b59a211c1190f773905068b236e6a 100644 |
| --- a/tests/language/language.status |
| +++ b/tests/language/language.status |
| @@ -24,6 +24,7 @@ mixin_super_constructor_positionals_test: Fail |
| mixin_super_constructor_multiple_test: Fail |
| const_constructor_super_test/01: fail |
| + |
|
karlklose
2013/07/19 11:45:40
In this file we only use one newline to separate t
Johnni Winther
2013/07/29 09:59:48
Done.
|
| [ $compiler == none ] |
| extends_test: Fail # issue 11023 |
| mixin_super_constructor_test: Fail |
| @@ -79,6 +80,37 @@ mixin_illegal_object_test/02: Crash # Issue 10952 |
| type_variable_field_initializer_closure_test: Crash # issue 8847 |
| closures_initializer_test: Crash # issue 8847 |
| +is_not_class2_test: Fail # Issue 9055 |
|
karlklose
2013/07/19 11:45:40
Are all of these copied into one place or are the
Johnni Winther
2013/07/29 09:59:48
All tests have been updated to follow the new spec
|
| +list_literal_syntax_test/01: Fail # Issue 9055 |
| +list_literal_syntax_test/02: Fail # Issue 9055 |
| +list_literal_syntax_test/03: Fail # Issue 9055 |
| +malformed_inheritance_test/02: Fail # Issue 9055 |
| +malformed_inheritance_test/04: Fail # Issue 9055 |
| +malformed_inheritance_test/06: Fail # Issue 9055 |
| +malformed_test/none: Fail # Issue 9055 |
| +prefix9_test: Fail # Issue 9055 |
| +try_catch_on_syntax_test/07: Fail # Issue 9055 |
| +try_catch_syntax_test/08: Fail # Issue 9055 |
| +type_variable_bounds_test/08: Fail # Issue 9055 |
| +wrong_number_type_arguments_test/01: Fail # Issue 9055 |
| + |
| +[ $compiler == none && $checked ] |
| +function_malformed_result_type_test: Fail # Issue 9055 |
| +new_expression_type_args_test/02: Fail # Issue 9055 |
| +prefix16_test: Fail # Issue 9055 |
| +type_parameter_test/01: Fail # Issue 9055 |
| +type_parameter_test/02: Fail # Issue 9055 |
| +type_parameter_test/03: Fail # Issue 9055 |
| +type_parameter_test/04: Fail # Issue 9055 |
| +type_variable_bounds_test/07: Fail # Issue 9055 |
| +type_variable_scope2_test: Fail # Issue 9055 |
| +type_variable_scope_test/00: Fail # Issue 9055 |
| +type_variable_scope_test/01: Fail # Issue 9055 |
| +type_variable_scope_test/02: Fail # Issue 9055 |
| +type_variable_scope_test/03: Fail # Issue 9055 |
| +type_variable_scope_test/04: Fail # Issue 9055 |
| +type_variable_scope_test/05: Fail # Issue 9055 |
| +wrong_number_type_arguments_test/02: Fail # Issue 9055 |
| [ $compiler == none && $unchecked ] |
| @@ -192,7 +224,6 @@ final_syntax_test/02: Fail # http://dartbug.com/5519 |
| final_syntax_test/03: Fail # http://dartbug.com/5519 |
| final_syntax_test/04: Fail # http://dartbug.com/5519 |
| getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
| -isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
| named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 |
| named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 |
| not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
| @@ -241,7 +272,6 @@ function_type_alias5_test/00: Fail |
| function_type_alias5_test/01: Fail |
| function_type_alias5_test/02: Fail |
| function_type_alias7_test/00: Fail |
| -instanceof3_test: Fail |
| parameter_initializer6_negative_test: Fail # Issue 3502 |
| syntax_test/47: Fail |
| # DartVM problem. |
| @@ -258,7 +288,6 @@ no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo |
| named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. |
| -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. |
| @@ -300,6 +329,18 @@ closures_initializer_test: Crash # VM bug: issue 8847 |
| bound_closure_equality_test: Fail # Issue 10849 |
| +is_not_class2_test: Fail # Issue 9055 |
| +list_literal_syntax_test/01: Fail # Issue 9055 |
| +list_literal_syntax_test/02: Fail # Issue 9055 |
| +list_literal_syntax_test/03: Fail # Issue 9055 |
| +malformed_inheritance_test/02: Fail # Issue 9055 |
| +malformed_inheritance_test/04: Fail # Issue 9055 |
| +malformed_inheritance_test/06: Fail # Issue 9055 |
| +malformed_test/none: Fail # Issue 9055 |
| +try_catch_on_syntax_test/07: Fail # Issue 9055 |
| +try_catch_syntax_test/08: Fail # Issue 9055 |
| + |
| + |
| [ $compiler == dart2dart && $minified ] |
| super_getter_setter_test: Fail # Issue 11065. |