Chromium Code Reviews| Index: tests/language_2/language_2_dartdevc.status |
| diff --git a/tests/language_2/language_2_dartdevc.status b/tests/language_2/language_2_dartdevc.status |
| index 9d0038b769e4e9572138bb36ed77cd7d0056a48d..e4b0c99cb8fad5b7583c59712893ded909c96e41 100644 |
| --- a/tests/language_2/language_2_dartdevc.status |
| +++ b/tests/language_2/language_2_dartdevc.status |
| @@ -5,23 +5,37 @@ |
| # Sections in this file should contain "$compiler == dartdevc". |
| [ $compiler == dartdevc ] |
| +assertion_initializer_const_error2_test/none: CompileTimeError |
| +assertion_initializer_const_function_test/01: CompileTimeError |
| +assertion_initializer_test: CompileTimeError |
| async_return_types_test/nestedFuture: MissingCompileTimeError |
| +bad_initializer1_negative_test: CompileTimeError # Issue 14529 |
| +bad_initializer2_negative_test: fail # Issue 14880 |
| +bad_named_constructor_negative_test: CompileTimeError # Issue 18693 |
| bit_operations_test/01: MissingCompileTimeError |
| bit_operations_test/02: MissingCompileTimeError |
| bit_operations_test/03: MissingCompileTimeError |
| bit_operations_test/04: MissingCompileTimeError |
| -generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30208 |
| -assertion_initializer_test: CompileTimeError |
| -assertion_initializer_const_error2_test/none: CompileTimeError |
| -assertion_initializer_const_function_test/01: CompileTimeError |
| -bad_initializer2_negative_test: fail # Issue 14880 |
| black_listed_test/none: fail # Issue 14228 |
| -bad_initializer1_negative_test: CompileTimeError # Issue 14529 |
| -bad_named_constructor_negative_test: CompileTimeError # Issue 18693 |
| body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 |
| built_in_identifier_prefix_test: CompileTimeError |
| built_in_identifier_prefix_test: CompileTimeError |
| function_subtype_inline2_test: RuntimeError |
| +generic_local_functions_test: CompileTimeError |
|
Jennifer Messerly
2017/08/17 06:22:45
some of these might duplicates with Analyzer issue
Bob Nystrom
2017/08/24 01:00:27
When I run analyzer on that test, I get:
"Analysi
|
| +generic_method_types_test/01: RuntimeError |
|
Jennifer Messerly
2017/08/17 06:22:45
these should be in the $runtime != none section
Bob Nystrom
2017/08/24 01:00:27
Done.
|
| +generic_method_types_test/02: RuntimeError |
| +generic_method_types_test/03: RuntimeError |
| +generic_methods_closure_test: CompileTimeError # Issue 29920 |
| +generic_methods_generic_function_parameter_test: CompileTimeError |
| +generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30208 |
| +generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29920 |
| +generic_methods_new_test: RuntimeError |
| +generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920 |
| +generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29920 |
| +generic_methods_shadowing_test: CompileTimeError # Issue 29920 |
| +generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920 |
| +generic_methods_test: CompileTimeError |
| +generic_methods_type_expression_test: CompileTimeError |
| [ $strong && $compiler == dartdevc ] |
| accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
| @@ -47,4 +61,10 @@ canonical_const2_test: RuntimeError # Ints and doubles are unified. |
| canonical_const_test: RuntimeError # Ints and doubles are unified. |
| function_type/function_type50_test: RuntimeError # Issue 29920 |
| function_type/function_type58_test: RuntimeError # Issue 29920 |
| -compile_time_constant10_test/none: RuntimeError |
| +compile_time_constant10_test/none: RuntimeError |
| +generic_instanceof_test: RuntimeError # Issue 29920 |
|
Jennifer Messerly
2017/08/17 06:22:45
is this a DDC or test issue? often these are stron
Bob Nystrom
2017/08/24 01:00:27
That's for noticing this. The test was testing the
|
| +generic_is_check_test: RuntimeError # Issue 29920 |
| +generic_methods_generic_class_tearoff_test: RuntimeError # Issue 29920 |
| +getter_closure_execution_order_test: RuntimeError # Issue 29920 |
| +generic_instanceof2_test: RuntimeError # Issue 29920 |
| +generic_instanceof2_test: RuntimeError # Issue 29920 |