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

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

Issue 1222913003: dart2js cps: Support JS_CURRENT_ISOLATE. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Status file changes after change. Created 5 years, 5 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions 252 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions
253 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions 253 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions
254 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions 254 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions
255 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions 255 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions
256 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions 256 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions
257 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions 257 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions
258 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions 258 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions
259 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync* /async* functions 259 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync* /async* functions
260 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy nc/sync*/async* functions 260 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy nc/sync*/async* functions
261 async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): can not handle async/sync*/async* functions 261 async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): can not handle async/sync*/async* functions
262 async_await_syntax_test/a05h: Crash # (a05h()async{yield*st;}): cannot handle as ync/sync*/async* functions
262 async_await_syntax_test/a06a: Crash # (a06a()async{await for(var o in st){}}): c annot handle async/sync*/async* functions 263 async_await_syntax_test/a06a: Crash # (a06a()async{await for(var o in st){}}): c annot handle async/sync*/async* functions
263 async_await_syntax_test/a07a: Crash # (a07a()sync*{yield 0;}): cannot handle asy nc/sync*/async* functions 264 async_await_syntax_test/a07a: Crash # (a07a()sync*{yield 0;}): cannot handle asy nc/sync*/async* functions
264 async_await_syntax_test/a08a: Crash # (a08a()sync*{yield* [] ;}): cannot handle async/sync*/async* functions 265 async_await_syntax_test/a08a: Crash # (a08a()sync*{yield* [] ;}): cannot handle async/sync*/async* functions
265 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle as ync/sync*/async* functions 266 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle as ync/sync*/async* functions
266 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle async/sync*/async* functions 267 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle async/sync*/async* functions
267 async_await_syntax_test/a11b: Crash # (get sync sync*{}): cannot handle async/sy nc*/async* functions 268 async_await_syntax_test/a11b: Crash # (get sync sync*{}): cannot handle async/sy nc*/async* functions
268 async_await_syntax_test/a11c: Crash # (get async async{}): cannot handle async/s ync*/async* functions 269 async_await_syntax_test/a11c: Crash # (get async async{}): cannot handle async/s ync*/async* functions
269 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle async/ sync*/async* functions 270 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle async/ sync*/async* functions
270 async_await_syntax_test/a12g: Crash # (get a12g async=>null;): cannot handle asy nc/sync*/async* functions 271 async_await_syntax_test/a12g: Crash # (get a12g async=>null;): cannot handle asy nc/sync*/async* functions
271 async_await_syntax_test/b01a: Crash # (b01a()async=>null;): cannot handle async/ sync*/async* functions 272 async_await_syntax_test/b01a: Crash # (b01a()async=>null;): cannot handle async/ sync*/async* functions
(...skipping 13 matching lines...) Expand all
285 async_await_syntax_test/c01a: Crash # (c01a()async=>null;): cannot handle async/ sync*/async* functions 286 async_await_syntax_test/c01a: Crash # (c01a()async=>null;): cannot handle async/ sync*/async* functions
286 async_await_syntax_test/c02a: Crash # (c02a()async{}): cannot handle async/sync* /async* functions 287 async_await_syntax_test/c02a: Crash # (c02a()async{}): cannot handle async/sync* /async* functions
287 async_await_syntax_test/c03a: Crash # (c03a()async*{}): cannot handle async/sync */async* functions 288 async_await_syntax_test/c03a: Crash # (c03a()async*{}): cannot handle async/sync */async* functions
288 async_await_syntax_test/c04a: Crash # (c04a()sync*{}): cannot handle async/sync* /async* functions 289 async_await_syntax_test/c04a: Crash # (c04a()sync*{}): cannot handle async/sync* /async* functions
289 async_await_syntax_test/c05a: Crash # (c05a()async{await 0;}): cannot handle asy nc/sync*/async* functions 290 async_await_syntax_test/c05a: Crash # (c05a()async{await 0;}): cannot handle asy nc/sync*/async* functions
290 async_await_syntax_test/c06a: Crash # (c06a()async{await for(var o in st){}}): c annot handle async/sync*/async* functions 291 async_await_syntax_test/c06a: Crash # (c06a()async{await for(var o in st){}}): c annot handle async/sync*/async* functions
291 async_await_syntax_test/c07a: Crash # (c07a()sync*{yield 0;}): cannot handle asy nc/sync*/async* functions 292 async_await_syntax_test/c07a: Crash # (c07a()sync*{yield 0;}): cannot handle asy nc/sync*/async* functions
292 async_await_syntax_test/c08a: Crash # (c08a()sync*{yield* [] ;}): cannot handle async/sync*/async* functions 293 async_await_syntax_test/c08a: Crash # (c08a()sync*{yield* [] ;}): cannot handle async/sync*/async* functions
293 async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle as ync/sync*/async* functions 294 async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle as ync/sync*/async* functions
294 async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle async/sync*/async* functions 295 async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle async/sync*/async* functions
296 async_await_syntax_test/c11a: Crash # (c11a()async{yield-5;}): cannot handle asy nc/sync*/async* functions
297 async_await_syntax_test/c11b: Crash # (c11b()async{yield*st;}): cannot handle as ync/sync*/async* functions
295 async_await_syntax_test/d01a: Crash # (()async=>null): cannot handle async/sync* /async* functions 298 async_await_syntax_test/d01a: Crash # (()async=>null): cannot handle async/sync* /async* functions
296 async_await_syntax_test/d02a: Crash # (()async{}): cannot handle async/sync*/asy nc* functions 299 async_await_syntax_test/d02a: Crash # (()async{}): cannot handle async/sync*/asy nc* functions
297 async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle async/sync*/as ync* functions 300 async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle async/sync*/as ync* functions
298 async_await_syntax_test/d04a: Crash # (()sync*{}): cannot handle async/sync*/asy nc* functions 301 async_await_syntax_test/d04a: Crash # (()sync*{}): cannot handle async/sync*/asy nc* functions
299 async_await_syntax_test/d05a: Crash # (()async{await 0;}): cannot handle async/s ync*/async* functions 302 async_await_syntax_test/d05a: Crash # (()async{await 0;}): cannot handle async/s ync*/async* functions
300 async_await_syntax_test/d06a: Crash # (()async{await for(var o in st){}}): canno t handle async/sync*/async* functions 303 async_await_syntax_test/d06a: Crash # (()async{await for(var o in st){}}): canno t handle async/sync*/async* functions
301 async_await_syntax_test/d07a: Crash # (()sync*{yield 0;}): cannot handle async/s ync*/async* functions 304 async_await_syntax_test/d07a: Crash # (()sync*{yield 0;}): cannot handle async/s ync*/async* functions
302 async_await_syntax_test/d08a: Crash # (()sync*{yield* [] ;}): cannot handle asyn c/sync*/async* functions 305 async_await_syntax_test/d08a: Crash # (()sync*{yield* [] ;}): cannot handle asyn c/sync*/async* functions
303 async_await_syntax_test/d08b: Crash # (()sync*{yield* 0+1;}): cannot handle asyn c/sync*/async* functions 306 async_await_syntax_test/d08b: Crash # (()sync*{yield* 0+1;}): cannot handle asyn c/sync*/async* functions
304 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle async/ sync*/async* functions 307 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle async/ sync*/async* functions
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 await_exceptions_test: Crash # (awaitFoo()async{await foo();}): cannot handle as ync/sync*/async* functions 353 await_exceptions_test: Crash # (awaitFoo()async{await foo();}): cannot handle as ync/sync*/async* functions
351 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann ot handle async/sync*/async* functions 354 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann ot handle async/sync*/async* functions
352 await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async * functions 355 await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async * functions
353 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions 356 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions
354 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions 357 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions
355 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions 358 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions
356 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions 359 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions
357 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions 360 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions
358 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions 361 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions
359 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions 362 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions
360 cha_deopt1_test: RuntimeError # receiver.get$_collection$_nums is not a function 363 cha_deopt1_test: RuntimeError # receiver.get$_nums is not a function
361 cha_deopt2_test: RuntimeError # receiver.get$_collection$_nums is not a function 364 cha_deopt2_test: RuntimeError # receiver.get$_nums is not a function
362 cha_deopt3_test: RuntimeError # receiver.get$_collection$_nums is not a function 365 cha_deopt3_test: RuntimeError # receiver.get$_nums is not a function
363 closure_cycles_test: RuntimeError # receiver.get$_collection$_nums is not a func tion 366 closure_cycles_test: RuntimeError # receiver.get$_nums is not a function
364 closure_in_constructor_test: Crash # Invalid argument(s) 367 closure_in_constructor_test: Crash # Invalid argument(s)
365 closure_type_variables_test: Crash # Invalid argument(s) 368 closure_type_variables_test: Crash # Invalid argument(s)
366 const_evaluation_test/01: Crash # Internal Error: No default constructor availab le. 369 const_evaluation_test/01: Crash # (=_EmptyStream<T>;): Unhandled node
367 constructor12_test: RuntimeError # Please triage this failure. 370 constructor12_test: RuntimeError # Please triage this failure.
368 crash_6725_test/01: Crash # The null object does not have a getter '_element'. 371 crash_6725_test/01: Crash # The null object does not have a getter '_element'.
369 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions 372 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions
370 deferred_closurize_load_library_test: RuntimeError # receiver.get$_collection$_n ums is not a function 373 deferred_closurize_load_library_test: RuntimeError # receiver.get$_nums is not a function
371 deferred_constant_list_test: RuntimeError # receiver.get$_collection$_nums is no t a function 374 deferred_constant_list_test: RuntimeError # receiver.get$_nums is not a function
372 deferred_constraints_constants_test/none: Crash # Internal Error: No default con structor available. 375 deferred_constraints_constants_test/none: Crash # (=_EmptyStream<T>;): Unhandled node
373 deferred_constraints_constants_test/reference_after_load: Crash # Internal Error : No default constructor available. 376 deferred_constraints_constants_test/reference_after_load: Crash # (=_EmptyStream <T>;): Unhandled node
374 deferred_constraints_type_annotation_test/as_operation: RuntimeError # receiver. get$_collection$_nums is not a function 377 deferred_constraints_type_annotation_test/as_operation: RuntimeError # receiver. get$_nums is not a function
375 deferred_constraints_type_annotation_test/catch_check: Crash # The null object d oes not have a getter '_element'. 378 deferred_constraints_type_annotation_test/catch_check: Crash # The null object d oes not have a getter '_element'.
376 deferred_constraints_type_annotation_test/is_check: RuntimeError # receiver.get$ _collection$_nums is not a function 379 deferred_constraints_type_annotation_test/is_check: RuntimeError # receiver.get$ _nums is not a function
377 deferred_constraints_type_annotation_test/new: RuntimeError # receiver.get$_coll ection$_nums is not a function 380 deferred_constraints_type_annotation_test/new: RuntimeError # receiver.get$_nums is not a function
378 deferred_constraints_type_annotation_test/new_before_load: RuntimeError # receiv er.get$_collection$_nums is not a function 381 deferred_constraints_type_annotation_test/new_before_load: RuntimeError # receiv er.get$_nums is not a function
379 deferred_constraints_type_annotation_test/new_generic1: RuntimeError # receiver. get$_collection$_nums is not a function 382 deferred_constraints_type_annotation_test/new_generic1: RuntimeError # receiver. get$_nums is not a function
380 deferred_constraints_type_annotation_test/new_generic2: RuntimeError # receiver. get$_collection$_nums is not a function 383 deferred_constraints_type_annotation_test/new_generic2: RuntimeError # receiver. get$_nums is not a function
381 deferred_constraints_type_annotation_test/new_generic3: RuntimeError # receiver. get$_collection$_nums is not a function 384 deferred_constraints_type_annotation_test/new_generic3: RuntimeError # receiver. get$_nums is not a function
382 deferred_constraints_type_annotation_test/none: RuntimeError # receiver.get$_col lection$_nums is not a function 385 deferred_constraints_type_annotation_test/none: RuntimeError # receiver.get$_num s is not a function
383 deferred_constraints_type_annotation_test/static_method: RuntimeError # receiver .get$_collection$_nums is not a function 386 deferred_constraints_type_annotation_test/static_method: RuntimeError # receiver .get$_nums is not a function
384 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # recei ver.get$_collection$_nums is not a function 387 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # recei ver.get$_nums is not a function
385 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError # receiver.get$_collection$_nums is not a function 388 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError # receiver.get$_nums is not a function
386 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError # receiver.get$_collection$_nums is not a function 389 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError # receiver.get$_nums is not a function
387 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError # receiver.get$_collection$_nums is not a function 390 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError # receiver.get$_nums is not a function
388 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError # receiver.get$_collection$_nums is not a function 391 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError # receiver.get$_nums is not a function
389 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE rror # receiver.get$_collection$_nums is not a function 392 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE rror # receiver.get$_nums is not a function
390 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # r eceiver.get$_collection$_nums is not a function 393 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # r eceiver.get$_nums is not a function
391 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro r # receiver.get$_collection$_nums is not a function 394 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro r # receiver.get$_nums is not a function
392 deferred_function_type_test: RuntimeError # receiver.get$_collection$_nums is no t a function 395 deferred_function_type_test: RuntimeError # receiver.get$_nums is not a function
393 deferred_global_test: RuntimeError # receiver.get$_collection$_nums is not a fun ction 396 deferred_global_test: RuntimeError # receiver.get$_collection$_nums is not a fun ction
394 deferred_inlined_test: RuntimeError # receiver.get$_collection$_nums is not a fu nction 397 deferred_inlined_test: RuntimeError # receiver.get$_nums is not a function
395 deferred_load_constants_test/none: RuntimeError # receiver.get$_collection$_nums is not a function 398 deferred_load_constants_test/none: RuntimeError # receiver.get$_nums is not a fu nction
396 deferred_load_inval_code_test: RuntimeError # receiver.get$_collection$_nums is not a function 399 deferred_load_inval_code_test: RuntimeError # receiver.get$_nums is not a functi on
397 deferred_load_library_wrong_args_test/none: RuntimeError # receiver.get$_collect ion$_nums is not a function 400 deferred_load_library_wrong_args_test/none: RuntimeError # receiver.get$_nums is not a function
398 deferred_mixin_test: RuntimeError # receiver.get$_collection$_nums is not a func tion 401 deferred_mixin_test: RuntimeError # receiver.get$_nums is not a function
399 deferred_no_such_method_test : RuntimeError # TypeError: receiver.get$_nums is n ot a function 402 deferred_no_such_method_test: RuntimeError # receiver.get$_nums is not a functio n
400 deferred_not_loaded_check_test: RuntimeError # Please triage this failure. 403 deferred_not_loaded_check_test: RuntimeError # Please triage this failure.
401 deferred_only_constant_test: RuntimeError # receiver.get$_collection$_nums is no t a function 404 deferred_only_constant_test: RuntimeError # receiver.get$_nums is not a function
402 deferred_optimized_test: RuntimeError # receiver.get$_collection$_nums is not a function 405 deferred_optimized_test: RuntimeError # receiver.get$_nums is not a function
403 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions 406 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions
404 deferred_regression_22995_test: RuntimeError # receiver.get$_collection$_nums is not a function 407 deferred_regression_22995_test: RuntimeError # receiver.get$_nums is not a funct ion
405 deferred_shadow_load_library_test: RuntimeError # receiver.get$_collection$_nums is not a function 408 deferred_shadow_load_library_test: RuntimeError # receiver.get$_nums is not a fu nction
406 deferred_shared_and_unshared_classes_test: RuntimeError # receiver.get$_collecti on$_nums is not a function 409 deferred_shared_and_unshared_classes_test: RuntimeError # receiver.get$_nums is not a function
407 deferred_static_seperate_test: RuntimeError # receiver.get$_collection$_nums is not a function 410 deferred_static_seperate_test: RuntimeError # receiver.get$_collection$_nums is not a function
408 enum_mirror_test: Crash # Internal Error: No default constructor available. 411 enum_mirror_test: Crash # (=_EmptyStream<T>;): Unhandled node
409 final_super_field_set_test/01 : RuntimeError # 412 final_super_field_set_test/01: RuntimeError # Please triage this failure.
410 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions 413 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions
411 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions 414 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions
412 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 415 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
413 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 416 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
414 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions 417 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions
415 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 418 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
416 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 419 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
417 flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 420 flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
418 flatten_test/09: Crash # (test()async{Diverge... cannot handle async/sync*/asyn c* functions 421 flatten_test/09: Crash # (test()async{Diverge... cannot handle async/sync*/asyn c* functions
419 flatten_test/10: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 422 flatten_test/10: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
420 flatten_test/11: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 423 flatten_test/11: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
421 flatten_test/12: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 424 flatten_test/12: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
422 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions 425 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions
423 for2_test: Crash # The null object does not have a getter 'field'. 426 for2_test: Crash # The null object does not have a getter 'field'.
424 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der 427 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der
425 generic_field_mixin3_test: RuntimeError # Please triage this failure. 428 generic_field_mixin3_test: RuntimeError # Please triage this failure.
426 if_null_assignment_static_test/01: RuntimeError # Issue 23669 429 if_null_assignment_static_test/01: RuntimeError # v0.get$a is not a function
427 if_null_assignment_static_test/03: RuntimeError # Issue 23669 430 if_null_assignment_static_test/03: RuntimeError # v0.get$a is not a function
428 if_null_assignment_static_test/04: RuntimeError # Issue 23669 431 if_null_assignment_static_test/04: RuntimeError # v0.get$b is not a function
429 if_null_assignment_static_test/05: RuntimeError # Issue 23669 432 if_null_assignment_static_test/05: RuntimeError # v0.get$a is not a function
430 if_null_assignment_static_test/36: RuntimeError # Issue 23669 433 if_null_assignment_static_test/36: RuntimeError # v0.get$a is not a function
431 if_null_assignment_static_test/38: RuntimeError # Issue 23669 434 if_null_assignment_static_test/38: RuntimeError # v0.get$a is not a function
432 if_null_assignment_static_test/39: RuntimeError # Issue 23669 435 if_null_assignment_static_test/39: RuntimeError # v0.get$b is not a function
433 if_null_assignment_static_test/40: RuntimeError # Issue 23669 436 if_null_assignment_static_test/40: RuntimeError # v0.get$a is not a function
434 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case 437 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case
435 instance_creation_in_function_annotation_test: Crash # Internal Error: No defaul t constructor available. 438 instance_creation_in_function_annotation_test: Crash # (=_EmptyStream<T>;): Unha ndled node
436 instanceof4_test/01: RuntimeError # Please triage this failure. 439 instanceof4_test/01: RuntimeError # Please triage this failure.
437 invocation_mirror_invoke_on_test : RuntimeError # 440 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
438 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 441 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
439 issue_1751477_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion 442 issue_1751477_test: RuntimeError # receiver.get$_nums is not a function
440 large_class_declaration_test: Crash # Stack Overflow 443 large_class_declaration_test: Crash # Stack Overflow
441 list_test: RuntimeError # Please triage this failure. 444 list_test: RuntimeError # Please triage this failure.
442 main_test/01: RuntimeError # receiver.get$_collection$_nums is not a function 445 main_test/01: RuntimeError # receiver.get$_nums is not a function
443 main_test/02: RuntimeError # receiver.get$_collection$_nums is not a function 446 main_test/02: RuntimeError # receiver.get$_nums is not a function
444 main_test/04: RuntimeError # receiver.get$_collection$_nums is not a function 447 main_test/04: RuntimeError # receiver.get$_nums is not a function
445 main_test/05: RuntimeError # receiver.get$_collection$_nums is not a function 448 main_test/05: RuntimeError # receiver.get$_nums is not a function
446 main_test/20: RuntimeError # receiver.get$_collection$_nums is not a function 449 main_test/20: RuntimeError # receiver.get$_nums is not a function
447 main_test/21: RuntimeError # receiver.get$_collection$_nums is not a function 450 main_test/21: RuntimeError # receiver.get$_nums is not a function
448 main_test/22: RuntimeError # receiver.get$_collection$_nums is not a function 451 main_test/22: RuntimeError # receiver.get$_nums is not a function
449 main_test/41: RuntimeError # receiver.get$_collection$_nums is not a function 452 main_test/41: RuntimeError # receiver.get$_nums is not a function
450 main_test/42: RuntimeError # receiver.get$_collection$_nums is not a function 453 main_test/42: RuntimeError # receiver.get$_nums is not a function
451 main_test/43: RuntimeError # receiver.get$_collection$_nums is not a function 454 main_test/43: RuntimeError # receiver.get$_nums is not a function
452 main_test/44: RuntimeError # receiver.get$_collection$_nums is not a function 455 main_test/44: RuntimeError # receiver.get$_nums is not a function
453 main_test/45: RuntimeError # receiver.get$_collection$_nums is not a function 456 main_test/45: RuntimeError # receiver.get$_nums is not a function
454 many_overridden_no_such_method_test : RuntimeError # 457 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
455 mixin_super_constructor_named_test/01: Crash # Internal Error: No default constr uctor available.
456 mixin_super_constructor_positionals_test/01: Crash # Internal Error: No default constructor available.
457 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'. 458 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'.
458 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'. 459 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'.
459 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'. 460 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'.
460 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'. 461 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'.
461 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case 462 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case
462 no_such_method_test : RuntimeError # 463 no_such_method_test: RuntimeError # Please triage this failure.
463 null_test/none: Crash # Internal Error: No default constructor available. 464 null_test/none: Crash # (=_EmptyStream<T>;): Unhandled node
464 overridden_no_such_method_test : RuntimeError # 465 overridden_no_such_method_test: RuntimeError # Please triage this failure.
465 regress_18535_test: Crash # Internal Error: No default constructor available. 466 regress_18535_test: Crash # (=_EmptyStream<T>;): Unhandled node
466 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 467 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
467 regress_22443_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion 468 regress_22443_test: RuntimeError # receiver.get$_nums is not a function
468 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 469 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
469 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 470 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
470 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions 471 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions
471 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions 472 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions
472 regress_22936_test/01: Crash # The null object does not have a getter '_element' . 473 regress_22936_test/01: Crash # The null object does not have a getter '_element' .
473 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'. 474 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'.
475 regress_23408_test: RuntimeError # receiver.get$_nums is not a function
474 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 476 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
475 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions 477 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions
476 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions 478 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions
477 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions 479 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions
478 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined 480 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined
479 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined 481 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined
480 super_call4_test : RuntimeError # 482 super_call4_test: RuntimeError # Please triage this failure.
481 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'. 483 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'.
482 super_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined 484 super_implicit_closure_test: RuntimeError # Cannot read property 'call' of undef ined
483 super_operator_index2_test: RuntimeError # this.get$map is not a function 485 super_operator_index2_test: RuntimeError # this.get$map is not a function
484 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 486 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
485 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 487 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
486 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 488 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
487 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 489 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
488 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 490 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
489 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc h case 491 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc h case
490 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case 492 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case
491 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw itch case 493 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw itch case
492 sync_generator1_test/01: Crash # (dreiVier()sync*{yield* 3;}): cannot handle asy nc/sync*/async* functions 494 sync_generator1_test/01: Crash # (dreiVier()sync*{yield* 3;}): cannot handle asy nc/sync*/async* functions
(...skipping 10 matching lines...) Expand all
503 try_catch_test/none: Crash # The null object does not have a getter '_element'. 505 try_catch_test/none: Crash # The null object does not have a getter '_element'.
504 type_parameter_test/01: Crash # Invalid argument(s) 506 type_parameter_test/01: Crash # Invalid argument(s)
505 type_parameter_test/02: Crash # Invalid argument(s) 507 type_parameter_test/02: Crash # Invalid argument(s)
506 type_parameter_test/03: Crash # Invalid argument(s) 508 type_parameter_test/03: Crash # Invalid argument(s)
507 type_parameter_test/04: Crash # Invalid argument(s) 509 type_parameter_test/04: Crash # Invalid argument(s)
508 type_parameter_test/05: Crash # Invalid argument(s) 510 type_parameter_test/05: Crash # Invalid argument(s)
509 type_parameter_test/06: Crash # Invalid argument(s) 511 type_parameter_test/06: Crash # Invalid argument(s)
510 type_parameter_test/none: Crash # Invalid argument(s) 512 type_parameter_test/none: Crash # Invalid argument(s)
511 type_variable_closure2_test: RuntimeError # Please triage this failure. 513 type_variable_closure2_test: RuntimeError # Please triage this failure.
512 type_variable_closure_test: Crash # Invalid argument(s) 514 type_variable_closure_test: Crash # Invalid argument(s)
513 invocation_mirror2_test : Crash # Internal Error: No default constructor availab le.
514 type_variable_conflict2_test/01 : Crash # Internal Error: No default constructor available.
515 async_await_syntax_test/a05h : Crash # bailout: (a05h()async{yield*st;}): cannot handle async/sync*/async* functions
516 async_await_syntax_test/c11a : Crash # bailout: (c11a()async{yield-5;}): cannot handle async/sync*/async* functions
517 async_await_syntax_test/c11b : Crash # bailout: (c11b()async{yield*st;}): cannot handle async/sync*/async* functions
518 regress_23408_test : RuntimeError # TypeError: receiver.get$_nums is not a funct ion
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