| 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 ] | 5 [ $compiler == dart2js ] |
| 6 getter_setter_in_lib_test: Fail # Issue 23288 | 6 getter_setter_in_lib_test: Fail # Issue 23288 |
| 7 method_name_test: Fail # issue 25574 | 7 method_name_test: Fail # issue 25574 |
| 8 | 8 |
| 9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 10 tearoff_basic_test: Skip # Tear-off not supported | 10 tearoff_basic_test: Skip # Tear-off not supported |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 | 47 |
| 48 # Experimental feature: Syntactic support for generic methods. | 48 # Experimental feature: Syntactic support for generic methods. |
| 49 generic_functions_test: CompileTimeError # DartOptions not passed to compiler. | 49 generic_functions_test: CompileTimeError # DartOptions not passed to compiler. |
| 50 generic_local_functions_test: CompileTimeError # DartOptions not passed to compi
ler. | 50 generic_local_functions_test: CompileTimeError # DartOptions not passed to compi
ler. |
| 51 generic_methods_test: CompileTimeError # DartOptions not passed to compiler. | 51 generic_methods_test: CompileTimeError # DartOptions not passed to compiler. |
| 52 generic_sends_test: CompileTimeError # DartOptions not passed to compiler. | 52 generic_sends_test: CompileTimeError # DartOptions not passed to compiler. |
| 53 generic_methods_new_test: CompiletimeError # DartOptions not passed to compiler. | 53 generic_methods_new_test: CompiletimeError # DartOptions not passed to compiler. |
| 54 generic_methods_function_type_test: CompiletimeError # DartOptions not passed to
compiler. | 54 generic_methods_function_type_test: CompiletimeError # DartOptions not passed to
compiler. |
| 55 generic_methods_type_expression_test: CompiletimeError # DartOptions not passed
to compiler. | 55 generic_methods_type_expression_test: CompiletimeError # DartOptions not passed
to compiler. |
| 56 | 56 |
| 57 # Experimental feature: Use initializing formals in initializers and constructor
body. |
| 58 initializing_formal_access_test: CompiletimeError # DartOptions not passed to co
mpiler. |
| 59 |
| 57 [ $compiler == dart2js ] | 60 [ $compiler == dart2js ] |
| 58 invocation_mirror_empty_arguments_test: Fail # Issue 24331 | 61 invocation_mirror_empty_arguments_test: Fail # Issue 24331 |
| 59 nan_identical_test: Fail # Issue 11551 | 62 nan_identical_test: Fail # Issue 11551 |
| 60 symbol_literal_test/*: Fail # Issue 21825 | 63 symbol_literal_test/*: Fail # Issue 21825 |
| 61 constructor_duplicate_final_test/01: Fail # Issue 13363 | 64 constructor_duplicate_final_test/01: Fail # Issue 13363 |
| 62 constructor_duplicate_final_test/02: Fail # Issue 13363 | 65 constructor_duplicate_final_test/02: Fail # Issue 13363 |
| 63 override_inheritance_mixed_test/08: Fail # Issue 18124 | 66 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 64 override_inheritance_mixed_test/09: Fail # Issue 18124 | 67 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 65 bad_constructor_test/05: CompileTimeError # Issue 13669 | 68 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 66 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 69 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 accessor_conflict_export_test: Crash # Duplicate export of 'x' | 322 accessor_conflict_export_test: Crash # Duplicate export of 'x' |
| 320 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 323 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 321 async_throw_in_catch_test/none: Crash # Issue 24485 | 324 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 322 execute_finally9_test: Crash # Issue 24485 | 325 execute_finally9_test: Crash # Issue 24485 |
| 323 regress_21795_test: Crash # Issue 24485 | 326 regress_21795_test: Crash # Issue 24485 |
| 324 regress_23537_test: Crash # Issue 24485 | 327 regress_23537_test: Crash # Issue 24485 |
| 325 try_finally_regress_25333_test: Crash # Issue 24485 | 328 try_finally_regress_25333_test: Crash # Issue 24485 |
| 326 | 329 |
| 327 [ $compiler == dart2js && $cps_ir && $checked ] | 330 [ $compiler == dart2js && $cps_ir && $checked ] |
| 328 *: Skip # `assert` not implemented | 331 *: Skip # `assert` not implemented |
| OLD | NEW |