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 21 matching lines...) Expand all Loading... |
32 library_env_test/has_no_io_support: RuntimeError, OK | 32 library_env_test/has_no_io_support: RuntimeError, OK |
33 library_env_test/has_no_mirror_support: RuntimeError, OK | 33 library_env_test/has_no_mirror_support: RuntimeError, OK |
34 | 34 |
35 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 35 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
36 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 36 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
37 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 37 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
38 accessor_conflict_import_test: RuntimeError # Issue 25626 | 38 accessor_conflict_import_test: RuntimeError # Issue 25626 |
39 | 39 |
40 duplicate_part_test/01: MissingCompileTimeError # Issue 27517 | 40 duplicate_part_test/01: MissingCompileTimeError # Issue 27517 |
41 | 41 |
| 42 bad_typedef_test/00: Crash # Issue 28214 |
| 43 generic_function_typedef2_test/00: Crash # Issue 28214 |
| 44 generic_function_typedef2_test/01: Crash # Issue 28214 |
| 45 generic_function_typedef2_test/02: Crash # Issue 28214 |
| 46 generic_function_typedef2_test/03: Crash # Issue 28214 |
| 47 |
42 [ $compiler == dart2js && $fast_startup ] | 48 [ $compiler == dart2js && $fast_startup ] |
43 const_evaluation_test/*: Fail # mirrors not supported | 49 const_evaluation_test/*: Fail # mirrors not supported |
44 deferred_constraints_constants_test/none: Fail # mirrors not supported | 50 deferred_constraints_constants_test/none: Fail # mirrors not supported |
45 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported | 51 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported |
46 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason | 52 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason |
47 enum_mirror_test: Fail # mirrors not supported | 53 enum_mirror_test: Fail # mirrors not supported |
48 field_increment_bailout_test: Fail # mirrors not supported | 54 field_increment_bailout_test: Fail # mirrors not supported |
49 instance_creation_in_function_annotation_test: Fail # mirrors not supported | 55 instance_creation_in_function_annotation_test: Fail # mirrors not supported |
50 invocation_mirror2_test: Fail # mirrors not supported | 56 invocation_mirror2_test: Fail # mirrors not supported |
51 invocation_mirror_invoke_on2_test: Fail # mirrors not supported | 57 invocation_mirror_invoke_on2_test: Fail # mirrors not supported |
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 *: Skip # `assert` not implemented | 352 *: Skip # `assert` not implemented |
347 | 353 |
348 [ $compiler == dart2js && $host_checked ] | 354 [ $compiler == dart2js && $host_checked ] |
349 regress_26855_test/1: Crash # Issue 26867 | 355 regress_26855_test/1: Crash # Issue 26867 |
350 regress_26855_test/2: Crash # Issue 26867 | 356 regress_26855_test/2: Crash # Issue 26867 |
351 regress_26855_test/3: Crash # Issue 26867 | 357 regress_26855_test/3: Crash # Issue 26867 |
352 regress_26855_test/4: Crash # Issue 26867 | 358 regress_26855_test/4: Crash # Issue 26867 |
353 | 359 |
354 [ $compiler != dart2analyzer] | 360 [ $compiler != dart2analyzer] |
355 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status | 361 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status |
OLD | NEW |