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

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

Issue 1585503002: dart2js: CPS translation of switches with continue to their labels. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Rebase. Created 4 years, 11 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
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/utils/utils.status » ('j') | 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle sync*/async* functions 243 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle sync*/async* functions
244 async_await_syntax_test/b11d: Crash # (get async async*{}): cannot handle sync*/ async* functions 244 async_await_syntax_test/b11d: Crash # (get async async*{}): cannot handle sync*/ async* functions
245 async_await_syntax_test/c03a: Crash # (c03a()async*{}): cannot handle sync*/asyn c* functions 245 async_await_syntax_test/c03a: Crash # (c03a()async*{}): cannot handle sync*/asyn c* functions
246 async_await_syntax_test/c06a: Crash # (await for(var o in st){}): await for 246 async_await_syntax_test/c06a: Crash # (await for(var o in st){}): await for
247 async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle sy nc*/async* functions 247 async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle sy nc*/async* functions
248 async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle sync*/async* functions 248 async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle sync*/async* functions
249 async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle sync*/async* f unctions 249 async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle sync*/async* f unctions
250 async_await_syntax_test/d06a: Crash # (await for(var o in st){}): await for 250 async_await_syntax_test/d06a: Crash # (await for(var o in st){}): await for
251 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/ async* functions 251 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/ async* functions
252 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle syn c*/async* functions 252 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle syn c*/async* functions
253 async_await_test/02: Crash # (switch (v){label:ca... continue to a labeled swit ch case 253 async_await_test/02: Crash # bailout: (await for
254 async_await_test/03: Crash # (switch (v){label:ca... continue to a labeled swit ch case 254 async_await_test/03: Crash # bailout: (await for
255 async_await_test/none: Crash # (switch (v){label:ca... continue to a labeled sw itch case 255 async_await_test/none: Crash # bailout: (await for
256 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle sync*/async* functions 256 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle sync*/async* functions
257 async_return_types_test/nestedFuture: Crash # cannot handle sync*/async* functi ons 257 async_return_types_test/nestedFuture: Crash # cannot handle sync*/async* functi ons
258 async_return_types_test/none: Crash # cannot handle sync*/async* functions 258 async_return_types_test/none: Crash # cannot handle sync*/async* functions
259 async_return_types_test/tooManyTypeParameters: Crash # cannot handle sync*/async * functions 259 async_return_types_test/tooManyTypeParameters: Crash # cannot handle sync*/async * functions
260 async_return_types_test/wrongReturnType: Crash # cannot handle sync*/async* func tions 260 async_return_types_test/wrongReturnType: Crash # cannot handle sync*/async* func tions
261 async_return_types_test/wrongTypeParameter: Crash # cannot handle sync*/async* f unctions 261 async_return_types_test/wrongTypeParameter: Crash # cannot handle sync*/async* f unctions
262 async_star_await_pauses_test: Crash # (await for(var i in ... await for 262 async_star_await_pauses_test: Crash # (await for(var i in ... await for
263 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca nnot handle sync*/async* functions 263 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca nnot handle sync*/async* functions
264 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle sync*/async* functions 264 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle sync*/async* functions
265 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle sync*/async* functions 265 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle sync*/async* functions
(...skipping 13 matching lines...) Expand all
279 closure_in_constructor_test: RuntimeError # Please triage this failure. 279 closure_in_constructor_test: RuntimeError # Please triage this failure.
280 closures_initializer_test: RuntimeError # Please triage this failure. 280 closures_initializer_test: RuntimeError # Please triage this failure.
281 constructor12_test: RuntimeError # Please triage this failure. 281 constructor12_test: RuntimeError # Please triage this failure.
282 deferred_super_dependency_test/01: Crash # Class 'PartialMethodElement' has no i nstance getter 'initializer'. 282 deferred_super_dependency_test/01: Crash # Class 'PartialMethodElement' has no i nstance getter 'initializer'.
283 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program. 283 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program.
284 first_class_types_test: RuntimeError # Please triage this failure. 284 first_class_types_test: RuntimeError # Please triage this failure.
285 generic2_test: RuntimeError # Please triage this failure. 285 generic2_test: RuntimeError # Please triage this failure.
286 generic_instanceof_test: RuntimeError # Please triage this failure. 286 generic_instanceof_test: RuntimeError # Please triage this failure.
287 generic_native_test: RuntimeError # Please triage this failure. 287 generic_native_test: RuntimeError # Please triage this failure.
288 gc_test: Crash # Internal Error: Pending statics (see above). 288 gc_test: Crash # Internal Error: Pending statics (see above).
289 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case
290 instanceof2_test: RuntimeError # Please triage this failure. 289 instanceof2_test: RuntimeError # Please triage this failure.
291 instanceof4_test/01: RuntimeError # Please triage this failure. 290 instanceof4_test/01: RuntimeError # Please triage this failure.
292 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 291 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
293 list_is_test: RuntimeError # Please triage this failure. 292 list_is_test: RuntimeError # Please triage this failure.
294 list_test: RuntimeError # Please triage this failure. 293 list_test: RuntimeError # Please triage this failure.
295 many_generic_instanceof_test: RuntimeError # Please triage this failure. 294 many_generic_instanceof_test: RuntimeError # Please triage this failure.
296 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case
297 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for 295 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for
298 savannah_test: RuntimeError # Success depends on the variable hints. 296 savannah_test: RuntimeError # Success depends on the variable hints.
299 super_call4_test: RuntimeError # Please triage this failure. 297 super_call4_test: RuntimeError # Please triage this failure.
300 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'. 298 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'.
301 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 299 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
302 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 300 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
303 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 301 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
304 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 302 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
305 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 303 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
306 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc h case
307 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case
308 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw itch case
309 switch8_test: Crash # Pending statics: JSArray 304 switch8_test: Crash # Pending statics: JSArray
310 type_variable_closure2_test: RuntimeError # Issue 25309: T lost in List<T> 305 type_variable_closure2_test: RuntimeError # Issue 25309: T lost in List<T>
311 type_variable_field_initializer_closure_test: RuntimeError # Issue 25309: T lost in List<T> 306 type_variable_field_initializer_closure_test: RuntimeError # Issue 25309: T lost in List<T>
312 type_variable_field_initializer_test: RuntimeError # Issue 25309: T lost in List <T> 307 type_variable_field_initializer_test: RuntimeError # Issue 25309: T lost in List <T>
313 type_variable_nested_test: RuntimeError # Issue 25309: T lost in List<T> 308 type_variable_nested_test: RuntimeError # Issue 25309: T lost in List<T>
314 309
315 [ $compiler == dart2js && $cps_ir && $host_checked == false ] 310 [ $compiler == dart2js && $cps_ir && $host_checked == false ]
316 regress_21795_test: Pass, RuntimeError # Due to inlining? 311 regress_21795_test: Pass, RuntimeError # Due to inlining?
317 312
318 [ $compiler == dart2js && $cps_ir && $host_checked ] 313 [ $compiler == dart2js && $cps_ir && $host_checked ]
319 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 314 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
320 async_throw_in_catch_test/none: Crash # Issue 24485 315 async_throw_in_catch_test/none: Crash # Issue 24485
321 execute_finally9_test: Crash # Issue 24485 316 execute_finally9_test: Crash # Issue 24485
322 regress_21795_test: Crash # Issue 24485 317 regress_21795_test: Crash # Issue 24485
323 regress_23537_test: Crash # Issue 24485 318 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/utils/utils.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698