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 20 matching lines...) Expand all Loading... |
31 # uses '--categories=all'). | 31 # uses '--categories=all'). |
32 library_env_test/has_no_html_support: RuntimeError, OK | 32 library_env_test/has_no_html_support: RuntimeError, OK |
33 library_env_test/has_no_io_support: RuntimeError, OK | 33 library_env_test/has_no_io_support: RuntimeError, OK |
34 library_env_test/has_no_mirror_support: RuntimeError, OK | 34 library_env_test/has_no_mirror_support: RuntimeError, OK |
35 | 35 |
36 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 36 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
37 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 37 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
38 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 38 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
39 accessor_conflict_import_test: RuntimeError # Issue 25626 | 39 accessor_conflict_import_test: RuntimeError # Issue 25626 |
40 | 40 |
| 41 [ $compiler == dart2js && $fast_startup ] |
| 42 const_evaluation_test/*: Fail # mirrors not supported |
| 43 deferred_constraints_constants_test: Fail # mirrors not supported |
| 44 enum_mirror_test: Fail # mirrors not supported |
| 45 field_increment_bailout_test: Fail # mirrors not supported |
| 46 instance_creation_in_function_annotation_test: Fail # mirrors not supported |
| 47 invocation_mirror2_test: Fail # mirrors not supported |
| 48 invocation_mirror_invoke_on2_test: Fail # mirrors not supported |
| 49 invocation_mirror_invoke_on_test: Fail # mirrors not supported |
| 50 issue21079_test: Fail # mirrors not supported |
| 51 many_overridden_no_such_method_test: Fail # mirrors not supported |
| 52 no_such_method_test: Fail # mirrors not supported |
| 53 null_test: Fail # mirrors not supported |
| 54 overridden_no_such_method_test: Fail # mirrors not supported |
| 55 redirecting_factory_reflection_test: Fail # mirrors not supported |
| 56 regress_13462_0_test: Fail # mirrors not supported |
| 57 regress_13462_1_test: Fail # mirrors not supported |
| 58 regress_18535_test: Fail # mirrors not supported |
| 59 super_call4_test: Fail # mirrors not supported |
| 60 super_getter_setter_test: Fail # mirrors not supported |
| 61 vm/reflect_core_vm_test: Fail # mirrors not supported |
| 62 |
| 63 |
41 [ $compiler == dart2js && $runtime == jsshell ] | 64 [ $compiler == dart2js && $runtime == jsshell ] |
42 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 65 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
43 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 | 66 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 |
44 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss
ue 7728 | 67 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss
ue 7728 |
45 async_star_no_cancel_test: RuntimeError # Need triage | 68 async_star_no_cancel_test: RuntimeError # Need triage |
46 async_star_no_cancel2_test: RuntimeError # Need triage | 69 async_star_no_cancel2_test: RuntimeError # Need triage |
47 | 70 |
48 [ $compiler == dart2js && $browser ] | 71 [ $compiler == dart2js && $browser ] |
49 config_import_test: Fail # Test flag is not passed to the compiler. | 72 config_import_test: Fail # Test flag is not passed to the compiler. |
50 | 73 |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 try_finally_regress_25333_test: Crash # Issue 24485 | 351 try_finally_regress_25333_test: Crash # Issue 24485 |
329 | 352 |
330 [ $compiler == dart2js && $cps_ir && $checked ] | 353 [ $compiler == dart2js && $cps_ir && $checked ] |
331 *: Skip # `assert` not implemented | 354 *: Skip # `assert` not implemented |
332 | 355 |
333 [ $compiler == dart2js && $host_checked ] | 356 [ $compiler == dart2js && $host_checked ] |
334 regress_26855_test/1: Crash # Issue 26867 | 357 regress_26855_test/1: Crash # Issue 26867 |
335 regress_26855_test/2: Crash # Issue 26867 | 358 regress_26855_test/2: Crash # Issue 26867 |
336 regress_26855_test/3: Crash # Issue 26867 | 359 regress_26855_test/3: Crash # Issue 26867 |
337 regress_26855_test/4: Crash # Issue 26867 | 360 regress_26855_test/4: Crash # Issue 26867 |
OLD | NEW |