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 class_test: Fail | 6 class_test: Fail |
7 statements_test: Fail | 7 statements_test: Fail |
8 typed_locals_test: Fail | 8 typed_locals_test: Fail |
9 no_such_method_test: Fail # Wrong Invocation.memberName. | 9 no_such_method_test: Fail # Wrong Invocation.memberName. |
10 constant_javascript_semantics4_test: Fail, OK | 10 constant_javascript_semantics4_test: Fail, OK |
11 mirrors_used_closure_test: Fail # Issue 17939 | 11 mirrors_used_closure_test: Fail # Issue 17939 |
12 | 12 |
13 [ $compiler == dart2js && $checked ] | 13 [ $compiler == dart2js && $checked ] |
14 variable_type_test/03: Fail, OK | 14 variable_type_test/03: Fail, OK |
15 variable_type_test/01: Fail, OK | 15 variable_type_test/01: Fail, OK |
16 | 16 |
| 17 [ $compiler == dartj2s && $fast_startup ] |
| 18 21666_test: Fail # mirrors not supported |
| 19 23056_test: Fail # mirrors not supported |
| 20 closure_type_reflection2_test: Fail # mirrors not supported |
| 21 closure_type_reflection_test: Fail # mirrors not supported |
| 22 deferred/deferred_mirrors1_lib: Fail # mirrors not supported |
| 23 deferred/deferred_mirrors1_test: Fail # mirrors not supported |
| 24 deferred/deferred_mirrors2_lazy: Fail # mirrors not supported |
| 25 deferred/deferred_mirrors2_lib3: Fail # mirrors not supported |
| 26 deferred/deferred_mirrors2_test: Fail # mirrors not supported |
| 27 inference_nsm_mirrors_test: Fail # mirrors not supported |
| 28 invalid_annotation2_test: Fail # mirrors not supported |
| 29 lookup_map/dead_entry_through_mirrors_test: Fail # mirrors not supported |
| 30 lookup_map/live_entry_through_mirrors_test: Fail # mirrors not supported |
| 31 lookup_map/live_entry_through_mirrors_used_test: Fail # mirrors not supported |
| 32 mirror_enqueuer_regression_test: Fail # mirrors not supported |
| 33 mirror_invalid_field_access2_test: Fail # mirrors not supported |
| 34 mirror_invalid_field_access3_test: Fail # mirrors not supported |
| 35 mirror_invalid_field_access4_test: Fail # mirrors not supported |
| 36 mirror_invalid_field_access_test: Fail # mirrors not supported |
| 37 mirror_invalid_invoke2_test: Fail # mirrors not supported |
| 38 mirror_invalid_invoke3_test: Fail # mirrors not supported |
| 39 mirror_invalid_invoke_test: Fail # mirrors not supported |
| 40 mirror_printer_test: Fail # mirrors not supported |
| 41 mirror_test: Fail # mirrors not supported |
| 42 mirror_type_inference_field2_test: Fail # mirrors not supported |
| 43 mirror_type_inference_field_test: Fail # mirrors not supported |
| 44 mirror_type_inference_function_test: Fail # mirrors not supported |
| 45 mirrors_declarations_filtering_test: Fail # mirrors not supported |
| 46 mirrors_used_closure_test: Fail # mirrors not supported |
| 47 mirrors_used_metatargets_test: Fail # mirrors not supported |
| 48 mirrors_used_native_test: Fail # mirrors not supported |
| 49 mirrors_used_warning2_test: Fail # mirrors not supported |
| 50 mirrors_used_warning_test: Fail # mirrors not supported |
| 51 no_such_method_mirrors_test: Fail # mirrors not supported |
| 52 reflect_native_types_test: Fail # mirrors not supported |
| 53 |
17 [ $compiler == dart2js && ($runtime == d8 || $runtime == chrome || $runtime == d
rt) ] | 54 [ $compiler == dart2js && ($runtime == d8 || $runtime == chrome || $runtime == d
rt) ] |
18 bound_closure_interceptor_type_test: Fail, Pass # v8 issue 3084. https://code.go
ogle.com/p/v8/issues/detail?id=3084 | 55 bound_closure_interceptor_type_test: Fail, Pass # v8 issue 3084. https://code.go
ogle.com/p/v8/issues/detail?id=3084 |
19 | 56 |
20 [ $compiler == dart2js && $mode == debug ] | 57 [ $compiler == dart2js && $mode == debug ] |
21 operator_test: Skip | 58 operator_test: Skip |
22 string_interpolation_test: Skip | 59 string_interpolation_test: Skip |
23 | 60 |
24 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 61 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
25 no_such_method_mirrors_test: Pass, Slow # TODO(kasperl): Please triage. | 62 no_such_method_mirrors_test: Pass, Slow # TODO(kasperl): Please triage. |
26 | 63 |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 deferred_split_test: Pass, Slow # Issue 25940 | 114 deferred_split_test: Pass, Slow # Issue 25940 |
78 closure_capture5_test: Pass, Slow # Issue 25940 | 115 closure_capture5_test: Pass, Slow # Issue 25940 |
79 conditional_test: Pass, Slow # Issue 25940 | 116 conditional_test: Pass, Slow # Issue 25940 |
80 constant_javascript_semantics2_test: Pass, Slow # Issue 25940 | 117 constant_javascript_semantics2_test: Pass, Slow # Issue 25940 |
81 | 118 |
82 [ $compiler == dart2js && $runtime == ff && $system == windows ] | 119 [ $compiler == dart2js && $runtime == ff && $system == windows ] |
83 consistent_index_error_string_test: Pass, Slow # Issue 25940 | 120 consistent_index_error_string_test: Pass, Slow # Issue 25940 |
84 | 121 |
85 [ $compiler == dart2js ] | 122 [ $compiler == dart2js ] |
86 mirror_printer_test: Pass, Slow # Issue 25940, 16473 | 123 mirror_printer_test: Pass, Slow # Issue 25940, 16473 |
OLD | NEW |