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 setter4_test: CompileTimeError # issue 13639 | 8 setter4_test: CompileTimeError # issue 13639 |
9 | 9 |
10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 null_test/none: Fail # mirrors not supported | 58 null_test/none: Fail # mirrors not supported |
59 overridden_no_such_method_test: Fail # mirrors not supported | 59 overridden_no_such_method_test: Fail # mirrors not supported |
60 redirecting_factory_reflection_test: Fail # mirrors not supported | 60 redirecting_factory_reflection_test: Fail # mirrors not supported |
61 regress_13462_0_test: Fail # mirrors not supported | 61 regress_13462_0_test: Fail # mirrors not supported |
62 regress_13462_1_test: Fail # mirrors not supported | 62 regress_13462_1_test: Fail # mirrors not supported |
63 regress_18535_test: Fail # mirrors not supported | 63 regress_18535_test: Fail # mirrors not supported |
64 super_call4_test: Fail # mirrors not supported | 64 super_call4_test: Fail # mirrors not supported |
65 super_getter_setter_test: Fail # mirrors not supported | 65 super_getter_setter_test: Fail # mirrors not supported |
66 vm/reflect_core_vm_test: Fail # mirrors not supported | 66 vm/reflect_core_vm_test: Fail # mirrors not supported |
67 | 67 |
| 68 [ $compiler == dart2js && $fast_startup && $checked ] |
| 69 generic_local_functions_test: Fail # reified type for generic function not gener
ated correctly |
| 70 |
68 [ $compiler == dart2js && $runtime == jsshell ] | 71 [ $compiler == dart2js && $runtime == jsshell ] |
69 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 72 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
70 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 | 73 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 |
71 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss
ue 7728 | 74 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss
ue 7728 |
72 async_star_no_cancel_test: RuntimeError # Need triage | 75 async_star_no_cancel_test: RuntimeError # Need triage |
73 async_star_no_cancel2_test: RuntimeError # Need triage | 76 async_star_no_cancel2_test: RuntimeError # Need triage |
74 | 77 |
75 [ $compiler == dart2js && $browser ] | 78 [ $compiler == dart2js && $browser ] |
76 config_import_test: Fail # Test flag is not passed to the compiler. | 79 config_import_test: Fail # Test flag is not passed to the compiler. |
77 | 80 |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 try_finally_regress_25333_test: Crash # Issue 24485 | 358 try_finally_regress_25333_test: Crash # Issue 24485 |
356 | 359 |
357 [ $compiler == dart2js && $cps_ir && $checked ] | 360 [ $compiler == dart2js && $cps_ir && $checked ] |
358 *: Skip # `assert` not implemented | 361 *: Skip # `assert` not implemented |
359 | 362 |
360 [ $compiler == dart2js && $host_checked ] | 363 [ $compiler == dart2js && $host_checked ] |
361 regress_26855_test/1: Crash # Issue 26867 | 364 regress_26855_test/1: Crash # Issue 26867 |
362 regress_26855_test/2: Crash # Issue 26867 | 365 regress_26855_test/2: Crash # Issue 26867 |
363 regress_26855_test/3: Crash # Issue 26867 | 366 regress_26855_test/3: Crash # Issue 26867 |
364 regress_26855_test/4: Crash # Issue 26867 | 367 regress_26855_test/4: Crash # Issue 26867 |
OLD | NEW |