| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $compiler == dart2js || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 # VM specific tests that should not be run by dart2js. | 6 # VM specific tests that should not be run by dart2js. |
| 7 *vm_test: Skip | 7 *vm_test: Skip |
| 8 *vm_negative_test: Skip | 8 *vm_negative_test: Skip |
| 9 | 9 |
| 10 [ $compiler == dart2js && $checked ] | 10 [ $compiler == dart2js && $checked ] |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 | 79 |
| 80 execute_finally8_test: Fail # http://dartbug.com/5643 | 80 execute_finally8_test: Fail # http://dartbug.com/5643 |
| 81 | 81 |
| 82 throw_expr_test: Fail | 82 throw_expr_test: Fail |
| 83 metadata_test: Fail # Metadata on type parameters not supported. | 83 metadata_test: Fail # Metadata on type parameters not supported. |
| 84 infinity_test: Fail # Issue 4984 | 84 infinity_test: Fail # Issue 4984 |
| 85 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. | 85 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. |
| 86 | 86 |
| 87 getter_declaration_negative_test: Fail # This will be fixed when dart2js reject
old getter syntax. | 87 getter_declaration_negative_test: Fail # This will be fixed when dart2js reject
old getter syntax. |
| 88 | 88 |
| 89 function_type_this_parameter_test: Crash # Issue 4417. | |
| 90 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. | 89 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. |
| 91 canonical_const_test: Fail # We don't take the generic type into account yet. | 90 canonical_const_test: Fail # We don't take the generic type into account yet. |
| 92 | 91 |
| 93 function_type_alias_test: Fail # Support for optional parameters not conform to
latest spec. | 92 function_type_alias_test: Fail # Support for optional parameters not conform to
latest spec. |
| 94 function_type_alias2_test: Fail # Support for optional parameters not conform to
latest spec. | 93 function_type_alias2_test: Fail # Support for optional parameters not conform to
latest spec. |
| 95 named_parameters_type_test: Fail # Support for optional parameters not conform t
o latest spec. | 94 named_parameters_type_test: Fail # Support for optional parameters not conform t
o latest spec. |
| 96 positional_parameters_type_test: Fail # Support for optional parameters not conf
orm to latest spec. | 95 positional_parameters_type_test: Fail # Support for optional parameters not conf
orm to latest spec. |
| 97 named_parameters_test/0*: Fail # Support for optional parameters not conform to
latest spec. | 96 named_parameters_test/0*: Fail # Support for optional parameters not conform to
latest spec. |
| 98 named_parameters_test/1*: Fail # Support for optional parameters not conform to
latest spec. | 97 named_parameters_test/1*: Fail # Support for optional parameters not conform to
latest spec. |
| 99 named_parameters_with_object_property_names_test: Fail # Support for optional pa
rameters not conform to latest spec. | 98 named_parameters_with_object_property_names_test: Fail # Support for optional pa
rameters not conform to latest spec. |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 [ $compiler == dart2js && $runtime == ff && $system == windows ] | 350 [ $compiler == dart2js && $runtime == ff && $system == windows ] |
| 352 prefix_new_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. | 351 prefix_new_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. |
| 353 first_class_types_test: Fail # http://dartbug.com/5523 | 352 first_class_types_test: Fail # http://dartbug.com/5523 |
| 354 part2_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. | 353 part2_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. |
| 355 part_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. | 354 part_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. |
| 356 export_test: Fail # Issue 5785 (root cause: issue 2264) | 355 export_test: Fail # Issue 5785 (root cause: issue 2264) |
| 357 export_cyclic_test: Fail # Issue 5785 (root cause: issue 2264) | 356 export_cyclic_test: Fail # Issue 5785 (root cause: issue 2264) |
| 358 generic_creation_test: Fail # Issue 5785 (root cause: issue 2264) | 357 generic_creation_test: Fail # Issue 5785 (root cause: issue 2264) |
| 359 import_combinators_test: Fail # Issue 5785 (root cause: issue 2264) | 358 import_combinators_test: Fail # Issue 5785 (root cause: issue 2264) |
| 360 first_class_types_libraries_test: Fail | 359 first_class_types_libraries_test: Fail |
| OLD | NEW |