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

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

Powered by Google App Engine
This is Rietveld 408576698