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

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

Issue 2996463002: Make minification Entity-friendly. (Closed)
Patch Set: . 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) 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
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 [ $compiler == dart2js && $runtime == none ] 86 [ $compiler == dart2js && $runtime == none ]
87 *: Fail, Pass # TODO(ahe): Triage these tests. 87 *: Fail, Pass # TODO(ahe): Triage these tests.
88 88
89 [ $compiler == dart2js && $minified ] 89 [ $compiler == dart2js && $minified ]
90 to_string_test: Fail # Issue 7179. 90 to_string_test: Fail # Issue 7179.
91 runtime_type_test: Fail, OK # Tests extected output of Type.toString(). 91 runtime_type_test: Fail, OK # Tests extected output of Type.toString().
92 code_motion_exception_test: Skip # Requires unminified operator names. 92 code_motion_exception_test: Skip # Requires unminified operator names.
93 mirrors_used_warning_test/minif: Fail, OK # Tests warning that minified code wil l be broken. 93 mirrors_used_warning_test/minif: Fail, OK # Tests warning that minified code wil l be broken.
94 94
95 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 95 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
96 12320_test: Crash
97 12_test: Crash
98 16967_test: Crash
99 17094_test: Crash
100 17645_test: Crash
101 21351_test: Crash
102 22487_test: Crash
103 23404_test: Crash 96 23404_test: Crash
104 23804_test: Crash
105 27198_test: Crash
106 27199_test: Crash
107 27354_test: Crash
108 28749_test: Crash
109 33_test: Crash
110 43_test: Crash
111 7_test: Crash
112 LayoutTests_fast_mediastream_getusermedia_t01_test/none: Crash
113 bailout_aborting_if_test: Crash 97 bailout_aborting_if_test: Crash
114 bailout_on_continue_test: Crash 98 bailout_on_continue_test: Crash
115 big_allocation_expression_test: Crash 99 big_allocation_expression_test: Crash
116 bounds_check_test/01: Crash
117 bounds_check_test/02: Crash
118 bounds_check_test/03: Crash
119 bounds_check_test/04: Crash
120 bounds_check_test/05: Crash
121 bounds_check_test/06: Crash
122 bounds_check_test/07: Crash
123 bounds_check_test/08: Crash
124 bounds_check_test/none: Crash
125 closure2_test: Crash
126 closure3_test: Crash 100 closure3_test: Crash
127 closure4_test: Crash 101 closure4_test: Crash
128 closure6_test: Crash 102 closure6_test: Crash
129 closure7_test: Crash 103 closure7_test: Crash
130 closure_capture2_test: Crash 104 closure_capture2_test: Crash
131 closure_capture3_test: Crash 105 closure_capture3_test: Crash
132 closure_capture4_test: Crash 106 closure_capture4_test: Crash
133 closure_capture5_test: Crash 107 closure_capture5_test: Crash
134 closure_capture6_test: Crash 108 closure_capture6_test: Crash
135 closure_capture_test: Crash 109 closure_capture_test: Crash
136 closure_test: Crash
137 compile_time_constant4_test/01: Crash 110 compile_time_constant4_test/01: Crash
138 compile_time_constant4_test/02: Crash 111 compile_time_constant4_test/02: Crash
139 compile_time_constant4_test/03: Crash 112 compile_time_constant4_test/03: Crash
140 compile_time_constant4_test/04: Crash 113 compile_time_constant4_test/04: Crash
141 compile_time_constant4_test/05: Crash 114 compile_time_constant4_test/05: Crash
142 compile_time_constant4_test/none: Crash
143 compound_operator_index_test: Crash
144 conditional_test: Crash
145 conflict_index_test: Crash
146 constant_fold_number_dart2_j_s_test: Crash
147 constant_javascript_semantics4_test: Crash 115 constant_javascript_semantics4_test: Crash
148 constant_javascript_semantics_test/01: Crash 116 constant_javascript_semantics_test/01: Crash
149 constant_javascript_semantics_test/02: Crash 117 constant_javascript_semantics_test/02: Crash
150 constant_javascript_semantics_test/03: Crash
151 constant_javascript_semantics_test/04: Crash
152 constant_javascript_semantics_test/none: Crash
153 deferred/deferred_constant_dependency_evaluation_test: Crash
154 do_test: Crash
155 equals_test: Crash
156 field_in_constructor_test: Crash
157 field_initializer_test: Crash
158 fields_test: Crash
159 first_class_types_hashcode_test: Crash 118 first_class_types_hashcode_test: Crash
160 foo7_test: Crash
161 for_test: Crash
162 function_parameters_test: Crash
163 generics_factories_test: Crash
164 generics_is_check1_test: Crash
165 getter_element_test: Crash
166 getters_setters_test: Crash
167 if_in_loop_test: Crash
168 if_null2_test: Crash 119 if_null2_test: Crash
169 if_null3_test: Crash 120 if_null3_test: Crash
170 if_test: Crash
171 index_test: Crash
172 inference_super_set_call_test: Crash 121 inference_super_set_call_test: Crash
173 int_index_test/01: Crash
174 int_index_test/02: Crash
175 int_index_test/03: Crash
176 int_index_test/04: Crash
177 int_index_test/none: Crash
178 invalid_length_negative_test: Crash
179 invoke_dynamic_test: Crash
180 is_operator_test: Crash
181 list_factory_test: Crash
182 literal_string_juxtaposition_test: Crash
183 literals_test: Crash
184 locals_test: Crash
185 logical_and_test: Crash
186 logical_or_test: Crash
187 loop_if_phi_test: Crash
188 math_lib_prefix_test: Crash
189 math_lib_test: Crash
190 member_namespace_test: Crash
191 minus_zero2_test: Crash
192 minus_zero_test/01: Crash
193 multi_global_def_single_instantiation_test: Crash
194 named_parameter_for_static_test: Crash
195 named_parameter_test: Crash
196 nan_negate_test: Crash
197 not_equals_test: Crash
198 not_test: Crash
199 null_test: Crash
200 operator2_test: Crash
201 operator3_test: Crash
202 operator_equals_test: Crash
203 panda_test: Crash
204 phi_elimination_test: Crash
205 phi_gvn_test: Crash
206 phi_test: Crash
207 private_symbol_literal_test/01: Crash 122 private_symbol_literal_test/01: Crash
208 private_symbol_literal_test/02: Crash 123 private_symbol_literal_test/02: Crash
209 private_symbol_literal_test/03: Crash 124 private_symbol_literal_test/03: Crash
210 private_symbol_literal_test/04: Crash 125 private_symbol_literal_test/04: Crash
211 private_symbol_literal_test/05: Crash 126 private_symbol_literal_test/05: Crash
212 private_symbol_literal_test/06: Crash 127 private_symbol_literal_test/06: Crash
213 private_symbol_literal_test/none: Crash
214 regression_2913_test: Crash
215 return_setter_test: Crash
216 runtime_type_int_test: Crash
217 runtime_type_test: Crash 128 runtime_type_test: Crash
218 send_test: Crash
219 simple_string_constant_test: Crash
220 source_mapping_crash_test: Crash
221 static_field2_test: Crash
222 static_field_test: Crash
223 static_method2_test: Crash
224 static_method_test: Crash
225 static_var_no_initializer_test: Crash
226 static_var_test: Crash
227 string_escape_test: Crash
228 string_interpolation_dynamic_test: Crash 129 string_interpolation_dynamic_test: Crash
229 string_interpolation_opt1_test: Crash
230 string_interpolation_test: Crash 130 string_interpolation_test: Crash
231 super_call_test: Crash
232 super_constructor2_test: Crash
233 this_redirecting_constructor_test: Crash
234 this_test: Crash
235 throw1_test/01: Crash
236 throw2_test/01: Crash
237 throw2_test/02: Crash
238 throw2_test/03: Crash
239 throw2_test/04: Crash
240 to_string_test: Crash 131 to_string_test: Crash
241 type_constant_switch_test/01: Crash 132 type_constant_switch_test/01: Crash
242 typevariable_factory_test: Crash
243 typevariable_substitution_test: Crash
244 while_test: Crash
245 133
246 [ $compiler == dart2js && $runtime == safari ] 134 [ $compiler == dart2js && $runtime == safari ]
247 deferred_fail_and_retry_worker_test: Timeout # Issue 22106 135 deferred_fail_and_retry_worker_test: Timeout # Issue 22106
248 136
249 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa ri || $runtime == jsshell) ] 137 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa ri || $runtime == jsshell) ]
250 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er rors. 138 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er rors.
251 139
252 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa ri || $runtime == safarimobilesim || $runtime == chrome || $runtime == chromeOnA ndroid) ] 140 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa ri || $runtime == safarimobilesim || $runtime == chrome || $runtime == chromeOnA ndroid) ]
253 isolate2_test/01: Fail # Issue 14458. 141 isolate2_test/01: Fail # Issue 14458.
254 142
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 205
318 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked ] 206 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked ]
319 js_dispatch_property_test: Crash # Issue 27394 207 js_dispatch_property_test: Crash # Issue 27394
320 regress/4562_test/01: Crash # Issue 27394 208 regress/4562_test/01: Crash # Issue 27394
321 209
322 [ $compiler == dart2js && $dart2js_with_kernel ] 210 [ $compiler == dart2js && $dart2js_with_kernel ]
323 10216a_test: Crash 211 10216a_test: Crash
324 10216b_test: Crash 212 10216b_test: Crash
325 11673_test: Crash 213 11673_test: Crash
326 16400_test: Crash 214 16400_test: Crash
327 16407_test: Crash
328 16407_test: RuntimeError
329 17856_test: Crash 215 17856_test: Crash
330 18383_test: Crash
331 18383_test: RuntimeError
332 19191_test: Crash 216 19191_test: Crash
333 21166_test: Crash 217 21166_test: Crash
334 21579_test: Crash
335 21579_test: RuntimeError
336 21666_test: Crash 218 21666_test: Crash
337 21724_test: Crash 219 21724_test: Crash
338 22776_test: Crash 220 22776_test: Crash
339 22868_test: Crash 221 22868_test: Crash
340 22917_test: Crash 222 22917_test: Crash
341 23056_test: Crash 223 23056_test: Crash
342 23264_test: Crash 224 23264_test: Crash
343 23404_test: RuntimeError 225 23404_test: RuntimeError
344 23432_test: Crash 226 23432_test: Crash
345 23828_test: Crash 227 23828_test: Crash
346 26243_test: Crash 228 26243_test: Crash
347 28919_test: Crash 229 28919_test: Crash
348 28919_test: RuntimeError 230 28919_test: RuntimeError
349 assert_with_message_test: Crash 231 assert_with_message_test: Crash
350 async_stacktrace_test: Crash 232 async_stacktrace_test: Crash
351 bailout8_test: Crash 233 bailout8_test: Crash
352 bailout_on_break_test: Crash 234 bailout_on_break_test: Crash
353 bailout_on_continue_test: Timeout 235 bailout_on_continue_test: Timeout
354 bailout_test: Crash 236 bailout_test: Crash
355 bound_closure_interceptor_methods_test: Crash 237 bound_closure_interceptor_methods_test: Crash
356 bound_closure_interceptor_type_test: Crash 238 bound_closure_interceptor_type_test: Crash
357 break_test: Crash 239 break_test: Crash
358 checked_accessor_test: Crash 240 checked_accessor_test: Crash
359 closure2_test: RuntimeError
360 closure3_test: RuntimeError 241 closure3_test: RuntimeError
361 closure4_test: RuntimeError 242 closure4_test: RuntimeError
362 closure5_test: Crash 243 closure5_test: Crash
363 closure6_test: RuntimeError 244 closure6_test: RuntimeError
364 closure7_test: RuntimeError 245 closure7_test: RuntimeError
365 closure_capture2_test: RuntimeError 246 closure_capture2_test: RuntimeError
366 closure_capture3_test: RuntimeError 247 closure_capture3_test: RuntimeError
367 closure_capture4_test: RuntimeError 248 closure_capture4_test: RuntimeError
368 closure_capture5_test: RuntimeError 249 closure_capture5_test: RuntimeError
369 closure_capture6_test: Crash 250 closure_capture6_test: Crash
370 closure_capture_test: RuntimeError 251 closure_capture_test: RuntimeError
371 closure_test: RuntimeError
372 closure_type_reflection2_test: Crash 252 closure_type_reflection2_test: Crash
373 closure_type_reflection_test: Crash 253 closure_type_reflection_test: Crash
374 code_motion_exception_test: Crash 254 code_motion_exception_test: Crash
375 compile_time_constant4_test/01: MissingCompileTimeError 255 compile_time_constant4_test/01: MissingCompileTimeError
376 compile_time_constant4_test/02: MissingCompileTimeError 256 compile_time_constant4_test/02: MissingCompileTimeError
377 compile_time_constant4_test/03: MissingCompileTimeError 257 compile_time_constant4_test/03: MissingCompileTimeError
378 compile_time_constant4_test/04: MissingCompileTimeError 258 compile_time_constant4_test/04: MissingCompileTimeError
379 compile_time_constant4_test/05: MissingCompileTimeError 259 compile_time_constant4_test/05: MissingCompileTimeError
380 compile_time_constant4_test/06: Crash 260 compile_time_constant4_test/06: Crash
381 conditional_send_test: Crash 261 conditional_send_test: Crash
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 regress/4515_3_test: Crash 356 regress/4515_3_test: Crash
477 regress/4562_test/none: CompileTimeError 357 regress/4562_test/none: CompileTimeError
478 regress/4639_test: Crash 358 regress/4639_test: Crash
479 regress/4740_test: Crash 359 regress/4740_test: Crash
480 round_constant_folding_test: Crash 360 round_constant_folding_test: Crash
481 string_interpolation_dynamic_test: RuntimeError 361 string_interpolation_dynamic_test: RuntimeError
482 string_interpolation_test: RuntimeError 362 string_interpolation_test: RuntimeError
483 super_constructor1_test: Crash 363 super_constructor1_test: Crash
484 switch_test/none: Crash 364 switch_test/none: Crash
485 this_phi_elimination_test: Crash 365 this_phi_elimination_test: Crash
486 timer_negative_test: Crash
487 timer_test: Crash 366 timer_test: Crash
488 truncation_errors_test: Crash 367 truncation_errors_test: Crash
489 type_argument_factory_crash_test: Crash 368 type_argument_factory_crash_test: Crash
490 type_argument_factory_nocrash_test: Crash 369 type_argument_factory_nocrash_test: Crash
491 type_constant_switch_test/01: MissingCompileTimeError 370 type_constant_switch_test/01: MissingCompileTimeError
492 type_error_message_test: Crash 371 type_error_message_test: Crash
493 unconditional_dartio_import_test: CompileTimeError 372 unconditional_dartio_import_test: CompileTimeError
494 useful_error_message_1_test: Crash 373 useful_error_message_1_test: Crash
495 374
496 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 375 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
497 12320_test: Crash 376 12320_test: Crash
377 21579_test: Crash
378 21579_test: RuntimeError
498 22487_test: Crash 379 22487_test: Crash
499 23404_test: Crash 380 23404_test: Crash
500 23804_test: Crash 381 23804_test: Crash
501 28749_test: Crash 382 28749_test: Crash
502 LayoutTests_fast_mediastream_getusermedia_t01_test/none: Crash 383 LayoutTests_fast_mediastream_getusermedia_t01_test/none: Crash
503 bailout_aborting_if_test: Crash 384 bailout_aborting_if_test: Crash
504 big_allocation_expression_test: Crash 385 big_allocation_expression_test: Crash
505 closure2_test: Crash
506 closure3_test: Crash 386 closure3_test: Crash
507 closure4_test: Crash 387 closure4_test: Crash
508 closure6_test: Crash 388 closure6_test: Crash
509 closure7_test: Crash 389 closure7_test: Crash
510 closure_capture2_test: Crash 390 closure_capture2_test: Crash
511 closure_capture3_test: Crash 391 closure_capture3_test: Crash
512 closure_capture4_test: Crash 392 closure_capture4_test: Crash
513 closure_capture5_test: Crash 393 closure_capture5_test: Crash
514 closure_capture_test: Crash 394 closure_capture_test: Crash
515 closure_test: Crash
516 first_class_types_hashcode_test: Crash 395 first_class_types_hashcode_test: Crash
517 if_null2_test: Crash 396 if_null2_test: Crash
518 if_null3_test: Crash 397 if_null3_test: Crash
519 runtime_type_int_test: Crash 398 runtime_type_int_test: Crash
399 timer_negative_test: Crash
520 type_constant_switch_test/01: Crash 400 type_constant_switch_test/01: Crash
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/js_backend/namer.dart ('k') | tests/compiler/dart2js_native/dart2js_native.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698