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

Side by Side Diff: tests/language/language_dart2js.status

Issue 1537663002: dart2js: Initial implementation of inlining. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Rebaseline test expectations and fix a bug (typo). Created 5 years 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
« no previous file with comments | « tests/isolate/isolate.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 getter_setter_in_lib_test: Fail # Issue 23288 6 getter_setter_in_lib_test: Fail # Issue 23288
7 7
8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
9 async_star_await_pauses_test: Fail, Timeout # Issue 22853 9 async_star_await_pauses_test: Fail, Timeout # Issue 22853
10 tearoff_basic_test: Skip # Tear-off not supported 10 tearoff_basic_test: Skip # Tear-off not supported
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 truncdiv_test: RuntimeError # Issue 15246 158 truncdiv_test: RuntimeError # Issue 15246
159 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). 159 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval).
160 generic_closure_test: RuntimeError # Issue 12605 160 generic_closure_test: RuntimeError # Issue 12605
161 const_switch_test/02: RuntimeError # Issue 17960 161 const_switch_test/02: RuntimeError # Issue 17960
162 const_switch_test/04: RuntimeError # Issue 17960 162 const_switch_test/04: RuntimeError # Issue 17960
163 163
164 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009 164 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009
165 const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009 165 const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009
166 166
167 # Compilation errors. 167 # Compilation errors.
168 method_override5_test: RuntimeError # Issue 12809
169 external_test/10: CompileTimeError # Issue 12887 168 external_test/10: CompileTimeError # Issue 12887
170 external_test/13: CompileTimeError # Issue 12887 169 external_test/13: CompileTimeError # Issue 12887
171 external_test/20: CompileTimeError # Issue 12887 170 external_test/20: CompileTimeError # Issue 12887
172 list_literal4_test: RuntimeError # Issue 12890 171 list_literal4_test: RuntimeError # Issue 12890
173 built_in_identifier_test/01: CompileTimeError # Issue 13022 172 built_in_identifier_test/01: CompileTimeError # Issue 13022
174 173
175 scope_variable_test/01: MissingCompileTimeError # Issue 13016 174 scope_variable_test/01: MissingCompileTimeError # Issue 13016
176 175
177 numbers_test: RuntimeError, OK # Issue 1533 176 numbers_test: RuntimeError, OK # Issue 1533
178 canonical_const2_test: RuntimeError, OK # Issue 1533 177 canonical_const2_test: RuntimeError, OK # Issue 1533
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. 209 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error.
211 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. 210 # Marked with Pass,RuntimeError to avoid undetected compile-time failures.
212 *deferred*: Pass,RuntimeError # Issue 17458 211 *deferred*: Pass,RuntimeError # Issue 17458
213 cha_deopt*: Pass,RuntimeError # Issue 17458 212 cha_deopt*: Pass,RuntimeError # Issue 17458
214 regress_22443_test: Pass,RuntimeError # Issue 17458 213 regress_22443_test: Pass,RuntimeError # Issue 17458
215 214
216 [ $compiler == dart2js && $cps_ir == false ] 215 [ $compiler == dart2js && $cps_ir == false ]
217 generic_field_mixin4_test: Crash # Issue 18651 216 generic_field_mixin4_test: Crash # Issue 18651
218 generic_field_mixin5_test: Crash # Issue 18651 217 generic_field_mixin5_test: Crash # Issue 18651
219 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors 218 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors
219 method_override5_test: RuntimeError # Issue 12809
220 220
221 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] 221 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ]
222 issue23244_test: RuntimeError # 23244 222 issue23244_test: RuntimeError # 23244
223 223
224 [ $compiler == dart2js && $cps_ir ] 224 [ $compiler == dart2js && $cps_ir ]
225 assert_assignable_type_test: Crash # Internal Error: Pending statics.
226 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions 225 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions
227 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions 226 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions
228 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for 227 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for
229 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy nc*/async* functions 228 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy nc*/async* functions
230 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions 229 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions
231 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/ async* functions 230 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/ async* functions
232 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn c* functions 231 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn c* functions
233 async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for 232 async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for
234 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy nc*/async* functions 233 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy nc*/async* functions
235 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle sync*/async* functions 234 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle sync*/async* functions
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 instanceof4_test/01: RuntimeError # Please triage this failure. 328 instanceof4_test/01: RuntimeError # Please triage this failure.
330 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 329 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
331 issue_1751477_test: RuntimeError # O.loadLibrary is not a function 330 issue_1751477_test: RuntimeError # O.loadLibrary is not a function
332 list_is_test: RuntimeError # Please triage this failure. 331 list_is_test: RuntimeError # Please triage this failure.
333 list_test: RuntimeError # Please triage this failure. 332 list_test: RuntimeError # Please triage this failure.
334 many_generic_instanceof_test: RuntimeError # Please triage this failure. 333 many_generic_instanceof_test: RuntimeError # Please triage this failure.
335 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case 334 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case
336 regress_22443_test: RuntimeError # M.loadLibrary is not a function 335 regress_22443_test: RuntimeError # M.loadLibrary is not a function
337 regress_23408_test: RuntimeError # G.loadLibrary is not a function 336 regress_23408_test: RuntimeError # G.loadLibrary is not a function
338 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for 337 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for
338 stack_trace_test: Fail # Stack trace not preserved when inlining?
339 super_call4_test: RuntimeError # Please triage this failure. 339 super_call4_test: RuntimeError # Please triage this failure.
340 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'. 340 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'.
341 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 341 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
342 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 342 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
343 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 343 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
344 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 344 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
345 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 345 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
346 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc h case 346 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc h case
347 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case 347 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case
348 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw itch case 348 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw itch case
349 type_variable_closure2_test: RuntimeError # Please triage this failure. 349 type_variable_closure2_test: RuntimeError # Please triage this failure.
350 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 350 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
351 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 351 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
352 type_variable_nested_test: RuntimeError # Please triage this failure. 352 type_variable_nested_test: RuntimeError # Please triage this failure.
353 353
354 [ $compiler == dart2js && $cps_ir && $host_checked == false ]
355 regress_21795_test: RuntimeError # Due to inlining?
356
354 [ $compiler == dart2js && $cps_ir && $host_checked ] 357 [ $compiler == dart2js && $cps_ir && $host_checked ]
355 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 358 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
356 async_throw_in_catch_test/none: Crash # Issue 24485 359 async_throw_in_catch_test/none: Crash # Issue 24485
357 execute_finally9_test: Crash # Issue 24485 360 execute_finally9_test: Crash # Issue 24485
358 regress_21795_test: Crash # Issue 24485 361 regress_21795_test: Crash # Issue 24485
359 regress_23537_test: Crash # Issue 24485 362 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698