| 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 deferred_not_loaded_check_test: Fail # Issue 27577 | 6 deferred_not_loaded_check_test: Fail # Issue 27577 |
| 7 getter_setter_in_lib_test: Fail # Issue 23288 | 7 getter_setter_in_lib_test: Fail # Issue 23288 |
| 8 method_name_test: Fail # issue 25574 | 8 method_name_test: Fail # issue 25574 |
| 9 setter4_test: CompileTimeError # issue 13639 | 9 setter4_test: CompileTimeError # issue 13639 |
| 10 | 10 |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 null_test/none: Fail # mirrors not supported | 60 null_test/none: Fail # mirrors not supported |
| 61 overridden_no_such_method_test: Fail # mirrors not supported | 61 overridden_no_such_method_test: Fail # mirrors not supported |
| 62 redirecting_factory_reflection_test: Fail # mirrors not supported | 62 redirecting_factory_reflection_test: Fail # mirrors not supported |
| 63 regress_13462_0_test: Fail # mirrors not supported | 63 regress_13462_0_test: Fail # mirrors not supported |
| 64 regress_13462_1_test: Fail # mirrors not supported | 64 regress_13462_1_test: Fail # mirrors not supported |
| 65 regress_18535_test: Fail # mirrors not supported | 65 regress_18535_test: Fail # mirrors not supported |
| 66 super_call4_test: Fail # mirrors not supported | 66 super_call4_test: Fail # mirrors not supported |
| 67 super_getter_setter_test: Fail # mirrors not supported | 67 super_getter_setter_test: Fail # mirrors not supported |
| 68 vm/reflect_core_vm_test: Fail # mirrors not supported | 68 vm/reflect_core_vm_test: Fail # mirrors not supported |
| 69 | 69 |
| 70 [ $compiler == dart2js && $fast_startup && $checked ] | |
| 71 generic_local_functions_test: Fail # reified type for generic function not gener
ated correctly | |
| 72 generic_methods_generic_function_parameter_test: Fail # reified type for generic
function not generated correctly | |
| 73 | |
| 74 [ $compiler == dart2js && $runtime == jsshell ] | 70 [ $compiler == dart2js && $runtime == jsshell ] |
| 75 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 71 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
| 76 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 | 72 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 |
| 77 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss
ue 7728 | 73 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss
ue 7728 |
| 78 async_star_no_cancel_test: RuntimeError # Need triage | 74 async_star_no_cancel_test: RuntimeError # Need triage |
| 79 async_star_no_cancel2_test: RuntimeError # Need triage | 75 async_star_no_cancel2_test: RuntimeError # Need triage |
| 80 | 76 |
| 81 [ $compiler == dart2js && $browser ] | 77 [ $compiler == dart2js && $browser ] |
| 82 config_import_test: Fail # Test flag is not passed to the compiler. | 78 config_import_test: Fail # Test flag is not passed to the compiler. |
| 83 | 79 |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 *: Skip # `assert` not implemented | 347 *: Skip # `assert` not implemented |
| 352 | 348 |
| 353 [ $compiler == dart2js && $host_checked ] | 349 [ $compiler == dart2js && $host_checked ] |
| 354 regress_26855_test/1: Crash # Issue 26867 | 350 regress_26855_test/1: Crash # Issue 26867 |
| 355 regress_26855_test/2: Crash # Issue 26867 | 351 regress_26855_test/2: Crash # Issue 26867 |
| 356 regress_26855_test/3: Crash # Issue 26867 | 352 regress_26855_test/3: Crash # Issue 26867 |
| 357 regress_26855_test/4: Crash # Issue 26867 | 353 regress_26855_test/4: Crash # Issue 26867 |
| 358 | 354 |
| 359 [ $compiler != dart2analyzer] | 355 [ $compiler != dart2analyzer] |
| 360 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status | 356 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status |
| OLD | NEW |