Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 # Sections in this file should contain "$compiler == dartdevc". | 5 # Sections in this file should contain "$compiler == dartdevc". |
| 6 | 6 |
| 7 [ $compiler == dartdevc ] | 7 [ $compiler == dartdevc ] |
| 8 assertion_initializer_const_error2_test/none: CompileTimeError | |
| 9 assertion_initializer_const_function_test/01: CompileTimeError | |
| 10 assertion_initializer_test: CompileTimeError | |
| 8 async_return_types_test/nestedFuture: MissingCompileTimeError | 11 async_return_types_test/nestedFuture: MissingCompileTimeError |
| 12 bad_initializer1_negative_test: CompileTimeError # Issue 14529 | |
| 13 bad_initializer2_negative_test: fail # Issue 14880 | |
| 14 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 | |
| 9 bit_operations_test/01: MissingCompileTimeError | 15 bit_operations_test/01: MissingCompileTimeError |
| 10 bit_operations_test/02: MissingCompileTimeError | 16 bit_operations_test/02: MissingCompileTimeError |
| 11 bit_operations_test/03: MissingCompileTimeError | 17 bit_operations_test/03: MissingCompileTimeError |
| 12 bit_operations_test/04: MissingCompileTimeError | 18 bit_operations_test/04: MissingCompileTimeError |
| 13 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 | |
| 14 assertion_initializer_test: CompileTimeError | |
| 15 assertion_initializer_const_error2_test/none: CompileTimeError | |
| 16 assertion_initializer_const_function_test/01: CompileTimeError | |
| 17 bad_initializer2_negative_test: fail # Issue 14880 | |
| 18 black_listed_test/none: fail # Issue 14228 | 19 black_listed_test/none: fail # Issue 14228 |
| 19 bad_initializer1_negative_test: CompileTimeError # Issue 14529 | |
| 20 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 | |
| 21 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 | 20 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 |
| 22 built_in_identifier_prefix_test: CompileTimeError | 21 built_in_identifier_prefix_test: CompileTimeError |
| 23 built_in_identifier_prefix_test: CompileTimeError | 22 built_in_identifier_prefix_test: CompileTimeError |
| 24 function_subtype_inline2_test: RuntimeError | 23 function_subtype_inline2_test: RuntimeError |
| 24 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
| |
| 25 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.
| |
| 26 generic_method_types_test/02: RuntimeError | |
| 27 generic_method_types_test/03: RuntimeError | |
| 28 generic_methods_closure_test: CompileTimeError # Issue 29920 | |
| 29 generic_methods_generic_function_parameter_test: CompileTimeError | |
| 30 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 | |
| 31 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29920 | |
| 32 generic_methods_new_test: RuntimeError | |
| 33 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920 | |
| 34 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29920 | |
| 35 generic_methods_shadowing_test: CompileTimeError # Issue 29920 | |
| 36 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920 | |
| 37 generic_methods_test: CompileTimeError | |
| 38 generic_methods_type_expression_test: CompileTimeError | |
| 25 | 39 |
| 26 [ $strong && $compiler == dartdevc ] | 40 [ $strong && $compiler == dartdevc ] |
| 27 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | 41 accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
| 28 accessor_conflict_export_test: CompileTimeError # Issue 25626 | 42 accessor_conflict_export_test: CompileTimeError # Issue 25626 |
| 29 accessor_conflict_import2_test: CompileTimeError # Issue 25626 | 43 accessor_conflict_import2_test: CompileTimeError # Issue 25626 |
| 30 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 | 44 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 |
| 31 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 | 45 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 |
| 32 accessor_conflict_import_test: CompileTimeError # Issue 25626 | 46 accessor_conflict_import_test: CompileTimeError # Issue 25626 |
| 33 regress_30339_test: CompileTimeError # As expected. Should we make this a multi test? | 47 regress_30339_test: CompileTimeError # As expected. Should we make this a multi test? |
| 34 | 48 |
| 35 [ $compiler == dartdevc && $runtime != none ] | 49 [ $compiler == dartdevc && $runtime != none ] |
| 36 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 | 50 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 |
| 37 async_star_pause_test: RuntimeError | 51 async_star_pause_test: RuntimeError |
| 38 bit_operations_test/01: RuntimeError # No bigints on web. | 52 bit_operations_test/01: RuntimeError # No bigints on web. |
| 39 bit_operations_test/02: RuntimeError # No bigints on web. | 53 bit_operations_test/02: RuntimeError # No bigints on web. |
| 40 bit_operations_test/03: RuntimeError # No bigints on web. | 54 bit_operations_test/03: RuntimeError # No bigints on web. |
| 41 bit_operations_test/04: RuntimeError # No bigints on web. | 55 bit_operations_test/04: RuntimeError # No bigints on web. |
| 42 bit_operations_test/none: RuntimeError # No bigints on web. | 56 bit_operations_test/none: RuntimeError # No bigints on web. |
| 43 branch_canonicalization_test: RuntimeError # Issue 29920 | 57 branch_canonicalization_test: RuntimeError # Issue 29920 |
| 44 call_closurization_test: RuntimeError # Issue 29920 | 58 call_closurization_test: RuntimeError # Issue 29920 |
| 45 call_test: RuntimeError | 59 call_test: RuntimeError |
| 46 canonical_const2_test: RuntimeError # Ints and doubles are unified. | 60 canonical_const2_test: RuntimeError # Ints and doubles are unified. |
| 47 canonical_const_test: RuntimeError # Ints and doubles are unified. | 61 canonical_const_test: RuntimeError # Ints and doubles are unified. |
| 48 function_type/function_type50_test: RuntimeError # Issue 29920 | 62 function_type/function_type50_test: RuntimeError # Issue 29920 |
| 49 function_type/function_type58_test: RuntimeError # Issue 29920 | 63 function_type/function_type58_test: RuntimeError # Issue 29920 |
| 50 compile_time_constant10_test/none: RuntimeError | 64 compile_time_constant10_test/none: RuntimeError |
| 65 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
| |
| 66 generic_is_check_test: RuntimeError # Issue 29920 | |
| 67 generic_methods_generic_class_tearoff_test: RuntimeError # Issue 29920 | |
| 68 getter_closure_execution_order_test: RuntimeError # Issue 29920 | |
| 69 generic_instanceof2_test: RuntimeError # Issue 29920 | |
| 70 generic_instanceof2_test: RuntimeError # Issue 29920 | |
| OLD | NEW |