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

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

Issue 1335273003: dart2js cps: Remove code after calls that cannot return. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Merge Created 5 years, 3 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/isolate/isolate.status ('k') | tests/lib/lib.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 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy ncStar()sync*{}): cannot handle sync*/async* functions 273 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy ncStar()sync*{}): cannot handle sync*/async* functions
274 async_star_await_pauses_test: Crash # (await for(var i in ... await for 274 async_star_await_pauses_test: Crash # (await for(var i in ... await for
275 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca nnot handle sync*/async* functions 275 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca nnot handle sync*/async* functions
276 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle sync*/async* functions 276 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle sync*/async* functions
277 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle sync*/async* functions 277 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle sync*/async* functions
278 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle sync*/async* functions 278 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle sync*/async* functions
279 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle sync*/async* functions 279 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle sync*/async* functions
280 async_star_stream_take_test: Crash # (await for(var v in s.take(5))r+= v;): awai t for 280 async_star_stream_take_test: Crash # (await for(var v in s.take(5))r+= v;): awai t for
281 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions 281 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions
282 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions 282 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions
283 async_switch_test/none: RuntimeError # Uncaught Error: Expect.equals(expected: < 1>, actual: <null>) fails.
284 async_switch_test/withDefault: RuntimeError # Uncaught Error: Expect.equals(expe cted: <1>, actual: <null>) fails.
283 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions 285 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions
284 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions 286 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions
285 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions 287 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions
286 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions 288 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions
287 await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j= 0;j<10;j++ ){if(j==5)continue outer;}}): await for 289 await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j= 0;j<10;j++ ){if(j==5)continue outer;}}): await for
288 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for 290 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for
289 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for 291 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for
290 await_future_test: RuntimeError # Please triage this failure. 292 await_future_test: Timeout
291 await_regression_test: RuntimeError # "Obelix".then$1 is not a function 293 await_regression_test: RuntimeError # "Obelix".then$1 is not a function
292 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented 294 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
293 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented 295 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
294 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented 296 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented
295 closure_in_constructor_test: RuntimeError # Typed lists. 297 closure_in_constructor_test: RuntimeError # Typed lists.
296 closures_initializer_test: RuntimeError # Please triage this failure. 298 closures_initializer_test: RuntimeError # Please triage this failure.
297 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle sync*/a sync* functions 299 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle sync*/a sync* functions
298 constructor12_test: RuntimeError # Please triage this failure. 300 constructor12_test: RuntimeError # Please triage this failure.
299 crash_6725_test/01: Crash # unsupported operation on erroneous element 301 crash_6725_test/01: Crash # unsupported operation on erroneous element
300 cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$clo sure is not a function 302 cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$clo sure is not a function
301 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented 303 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented
302 deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is not implemented 304 deferred_closurize_load_library_test: RuntimeError # TypeError: D.loadLibrary is not a function
303 deferred_constant_list_test: Crash # (lib.finalConstList): deferred access is no t implemented 305 deferred_constant_list_test: RuntimeError # TypeError: K.loadLibrary is not a fu nction
304 deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferr ed access is not implemented 306 deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferr ed access is not implemented
305 deferred_constraints_constants_test/reference_after_load: Crash # (lib.constantI nstance): deferred access is not implemented 307 deferred_constraints_constants_test/reference_after_load: Crash # (lib.constantI nstance): deferred access is not implemented
306 deferred_constraints_type_annotation_test/as_operation: Crash # (lib.constantIns tance): deferred access is not implemented 308 deferred_constraints_type_annotation_test/as_operation: RuntimeError # TypeError : Z.loadLibrary is not a function
307 deferred_constraints_type_annotation_test/catch_check: Crash # (lib.constantInst ance): deferred access is not implemented 309 deferred_constraints_type_annotation_test/catch_check: RuntimeError # TypeError: D.loadLibrary is not a function
308 deferred_constraints_type_annotation_test/is_check: Crash # (lib.constantInstanc e): deferred access is not implemented 310 deferred_constraints_type_annotation_test/is_check: RuntimeError # TypeError: L. loadLibrary is not a function
309 deferred_constraints_type_annotation_test/new: Crash # (lib.constantInstance): d eferred access is not implemented 311 deferred_constraints_type_annotation_test/new: RuntimeError # TypeError: R.loadL ibrary is not a function
310 deferred_constraints_type_annotation_test/new_before_load: Crash # (lib.constant Instance): deferred access is not implemented 312 deferred_constraints_type_annotation_test/new_before_load: RuntimeError # TypeEr ror: K.loadLibrary is not a function
311 deferred_constraints_type_annotation_test/new_generic1: Crash # (lib.constantIns tance): deferred access is not implemented 313 deferred_constraints_type_annotation_test/new_generic1: RuntimeError # TypeError : R.loadLibrary is not a function
312 deferred_constraints_type_annotation_test/new_generic2: Crash # (lib.constantIns tance): deferred access is not implemented 314 deferred_constraints_type_annotation_test/new_generic2: RuntimeError # TypeError : X.loadLibrary is not a function
313 deferred_constraints_type_annotation_test/new_generic3: Crash # (lib.constantIns tance): deferred access is not implemented 315 deferred_constraints_type_annotation_test/new_generic3: RuntimeError # TypeError : K.loadLibrary is not a function
314 deferred_constraints_type_annotation_test/none: Crash # (lib.constantInstance): deferred access is not implemented 316 deferred_constraints_type_annotation_test/none: RuntimeError # TypeError: D.load Library is not a function
315 deferred_constraints_type_annotation_test/static_method: Crash # (lib.constantIn stance): deferred access is not implemented 317 deferred_constraints_type_annotation_test/static_method: RuntimeError # TypeErro r: F.loadLibrary is not a function
316 deferred_constraints_type_annotation_test/type_annotation1: Crash # (lib.constan tInstance): deferred access is not implemented 318 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # TypeE rror: K.loadLibrary is not a function
317 deferred_constraints_type_annotation_test/type_annotation_generic1: Crash # (lib .constantInstance): deferred access is not implemented 319 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError # TypeError: T.loadLibrary is not a function
318 deferred_constraints_type_annotation_test/type_annotation_generic2: Crash # (lib .constantInstance): deferred access is not implemented 320 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError # TypeError: Q.loadLibrary is not a function
319 deferred_constraints_type_annotation_test/type_annotation_generic3: Crash # (lib .constantInstance): deferred access is not implemented 321 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError # TypeError: Z.loadLibrary is not a function
320 deferred_constraints_type_annotation_test/type_annotation_generic4: Crash # (lib .constantInstance): deferred access is not implemented 322 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError # TypeError: Q.loadLibrary is not a function
321 deferred_constraints_type_annotation_test/type_annotation_non_deferred: Crash # (lib.constantInstance): deferred access is not implemented 323 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE rror # TypeError: R.loadLibrary is not a function
322 deferred_constraints_type_annotation_test/type_annotation_null: Crash # (lib.con stantInstance): deferred access is not implemented 324 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # T ypeError: Z.loadLibrary is not a function
323 deferred_constraints_type_annotation_test/type_annotation_top_level: Crash # (li b.constantInstance): deferred access is not implemented 325 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro r # TypeError: U.loadLibrary is not a function
324 deferred_function_type_test: Crash # (lib.runTest()): deferred access is not imp lemented 326 deferred_function_type_test: RuntimeError # TypeError: N.loadLibrary is not a fu nction
325 deferred_global_test: Crash # (lib.finalConstGlobal): deferred access is not imp lemented 327 deferred_global_test: RuntimeError # TypeError: Y.loadLibrary is not a function
326 deferred_inlined_test: Crash # (lib.foo()): deferred access is not implemented 328 deferred_inlined_test: Crash # (lib.foo()): deferred access is not implemented
327 deferred_load_constants_test/none: Crash # (foo.c): deferred access is not imple mented 329 deferred_load_constants_test/none: Crash # (foo.c): deferred access is not imple mented
328 deferred_load_inval_code_test: Crash # (d.foo()): deferred access is not impleme nted 330 deferred_load_inval_code_test: Crash # (d.foo()): deferred access is not impleme nted
329 deferred_load_library_wrong_args_test/none: RuntimeError # Y.loadLibrary is not a function 331 deferred_load_library_wrong_args_test/none: RuntimeError # Y.loadLibrary is not a function
330 deferred_mixin_test: RuntimeError # X.loadLibrary is not a function 332 deferred_mixin_test: RuntimeError # X.loadLibrary is not a function
331 deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function 333 deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function
332 deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred ac cess is not implemented 334 deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred ac cess is not implemented
333 deferred_only_constant_test: Crash # (lib.constant): deferred access is not impl emented 335 deferred_only_constant_test: RuntimeError # TypeError: O.loadLibrary is not a fu nction
334 deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented 336 deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented
335 deferred_redirecting_factory_test: Crash # (lib1.loadLib2()): deferred access is not implemented 337 deferred_redirecting_factory_test: Crash # (lib1.loadLib2()): deferred access is not implemented
336 deferred_regression_22995_test: Crash # (lib.foofoo()): deferred access is not i mplemented 338 deferred_regression_22995_test: RuntimeError # TypeError: U.loadLibrary is not a function
337 deferred_shadow_load_library_test: Crash # (lib.trueVar): deferred access is not implemented 339 deferred_shadow_load_library_test: RuntimeError # TypeError: Y.loadLibrary is no t a function
338 deferred_shared_and_unshared_classes_test: Crash # (lib2.foo()): deferred access is not implemented 340 deferred_shared_and_unshared_classes_test: RuntimeError # TypeError: U.loadLibra ry is not a function
339 deferred_static_seperate_test: Crash # (lib1.x): deferred access is not implemen ted 341 deferred_static_seperate_test: RuntimeError # TypeError: L.loadLibrary is not a function
340 deferred_super_dependency_test/01: Crash # we are missing a call to the resolver for throwNoSuchMethod 342 deferred_super_dependency_test/01: RuntimeError # Uncaught Error: NoSuchMethodEr ror: method not found: 'loadLibrary' ($async$temp1.loadLibrary is not a function )
341 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces s is not implemented 343 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces s is not implemented
342 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces s is not implemented 344 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces s is not implemented
343 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces s is not implemented 345 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces s is not implemented
344 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri ng")): deferred access is not implemented 346 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri ng")): deferred access is not implemented
345 enum_mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* fu nctions 347 enum_mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* fu nctions
346 first_class_types_test: RuntimeError # Please triage this failure. 348 first_class_types_test: RuntimeError # Please triage this failure.
347 for2_test: Crash # The null object does not have a getter 'field'. 349 for2_test: Crash # The null object does not have a getter 'field'.
348 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der 350 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der
349 generic2_test: RuntimeError # Please triage this failure. 351 generic2_test: RuntimeError # Please triage this failure.
350 generic_field_mixin3_test: RuntimeError # Please triage this failure. 352 generic_field_mixin3_test: RuntimeError # Please triage this failure.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync* /async* functions 395 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync* /async* functions
394 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final ly {yield "b";}}): cannot handle sync*/async* functions 396 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final ly {yield "b";}}): cannot handle sync*/async* functions
395 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as ync* functions 397 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as ync* functions
396 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions 398 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions
397 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p ++ ;yield p+i;}): cannot handle sync*/async* functions 399 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p ++ ;yield p+i;}): cannot handle sync*/async* functions
398 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba r();}): cannot handle sync*/async* functions 400 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba r();}): cannot handle sync*/async* functions
399 type_variable_closure2_test: RuntimeError # Please triage this failure. 401 type_variable_closure2_test: RuntimeError # Please triage this failure.
400 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 402 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
401 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 403 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
402 type_variable_nested_test: RuntimeError # Please triage this failure. 404 type_variable_nested_test: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698