Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: tests/compiler/dart2js_native/dart2js_native.status

Issue 2989453002: Add support for compiling Dart via the FE in dart2js. (Closed)
Patch Set: update status Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 [ $browser ] 5 [ $browser ]
6 *: Skip 6 *: Skip
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js && !$dart2js_with_kernel ]
9 native_no_such_method_exception4_frog_test: CompileTimeError # Issue 9631 9 native_no_such_method_exception4_frog_test: CompileTimeError # Issue 9631
10 native_no_such_method_exception5_frog_test: CompileTimeError # Issue 9631 10 native_no_such_method_exception5_frog_test: CompileTimeError # Issue 9631
11 bound_closure_super_test: Fail
12 fake_thing_test: Fail # Issue 13010
11 13
12 [ $compiler == dart2js && $fast_startup ] 14 [ $compiler == dart2js && $fast_startup && !$dart2js_with_kernel ]
13 mirror_intercepted_field_test: Fail # mirrors not supported 15 mirror_intercepted_field_test: Fail # mirrors not supported
14 native_mirror_test: Fail # mirrors not supported 16 native_mirror_test: Fail # mirrors not supported
15 native_no_such_method_exception3_frog_test: Fail # mirrors not supported 17 native_no_such_method_exception3_frog_test: Fail # mirrors not supported
16 native_no_such_method_exception4_frog_test: Fail # mirrors not supported 18 native_no_such_method_exception4_frog_test: Fail # mirrors not supported
17 native_no_such_method_exception5_frog_test: Fail # mirrors not supported 19 native_no_such_method_exception5_frog_test: Fail # mirrors not supported
18 20
19 [ $compiler == dart2js ] 21 [ $compiler == dart2js && $minified && !$dart2js_with_kernel ]
20 bound_closure_super_test: Fail
21 fake_thing_test: Fail # Issue 13010
22
23 [ $compiler == dart2js && $minified ]
24 optimization_hints_test: Fail, OK # Test relies on unminified names. 22 optimization_hints_test: Fail, OK # Test relies on unminified names.
25 23
26 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 24 [ $compiler == dart2js && $runtime == d8 && $system == windows && !$dart2js_with _kernel ]
27 compute_this_script_test: Skip # Issue 17458 25 compute_this_script_test: Skip # Issue 17458
28 26
29 [ $compiler == dart2js && $dart2js_with_kernel ] 27 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && !$dart2js_with_kernel ]
30 abstract_class_test: RuntimeError # Issue 27394 28 abstract_class_test: RuntimeError # Issue 27394
31 bound_closure_test: RuntimeError # Issue 27394 29 bound_closure_test: RuntimeError # Issue 27394
32 browser_compat_1_prepatched_test: RuntimeError # Issue 27394 30 browser_compat_1_prepatched_test: RuntimeError # Issue 27394
33 browser_compat_1_unpatched_test: RuntimeError # Issue 27394 31 browser_compat_1_unpatched_test: RuntimeError # Issue 27394
34 browser_compat_2_test: RuntimeError # Issue 27394 32 browser_compat_2_test: RuntimeError # Issue 27394
35 core_type_check_native_test: RuntimeError # Issue 27394 33 core_type_check_native_test: RuntimeError # Issue 27394
36 dispatch_property_initialization_test: RuntimeError # Issue 27394 34 dispatch_property_initialization_test: RuntimeError # Issue 27394
37 downcast_test: RuntimeError # Issue 27394 35 downcast_test: RuntimeError # Issue 27394
38 error_safeToString_test: RuntimeError # Issue 27394 36 error_safeToString_test: RuntimeError # Issue 27394
39 event_loop_test: RuntimeError # Issue 27394 37 event_loop_test: RuntimeError # Issue 27394
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 subclassing_5_test: RuntimeError # Issue 27394 111 subclassing_5_test: RuntimeError # Issue 27394
114 subclassing_constructor_1_test: RuntimeError # Issue 27394 112 subclassing_constructor_1_test: RuntimeError # Issue 27394
115 subclassing_constructor_2_test: RuntimeError # Issue 27394 113 subclassing_constructor_2_test: RuntimeError # Issue 27394
116 subclassing_super_call_test: RuntimeError # Issue 27394 114 subclassing_super_call_test: RuntimeError # Issue 27394
117 subclassing_super_field_1_test: RuntimeError # Issue 27394 115 subclassing_super_field_1_test: RuntimeError # Issue 27394
118 subclassing_super_field_2_test: RuntimeError # Issue 27394 116 subclassing_super_field_2_test: RuntimeError # Issue 27394
119 subclassing_type_test: RuntimeError # Issue 27394 117 subclassing_type_test: RuntimeError # Issue 27394
120 super_call_test: RuntimeError # Issue 27394 118 super_call_test: RuntimeError # Issue 27394
121 super_property_test: RuntimeError # Issue 27394 119 super_property_test: RuntimeError # Issue 27394
122 120
123 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] 121 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && !$dar t2js_with_kernel ]
124 static_methods_test: Crash # Issue 27394 122 static_methods_test: Crash # Issue 27394
125 123
126 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 124 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && !$dart 2js_with_kernel ]
127 bound_closure_super_test: Crash # Issue 27394 125 bound_closure_super_test: Crash # Issue 27394
128 bound_closure_test: Crash # Issue 27394 126 bound_closure_test: Crash # Issue 27394
129 native_call_arity1_frog_test: Crash # Issue 27394 127 native_call_arity1_frog_test: Crash # Issue 27394
130 native_call_arity2_frog_test: Crash # Issue 27394 128 native_call_arity2_frog_test: Crash # Issue 27394
131 native_call_arity3_frog_test: Crash # Issue 27394 129 native_call_arity3_frog_test: Crash # Issue 27394
132 native_class_inheritance1_frog_test: Crash # Issue 27394 130 native_class_inheritance1_frog_test: Crash # Issue 27394
133 native_class_inheritance2_frog_test: Crash # Issue 27394 131 native_class_inheritance2_frog_test: Crash # Issue 27394
134 native_class_inheritance3_frog_test: Crash # Issue 27394 132 native_class_inheritance3_frog_test: Crash # Issue 27394
135 native_wrapping_function3_frog_test: Crash # Issue 27394 133 native_wrapping_function3_frog_test: Crash # Issue 27394
134
135 [ $compiler == dart2js && $dart2js_with_kernel ]
136 # TODO(sigmund): currently the FE disallows imports to dart:_* from the unit
137 # test files.
138 native_no_such_method_exception4_frog_test: CompileTimeError
139 abstract_class_test: CompileTimeError
140 bound_closure_super_test: CompileTimeError
141 bound_closure_test: CompileTimeError
142 browser_compat_1_prepatched_test: CompileTimeError
143 browser_compat_1_unpatched_test: CompileTimeError
144 browser_compat_2_test: CompileTimeError
145 catch_javascript_null_stack_trace_test: CompileTimeError
146 compute_this_script_test: CompileTimeError
147 core_type_check_native_test: CompileTimeError
148 dispatch_property_initialization_test: CompileTimeError
149 downcast_test: CompileTimeError
150 error_safeToString_test: CompileTimeError
151 event_loop_test: CompileTimeError
152 fake_thing_2_test: CompileTimeError
153 fake_thing_test: CompileTimeError
154 field_type2_test: CompileTimeError
155 field_type_test: CompileTimeError
156 fixup_get_tag_test: CompileTimeError
157 foreign_test: CompileTimeError
158 hash_code_test: CompileTimeError
159 inference_of_helper_methods_test: CompileTimeError
160 internal_library_test: CompileTimeError
161 is_check_test: CompileTimeError
162 issue9182_test: CompileTimeError
163 js_const_test: CompileTimeError
164 js_constant_test: CompileTimeError
165 jsobject_test: CompileTimeError
166 load_elim_refinement_test: CompileTimeError
167 mirror_intercepted_field_test: CompileTimeError
168 native_call_arity1_frog_test: CompileTimeError
169 native_call_arity2_frog_test: CompileTimeError
170 native_call_arity3_frog_test: CompileTimeError
171 native_checked_arguments1_frog_test: CompileTimeError
172 native_checked_fields_frog_test: CompileTimeError
173 native_class_avoids_hidden_name_frog_test: CompileTimeError
174 native_class_fields_2_test: CompileTimeError
175 native_class_fields_3_test: CompileTimeError
176 native_class_fields_test: CompileTimeError
177 native_class_inheritance1_frog_test: CompileTimeError
178 native_class_inheritance2_frog_test: CompileTimeError
179 native_class_inheritance3_frog_test: CompileTimeError
180 native_class_inheritance4_frog_test: CompileTimeError
181 native_class_is_check1_frog_test: CompileTimeError
182 native_class_is_check3_frog_test: CompileTimeError
183 native_class_with_dart_methods_frog_test: CompileTimeError
184 native_closure_identity_frog_test: CompileTimeError
185 native_constructor_name_test: CompileTimeError
186 native_equals_frog_test: CompileTimeError
187 native_exception2_test: CompileTimeError
188 native_exception_test: CompileTimeError
189 native_exceptions1_frog_test: CompileTimeError
190 native_field_invocation2_test: CompileTimeError
191 native_field_invocation3_test: CompileTimeError
192 native_field_invocation4_test: CompileTimeError
193 native_field_invocation5_test: CompileTimeError
194 native_field_invocation6_test: CompileTimeError
195 native_field_invocation_test: CompileTimeError
196 native_field_name_test: CompileTimeError
197 native_field_optimization_test: CompileTimeError
198 native_field_rename_1_frog_test: CompileTimeError
199 native_field_rename_2_frog_test: CompileTimeError
200 native_library_same_name_used_frog_test: CompileTimeError
201 native_method_inlining_test: CompileTimeError
202 native_method_rename1_frog_test: CompileTimeError
203 native_method_rename2_frog_test: CompileTimeError
204 native_method_rename3_frog_test: CompileTimeError
205 native_method_with_keyword_name_test: CompileTimeError
206 native_mirror_test: CompileTimeError
207 native_missing_method1_frog_test: CompileTimeError
208 native_missing_method2_frog_test: CompileTimeError
209 native_mixin_field_test: CompileTimeError
210 native_mixin_multiple2_test: CompileTimeError
211 native_mixin_multiple3_test: CompileTimeError
212 native_mixin_multiple_test: CompileTimeError
213 native_mixin_test: CompileTimeError
214 native_mixin_with_plain_test: CompileTimeError
215 native_named_constructors2_frog_test: CompileTimeError
216 native_named_constructors3_frog_test: CompileTimeError
217 native_no_such_method_exception2_frog_test: CompileTimeError
218 native_no_such_method_exception3_frog_test: CompileTimeError
219 native_no_such_method_exception5_frog_test: CompileTimeError
220 native_no_such_method_exception_frog_test: CompileTimeError
221 native_novel_html_test: CompileTimeError
222 native_null_closure_frog_test: CompileTimeError
223 native_null_frog_test: CompileTimeError
224 native_property_frog_test: CompileTimeError
225 native_to_string_frog_test: CompileTimeError
226 native_use_native_name_in_table_frog_test: CompileTimeError
227 native_window1_frog_test: CompileTimeError
228 native_window2_frog_test: CompileTimeError
229 native_wrapping_function3_frog_test: CompileTimeError
230 native_wrapping_function_frog_test: CompileTimeError
231 oddly_named_fields_test: CompileTimeError
232 optimization_hints_test: CompileTimeError
233 rti_only_native_test: CompileTimeError
234 runtimetype_test: CompileTimeError
235 static_methods_test: CompileTimeError
236 subclassing_1_test: CompileTimeError
237 subclassing_2_test: CompileTimeError
238 subclassing_3_test: CompileTimeError
239 subclassing_4_test: CompileTimeError
240 subclassing_5_test: CompileTimeError
241 subclassing_constructor_1_test: CompileTimeError
242 subclassing_constructor_2_test: CompileTimeError
243 subclassing_super_call_test: CompileTimeError
244 subclassing_super_field_1_test: CompileTimeError
245 subclassing_super_field_2_test: CompileTimeError
246 subclassing_type_test: CompileTimeError
247 super_call_test: CompileTimeError
248 super_property_test: CompileTimeError
249 type_error_decode_test: CompileTimeError
250 undefined_bailout_test: CompileTimeError
251 uninstantiated_type_parameter_test: CompileTimeError
252
253 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
254 native_exceptions1_frog_test: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698